goat3d

diff exporters/maxgoat_stub/maxgoat_stub.vcxproj.filters @ 58:d317eb4f83da

- made everything compile properly on windows again - removed libanim/libvmath, we'll use them as external dependencies - added new maxgoat_stub 3dsmax plugin project. Gets loaded as a max plugin and loads the actual maxgoat (and later maxgoat_anim) exporters on demand, to allow reloading the actual exporters without having to restart 3dsmax (which takes AGES).
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 25 Mar 2014 03:19:55 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/exporters/maxgoat_stub/maxgoat_stub.vcxproj.filters	Tue Mar 25 03:19:55 2014 +0200
     1.3 @@ -0,0 +1,22 @@
     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="Source Files">
     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 +    <Filter Include="Header Files">
    1.12 +      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
    1.13 +      <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
    1.14 +    </Filter>
    1.15 +    <Filter Include="Resource Files">
    1.16 +      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
    1.17 +      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
    1.18 +    </Filter>
    1.19 +  </ItemGroup>
    1.20 +  <ItemGroup>
    1.21 +    <ClCompile Include="src\stub.cc">
    1.22 +      <Filter>Source Files</Filter>
    1.23 +    </ClCompile>
    1.24 +  </ItemGroup>
    1.25 +</Project>
    1.26 \ No newline at end of file