libanim

changeset 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 4666ae077e00
children a0c41c08f6e9
files example/example-vs2013.vcxproj example/example-vs2013.vcxproj.filters example/example.vcproj example/example.vcxproj example/example.vcxproj.filters libanim-vs2013.sln libanim-vs2013.vcxproj libanim-vs2013.vcxproj.filters libanim.sln libanim.vcproj libanim.vcxproj libanim.vcxproj.filters
diffstat 12 files changed, 431 insertions(+), 825 deletions(-) [+]
line diff
     1.1 --- a/example/example-vs2013.vcxproj	Sat Mar 14 23:22:56 2015 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,174 +0,0 @@
     1.4 -<?xml version="1.0" encoding="utf-8"?>
     1.5 -<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 -  <ItemGroup Label="ProjectConfigurations">
     1.7 -    <ProjectConfiguration Include="Debug|Win32">
     1.8 -      <Configuration>Debug</Configuration>
     1.9 -      <Platform>Win32</Platform>
    1.10 -    </ProjectConfiguration>
    1.11 -    <ProjectConfiguration Include="Debug|x64">
    1.12 -      <Configuration>Debug</Configuration>
    1.13 -      <Platform>x64</Platform>
    1.14 -    </ProjectConfiguration>
    1.15 -    <ProjectConfiguration Include="Release|Win32">
    1.16 -      <Configuration>Release</Configuration>
    1.17 -      <Platform>Win32</Platform>
    1.18 -    </ProjectConfiguration>
    1.19 -    <ProjectConfiguration Include="Release|x64">
    1.20 -      <Configuration>Release</Configuration>
    1.21 -      <Platform>x64</Platform>
    1.22 -    </ProjectConfiguration>
    1.23 -  </ItemGroup>
    1.24 -  <PropertyGroup Label="Globals">
    1.25 -    <ProjectName>example</ProjectName>
    1.26 -    <ProjectGuid>{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}</ProjectGuid>
    1.27 -    <RootNamespace>example</RootNamespace>
    1.28 -    <Keyword>Win32Proj</Keyword>
    1.29 -  </PropertyGroup>
    1.30 -  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    1.31 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1.32 -    <ConfigurationType>Application</ConfigurationType>
    1.33 -    <PlatformToolset>v120</PlatformToolset>
    1.34 -    <CharacterSet>Unicode</CharacterSet>
    1.35 -    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.36 -  </PropertyGroup>
    1.37 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    1.38 -    <ConfigurationType>Application</ConfigurationType>
    1.39 -    <PlatformToolset>v120</PlatformToolset>
    1.40 -    <CharacterSet>Unicode</CharacterSet>
    1.41 -    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.42 -  </PropertyGroup>
    1.43 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    1.44 -    <ConfigurationType>Application</ConfigurationType>
    1.45 -    <PlatformToolset>v120</PlatformToolset>
    1.46 -    <CharacterSet>Unicode</CharacterSet>
    1.47 -  </PropertyGroup>
    1.48 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    1.49 -    <ConfigurationType>Application</ConfigurationType>
    1.50 -    <PlatformToolset>v120</PlatformToolset>
    1.51 -    <CharacterSet>Unicode</CharacterSet>
    1.52 -  </PropertyGroup>
    1.53 -  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    1.54 -  <ImportGroup Label="ExtensionSettings">
    1.55 -  </ImportGroup>
    1.56 -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    1.57 -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.58 -  </ImportGroup>
    1.59 -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    1.60 -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.61 -  </ImportGroup>
    1.62 -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    1.63 -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.64 -  </ImportGroup>
    1.65 -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    1.66 -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.67 -  </ImportGroup>
    1.68 -  <PropertyGroup Label="UserMacros" />
    1.69 -  <PropertyGroup>
    1.70 -    <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
    1.71 -  </PropertyGroup>
    1.72 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.73 -    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    1.74 -    <IntDir>$(Configuration)\</IntDir>
    1.75 -    <LinkIncremental>true</LinkIncremental>
    1.76 -  </PropertyGroup>
    1.77 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    1.78 -    <LinkIncremental>true</LinkIncremental>
    1.79 -  </PropertyGroup>
    1.80 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.81 -    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    1.82 -    <IntDir>$(Configuration)\</IntDir>
    1.83 -    <LinkIncremental>false</LinkIncremental>
    1.84 -  </PropertyGroup>
    1.85 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    1.86 -    <LinkIncremental>false</LinkIncremental>
    1.87 -  </PropertyGroup>
    1.88 -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.89 -    <ClCompile>
    1.90 -      <Optimization>Disabled</Optimization>
    1.91 -      <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    1.92 -      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    1.93 -      <MinimalRebuild>true</MinimalRebuild>
    1.94 -      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    1.95 -      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    1.96 -      <PrecompiledHeader />
    1.97 -      <WarningLevel>Level3</WarningLevel>
    1.98 -      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    1.99 -    </ClCompile>
   1.100 -    <Link>
   1.101 -      <AdditionalDependencies>libanim.lib;%(AdditionalDependencies)</AdditionalDependencies>
   1.102 -      <AdditionalLibraryDirectories>$(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
   1.103 -      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.104 -      <SubSystem>Console</SubSystem>
   1.105 -      <TargetMachine>MachineX86</TargetMachine>
   1.106 -    </Link>
   1.107 -  </ItemDefinitionGroup>
   1.108 -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   1.109 -    <ClCompile>
   1.110 -      <Optimization>Disabled</Optimization>
   1.111 -      <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   1.112 -      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.113 -      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   1.114 -      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   1.115 -      <PrecompiledHeader>
   1.116 -      </PrecompiledHeader>
   1.117 -      <WarningLevel>Level3</WarningLevel>
   1.118 -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.119 -    </ClCompile>
   1.120 -    <Link>
   1.121 -      <AdditionalDependencies>libanim-x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
   1.122 -      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
   1.123 -      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.124 -      <SubSystem>Console</SubSystem>
   1.125 -    </Link>
   1.126 -  </ItemDefinitionGroup>
   1.127 -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   1.128 -    <ClCompile>
   1.129 -      <Optimization>MaxSpeed</Optimization>
   1.130 -      <IntrinsicFunctions>true</IntrinsicFunctions>
   1.131 -      <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   1.132 -      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.133 -      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   1.134 -      <FunctionLevelLinking>true</FunctionLevelLinking>
   1.135 -      <PrecompiledHeader />
   1.136 -      <WarningLevel>Level3</WarningLevel>
   1.137 -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.138 -    </ClCompile>
   1.139 -    <Link>
   1.140 -      <AdditionalDependencies>libanim.lib;%(AdditionalDependencies)</AdditionalDependencies>
   1.141 -      <AdditionalLibraryDirectories>$(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
   1.142 -      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.143 -      <SubSystem>Console</SubSystem>
   1.144 -      <OptimizeReferences>true</OptimizeReferences>
   1.145 -      <EnableCOMDATFolding>true</EnableCOMDATFolding>
   1.146 -      <TargetMachine>MachineX86</TargetMachine>
   1.147 -    </Link>
   1.148 -  </ItemDefinitionGroup>
   1.149 -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   1.150 -    <ClCompile>
   1.151 -      <Optimization>MaxSpeed</Optimization>
   1.152 -      <IntrinsicFunctions>true</IntrinsicFunctions>
   1.153 -      <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   1.154 -      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.155 -      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   1.156 -      <FunctionLevelLinking>true</FunctionLevelLinking>
   1.157 -      <PrecompiledHeader>
   1.158 -      </PrecompiledHeader>
   1.159 -      <WarningLevel>Level3</WarningLevel>
   1.160 -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   1.161 -    </ClCompile>
   1.162 -    <Link>
   1.163 -      <AdditionalDependencies>libanim-x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
   1.164 -      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
   1.165 -      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.166 -      <SubSystem>Console</SubSystem>
   1.167 -      <OptimizeReferences>true</OptimizeReferences>
   1.168 -      <EnableCOMDATFolding>true</EnableCOMDATFolding>
   1.169 -    </Link>
   1.170 -  </ItemDefinitionGroup>
   1.171 -  <ItemGroup>
   1.172 -    <ClCompile Include="test.c" />
   1.173 -  </ItemGroup>
   1.174 -  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   1.175 -  <ImportGroup Label="ExtensionTargets">
   1.176 -  </ImportGroup>
   1.177 -</Project>
   1.178 \ No newline at end of file
     2.1 --- a/example/example-vs2013.vcxproj.filters	Sat Mar 14 23:22:56 2015 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,14 +0,0 @@
     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
     3.1 --- a/example/example.vcproj	Sat Mar 14 23:22:56 2015 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,187 +0,0 @@
     3.4 -<?xml version="1.0" encoding="Windows-1252"?>
     3.5 -<VisualStudioProject
     3.6 -	ProjectType="Visual C++"
     3.7 -	Version="9.00"
     3.8 -	Name="example"
     3.9 -	ProjectGUID="{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}"
    3.10 -	RootNamespace="example"
    3.11 -	Keyword="Win32Proj"
    3.12 -	TargetFrameworkVersion="196613"
    3.13 -	>
    3.14 -	<Platforms>
    3.15 -		<Platform
    3.16 -			Name="Win32"
    3.17 -		/>
    3.18 -	</Platforms>
    3.19 -	<ToolFiles>
    3.20 -	</ToolFiles>
    3.21 -	<Configurations>
    3.22 -		<Configuration
    3.23 -			Name="Debug|Win32"
    3.24 -			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    3.25 -			IntermediateDirectory="$(ConfigurationName)"
    3.26 -			ConfigurationType="1"
    3.27 -			CharacterSet="1"
    3.28 -			>
    3.29 -			<Tool
    3.30 -				Name="VCPreBuildEventTool"
    3.31 -			/>
    3.32 -			<Tool
    3.33 -				Name="VCCustomBuildTool"
    3.34 -			/>
    3.35 -			<Tool
    3.36 -				Name="VCXMLDataGeneratorTool"
    3.37 -			/>
    3.38 -			<Tool
    3.39 -				Name="VCWebServiceProxyGeneratorTool"
    3.40 -			/>
    3.41 -			<Tool
    3.42 -				Name="VCMIDLTool"
    3.43 -			/>
    3.44 -			<Tool
    3.45 -				Name="VCCLCompilerTool"
    3.46 -				Optimization="0"
    3.47 -				AdditionalIncludeDirectories="&quot;$(SolutionDir)\src&quot;"
    3.48 -				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
    3.49 -				MinimalRebuild="true"
    3.50 -				BasicRuntimeChecks="3"
    3.51 -				RuntimeLibrary="3"
    3.52 -				UsePrecompiledHeader="0"
    3.53 -				WarningLevel="3"
    3.54 -				DebugInformationFormat="4"
    3.55 -			/>
    3.56 -			<Tool
    3.57 -				Name="VCManagedResourceCompilerTool"
    3.58 -			/>
    3.59 -			<Tool
    3.60 -				Name="VCResourceCompilerTool"
    3.61 -			/>
    3.62 -			<Tool
    3.63 -				Name="VCPreLinkEventTool"
    3.64 -			/>
    3.65 -			<Tool
    3.66 -				Name="VCLinkerTool"
    3.67 -				AdditionalDependencies="libanim.lib"
    3.68 -				LinkIncremental="2"
    3.69 -				AdditionalLibraryDirectories="&quot;$(SolutionDir)\$(ConfigurationName)&quot;"
    3.70 -				GenerateDebugInformation="true"
    3.71 -				SubSystem="1"
    3.72 -				TargetMachine="1"
    3.73 -			/>
    3.74 -			<Tool
    3.75 -				Name="VCALinkTool"
    3.76 -			/>
    3.77 -			<Tool
    3.78 -				Name="VCManifestTool"
    3.79 -			/>
    3.80 -			<Tool
    3.81 -				Name="VCXDCMakeTool"
    3.82 -			/>
    3.83 -			<Tool
    3.84 -				Name="VCBscMakeTool"
    3.85 -			/>
    3.86 -			<Tool
    3.87 -				Name="VCFxCopTool"
    3.88 -			/>
    3.89 -			<Tool
    3.90 -				Name="VCAppVerifierTool"
    3.91 -			/>
    3.92 -			<Tool
    3.93 -				Name="VCPostBuildEventTool"
    3.94 -			/>
    3.95 -		</Configuration>
    3.96 -		<Configuration
    3.97 -			Name="Release|Win32"
    3.98 -			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    3.99 -			IntermediateDirectory="$(ConfigurationName)"
   3.100 -			ConfigurationType="1"
   3.101 -			CharacterSet="1"
   3.102 -			WholeProgramOptimization="1"
   3.103 -			>
   3.104 -			<Tool
   3.105 -				Name="VCPreBuildEventTool"
   3.106 -			/>
   3.107 -			<Tool
   3.108 -				Name="VCCustomBuildTool"
   3.109 -			/>
   3.110 -			<Tool
   3.111 -				Name="VCXMLDataGeneratorTool"
   3.112 -			/>
   3.113 -			<Tool
   3.114 -				Name="VCWebServiceProxyGeneratorTool"
   3.115 -			/>
   3.116 -			<Tool
   3.117 -				Name="VCMIDLTool"
   3.118 -			/>
   3.119 -			<Tool
   3.120 -				Name="VCCLCompilerTool"
   3.121 -				Optimization="2"
   3.122 -				EnableIntrinsicFunctions="true"
   3.123 -				AdditionalIncludeDirectories="&quot;$(SolutionDir)\src&quot;"
   3.124 -				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
   3.125 -				RuntimeLibrary="2"
   3.126 -				EnableFunctionLevelLinking="true"
   3.127 -				UsePrecompiledHeader="0"
   3.128 -				WarningLevel="3"
   3.129 -				DebugInformationFormat="3"
   3.130 -			/>
   3.131 -			<Tool
   3.132 -				Name="VCManagedResourceCompilerTool"
   3.133 -			/>
   3.134 -			<Tool
   3.135 -				Name="VCResourceCompilerTool"
   3.136 -			/>
   3.137 -			<Tool
   3.138 -				Name="VCPreLinkEventTool"
   3.139 -			/>
   3.140 -			<Tool
   3.141 -				Name="VCLinkerTool"
   3.142 -				AdditionalDependencies="libanim.lib"
   3.143 -				LinkIncremental="1"
   3.144 -				AdditionalLibraryDirectories="&quot;$(SolutionDir)\$(ConfigurationName)&quot;"
   3.145 -				GenerateDebugInformation="true"
   3.146 -				SubSystem="1"
   3.147 -				OptimizeReferences="2"
   3.148 -				EnableCOMDATFolding="2"
   3.149 -				TargetMachine="1"
   3.150 -			/>
   3.151 -			<Tool
   3.152 -				Name="VCALinkTool"
   3.153 -			/>
   3.154 -			<Tool
   3.155 -				Name="VCManifestTool"
   3.156 -			/>
   3.157 -			<Tool
   3.158 -				Name="VCXDCMakeTool"
   3.159 -			/>
   3.160 -			<Tool
   3.161 -				Name="VCBscMakeTool"
   3.162 -			/>
   3.163 -			<Tool
   3.164 -				Name="VCFxCopTool"
   3.165 -			/>
   3.166 -			<Tool
   3.167 -				Name="VCAppVerifierTool"
   3.168 -			/>
   3.169 -			<Tool
   3.170 -				Name="VCPostBuildEventTool"
   3.171 -			/>
   3.172 -		</Configuration>
   3.173 -	</Configurations>
   3.174 -	<References>
   3.175 -	</References>
   3.176 -	<Files>
   3.177 -		<Filter
   3.178 -			Name="Source Files"
   3.179 -			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   3.180 -			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   3.181 -			>
   3.182 -			<File
   3.183 -				RelativePath=".\test.c"
   3.184 -				>
   3.185 -			</File>
   3.186 -		</Filter>
   3.187 -	</Files>
   3.188 -	<Globals>
   3.189 -	</Globals>
   3.190 -</VisualStudioProject>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/example/example.vcxproj	Sun Aug 02 05:01:30 2015 +0300
     4.3 @@ -0,0 +1,175 @@
     4.4 +<?xml version="1.0" encoding="utf-8"?>
     4.5 +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     4.6 +  <ItemGroup Label="ProjectConfigurations">
     4.7 +    <ProjectConfiguration Include="Debug|Win32">
     4.8 +      <Configuration>Debug</Configuration>
     4.9 +      <Platform>Win32</Platform>
    4.10 +    </ProjectConfiguration>
    4.11 +    <ProjectConfiguration Include="Debug|x64">
    4.12 +      <Configuration>Debug</Configuration>
    4.13 +      <Platform>x64</Platform>
    4.14 +    </ProjectConfiguration>
    4.15 +    <ProjectConfiguration Include="Release|Win32">
    4.16 +      <Configuration>Release</Configuration>
    4.17 +      <Platform>Win32</Platform>
    4.18 +    </ProjectConfiguration>
    4.19 +    <ProjectConfiguration Include="Release|x64">
    4.20 +      <Configuration>Release</Configuration>
    4.21 +      <Platform>x64</Platform>
    4.22 +    </ProjectConfiguration>
    4.23 +  </ItemGroup>
    4.24 +  <PropertyGroup Label="Globals">
    4.25 +    <ProjectName>example</ProjectName>
    4.26 +    <ProjectGuid>{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}</ProjectGuid>
    4.27 +    <RootNamespace>example</RootNamespace>
    4.28 +    <Keyword>Win32Proj</Keyword>
    4.29 +  </PropertyGroup>
    4.30 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    4.31 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    4.32 +    <ConfigurationType>Application</ConfigurationType>
    4.33 +    <PlatformToolset>v140</PlatformToolset>
    4.34 +    <CharacterSet>Unicode</CharacterSet>
    4.35 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    4.36 +  </PropertyGroup>
    4.37 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    4.38 +    <ConfigurationType>Application</ConfigurationType>
    4.39 +    <PlatformToolset>v140</PlatformToolset>
    4.40 +    <CharacterSet>Unicode</CharacterSet>
    4.41 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    4.42 +  </PropertyGroup>
    4.43 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    4.44 +    <ConfigurationType>Application</ConfigurationType>
    4.45 +    <PlatformToolset>v140</PlatformToolset>
    4.46 +    <CharacterSet>Unicode</CharacterSet>
    4.47 +  </PropertyGroup>
    4.48 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    4.49 +    <ConfigurationType>Application</ConfigurationType>
    4.50 +    <PlatformToolset>v140</PlatformToolset>
    4.51 +    <CharacterSet>Unicode</CharacterSet>
    4.52 +  </PropertyGroup>
    4.53 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    4.54 +  <ImportGroup Label="ExtensionSettings">
    4.55 +  </ImportGroup>
    4.56 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    4.57 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    4.58 +  </ImportGroup>
    4.59 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    4.60 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    4.61 +  </ImportGroup>
    4.62 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    4.63 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    4.64 +  </ImportGroup>
    4.65 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    4.66 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    4.67 +  </ImportGroup>
    4.68 +  <PropertyGroup Label="UserMacros" />
    4.69 +  <PropertyGroup>
    4.70 +    <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
    4.71 +  </PropertyGroup>
    4.72 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    4.73 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    4.74 +    <IntDir>$(Configuration)\</IntDir>
    4.75 +    <LinkIncremental>true</LinkIncremental>
    4.76 +  </PropertyGroup>
    4.77 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    4.78 +    <LinkIncremental>true</LinkIncremental>
    4.79 +  </PropertyGroup>
    4.80 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    4.81 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    4.82 +    <IntDir>$(Configuration)\</IntDir>
    4.83 +    <LinkIncremental>false</LinkIncremental>
    4.84 +  </PropertyGroup>
    4.85 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    4.86 +    <LinkIncremental>false</LinkIncremental>
    4.87 +  </PropertyGroup>
    4.88 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    4.89 +    <ClCompile>
    4.90 +      <Optimization>Disabled</Optimization>
    4.91 +      <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    4.92 +      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    4.93 +      <MinimalRebuild>true</MinimalRebuild>
    4.94 +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    4.95 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    4.96 +      <PrecompiledHeader />
    4.97 +      <WarningLevel>Level3</WarningLevel>
    4.98 +      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    4.99 +    </ClCompile>
   4.100 +    <Link>
   4.101 +      <AdditionalDependencies>libanim.lib;%(AdditionalDependencies)</AdditionalDependencies>
   4.102 +      <AdditionalLibraryDirectories>$(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
   4.103 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   4.104 +      <SubSystem>Console</SubSystem>
   4.105 +      <TargetMachine>MachineX86</TargetMachine>
   4.106 +    </Link>
   4.107 +  </ItemDefinitionGroup>
   4.108 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   4.109 +    <ClCompile>
   4.110 +      <Optimization>Disabled</Optimization>
   4.111 +      <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   4.112 +      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   4.113 +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   4.114 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   4.115 +      <PrecompiledHeader>
   4.116 +      </PrecompiledHeader>
   4.117 +      <WarningLevel>Level3</WarningLevel>
   4.118 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   4.119 +    </ClCompile>
   4.120 +    <Link>
   4.121 +      <AdditionalDependencies>libanim-x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
   4.122 +      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
   4.123 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   4.124 +      <SubSystem>Console</SubSystem>
   4.125 +    </Link>
   4.126 +  </ItemDefinitionGroup>
   4.127 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   4.128 +    <ClCompile>
   4.129 +      <Optimization>MaxSpeed</Optimization>
   4.130 +      <IntrinsicFunctions>true</IntrinsicFunctions>
   4.131 +      <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   4.132 +      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   4.133 +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   4.134 +      <FunctionLevelLinking>true</FunctionLevelLinking>
   4.135 +      <PrecompiledHeader />
   4.136 +      <WarningLevel>Level3</WarningLevel>
   4.137 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   4.138 +      <DisableSpecificWarnings>4244</DisableSpecificWarnings>
   4.139 +    </ClCompile>
   4.140 +    <Link>
   4.141 +      <AdditionalDependencies>libanim.lib;%(AdditionalDependencies)</AdditionalDependencies>
   4.142 +      <AdditionalLibraryDirectories>$(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
   4.143 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   4.144 +      <SubSystem>Console</SubSystem>
   4.145 +      <OptimizeReferences>true</OptimizeReferences>
   4.146 +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
   4.147 +      <TargetMachine>MachineX86</TargetMachine>
   4.148 +    </Link>
   4.149 +  </ItemDefinitionGroup>
   4.150 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   4.151 +    <ClCompile>
   4.152 +      <Optimization>MaxSpeed</Optimization>
   4.153 +      <IntrinsicFunctions>true</IntrinsicFunctions>
   4.154 +      <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
   4.155 +      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   4.156 +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   4.157 +      <FunctionLevelLinking>true</FunctionLevelLinking>
   4.158 +      <PrecompiledHeader>
   4.159 +      </PrecompiledHeader>
   4.160 +      <WarningLevel>Level3</WarningLevel>
   4.161 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   4.162 +    </ClCompile>
   4.163 +    <Link>
   4.164 +      <AdditionalDependencies>libanim-x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
   4.165 +      <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
   4.166 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   4.167 +      <SubSystem>Console</SubSystem>
   4.168 +      <OptimizeReferences>true</OptimizeReferences>
   4.169 +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
   4.170 +    </Link>
   4.171 +  </ItemDefinitionGroup>
   4.172 +  <ItemGroup>
   4.173 +    <ClCompile Include="test.c" />
   4.174 +  </ItemGroup>
   4.175 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   4.176 +  <ImportGroup Label="ExtensionTargets">
   4.177 +  </ImportGroup>
   4.178 +</Project>
   4.179 \ No newline at end of file
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/example/example.vcxproj.filters	Sun Aug 02 05:01:30 2015 +0300
     5.3 @@ -0,0 +1,14 @@
     5.4 +<?xml version="1.0" encoding="utf-8"?>
     5.5 +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     5.6 +  <ItemGroup>
     5.7 +    <Filter Include="Source Files">
     5.8 +      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
     5.9 +      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    5.10 +    </Filter>
    5.11 +  </ItemGroup>
    5.12 +  <ItemGroup>
    5.13 +    <ClCompile Include="test.c">
    5.14 +      <Filter>Source Files</Filter>
    5.15 +    </ClCompile>
    5.16 +  </ItemGroup>
    5.17 +</Project>
    5.18 \ No newline at end of file
     6.1 --- a/libanim-vs2013.sln	Sat Mar 14 23:22:56 2015 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,37 +0,0 @@
     6.4 -
     6.5 -Microsoft Visual Studio Solution File, Format Version 12.00
     6.6 -# Visual Studio 2013
     6.7 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim-vs2013.vcxproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
     6.8 -EndProject
     6.9 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example-vs2013.vcxproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}"
    6.10 -	ProjectSection(ProjectDependencies) = postProject
    6.11 -		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} = {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}
    6.12 -	EndProjectSection
    6.13 -EndProject
    6.14 -Global
    6.15 -	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    6.16 -		Debug|Win32 = Debug|Win32
    6.17 -		Debug|x64 = Debug|x64
    6.18 -		Release|Win32 = Release|Win32
    6.19 -		Release|x64 = Release|x64
    6.20 -	EndGlobalSection
    6.21 -	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    6.22 -		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32
    6.23 -		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32
    6.24 -		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.ActiveCfg = Debug|x64
    6.25 -		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.Build.0 = Debug|x64
    6.26 -		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32
    6.27 -		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32
    6.28 -		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.ActiveCfg = Release|x64
    6.29 -		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.Build.0 = Release|x64
    6.30 -		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32
    6.31 -		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32
    6.32 -		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|x64.ActiveCfg = Debug|x64
    6.33 -		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32
    6.34 -		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32
    6.35 -		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|x64.ActiveCfg = Release|x64
    6.36 -	EndGlobalSection
    6.37 -	GlobalSection(SolutionProperties) = preSolution
    6.38 -		HideSolutionNode = FALSE
    6.39 -	EndGlobalSection
    6.40 -EndGlobal
     7.1 --- a/libanim-vs2013.vcxproj	Sat Mar 14 23:22:56 2015 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,176 +0,0 @@
     7.4 -<?xml version="1.0" encoding="utf-8"?>
     7.5 -<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     7.6 -  <ItemGroup Label="ProjectConfigurations">
     7.7 -    <ProjectConfiguration Include="Debug|Win32">
     7.8 -      <Configuration>Debug</Configuration>
     7.9 -      <Platform>Win32</Platform>
    7.10 -    </ProjectConfiguration>
    7.11 -    <ProjectConfiguration Include="Debug|x64">
    7.12 -      <Configuration>Debug</Configuration>
    7.13 -      <Platform>x64</Platform>
    7.14 -    </ProjectConfiguration>
    7.15 -    <ProjectConfiguration Include="Release|Win32">
    7.16 -      <Configuration>Release</Configuration>
    7.17 -      <Platform>Win32</Platform>
    7.18 -    </ProjectConfiguration>
    7.19 -    <ProjectConfiguration Include="Release|x64">
    7.20 -      <Configuration>Release</Configuration>
    7.21 -      <Platform>x64</Platform>
    7.22 -    </ProjectConfiguration>
    7.23 -  </ItemGroup>
    7.24 -  <PropertyGroup Label="Globals">
    7.25 -    <ProjectName>libanim</ProjectName>
    7.26 -    <ProjectGuid>{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}</ProjectGuid>
    7.27 -    <RootNamespace>libanim</RootNamespace>
    7.28 -    <Keyword>Win32Proj</Keyword>
    7.29 -  </PropertyGroup>
    7.30 -  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    7.31 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    7.32 -    <ConfigurationType>StaticLibrary</ConfigurationType>
    7.33 -    <PlatformToolset>v120</PlatformToolset>
    7.34 -    <CharacterSet>Unicode</CharacterSet>
    7.35 -    <WholeProgramOptimization>true</WholeProgramOptimization>
    7.36 -  </PropertyGroup>
    7.37 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    7.38 -    <ConfigurationType>StaticLibrary</ConfigurationType>
    7.39 -    <PlatformToolset>v120</PlatformToolset>
    7.40 -    <CharacterSet>MultiByte</CharacterSet>
    7.41 -    <WholeProgramOptimization>false</WholeProgramOptimization>
    7.42 -  </PropertyGroup>
    7.43 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    7.44 -    <ConfigurationType>StaticLibrary</ConfigurationType>
    7.45 -    <PlatformToolset>v120</PlatformToolset>
    7.46 -    <CharacterSet>Unicode</CharacterSet>
    7.47 -  </PropertyGroup>
    7.48 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    7.49 -    <ConfigurationType>StaticLibrary</ConfigurationType>
    7.50 -    <PlatformToolset>v120</PlatformToolset>
    7.51 -    <CharacterSet>MultiByte</CharacterSet>
    7.52 -  </PropertyGroup>
    7.53 -  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    7.54 -  <ImportGroup Label="ExtensionSettings">
    7.55 -  </ImportGroup>
    7.56 -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    7.57 -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    7.58 -  </ImportGroup>
    7.59 -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    7.60 -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    7.61 -  </ImportGroup>
    7.62 -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    7.63 -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    7.64 -  </ImportGroup>
    7.65 -  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    7.66 -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    7.67 -  </ImportGroup>
    7.68 -  <PropertyGroup Label="UserMacros" />
    7.69 -  <PropertyGroup>
    7.70 -    <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
    7.71 -  </PropertyGroup>
    7.72 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    7.73 -    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    7.74 -    <IntDir>$(Configuration)\</IntDir>
    7.75 -  </PropertyGroup>
    7.76 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    7.77 -    <TargetName>$(ProjectName)-x64-dbg</TargetName>
    7.78 -  </PropertyGroup>
    7.79 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    7.80 -    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    7.81 -    <IntDir>$(Configuration)\</IntDir>
    7.82 -  </PropertyGroup>
    7.83 -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    7.84 -    <TargetName>$(ProjectName)-x64</TargetName>
    7.85 -  </PropertyGroup>
    7.86 -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    7.87 -    <ClCompile>
    7.88 -      <Optimization>Disabled</Optimization>
    7.89 -      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    7.90 -      <MinimalRebuild>true</MinimalRebuild>
    7.91 -      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    7.92 -      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    7.93 -      <PrecompiledHeader />
    7.94 -      <WarningLevel>Level3</WarningLevel>
    7.95 -      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    7.96 -      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
    7.97 -    </ClCompile>
    7.98 -    <Lib>
    7.99 -      <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
   7.100 -    </Lib>
   7.101 -  </ItemDefinitionGroup>
   7.102 -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   7.103 -    <ClCompile>
   7.104 -      <Optimization>Disabled</Optimization>
   7.105 -      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   7.106 -      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   7.107 -      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   7.108 -      <PrecompiledHeader>
   7.109 -      </PrecompiledHeader>
   7.110 -      <WarningLevel>Level3</WarningLevel>
   7.111 -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   7.112 -      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
   7.113 -    </ClCompile>
   7.114 -    <Lib>
   7.115 -      <AdditionalDependencies>libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
   7.116 -    </Lib>
   7.117 -    <PostBuildEvent>
   7.118 -      <Command>mkdir $(SolutionDir)\usr\include\anim
   7.119 -mkdir $(SolutionDir)\usr\lib
   7.120 -copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\
   7.121 -copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command>
   7.122 -    </PostBuildEvent>
   7.123 -  </ItemDefinitionGroup>
   7.124 -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   7.125 -    <ClCompile>
   7.126 -      <Optimization>MaxSpeed</Optimization>
   7.127 -      <IntrinsicFunctions>true</IntrinsicFunctions>
   7.128 -      <WholeProgramOptimization>false</WholeProgramOptimization>
   7.129 -      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   7.130 -      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   7.131 -      <FunctionLevelLinking>true</FunctionLevelLinking>
   7.132 -      <PrecompiledHeader />
   7.133 -      <WarningLevel>Level3</WarningLevel>
   7.134 -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   7.135 -      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
   7.136 -    </ClCompile>
   7.137 -    <Lib>
   7.138 -      <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
   7.139 -    </Lib>
   7.140 -  </ItemDefinitionGroup>
   7.141 -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   7.142 -    <ClCompile>
   7.143 -      <Optimization>MaxSpeed</Optimization>
   7.144 -      <IntrinsicFunctions>true</IntrinsicFunctions>
   7.145 -      <WholeProgramOptimization>false</WholeProgramOptimization>
   7.146 -      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   7.147 -      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   7.148 -      <FunctionLevelLinking>true</FunctionLevelLinking>
   7.149 -      <PrecompiledHeader>
   7.150 -      </PrecompiledHeader>
   7.151 -      <WarningLevel>Level3</WarningLevel>
   7.152 -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   7.153 -      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
   7.154 -    </ClCompile>
   7.155 -    <Lib>
   7.156 -      <AdditionalDependencies>libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
   7.157 -    </Lib>
   7.158 -    <PostBuildEvent>
   7.159 -      <Command>mkdir $(SolutionDir)\usr\include\anim
   7.160 -mkdir $(SolutionDir)\usr\lib
   7.161 -copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\
   7.162 -copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command>
   7.163 -    </PostBuildEvent>
   7.164 -  </ItemDefinitionGroup>
   7.165 -  <ItemGroup>
   7.166 -    <ClCompile Include="src\anim.c" />
   7.167 -    <ClCompile Include="src\dynarr.c" />
   7.168 -    <ClCompile Include="src\track.c" />
   7.169 -  </ItemGroup>
   7.170 -  <ItemGroup>
   7.171 -    <ClInclude Include="src\anim.h" />
   7.172 -    <ClInclude Include="src\config.h" />
   7.173 -    <ClInclude Include="src\dynarr.h" />
   7.174 -    <ClInclude Include="src\track.h" />
   7.175 -  </ItemGroup>
   7.176 -  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   7.177 -  <ImportGroup Label="ExtensionTargets">
   7.178 -  </ImportGroup>
   7.179 -</Project>
   7.180 \ No newline at end of file
     8.1 --- a/libanim-vs2013.vcxproj.filters	Sat Mar 14 23:22:56 2015 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,38 +0,0 @@
     8.4 -<?xml version="1.0" encoding="utf-8"?>
     8.5 -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     8.6 -  <ItemGroup>
     8.7 -    <Filter Include="Source Files">
     8.8 -      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
     8.9 -      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    8.10 -    </Filter>
    8.11 -    <Filter Include="Header Files">
    8.12 -      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
    8.13 -      <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
    8.14 -    </Filter>
    8.15 -  </ItemGroup>
    8.16 -  <ItemGroup>
    8.17 -    <ClCompile Include="src\anim.c">
    8.18 -      <Filter>Source Files</Filter>
    8.19 -    </ClCompile>
    8.20 -    <ClCompile Include="src\dynarr.c">
    8.21 -      <Filter>Source Files</Filter>
    8.22 -    </ClCompile>
    8.23 -    <ClCompile Include="src\track.c">
    8.24 -      <Filter>Source Files</Filter>
    8.25 -    </ClCompile>
    8.26 -  </ItemGroup>
    8.27 -  <ItemGroup>
    8.28 -    <ClInclude Include="src\anim.h">
    8.29 -      <Filter>Header Files</Filter>
    8.30 -    </ClInclude>
    8.31 -    <ClInclude Include="src\config.h">
    8.32 -      <Filter>Header Files</Filter>
    8.33 -    </ClInclude>
    8.34 -    <ClInclude Include="src\dynarr.h">
    8.35 -      <Filter>Header Files</Filter>
    8.36 -    </ClInclude>
    8.37 -    <ClInclude Include="src\track.h">
    8.38 -      <Filter>Header Files</Filter>
    8.39 -    </ClInclude>
    8.40 -  </ItemGroup>
    8.41 -</Project>
    8.42 \ No newline at end of file
     9.1 --- a/libanim.sln	Sat Mar 14 23:22:56 2015 +0200
     9.2 +++ b/libanim.sln	Sun Aug 02 05:01:30 2015 +0300
     9.3 @@ -1,24 +1,35 @@
     9.4  
     9.5 -Microsoft Visual Studio Solution File, Format Version 10.00
     9.6 -# Visual C++ Express 2008
     9.7 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim.vcproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
     9.8 +Microsoft Visual Studio Solution File, Format Version 12.00
     9.9 +# Visual Studio 2013
    9.10 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim.vcxproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
    9.11  EndProject
    9.12 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}"
    9.13 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcxproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}"
    9.14 +	ProjectSection(ProjectDependencies) = postProject
    9.15 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} = {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}
    9.16 +	EndProjectSection
    9.17  EndProject
    9.18  Global
    9.19  	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    9.20  		Debug|Win32 = Debug|Win32
    9.21 +		Debug|x64 = Debug|x64
    9.22  		Release|Win32 = Release|Win32
    9.23 +		Release|x64 = Release|x64
    9.24  	EndGlobalSection
    9.25  	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    9.26  		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32
    9.27  		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32
    9.28 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.ActiveCfg = Debug|x64
    9.29 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.Build.0 = Debug|x64
    9.30  		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32
    9.31  		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32
    9.32 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.ActiveCfg = Release|x64
    9.33 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.Build.0 = Release|x64
    9.34  		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32
    9.35  		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32
    9.36 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|x64.ActiveCfg = Debug|x64
    9.37  		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32
    9.38  		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32
    9.39 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|x64.ActiveCfg = Release|x64
    9.40  	EndGlobalSection
    9.41  	GlobalSection(SolutionProperties) = preSolution
    9.42  		HideSolutionNode = FALSE
    10.1 --- a/libanim.vcproj	Sat Mar 14 23:22:56 2015 +0200
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,195 +0,0 @@
    10.4 -<?xml version="1.0" encoding="Windows-1252"?>
    10.5 -<VisualStudioProject
    10.6 -	ProjectType="Visual C++"
    10.7 -	Version="9.00"
    10.8 -	Name="libanim"
    10.9 -	ProjectGUID="{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
   10.10 -	RootNamespace="libanim"
   10.11 -	Keyword="Win32Proj"
   10.12 -	TargetFrameworkVersion="196613"
   10.13 -	>
   10.14 -	<Platforms>
   10.15 -		<Platform
   10.16 -			Name="Win32"
   10.17 -		/>
   10.18 -	</Platforms>
   10.19 -	<ToolFiles>
   10.20 -	</ToolFiles>
   10.21 -	<Configurations>
   10.22 -		<Configuration
   10.23 -			Name="Debug|Win32"
   10.24 -			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
   10.25 -			IntermediateDirectory="$(ConfigurationName)"
   10.26 -			ConfigurationType="4"
   10.27 -			CharacterSet="1"
   10.28 -			>
   10.29 -			<Tool
   10.30 -				Name="VCPreBuildEventTool"
   10.31 -			/>
   10.32 -			<Tool
   10.33 -				Name="VCCustomBuildTool"
   10.34 -			/>
   10.35 -			<Tool
   10.36 -				Name="VCXMLDataGeneratorTool"
   10.37 -			/>
   10.38 -			<Tool
   10.39 -				Name="VCWebServiceProxyGeneratorTool"
   10.40 -			/>
   10.41 -			<Tool
   10.42 -				Name="VCMIDLTool"
   10.43 -			/>
   10.44 -			<Tool
   10.45 -				Name="VCCLCompilerTool"
   10.46 -				Optimization="0"
   10.47 -				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
   10.48 -				MinimalRebuild="true"
   10.49 -				BasicRuntimeChecks="3"
   10.50 -				RuntimeLibrary="3"
   10.51 -				UsePrecompiledHeader="0"
   10.52 -				WarningLevel="3"
   10.53 -				DebugInformationFormat="4"
   10.54 -				DisableSpecificWarnings="4996;4244"
   10.55 -			/>
   10.56 -			<Tool
   10.57 -				Name="VCManagedResourceCompilerTool"
   10.58 -			/>
   10.59 -			<Tool
   10.60 -				Name="VCResourceCompilerTool"
   10.61 -			/>
   10.62 -			<Tool
   10.63 -				Name="VCPreLinkEventTool"
   10.64 -			/>
   10.65 -			<Tool
   10.66 -				Name="VCLibrarianTool"
   10.67 -				AdditionalDependencies="libvmath.lib pthreadVC2.lib"
   10.68 -			/>
   10.69 -			<Tool
   10.70 -				Name="VCALinkTool"
   10.71 -			/>
   10.72 -			<Tool
   10.73 -				Name="VCXDCMakeTool"
   10.74 -			/>
   10.75 -			<Tool
   10.76 -				Name="VCBscMakeTool"
   10.77 -			/>
   10.78 -			<Tool
   10.79 -				Name="VCFxCopTool"
   10.80 -			/>
   10.81 -			<Tool
   10.82 -				Name="VCPostBuildEventTool"
   10.83 -			/>
   10.84 -		</Configuration>
   10.85 -		<Configuration
   10.86 -			Name="Release|Win32"
   10.87 -			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
   10.88 -			IntermediateDirectory="$(ConfigurationName)"
   10.89 -			ConfigurationType="4"
   10.90 -			CharacterSet="1"
   10.91 -			WholeProgramOptimization="1"
   10.92 -			>
   10.93 -			<Tool
   10.94 -				Name="VCPreBuildEventTool"
   10.95 -			/>
   10.96 -			<Tool
   10.97 -				Name="VCCustomBuildTool"
   10.98 -			/>
   10.99 -			<Tool
  10.100 -				Name="VCXMLDataGeneratorTool"
  10.101 -			/>
  10.102 -			<Tool
  10.103 -				Name="VCWebServiceProxyGeneratorTool"
  10.104 -			/>
  10.105 -			<Tool
  10.106 -				Name="VCMIDLTool"
  10.107 -			/>
  10.108 -			<Tool
  10.109 -				Name="VCCLCompilerTool"
  10.110 -				Optimization="2"
  10.111 -				EnableIntrinsicFunctions="true"
  10.112 -				WholeProgramOptimization="false"
  10.113 -				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  10.114 -				RuntimeLibrary="2"
  10.115 -				EnableFunctionLevelLinking="true"
  10.116 -				UsePrecompiledHeader="0"
  10.117 -				WarningLevel="3"
  10.118 -				DebugInformationFormat="3"
  10.119 -				DisableSpecificWarnings="4996;4244"
  10.120 -			/>
  10.121 -			<Tool
  10.122 -				Name="VCManagedResourceCompilerTool"
  10.123 -			/>
  10.124 -			<Tool
  10.125 -				Name="VCResourceCompilerTool"
  10.126 -			/>
  10.127 -			<Tool
  10.128 -				Name="VCPreLinkEventTool"
  10.129 -			/>
  10.130 -			<Tool
  10.131 -				Name="VCLibrarianTool"
  10.132 -				AdditionalDependencies="libvmath.lib pthreadVC2.lib"
  10.133 -			/>
  10.134 -			<Tool
  10.135 -				Name="VCALinkTool"
  10.136 -			/>
  10.137 -			<Tool
  10.138 -				Name="VCXDCMakeTool"
  10.139 -			/>
  10.140 -			<Tool
  10.141 -				Name="VCBscMakeTool"
  10.142 -			/>
  10.143 -			<Tool
  10.144 -				Name="VCFxCopTool"
  10.145 -			/>
  10.146 -			<Tool
  10.147 -				Name="VCPostBuildEventTool"
  10.148 -				CommandLine="mkdir usr\include\anim&#x0D;&#x0A;mkdir usr\lib&#x0D;&#x0A;copy /Y src\*.h usr\include\anim\&#x0D;&#x0A;copy /Y src\*.inl usr\include\anim\&#x0D;&#x0A;copy /Y $(TargetPath) usr\lib\&#x0D;&#x0A;"
  10.149 -			/>
  10.150 -		</Configuration>
  10.151 -	</Configurations>
  10.152 -	<References>
  10.153 -	</References>
  10.154 -	<Files>
  10.155 -		<Filter
  10.156 -			Name="Source Files"
  10.157 -			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  10.158 -			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  10.159 -			>
  10.160 -			<File
  10.161 -				RelativePath=".\src\anim.c"
  10.162 -				>
  10.163 -			</File>
  10.164 -			<File
  10.165 -				RelativePath=".\src\dynarr.c"
  10.166 -				>
  10.167 -			</File>
  10.168 -			<File
  10.169 -				RelativePath=".\src\track.c"
  10.170 -				>
  10.171 -			</File>
  10.172 -		</Filter>
  10.173 -		<Filter
  10.174 -			Name="Header Files"
  10.175 -			Filter="h;hpp;hxx;hm;inl;inc;xsd"
  10.176 -			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  10.177 -			>
  10.178 -			<File
  10.179 -				RelativePath=".\src\anim.h"
  10.180 -				>
  10.181 -			</File>
  10.182 -			<File
  10.183 -				RelativePath=".\src\config.h"
  10.184 -				>
  10.185 -			</File>
  10.186 -			<File
  10.187 -				RelativePath=".\src\dynarr.h"
  10.188 -				>
  10.189 -			</File>
  10.190 -			<File
  10.191 -				RelativePath=".\src\track.h"
  10.192 -				>
  10.193 -			</File>
  10.194 -		</Filter>
  10.195 -	</Files>
  10.196 -	<Globals>
  10.197 -	</Globals>
  10.198 -</VisualStudioProject>
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/libanim.vcxproj	Sun Aug 02 05:01:30 2015 +0300
    11.3 @@ -0,0 +1,189 @@
    11.4 +<?xml version="1.0" encoding="utf-8"?>
    11.5 +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    11.6 +  <ItemGroup Label="ProjectConfigurations">
    11.7 +    <ProjectConfiguration Include="Debug|Win32">
    11.8 +      <Configuration>Debug</Configuration>
    11.9 +      <Platform>Win32</Platform>
   11.10 +    </ProjectConfiguration>
   11.11 +    <ProjectConfiguration Include="Debug|x64">
   11.12 +      <Configuration>Debug</Configuration>
   11.13 +      <Platform>x64</Platform>
   11.14 +    </ProjectConfiguration>
   11.15 +    <ProjectConfiguration Include="Release|Win32">
   11.16 +      <Configuration>Release</Configuration>
   11.17 +      <Platform>Win32</Platform>
   11.18 +    </ProjectConfiguration>
   11.19 +    <ProjectConfiguration Include="Release|x64">
   11.20 +      <Configuration>Release</Configuration>
   11.21 +      <Platform>x64</Platform>
   11.22 +    </ProjectConfiguration>
   11.23 +  </ItemGroup>
   11.24 +  <PropertyGroup Label="Globals">
   11.25 +    <ProjectName>libanim</ProjectName>
   11.26 +    <ProjectGuid>{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}</ProjectGuid>
   11.27 +    <RootNamespace>libanim</RootNamespace>
   11.28 +    <Keyword>Win32Proj</Keyword>
   11.29 +    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
   11.30 +  </PropertyGroup>
   11.31 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   11.32 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
   11.33 +    <ConfigurationType>StaticLibrary</ConfigurationType>
   11.34 +    <PlatformToolset>v140</PlatformToolset>
   11.35 +    <CharacterSet>MultiByte</CharacterSet>
   11.36 +    <WholeProgramOptimization>false</WholeProgramOptimization>
   11.37 +  </PropertyGroup>
   11.38 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
   11.39 +    <ConfigurationType>StaticLibrary</ConfigurationType>
   11.40 +    <PlatformToolset>v140</PlatformToolset>
   11.41 +    <CharacterSet>MultiByte</CharacterSet>
   11.42 +    <WholeProgramOptimization>false</WholeProgramOptimization>
   11.43 +  </PropertyGroup>
   11.44 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
   11.45 +    <ConfigurationType>StaticLibrary</ConfigurationType>
   11.46 +    <PlatformToolset>v140</PlatformToolset>
   11.47 +    <CharacterSet>MultiByte</CharacterSet>
   11.48 +  </PropertyGroup>
   11.49 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
   11.50 +    <ConfigurationType>StaticLibrary</ConfigurationType>
   11.51 +    <PlatformToolset>v140</PlatformToolset>
   11.52 +    <CharacterSet>MultiByte</CharacterSet>
   11.53 +  </PropertyGroup>
   11.54 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   11.55 +  <ImportGroup Label="ExtensionSettings">
   11.56 +  </ImportGroup>
   11.57 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
   11.58 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
   11.59 +  </ImportGroup>
   11.60 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
   11.61 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
   11.62 +  </ImportGroup>
   11.63 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
   11.64 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
   11.65 +  </ImportGroup>
   11.66 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
   11.67 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
   11.68 +  </ImportGroup>
   11.69 +  <PropertyGroup Label="UserMacros" />
   11.70 +  <PropertyGroup>
   11.71 +    <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
   11.72 +  </PropertyGroup>
   11.73 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   11.74 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
   11.75 +    <IntDir>$(Configuration)\</IntDir>
   11.76 +  </PropertyGroup>
   11.77 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   11.78 +    <TargetName>$(ProjectName)-x64-dbg</TargetName>
   11.79 +  </PropertyGroup>
   11.80 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   11.81 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
   11.82 +    <IntDir>$(Configuration)\</IntDir>
   11.83 +  </PropertyGroup>
   11.84 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   11.85 +    <TargetName>$(ProjectName)-x64</TargetName>
   11.86 +  </PropertyGroup>
   11.87 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   11.88 +    <ClCompile>
   11.89 +      <Optimization>Disabled</Optimization>
   11.90 +      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   11.91 +      <MinimalRebuild>true</MinimalRebuild>
   11.92 +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
   11.93 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   11.94 +      <PrecompiledHeader />
   11.95 +      <WarningLevel>Level3</WarningLevel>
   11.96 +      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
   11.97 +      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
   11.98 +    </ClCompile>
   11.99 +    <Lib>
  11.100 +      <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
  11.101 +    </Lib>
  11.102 +    <PostBuildEvent>
  11.103 +      <Command>mkdir $(SolutionDir)\usr\include\anim
  11.104 +mkdir $(SolutionDir)\usr\lib
  11.105 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\
  11.106 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command>
  11.107 +    </PostBuildEvent>
  11.108 +  </ItemDefinitionGroup>
  11.109 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  11.110 +    <ClCompile>
  11.111 +      <Optimization>Disabled</Optimization>
  11.112 +      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  11.113 +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  11.114 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  11.115 +      <PrecompiledHeader>
  11.116 +      </PrecompiledHeader>
  11.117 +      <WarningLevel>Level3</WarningLevel>
  11.118 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  11.119 +      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  11.120 +    </ClCompile>
  11.121 +    <Lib>
  11.122 +      <AdditionalDependencies>libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
  11.123 +    </Lib>
  11.124 +    <PostBuildEvent>
  11.125 +      <Command>mkdir $(SolutionDir)\usr\include\anim
  11.126 +mkdir $(SolutionDir)\usr\lib
  11.127 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\
  11.128 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command>
  11.129 +    </PostBuildEvent>
  11.130 +  </ItemDefinitionGroup>
  11.131 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  11.132 +    <ClCompile>
  11.133 +      <Optimization>MaxSpeed</Optimization>
  11.134 +      <IntrinsicFunctions>true</IntrinsicFunctions>
  11.135 +      <WholeProgramOptimization>false</WholeProgramOptimization>
  11.136 +      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  11.137 +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  11.138 +      <FunctionLevelLinking>true</FunctionLevelLinking>
  11.139 +      <PrecompiledHeader />
  11.140 +      <WarningLevel>Level3</WarningLevel>
  11.141 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  11.142 +      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  11.143 +    </ClCompile>
  11.144 +    <Lib>
  11.145 +      <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies>
  11.146 +    </Lib>
  11.147 +    <PostBuildEvent>
  11.148 +      <Command>mkdir $(SolutionDir)\usr\include\anim
  11.149 +mkdir $(SolutionDir)\usr\lib
  11.150 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\
  11.151 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command>
  11.152 +    </PostBuildEvent>
  11.153 +  </ItemDefinitionGroup>
  11.154 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  11.155 +    <ClCompile>
  11.156 +      <Optimization>MaxSpeed</Optimization>
  11.157 +      <IntrinsicFunctions>true</IntrinsicFunctions>
  11.158 +      <WholeProgramOptimization>false</WholeProgramOptimization>
  11.159 +      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  11.160 +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  11.161 +      <FunctionLevelLinking>true</FunctionLevelLinking>
  11.162 +      <PrecompiledHeader>
  11.163 +      </PrecompiledHeader>
  11.164 +      <WarningLevel>Level3</WarningLevel>
  11.165 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  11.166 +      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  11.167 +    </ClCompile>
  11.168 +    <Lib>
  11.169 +      <AdditionalDependencies>libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
  11.170 +    </Lib>
  11.171 +    <PostBuildEvent>
  11.172 +      <Command>mkdir $(SolutionDir)\usr\include\anim
  11.173 +mkdir $(SolutionDir)\usr\lib
  11.174 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\
  11.175 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command>
  11.176 +    </PostBuildEvent>
  11.177 +  </ItemDefinitionGroup>
  11.178 +  <ItemGroup>
  11.179 +    <ClCompile Include="src\anim.c" />
  11.180 +    <ClCompile Include="src\dynarr.c" />
  11.181 +    <ClCompile Include="src\track.c" />
  11.182 +  </ItemGroup>
  11.183 +  <ItemGroup>
  11.184 +    <ClInclude Include="src\anim.h" />
  11.185 +    <ClInclude Include="src\config.h" />
  11.186 +    <ClInclude Include="src\dynarr.h" />
  11.187 +    <ClInclude Include="src\track.h" />
  11.188 +  </ItemGroup>
  11.189 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  11.190 +  <ImportGroup Label="ExtensionTargets">
  11.191 +  </ImportGroup>
  11.192 +</Project>
  11.193 \ No newline at end of file
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/libanim.vcxproj.filters	Sun Aug 02 05:01:30 2015 +0300
    12.3 @@ -0,0 +1,38 @@
    12.4 +<?xml version="1.0" encoding="utf-8"?>
    12.5 +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    12.6 +  <ItemGroup>
    12.7 +    <Filter Include="Source Files">
    12.8 +      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
    12.9 +      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
   12.10 +    </Filter>
   12.11 +    <Filter Include="Header Files">
   12.12 +      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
   12.13 +      <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
   12.14 +    </Filter>
   12.15 +  </ItemGroup>
   12.16 +  <ItemGroup>
   12.17 +    <ClCompile Include="src\anim.c">
   12.18 +      <Filter>Source Files</Filter>
   12.19 +    </ClCompile>
   12.20 +    <ClCompile Include="src\dynarr.c">
   12.21 +      <Filter>Source Files</Filter>
   12.22 +    </ClCompile>
   12.23 +    <ClCompile Include="src\track.c">
   12.24 +      <Filter>Source Files</Filter>
   12.25 +    </ClCompile>
   12.26 +  </ItemGroup>
   12.27 +  <ItemGroup>
   12.28 +    <ClInclude Include="src\anim.h">
   12.29 +      <Filter>Header Files</Filter>
   12.30 +    </ClInclude>
   12.31 +    <ClInclude Include="src\config.h">
   12.32 +      <Filter>Header Files</Filter>
   12.33 +    </ClInclude>
   12.34 +    <ClInclude Include="src\dynarr.h">
   12.35 +      <Filter>Header Files</Filter>
   12.36 +    </ClInclude>
   12.37 +    <ClInclude Include="src\track.h">
   12.38 +      <Filter>Header Files</Filter>
   12.39 +    </ClInclude>
   12.40 +  </ItemGroup>
   12.41 +</Project>
   12.42 \ No newline at end of file