goat3d

view exporters/maxgoat/maxgoat.vcxproj.filters @ 60:0c3576325480

moving the exporter along slowly
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 30 Mar 2014 08:53:33 +0300
parents 4deb0b12fe14
children fdece14403ff
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;h</Extensions>
7 </Filter>
8 </ItemGroup>
9 <ItemGroup>
10 <ClCompile Include="src\maxgoat.cc">
11 <Filter>src</Filter>
12 </ClCompile>
13 <ClCompile Include="src\minwin.cc">
14 <Filter>src</Filter>
15 </ClCompile>
16 </ItemGroup>
17 <ItemGroup>
18 <ClInclude Include="src\minwin.h">
19 <Filter>src</Filter>
20 </ClInclude>
21 </ItemGroup>
22 </Project>