goat3d

view exporters/maxgoat/maxgoat.vcxproj.filters @ 14:188c697b3b49

- added a document describing the goat3d file format chunk hierarchy - started an alternative XML-based file format - added the openctm library
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 26 Sep 2013 04:47:05 +0300
parents fca2ea844875
children 4deb0b12fe14
line source
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <Filter Include="src">
5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7 </Filter>
8 </ItemGroup>
9 <ItemGroup>
10 <ClCompile Include="src\maxgoat.cc">
11 <Filter>src</Filter>
12 </ClCompile>
13 </ItemGroup>
14 <ItemGroup>
15 <ClInclude Include="src\config.h">
16 <Filter>src</Filter>
17 </ClInclude>
18 </ItemGroup>
19 </Project>