forked from microsoft/Xbox-ATG-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleComputeUWP12.vcxproj.filters
124 lines (124 loc) · 4.26 KB
/
SimpleComputeUWP12.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
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>caee200e-5ed8-4ca9-9739-1edbf98df0fe</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>50316526-f464-47c4-839a-75443c0e42ba</UniqueIdentifier>
<Extensions>bmp;dds;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="ATG Tool Kit">
<UniqueIdentifier>4caff1d9-cad0-4514-9011-ec859b630947</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry">
<UniqueIdentifier>7bcab1f2-58a7-41e5-904c-71a28fab3cbd</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\ARM">
<UniqueIdentifier>a32b937b-1e0b-40f7-b821-8e8067ea6ee2</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\Win32">
<UniqueIdentifier>0109e811-84f6-4575-a69d-3d5fecf07924</UniqueIdentifier>
</Filter>
<Filter Include="Common\Telemetry\x64">
<UniqueIdentifier>8f41b037-289c-4b49-98ae-d96a6c97be68</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="SimpleComputeUWP12.h" />
<ClInclude Include="StepTimer.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="DeviceResources.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\d3dx12.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\ATGColors.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\ControllerFont.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\CSVReader.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\ReadData.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\ControllerHelp.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp" />
<ClCompile Include="SimpleComputeUWP12.cpp" />
<ClCompile Include="Main.cpp" />
<ClCompile Include="DeviceResources.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="..\..\..\Kits\ATGTK\ControllerHelp.cpp">
<Filter>ATG Tool Kit</Filter>
</ClCompile>
</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>
<Image Include="..\..\..\Media\Textures\callout_circle.dds">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\Media\Textures\gamepad.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="..\..\..\Media\Fonts\SegoeUI_22.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="..\..\..\Media\Fonts\SegoeUI_36.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="..\..\..\Media\Fonts\XboxOneControllerLegendSmall.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="Readme.docx" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<FxCompile Include="Assets\fractal.hlsl">
<Filter>Assets</Filter>
</FxCompile>
</ItemGroup>
</Project>