Skip to content

Commit

Permalink
Fix failure with SysVad COM registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
adamoboe committed Oct 27, 2015
1 parent efd8c0a commit 2c9b5b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions audio/sysvad/Package/package.VcxProj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<Project>{29A5DD25-AB56-4DEE-96AB-21EC2926A300}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\phoneaudiosample.inf" />
<None Include="..\tabletaudiosample.inf" />
</ItemGroup>
<PropertyGroup Label="PropertySheets">
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<ConfigurationType>Utility</ConfigurationType>
Expand Down
8 changes: 8 additions & 0 deletions audio/sysvad/Package/package.VcxProj.Filters
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@
<UniqueIdentifier>{1028BDCB-C3D9-4F31-845E-AA1B26F6E4BF}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="..\phoneaudiosample.inf">
<Filter>Driver Files</Filter>
</None>
<None Include="..\tabletaudiosample.inf">
<Filter>Driver Files</Filter>
</None>
</ItemGroup>
</Project>
Binary file modified audio/sysvad/tabletaudiosample.inf
Binary file not shown.

0 comments on commit 2c9b5b6

Please sign in to comment.