forked from microsoft/Xbox-ATG-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleTexture.vcxproj.filters
76 lines (76 loc) · 2.31 KB
/
SimpleTexture.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>d00012df-c700-46ab-8b10-851143f0bc1b</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>3c944265-0e72-4df5-9193-37a345cb2fc9</UniqueIdentifier>
<Extensions>bmp;dds;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="ATG Tool Kit">
<UniqueIdentifier>{ca23ddea-b65d-4808-b6bc-586fc8c5a5eb}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="SimpleTexture.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\ReadData.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="SimpleTexture.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\Textures\sunset.jpg">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<FxCompile Include="PixelShader.hlsl">
<Filter>Assets</Filter>
</FxCompile>
<FxCompile Include="VertexShader.hlsl">
<Filter>Assets</Filter>
</FxCompile>
</ItemGroup>
<ItemGroup>
<None Include="Readme.docx" />
</ItemGroup>
</Project>