-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcanotaje01.vcxproj.filters
39 lines (39 loc) · 1.01 KB
/
canotaje01.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="res">
</Filter>
<Filter Include="src">
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="game.config" />
<None Include="icon.png" />
<None Include="bar-descriptor.xml" />
<None Include="res\box.fbx">
<Filter>res</Filter>
</None>
<None Include="res\box.gpb">
<Filter>res</Filter>
</None>
<None Include="res\box.material">
<Filter>res</Filter>
</None>
<None Include="res\colored.frag">
<Filter>res</Filter>
</None>
<None Include="res\colored.vert">
<Filter>res</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\Principal.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\Principal.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
</Project>