goat3d

diff exporters/maxgoat/maxgoat.vcxproj.filters @ 5:fca2ea844875

added rudimentary visual studio project
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 19 Aug 2013 05:18:08 +0300
parents
children 1f94a2107c64
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/exporters/maxgoat/maxgoat.vcxproj.filters	Mon Aug 19 05:18:08 2013 +0300
     1.3 @@ -0,0 +1,14 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +  <ItemGroup>
     1.7 +    <Filter Include="src">
     1.8 +      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
     1.9 +      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    1.10 +    </Filter>
    1.11 +  </ItemGroup>
    1.12 +  <ItemGroup>
    1.13 +    <ClCompile Include="src\maxgoat.cc">
    1.14 +      <Filter>src</Filter>
    1.15 +    </ClCompile>
    1.16 +  </ItemGroup>
    1.17 +</Project>
    1.18 \ No newline at end of file