-
Notifications
You must be signed in to change notification settings - Fork 8
/
tmpl_2024-vox.vcxproj.filters
109 lines (109 loc) · 3.61 KB
/
tmpl_2024-vox.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="renderer.cpp" />
<ClCompile Include="template\opencl.cpp">
<Filter>template</Filter>
</ClCompile>
<ClCompile Include="template\opengl.cpp">
<Filter>template</Filter>
</ClCompile>
<ClCompile Include="template\surface.cpp">
<Filter>template</Filter>
</ClCompile>
<ClCompile Include="template\template.cpp">
<Filter>template</Filter>
</ClCompile>
<ClCompile Include="lib\imgui\imgui.cpp">
<Filter>template\imgui</Filter>
</ClCompile>
<ClCompile Include="lib\imgui\imgui_demo.cpp">
<Filter>template\imgui</Filter>
</ClCompile>
<ClCompile Include="lib\imgui\imgui_draw.cpp">
<Filter>template\imgui</Filter>
</ClCompile>
<ClCompile Include="lib\imgui\imgui_impl_glfw.cpp">
<Filter>template\imgui</Filter>
</ClCompile>
<ClCompile Include="lib\imgui\imgui_impl_opengl3.cpp">
<Filter>template\imgui</Filter>
</ClCompile>
<ClCompile Include="lib\imgui\imgui_tables.cpp">
<Filter>template\imgui</Filter>
</ClCompile>
<ClCompile Include="lib\imgui\imgui_widgets.cpp">
<Filter>template\imgui</Filter>
</ClCompile>
<ClCompile Include="template\scene.cpp" />
<ClCompile Include="template\tmpl8math.cpp">
<Filter>template</Filter>
</ClCompile>
<ClCompile Include="camera.cpp" />
<ClCompile Include="ray.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="renderer.h" />
<ClInclude Include="template\common.h">
<Filter>template</Filter>
</ClInclude>
<ClInclude Include="template\opencl.h">
<Filter>template</Filter>
</ClInclude>
<ClInclude Include="template\opengl.h">
<Filter>template</Filter>
</ClInclude>
<ClInclude Include="template\template.h">
<Filter>template</Filter>
</ClInclude>
<ClInclude Include="template\surface.h">
<Filter>template</Filter>
</ClInclude>
<ClInclude Include="lib\imgui\imstb_truetype.h">
<Filter>template\imgui</Filter>
</ClInclude>
<ClInclude Include="lib\imgui\imgui.h">
<Filter>template\imgui</Filter>
</ClInclude>
<ClInclude Include="lib\imgui\imgui_impl_glfw.h">
<Filter>template\imgui</Filter>
</ClInclude>
<ClInclude Include="lib\imgui\imgui_impl_opengl3.h">
<Filter>template\imgui</Filter>
</ClInclude>
<ClInclude Include="lib\imgui\imgui_impl_opengl3_loader.h">
<Filter>template\imgui</Filter>
</ClInclude>
<ClInclude Include="lib\imgui\imgui_internal.h">
<Filter>template\imgui</Filter>
</ClInclude>
<ClInclude Include="lib\imgui\imstb_rectpack.h">
<Filter>template\imgui</Filter>
</ClInclude>
<ClInclude Include="lib\imgui\imstb_textedit.h">
<Filter>template\imgui</Filter>
</ClInclude>
<ClInclude Include="lib\imgui\imconfig.h">
<Filter>template\imgui</Filter>
</ClInclude>
<ClInclude Include="template\scene.h" />
<ClInclude Include="template\tmpl8math.h">
<Filter>template</Filter>
</ClInclude>
<ClInclude Include="ray.h" />
<ClInclude Include="camera.h" />
</ItemGroup>
<ItemGroup>
<Filter Include="template">
<UniqueIdentifier>{a7d6e3cb-bfcd-438d-979f-17df241a55b4}</UniqueIdentifier>
</Filter>
<Filter Include="template\imgui">
<UniqueIdentifier>{b1e7f5d5-23d5-4fa2-8854-9a94fb160820}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="template\LICENSE">
<Filter>template</Filter>
</None>
</ItemGroup>
</Project>