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 226
/
Copy pathSimpleDeviceAndSwapChain.vcxproj.filters
76 lines (76 loc) · 2.45 KB
/
SimpleDeviceAndSwapChain.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>92d62a03-a3cf-474e-ac8e-90d2b97d52fc</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>8eb06270-1060-41bf-b4e2-4a5beaf101ca</UniqueIdentifier>
<Extensions>bmp;dds;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="ATG Tool Kit">
<UniqueIdentifier>1321b9a2-4594-47a3-97d5-6f90ad93086e</UniqueIdentifier>
</Filter>
<Filter Include="Documentation">
<UniqueIdentifier>{6fe01dc2-999c-4ed0-aec2-e3a1c9bcbdd4}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="SimpleDeviceAndSwapChain.h" />
<ClInclude Include="StepTimer.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="Telemetry.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="..\..\..\Kits\ATGTK\ATGColors.h">
<Filter>ATG Tool Kit</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp" />
<ClCompile Include="SimpleDeviceAndSwapChain.cpp" />
<ClCompile Include="Main.cpp" />
</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\Textures\1920x1080.DDS">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\Media\Textures\3840x2160.DDS">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<None Include="Readme.docx">
<Filter>Documentation</Filter>
</None>
<None Include="SimpleDeviceAndSwapChain12_Readme_ja-jp.docx">
<Filter>Documentation</Filter>
</None>
<None Include="SimpleDeviceAndSwapChain12_Readme_ko-kr.docx">
<Filter>Documentation</Filter>
</None>
<None Include="SimpleDeviceAndSwapChain12_Readme_zh-cn.docx">
<Filter>Documentation</Filter>
</None>
</ItemGroup>
</Project>