libanim
annotate example/example-vs2012.vcxproj.filters @ 20:3c2428cb38f7
added the option of lightweight pre-pass top-down recursive calculation of
matrices instead of going through the existing lazy thread-specific caching
algorithm.
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 09 Dec 2013 04:06:30 +0200 |
parents | |
children |
rev | line source |
---|---|
nuclear@15 | 1 <?xml version="1.0" encoding="utf-8"?> |
nuclear@15 | 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
nuclear@15 | 3 <ItemGroup> |
nuclear@15 | 4 <Filter Include="Source Files"> |
nuclear@15 | 5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> |
nuclear@15 | 6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> |
nuclear@15 | 7 </Filter> |
nuclear@15 | 8 </ItemGroup> |
nuclear@15 | 9 <ItemGroup> |
nuclear@15 | 10 <ClCompile Include="test.c"> |
nuclear@15 | 11 <Filter>Source Files</Filter> |
nuclear@15 | 12 </ClCompile> |
nuclear@15 | 13 </ItemGroup> |
nuclear@15 | 14 </Project> |