-
Notifications
You must be signed in to change notification settings - Fork 226
/
SimpleMSAA.vcxproj.filters
100 lines (100 loc) · 3.28 KB
/
SimpleMSAA.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>d3236908-4337-4c1c-a694-602e766d4b57</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>4acedce2-d8cd-43ec-b6cf-b5cd5d90ec3e</UniqueIdentifier>
<Extensions>bmp;dds;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="ATG Tool Kit">
<UniqueIdentifier>5e952c9c-9a5b-4a6e-842e-174a9e692d67</UniqueIdentifier>
</Filter>
<Filter Include="Documentation">
<UniqueIdentifier>{44951f40-771f-4789-a539-c39d0cc033ca}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="SimpleMSAA.h" />
<ClInclude Include="StepTimer.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="Telemetry.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="..\..\..\Kits\ATGTK\ControllerFont.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp" />
<ClCompile Include="SimpleMSAA.cpp" />
<ClCompile Include="Main.cpp" />
<ClCompile Include="DeviceResources.cpp">
<Filter>Common</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</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\Meshes\AliasSampleCityBlock\Concrete.dds">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\Media\Meshes\AliasSampleCityBlock\Lightmap.dds">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\Media\Meshes\AliasSampleCityBlock\CityBlockConcrete.sdkmesh">
<Filter>Assets</Filter>
</None>
<None Include="..\..\..\Media\Fonts\SegoeUI_18.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="..\..\..\Media\Fonts\XboxOneControllerLegendSmall.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="..\..\..\Media\Fonts\SegoeUI_36.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="..\..\..\Media\Fonts\XboxOneControllerLegend.spritefont">
<Filter>Assets</Filter>
</None>
<None Include="Readme.docx">
<Filter>Documentation</Filter>
</None>
<None Include="SimpleMSAA_Readme_ja-jp.docx">
<Filter>Documentation</Filter>
</None>
<None Include="SimpleMSAA_Readme_ko-kr.docx">
<Filter>Documentation</Filter>
</None>
<None Include="SimpleMSAA_Readme_zh-cn.docx">
<Filter>Documentation</Filter>
</None>
</ItemGroup>
</Project>