This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
/
SimpleWASAPIPlaySound.vcxproj.filters
116 lines (116 loc) · 4.13 KB
/
SimpleWASAPIPlaySound.vcxproj.filters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>f82b7e7f-5cef-4078-90d5-6165dc506eb0</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>fb27a840-9692-4adf-8934-0ced3b3a0868</UniqueIdentifier>
<Extensions>bmp;dds;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="ATG Tool Kit">
<UniqueIdentifier>{1aaa0de1-c34d-490b-a2cc-34b1eddb8a84}</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry">
<UniqueIdentifier>{9689ee15-5725-4142-b7c4-9a2379eb7b83}</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\ARM">
<UniqueIdentifier>{a00dfdbd-e16f-47e3-8752-c2d3e9e80908}</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\Win32">
<UniqueIdentifier>{25126bec-c6f0-4481-a54c-266d7333e6de}</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\x64">
<UniqueIdentifier>{6149d256-1a0a-4dc0-9079-12d334701c96}</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\ARM64">
<UniqueIdentifier>{e8a63be8-85c4-4a08-88a4-d418194035e8}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="StepTimer.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="DeviceResources.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\WAVFileReader.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
<ClInclude Include="ToneSampleGenerator.h" />
<ClInclude Include="WASAPIManager.h" />
<ClInclude Include="WASAPIRenderer.h" />
<ClInclude Include="SimpleWASAPIPlaySound.h" />
<ClInclude Include="DeviceState.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="common.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\ControllerFont.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\ATGColors.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp" />
<ClCompile Include="Main.cpp" />
<ClCompile Include="DeviceResources.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Kits\ATGTK\WAVFileReader.cpp">
<Filter>ATG Tool Kit</Filter>
</ClCompile>
<ClCompile Include="ToneSampleGenerator.cpp" />
<ClCompile Include="WASAPIManager.cpp" />
<ClCompile Include="WASAPIRenderer.cpp" />
<ClCompile Include="SimpleWASAPIPlaySound.cpp" />
</ItemGroup>
<ItemGroup>
<Image Include="Assets\Logo.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\SmallLogo.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\SplashScreen.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\StoreLogo.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\WideLogo.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\Media\Textures\ATGSampleBackground.DDS">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\Media\Fonts\SegoeUI_18.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="Readme.docx" />
<None Include="..\..\..\Media\Fonts\XboxOneControllerLegendSmall.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="..\..\..\Kits\Telemetry\ARM\ATGTelemetryUWP.dll">
<Filter>Common\Telemetry\ARM</Filter>
</None>
<None Include="..\..\..\Kits\Telemetry\x64\ATGTelemetryUWP.dll">
<Filter>Common\Telemetry\x64</Filter>
</None>
<None Include="..\..\..\Kits\Telemetry\Win32\ATGTelemetryUWP.dll">
<Filter>Common\Telemetry\Win32</Filter>
</None>
<None Include="..\..\..\Kits\Telemetry\ARM64\ATGTelemetryUWP.dll">
<Filter>Common\Telemetry\ARM64</Filter>
</None>
</ItemGroup>
</Project>