libanim
changeset 69:08f40e473f31
converted vs2012 project to vs2013
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 03 Oct 2014 17:14:24 +0300 |
parents | 801e0894bc48 |
children | efd99ac728d9 |
files | example/example-vs2012.vcxproj example/example-vs2013.vcxproj libanim-vs2012.sln libanim-vs2012.vcxproj libanim-vs2012.vcxproj.filters libanim-vs2013.sln libanim-vs2013.vcxproj libanim-vs2013.vcxproj.filters |
diffstat | 8 files changed, 425 insertions(+), 425 deletions(-) [+] |
line diff
1.1 --- a/example/example-vs2012.vcxproj Tue May 06 13:01:56 2014 +0300 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="4.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>v110</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>v110</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>v110</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>v110</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 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/example/example-vs2013.vcxproj Fri Oct 03 17:14:24 2014 +0300 2.3 @@ -0,0 +1,174 @@ 2.4 +<?xml version="1.0" encoding="utf-8"?> 2.5 +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2.6 + <ItemGroup Label="ProjectConfigurations"> 2.7 + <ProjectConfiguration Include="Debug|Win32"> 2.8 + <Configuration>Debug</Configuration> 2.9 + <Platform>Win32</Platform> 2.10 + </ProjectConfiguration> 2.11 + <ProjectConfiguration Include="Debug|x64"> 2.12 + <Configuration>Debug</Configuration> 2.13 + <Platform>x64</Platform> 2.14 + </ProjectConfiguration> 2.15 + <ProjectConfiguration Include="Release|Win32"> 2.16 + <Configuration>Release</Configuration> 2.17 + <Platform>Win32</Platform> 2.18 + </ProjectConfiguration> 2.19 + <ProjectConfiguration Include="Release|x64"> 2.20 + <Configuration>Release</Configuration> 2.21 + <Platform>x64</Platform> 2.22 + </ProjectConfiguration> 2.23 + </ItemGroup> 2.24 + <PropertyGroup Label="Globals"> 2.25 + <ProjectName>example</ProjectName> 2.26 + <ProjectGuid>{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}</ProjectGuid> 2.27 + <RootNamespace>example</RootNamespace> 2.28 + <Keyword>Win32Proj</Keyword> 2.29 + </PropertyGroup> 2.30 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 2.31 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 2.32 + <ConfigurationType>Application</ConfigurationType> 2.33 + <PlatformToolset>v120</PlatformToolset> 2.34 + <CharacterSet>Unicode</CharacterSet> 2.35 + <WholeProgramOptimization>true</WholeProgramOptimization> 2.36 + </PropertyGroup> 2.37 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 2.38 + <ConfigurationType>Application</ConfigurationType> 2.39 + <PlatformToolset>v120</PlatformToolset> 2.40 + <CharacterSet>Unicode</CharacterSet> 2.41 + <WholeProgramOptimization>true</WholeProgramOptimization> 2.42 + </PropertyGroup> 2.43 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 2.44 + <ConfigurationType>Application</ConfigurationType> 2.45 + <PlatformToolset>v120</PlatformToolset> 2.46 + <CharacterSet>Unicode</CharacterSet> 2.47 + </PropertyGroup> 2.48 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 2.49 + <ConfigurationType>Application</ConfigurationType> 2.50 + <PlatformToolset>v120</PlatformToolset> 2.51 + <CharacterSet>Unicode</CharacterSet> 2.52 + </PropertyGroup> 2.53 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 2.54 + <ImportGroup Label="ExtensionSettings"> 2.55 + </ImportGroup> 2.56 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 2.57 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 2.58 + </ImportGroup> 2.59 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 2.60 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 2.61 + </ImportGroup> 2.62 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 2.63 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 2.64 + </ImportGroup> 2.65 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 2.66 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 2.67 + </ImportGroup> 2.68 + <PropertyGroup Label="UserMacros" /> 2.69 + <PropertyGroup> 2.70 + <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> 2.71 + </PropertyGroup> 2.72 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 2.73 + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> 2.74 + <IntDir>$(Configuration)\</IntDir> 2.75 + <LinkIncremental>true</LinkIncremental> 2.76 + </PropertyGroup> 2.77 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 2.78 + <LinkIncremental>true</LinkIncremental> 2.79 + </PropertyGroup> 2.80 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 2.81 + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> 2.82 + <IntDir>$(Configuration)\</IntDir> 2.83 + <LinkIncremental>false</LinkIncremental> 2.84 + </PropertyGroup> 2.85 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 2.86 + <LinkIncremental>false</LinkIncremental> 2.87 + </PropertyGroup> 2.88 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 2.89 + <ClCompile> 2.90 + <Optimization>Disabled</Optimization> 2.91 + <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 2.92 + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 2.93 + <MinimalRebuild>true</MinimalRebuild> 2.94 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 2.95 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 2.96 + <PrecompiledHeader /> 2.97 + <WarningLevel>Level3</WarningLevel> 2.98 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 2.99 + </ClCompile> 2.100 + <Link> 2.101 + <AdditionalDependencies>libanim.lib;%(AdditionalDependencies)</AdditionalDependencies> 2.102 + <AdditionalLibraryDirectories>$(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 2.103 + <GenerateDebugInformation>true</GenerateDebugInformation> 2.104 + <SubSystem>Console</SubSystem> 2.105 + <TargetMachine>MachineX86</TargetMachine> 2.106 + </Link> 2.107 + </ItemDefinitionGroup> 2.108 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 2.109 + <ClCompile> 2.110 + <Optimization>Disabled</Optimization> 2.111 + <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 2.112 + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 2.113 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 2.114 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 2.115 + <PrecompiledHeader> 2.116 + </PrecompiledHeader> 2.117 + <WarningLevel>Level3</WarningLevel> 2.118 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 2.119 + </ClCompile> 2.120 + <Link> 2.121 + <AdditionalDependencies>libanim-x64.lib;%(AdditionalDependencies)</AdditionalDependencies> 2.122 + <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 2.123 + <GenerateDebugInformation>true</GenerateDebugInformation> 2.124 + <SubSystem>Console</SubSystem> 2.125 + </Link> 2.126 + </ItemDefinitionGroup> 2.127 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 2.128 + <ClCompile> 2.129 + <Optimization>MaxSpeed</Optimization> 2.130 + <IntrinsicFunctions>true</IntrinsicFunctions> 2.131 + <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 2.132 + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 2.133 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 2.134 + <FunctionLevelLinking>true</FunctionLevelLinking> 2.135 + <PrecompiledHeader /> 2.136 + <WarningLevel>Level3</WarningLevel> 2.137 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 2.138 + </ClCompile> 2.139 + <Link> 2.140 + <AdditionalDependencies>libanim.lib;%(AdditionalDependencies)</AdditionalDependencies> 2.141 + <AdditionalLibraryDirectories>$(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 2.142 + <GenerateDebugInformation>true</GenerateDebugInformation> 2.143 + <SubSystem>Console</SubSystem> 2.144 + <OptimizeReferences>true</OptimizeReferences> 2.145 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 2.146 + <TargetMachine>MachineX86</TargetMachine> 2.147 + </Link> 2.148 + </ItemDefinitionGroup> 2.149 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 2.150 + <ClCompile> 2.151 + <Optimization>MaxSpeed</Optimization> 2.152 + <IntrinsicFunctions>true</IntrinsicFunctions> 2.153 + <AdditionalIncludeDirectories>$(SolutionDir)\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 2.154 + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 2.155 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 2.156 + <FunctionLevelLinking>true</FunctionLevelLinking> 2.157 + <PrecompiledHeader> 2.158 + </PrecompiledHeader> 2.159 + <WarningLevel>Level3</WarningLevel> 2.160 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 2.161 + </ClCompile> 2.162 + <Link> 2.163 + <AdditionalDependencies>libanim-x64.lib;%(AdditionalDependencies)</AdditionalDependencies> 2.164 + <AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 2.165 + <GenerateDebugInformation>true</GenerateDebugInformation> 2.166 + <SubSystem>Console</SubSystem> 2.167 + <OptimizeReferences>true</OptimizeReferences> 2.168 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 2.169 + </Link> 2.170 + </ItemDefinitionGroup> 2.171 + <ItemGroup> 2.172 + <ClCompile Include="test.c" /> 2.173 + </ItemGroup> 2.174 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 2.175 + <ImportGroup Label="ExtensionTargets"> 2.176 + </ImportGroup> 2.177 +</Project> 2.178 \ No newline at end of file
3.1 --- a/libanim-vs2012.sln Tue May 06 13:01:56 2014 +0300 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,37 +0,0 @@ 3.4 - 3.5 -Microsoft Visual Studio Solution File, Format Version 12.00 3.6 -# Visual Studio 2012 3.7 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim-vs2012.vcxproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}" 3.8 -EndProject 3.9 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example-vs2012.vcxproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}" 3.10 - ProjectSection(ProjectDependencies) = postProject 3.11 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} = {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} 3.12 - EndProjectSection 3.13 -EndProject 3.14 -Global 3.15 - GlobalSection(SolutionConfigurationPlatforms) = preSolution 3.16 - Debug|Win32 = Debug|Win32 3.17 - Debug|x64 = Debug|x64 3.18 - Release|Win32 = Release|Win32 3.19 - Release|x64 = Release|x64 3.20 - EndGlobalSection 3.21 - GlobalSection(ProjectConfigurationPlatforms) = postSolution 3.22 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32 3.23 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32 3.24 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.ActiveCfg = Debug|x64 3.25 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.Build.0 = Debug|x64 3.26 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32 3.27 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32 3.28 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.ActiveCfg = Release|x64 3.29 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.Build.0 = Release|x64 3.30 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32 3.31 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32 3.32 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|x64.ActiveCfg = Debug|x64 3.33 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32 3.34 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32 3.35 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|x64.ActiveCfg = Release|x64 3.36 - EndGlobalSection 3.37 - GlobalSection(SolutionProperties) = preSolution 3.38 - HideSolutionNode = FALSE 3.39 - EndGlobalSection 3.40 -EndGlobal
4.1 --- a/libanim-vs2012.vcxproj Tue May 06 13:01:56 2014 +0300 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,176 +0,0 @@ 4.4 -<?xml version="1.0" encoding="utf-8"?> 4.5 -<Project DefaultTargets="Build" ToolsVersion="4.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>libanim</ProjectName> 4.26 - <ProjectGuid>{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}</ProjectGuid> 4.27 - <RootNamespace>libanim</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>StaticLibrary</ConfigurationType> 4.33 - <PlatformToolset>v110</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>StaticLibrary</ConfigurationType> 4.39 - <PlatformToolset>v110</PlatformToolset> 4.40 - <CharacterSet>MultiByte</CharacterSet> 4.41 - <WholeProgramOptimization>false</WholeProgramOptimization> 4.42 - </PropertyGroup> 4.43 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 4.44 - <ConfigurationType>StaticLibrary</ConfigurationType> 4.45 - <PlatformToolset>v110</PlatformToolset> 4.46 - <CharacterSet>Unicode</CharacterSet> 4.47 - </PropertyGroup> 4.48 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 4.49 - <ConfigurationType>StaticLibrary</ConfigurationType> 4.50 - <PlatformToolset>v110</PlatformToolset> 4.51 - <CharacterSet>MultiByte</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 - </PropertyGroup> 4.76 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 4.77 - <TargetName>$(ProjectName)-x64-dbg</TargetName> 4.78 - </PropertyGroup> 4.79 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 4.80 - <OutDir>$(SolutionDir)$(Configuration)\</OutDir> 4.81 - <IntDir>$(Configuration)\</IntDir> 4.82 - </PropertyGroup> 4.83 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 4.84 - <TargetName>$(ProjectName)-x64</TargetName> 4.85 - </PropertyGroup> 4.86 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 4.87 - <ClCompile> 4.88 - <Optimization>Disabled</Optimization> 4.89 - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 4.90 - <MinimalRebuild>true</MinimalRebuild> 4.91 - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 4.92 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 4.93 - <PrecompiledHeader /> 4.94 - <WarningLevel>Level3</WarningLevel> 4.95 - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 4.96 - <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 4.97 - </ClCompile> 4.98 - <Lib> 4.99 - <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies> 4.100 - </Lib> 4.101 - </ItemDefinitionGroup> 4.102 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 4.103 - <ClCompile> 4.104 - <Optimization>Disabled</Optimization> 4.105 - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 4.106 - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 4.107 - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 4.108 - <PrecompiledHeader> 4.109 - </PrecompiledHeader> 4.110 - <WarningLevel>Level3</WarningLevel> 4.111 - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 4.112 - <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 4.113 - </ClCompile> 4.114 - <Lib> 4.115 - <AdditionalDependencies>libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> 4.116 - </Lib> 4.117 - <PostBuildEvent> 4.118 - <Command>mkdir $(SolutionDir)\usr\include\anim 4.119 -mkdir $(SolutionDir)\usr\lib 4.120 -copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ 4.121 -copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command> 4.122 - </PostBuildEvent> 4.123 - </ItemDefinitionGroup> 4.124 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 4.125 - <ClCompile> 4.126 - <Optimization>MaxSpeed</Optimization> 4.127 - <IntrinsicFunctions>true</IntrinsicFunctions> 4.128 - <WholeProgramOptimization>false</WholeProgramOptimization> 4.129 - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 4.130 - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 4.131 - <FunctionLevelLinking>true</FunctionLevelLinking> 4.132 - <PrecompiledHeader /> 4.133 - <WarningLevel>Level3</WarningLevel> 4.134 - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 4.135 - <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 4.136 - </ClCompile> 4.137 - <Lib> 4.138 - <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies> 4.139 - </Lib> 4.140 - </ItemDefinitionGroup> 4.141 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 4.142 - <ClCompile> 4.143 - <Optimization>MaxSpeed</Optimization> 4.144 - <IntrinsicFunctions>true</IntrinsicFunctions> 4.145 - <WholeProgramOptimization>false</WholeProgramOptimization> 4.146 - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 4.147 - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 4.148 - <FunctionLevelLinking>true</FunctionLevelLinking> 4.149 - <PrecompiledHeader> 4.150 - </PrecompiledHeader> 4.151 - <WarningLevel>Level3</WarningLevel> 4.152 - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 4.153 - <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 4.154 - </ClCompile> 4.155 - <Lib> 4.156 - <AdditionalDependencies>libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> 4.157 - </Lib> 4.158 - <PostBuildEvent> 4.159 - <Command>mkdir $(SolutionDir)\usr\include\anim 4.160 -mkdir $(SolutionDir)\usr\lib 4.161 -copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ 4.162 -copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command> 4.163 - </PostBuildEvent> 4.164 - </ItemDefinitionGroup> 4.165 - <ItemGroup> 4.166 - <ClCompile Include="src\anim.c" /> 4.167 - <ClCompile Include="src\dynarr.c" /> 4.168 - <ClCompile Include="src\track.c" /> 4.169 - </ItemGroup> 4.170 - <ItemGroup> 4.171 - <ClInclude Include="src\anim.h" /> 4.172 - <ClInclude Include="src\config.h" /> 4.173 - <ClInclude Include="src\dynarr.h" /> 4.174 - <ClInclude Include="src\track.h" /> 4.175 - </ItemGroup> 4.176 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 4.177 - <ImportGroup Label="ExtensionTargets"> 4.178 - </ImportGroup> 4.179 -</Project> 4.180 \ No newline at end of file
5.1 --- a/libanim-vs2012.vcxproj.filters Tue May 06 13:01:56 2014 +0300 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,38 +0,0 @@ 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 - <Filter Include="Header Files"> 5.12 - <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> 5.13 - <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> 5.14 - </Filter> 5.15 - </ItemGroup> 5.16 - <ItemGroup> 5.17 - <ClCompile Include="src\anim.c"> 5.18 - <Filter>Source Files</Filter> 5.19 - </ClCompile> 5.20 - <ClCompile Include="src\dynarr.c"> 5.21 - <Filter>Source Files</Filter> 5.22 - </ClCompile> 5.23 - <ClCompile Include="src\track.c"> 5.24 - <Filter>Source Files</Filter> 5.25 - </ClCompile> 5.26 - </ItemGroup> 5.27 - <ItemGroup> 5.28 - <ClInclude Include="src\anim.h"> 5.29 - <Filter>Header Files</Filter> 5.30 - </ClInclude> 5.31 - <ClInclude Include="src\config.h"> 5.32 - <Filter>Header Files</Filter> 5.33 - </ClInclude> 5.34 - <ClInclude Include="src\dynarr.h"> 5.35 - <Filter>Header Files</Filter> 5.36 - </ClInclude> 5.37 - <ClInclude Include="src\track.h"> 5.38 - <Filter>Header Files</Filter> 5.39 - </ClInclude> 5.40 - </ItemGroup> 5.41 -</Project> 5.42 \ No newline at end of file
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/libanim-vs2013.sln Fri Oct 03 17:14:24 2014 +0300 6.3 @@ -0,0 +1,37 @@ 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 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/libanim-vs2013.vcxproj Fri Oct 03 17:14:24 2014 +0300 7.3 @@ -0,0 +1,176 @@ 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 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/libanim-vs2013.vcxproj.filters Fri Oct 03 17:14:24 2014 +0300 8.3 @@ -0,0 +1,38 @@ 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