-
Notifications
You must be signed in to change notification settings - Fork 34
/
TileableVolumeNoise.vcxproj.filters
86 lines (86 loc) · 2.48 KB
/
TileableVolumeNoise.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="TileableVolumeNoise.cpp" />
<ClCompile Include="libtarga.c" />
<ClCompile Include="main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="TileableVolumeNoise.h" />
<ClInclude Include="libtarga.h" />
<ClInclude Include="glm\common.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\exponential.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\ext.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\fwd.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\geometric.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\glm.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\integer.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\mat2x2.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\mat2x3.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\mat2x4.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\mat3x2.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\mat3x3.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\mat3x4.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\mat4x2.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\mat4x3.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\mat4x4.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\matrix.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\packing.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\trigonometric.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\vec2.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\vec3.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\vec4.hpp">
<Filter>GLM</Filter>
</ClInclude>
<ClInclude Include="glm\vector_relational.hpp">
<Filter>GLM</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="GLM">
<UniqueIdentifier>{b66f0d9e-5d5a-4aba-ab20-b04bb12a02b1}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>