-
Notifications
You must be signed in to change notification settings - Fork 228
/
Copy pathSimplePlaySoundStreamUWP.vcxproj.filters
99 lines (99 loc) · 3.44 KB
/
SimplePlaySoundStreamUWP.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>6396a725-7616-4527-86a9-ca9633364adf</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>a317faba-c5d7-41ab-b9e5-b357c22e5b0a</UniqueIdentifier>
<Extensions>bmp;dds;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="ATG Tool Kit">
<UniqueIdentifier>efab816a-5b7c-451d-a9c7-4dee8589539a</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry">
<UniqueIdentifier>f941f76d-892e-4386-b5f3-3a4d7b8fc193</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\ARM">
<UniqueIdentifier>5d5ce29e-9777-484f-8cb9-ba9c21425784</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\Win32">
<UniqueIdentifier>518676e6-6630-4d84-9e17-66f9327a06bd</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\x64">
<UniqueIdentifier>b2572847-1828-42a8-a62e-ab03f4d5588c</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\ARM64">
<UniqueIdentifier>{69b02f32-63ed-419b-b3aa-8fbf7114acaa}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="SimplePlaySoundStreamUWP.h" />
<ClInclude Include="StepTimer.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="DeviceResources.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\ATGColors.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
<ClInclude Include="WAVStreamer.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp" />
<ClCompile Include="SimplePlaySoundStreamUWP.cpp" />
<ClCompile Include="Main.cpp" />
<ClCompile Include="DeviceResources.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="WAVStreamer.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>
<None Include="..\..\..\Kits\Telemetry\ARM\ATGTelemetryUWP.dll">
<Filter>Common\Telemetry\ARM</Filter>
</None>
<None Include="..\..\..\Kits\Telemetry\Win32\ATGTelemetryUWP.dll">
<Filter>Common\Telemetry\Win32</Filter>
</None>
<None Include="..\..\..\Kits\Telemetry\x64\ATGTelemetryUWP.dll">
<Filter>Common\Telemetry\x64</Filter>
</None>
<None Include="..\..\..\Media\Fonts\SegoeUI_18.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="Readme.docx" />
<None Include="..\..\..\Kits\Telemetry\ARM64\ATGTelemetryUWP.dll">
<Filter>Common\Telemetry\ARM64</Filter>
</None>
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<Media Include="..\..\..\Media\Sounds\71_setup_sweep_xbox.wav">
<Filter>Assets</Filter>
</Media>
</ItemGroup>
</Project>