-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNFSC_CustomVT.vcxproj.filters
More file actions
33 lines (33 loc) · 1023 Bytes
/
NFSC_CustomVT.vcxproj.filters
File metadata and controls
33 lines (33 loc) · 1023 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="stdafx.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
<ClInclude Include="Shaders\global.h">
<Filter>Shaders</Filter>
</ClInclude>
<ClInclude Include="Shaders\gradient.h">
<Filter>Shaders</Filter>
</ClInclude>
<ClInclude Include="Shaders\visualtreatment.h">
<Filter>Shaders</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Shaders">
<UniqueIdentifier>{1c4cd3a3-5ea6-4d3d-adf8-918f4ee14f24}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<FxCompile Include="Shaders\screeneffect.fx">
<Filter>Shaders</Filter>
</FxCompile>
<FxCompile Include="Shaders\visualtreatment.fx">
<Filter>Shaders</Filter>
</FxCompile>
</ItemGroup>
</Project>