goat3d

diff 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 diff
     1.1 --- a/exporters/maxgoat/maxgoat.vcxproj.filters	Tue Mar 25 04:37:41 2014 +0200
     1.2 +++ b/exporters/maxgoat/maxgoat.vcxproj.filters	Sun Mar 30 08:53:33 2014 +0300
     1.3 @@ -3,12 +3,20 @@
     1.4    <ItemGroup>
     1.5      <Filter Include="src">
     1.6        <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
     1.7 -      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
     1.8 +      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h</Extensions>
     1.9      </Filter>
    1.10    </ItemGroup>
    1.11    <ItemGroup>
    1.12      <ClCompile Include="src\maxgoat.cc">
    1.13        <Filter>src</Filter>
    1.14      </ClCompile>
    1.15 +    <ClCompile Include="src\minwin.cc">
    1.16 +      <Filter>src</Filter>
    1.17 +    </ClCompile>
    1.18 +  </ItemGroup>
    1.19 +  <ItemGroup>
    1.20 +    <ClInclude Include="src\minwin.h">
    1.21 +      <Filter>src</Filter>
    1.22 +    </ClInclude>
    1.23    </ItemGroup>
    1.24  </Project>
    1.25 \ No newline at end of file