-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAvant-Garde.vcxproj.filters
42 lines (42 loc) · 1.29 KB
/
Avant-Garde.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\render\drawing.cpp">
<Filter>render</Filter>
</ClCompile>
<ClCompile Include="src\render\mainLoop.cpp">
<Filter>render</Filter>
</ClCompile>
<ClCompile Include="src\render\pipline.cpp">
<Filter>render</Filter>
</ClCompile>
<ClCompile Include="src\render\presentation.cpp">
<Filter>render</Filter>
</ClCompile>
<ClCompile Include="src\render\setupVulkan.cpp">
<Filter>render</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="shader">
<UniqueIdentifier>{f1f53c2b-dadb-4c2b-9459-d6471ea2b021}</UniqueIdentifier>
</Filter>
<Filter Include="render">
<UniqueIdentifier>{3487b7d9-51a9-42a7-b984-8c4ac7a85abe}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="src\shaders\shader.frag">
<Filter>shader</Filter>
</None>
<None Include="src\shaders\shader.vert">
<Filter>shader</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\render\AvantGardeRender.hpp">
<Filter>render</Filter>
</ClInclude>
</ItemGroup>
</Project>