-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinvi.vcxproj.filters
26 lines (26 loc) · 966 Bytes
/
invi.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="antsy.cpp" />
<ClCompile Include="glew\glew.c" />
<ClCompile Include="guicon.cpp" />
<ClCompile Include="helpers.cpp" />
<ClCompile Include="k.i.t.t.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="scn-forever.cpp" />
<ClCompile Include="scn-ink.cpp" />
<ClCompile Include="scn-pictures.cpp" />
<ClCompile Include="scn-rocket.cpp" />
<ClCompile Include="scn-cubewall.cpp" />
<ClCompile Include="scn-outstorm.cpp" />
<ClCompile Include="scn-park.cpp" />
<ClCompile Include="scn-lazor.cpp" />
<ClCompile Include="scn-end.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="antsy.h" />
<ClInclude Include="guicon.h" />
<ClInclude Include="k.i.t.t.h" />
<ClInclude Include="scenes.h" />
</ItemGroup>
</Project>