libanim

view example/example.vcxproj.filters @ 75:86e01e36441f

converted the visual studio 2013 project to vs2015 and promoted it as the main and only vs project file
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Aug 2015 05:01:30 +0300
parents example/example-vs2013.vcxproj.filters@a7c37d831c42
children
line source
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <Filter Include="Source Files">
5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7 </Filter>
8 </ItemGroup>
9 <ItemGroup>
10 <ClCompile Include="test.c">
11 <Filter>Source Files</Filter>
12 </ClCompile>
13 </ItemGroup>
14 </Project>