-
Notifications
You must be signed in to change notification settings - Fork 0
/
gkiw-art-gallery.vcxproj.vcxproj.filters
105 lines (105 loc) · 3.53 KB
/
gkiw-art-gallery.vcxproj.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="art-gallery\lodepng.cpp">
<Filter>Pliki źródłowe</Filter>
</ClCompile>
<ClCompile Include="art-gallery\main.cpp">
<Filter>Pliki źródłowe</Filter>
</ClCompile>
<ClCompile Include="art-gallery\shaderprogram.cpp">
<Filter>Pliki źródłowe</Filter>
</ClCompile>
<ClCompile Include="art-gallery\Camera.cpp">
<Filter>Pliki źródłowe</Filter>
</ClCompile>
<ClCompile Include="art-gallery\Model.cpp">
<Filter>Pliki źródłowe</Filter>
</ClCompile>
<ClCompile Include="art-gallery\textureprogram.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="art-gallery\constants.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
<ClInclude Include="art-gallery\lodepng.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
<ClInclude Include="art-gallery\shaderprogram.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
<ClInclude Include="art-gallery\Camera.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
<ClInclude Include="art-gallery\Model.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
<ClInclude Include="Models\Venus.h">
<Filter>Pliki nagłówkowe\Objects</Filter>
</ClInclude>
<ClInclude Include="Models\Corridor.h">
<Filter>Pliki nagłówkowe\Objects</Filter>
</ClInclude>
<ClInclude Include="Models\Corridor2.h">
<Filter>Pliki nagłówkowe\Objects</Filter>
</ClInclude>
<ClInclude Include="art-gallery\Vertex.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
<ClInclude Include="art-gallery\objloader.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
<ClInclude Include="art-gallery\textureprogram.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
<ClInclude Include="art-gallery\readtexture.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include=".gitignore" />
<None Include="Shaders\f_simplest.glsl">
<Filter>Shadery</Filter>
</None>
<None Include="Shaders\g_simplest.glsl">
<Filter>Shadery</Filter>
</None>
<None Include="Shaders\v_simplest.glsl">
<Filter>Shadery</Filter>
</None>
<None Include="Shaders\f_lightsource.glsl">
<Filter>Shadery</Filter>
</None>
<None Include="Shaders\v_lightsource.glsl">
<Filter>Shadery</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Filter Include="Pliki nagłówkowe">
<UniqueIdentifier>{bc791af1-7b70-41e0-91d0-90334bb41772}</UniqueIdentifier>
</Filter>
<Filter Include="Pliki źródłowe">
<UniqueIdentifier>{2d01b58a-6975-4825-8779-c486b8247cb1}</UniqueIdentifier>
</Filter>
<Filter Include="Tekstury">
<UniqueIdentifier>{a5571a85-6881-4535-956f-67efff57d81e}</UniqueIdentifier>
</Filter>
<Filter Include="Shadery">
<UniqueIdentifier>{6ad78fa9-150a-4a83-b1f6-6d3b2393eec5}</UniqueIdentifier>
</Filter>
<Filter Include="Pliki nagłówkowe\Objects">
<UniqueIdentifier>{9a9dfde7-8b25-4856-904e-801a3fe19c09}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<Image Include="Textures\metal.png">
<Filter>Tekstury</Filter>
</Image>
<Image Include="Textures\metal_spec.png">
<Filter>Tekstury</Filter>
</Image>
<Image Include="Textures\sky.png">
<Filter>Tekstury</Filter>
</Image>
</ItemGroup>
</Project>