-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUWP_DX11.vcxproj.filters
88 lines (88 loc) · 2.94 KB
/
UWP_DX11.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>c2ad70e9-538e-4a83-9c6e-cb4db36cc55d</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>a3f53a53-aa7b-477d-9565-1700ad448ab8</UniqueIdentifier>
<Extensions>bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="Content">
<UniqueIdentifier>f6d6252a-006e-4657-88ef-9a89008c23df</UniqueIdentifier>
</Filter>
<ClInclude Include="Common\DirectXHelper.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="Common\StepTimer.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="Common\DeviceResources.h">
<Filter>Common</Filter>
</ClInclude>
<ClCompile Include="Common\DeviceResources.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClInclude Include="Content\Sample3DSceneRenderer.h">
<Filter>Content</Filter>
</ClInclude>
<ClInclude Include="Content\SampleFpsTextRenderer.h">
<Filter>Content</Filter>
</ClInclude>
<ClInclude Include="Content\ShaderStructures.h">
<Filter>Content</Filter>
</ClInclude>
<ClCompile Include="Content\Sample3DSceneRenderer.cpp">
<Filter>Content</Filter>
</ClCompile>
<ClCompile Include="Content\SampleFpsTextRenderer.cpp">
<Filter>Content</Filter>
</ClCompile>
<FxCompile Include="Content\SamplePixelShader.hlsl">
<Filter>Content</Filter>
</FxCompile>
<FxCompile Include="Content\SampleVertexShader.hlsl">
<Filter>Content</Filter>
</FxCompile>
<Image Include="Assets\LockScreenLogo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\SplashScreen.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Square150x150Logo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Square44x44Logo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Wide310x150Logo.scale-200.png">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="UWP_DX11Main.cpp" />
<ClCompile Include="pch.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="UWP_DX11Main.h" />
<ClInclude Include="pch.h" />
</ItemGroup>
<ItemGroup>
<Image Include="Assets\StoreLogo.png">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<Page Include="DirectXPage.xaml" />
</ItemGroup>
</Project>