libanim
changeset 34:a7c37d831c42
merged
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 03 Oct 2014 17:16:19 +0300 |
parents | fc0f8cd574f4 |
children | d3b583add71f |
files | example/example-vs2012.vcxproj.filters example/example-vs2013.vcxproj.filters |
diffstat | 2 files changed, 14 insertions(+), 14 deletions(-) [+] |
line diff
1.1 --- a/example/example-vs2012.vcxproj.filters Fri Oct 03 17:14:24 2014 +0300 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,14 +0,0 @@ 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 - </ItemGroup> 1.12 - <ItemGroup> 1.13 - <ClCompile Include="test.c"> 1.14 - <Filter>Source Files</Filter> 1.15 - </ClCompile> 1.16 - </ItemGroup> 1.17 -</Project> 1.18 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/example/example-vs2013.vcxproj.filters Fri Oct 03 17:16:19 2014 +0300 2.3 @@ -0,0 +1,14 @@ 2.4 +<?xml version="1.0" encoding="utf-8"?> 2.5 +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2.6 + <ItemGroup> 2.7 + <Filter Include="Source Files"> 2.8 + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> 2.9 + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> 2.10 + </Filter> 2.11 + </ItemGroup> 2.12 + <ItemGroup> 2.13 + <ClCompile Include="test.c"> 2.14 + <Filter>Source Files</Filter> 2.15 + </ClCompile> 2.16 + </ItemGroup> 2.17 +</Project> 2.18 \ No newline at end of file