goat3d
diff exporters/maxgoat/maxgoat.vcxproj.filters @ 64:99715321ad6d
merged
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 17 Apr 2014 08:53:42 +0300 |
parents | 0c3576325480 |
children | 3751aabbc5b3 |
line diff
1.1 --- a/exporters/maxgoat/maxgoat.vcxproj.filters Thu Apr 17 08:50:36 2014 +0300 1.2 +++ b/exporters/maxgoat/maxgoat.vcxproj.filters Thu Apr 17 08:53:42 2014 +0300 1.3 @@ -3,12 +3,36 @@ 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 + <ClCompile Include="src\logger.cc"> 1.19 + <Filter>src</Filter> 1.20 + </ClCompile> 1.21 + </ItemGroup> 1.22 + <ItemGroup> 1.23 + <ClInclude Include="src\minwin.h"> 1.24 + <Filter>src</Filter> 1.25 + </ClInclude> 1.26 + <ClInclude Include="src\logger.h"> 1.27 + <Filter>src</Filter> 1.28 + </ClInclude> 1.29 + <ClInclude Include="resource.h"> 1.30 + <Filter>src</Filter> 1.31 + </ClInclude> 1.32 + </ItemGroup> 1.33 + <ItemGroup> 1.34 + <ResourceCompile Include="maxgoat.rc" /> 1.35 + </ItemGroup> 1.36 + <ItemGroup> 1.37 + <None Include="msglogo3d.png" /> 1.38 + <None Include="msglogo3d.bmp" /> 1.39 </ItemGroup> 1.40 </Project> 1.41 \ No newline at end of file