libanim
diff libanim.vcxproj @ 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 | libanim-vs2013.vcxproj@fc0f8cd574f4 |
children | a0c41c08f6e9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libanim.vcxproj Sun Aug 02 05:01:30 2015 +0300 1.3 @@ -0,0 +1,189 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<Project DefaultTargets="Build" ToolsVersion="14.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>libanim</ProjectName> 1.26 + <ProjectGuid>{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}</ProjectGuid> 1.27 + <RootNamespace>libanim</RootNamespace> 1.28 + <Keyword>Win32Proj</Keyword> 1.29 + <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 1.30 + </PropertyGroup> 1.31 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 1.32 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 1.33 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.34 + <PlatformToolset>v140</PlatformToolset> 1.35 + <CharacterSet>MultiByte</CharacterSet> 1.36 + <WholeProgramOptimization>false</WholeProgramOptimization> 1.37 + </PropertyGroup> 1.38 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 1.39 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.40 + <PlatformToolset>v140</PlatformToolset> 1.41 + <CharacterSet>MultiByte</CharacterSet> 1.42 + <WholeProgramOptimization>false</WholeProgramOptimization> 1.43 + </PropertyGroup> 1.44 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 1.45 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.46 + <PlatformToolset>v140</PlatformToolset> 1.47 + <CharacterSet>MultiByte</CharacterSet> 1.48 + </PropertyGroup> 1.49 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 1.50 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.51 + <PlatformToolset>v140</PlatformToolset> 1.52 + <CharacterSet>MultiByte</CharacterSet> 1.53 + </PropertyGroup> 1.54 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 1.55 + <ImportGroup Label="ExtensionSettings"> 1.56 + </ImportGroup> 1.57 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 1.58 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.59 + </ImportGroup> 1.60 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 1.61 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.62 + </ImportGroup> 1.63 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 1.64 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.65 + </ImportGroup> 1.66 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 1.67 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.68 + </ImportGroup> 1.69 + <PropertyGroup Label="UserMacros" /> 1.70 + <PropertyGroup> 1.71 + <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> 1.72 + </PropertyGroup> 1.73 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.74 + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> 1.75 + <IntDir>$(Configuration)\</IntDir> 1.76 + </PropertyGroup> 1.77 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.78 + <TargetName>$(ProjectName)-x64-dbg</TargetName> 1.79 + </PropertyGroup> 1.80 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.81 + <OutDir>$(SolutionDir)$(Configuration)\</OutDir> 1.82 + <IntDir>$(Configuration)\</IntDir> 1.83 + </PropertyGroup> 1.84 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.85 + <TargetName>$(ProjectName)-x64</TargetName> 1.86 + </PropertyGroup> 1.87 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.88 + <ClCompile> 1.89 + <Optimization>Disabled</Optimization> 1.90 + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.91 + <MinimalRebuild>true</MinimalRebuild> 1.92 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1.93 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 1.94 + <PrecompiledHeader /> 1.95 + <WarningLevel>Level3</WarningLevel> 1.96 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 1.97 + <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.98 + </ClCompile> 1.99 + <Lib> 1.100 + <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies> 1.101 + </Lib> 1.102 + <PostBuildEvent> 1.103 + <Command>mkdir $(SolutionDir)\usr\include\anim 1.104 +mkdir $(SolutionDir)\usr\lib 1.105 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ 1.106 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command> 1.107 + </PostBuildEvent> 1.108 + </ItemDefinitionGroup> 1.109 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.110 + <ClCompile> 1.111 + <Optimization>Disabled</Optimization> 1.112 + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(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 + <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.120 + </ClCompile> 1.121 + <Lib> 1.122 + <AdditionalDependencies>libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> 1.123 + </Lib> 1.124 + <PostBuildEvent> 1.125 + <Command>mkdir $(SolutionDir)\usr\include\anim 1.126 +mkdir $(SolutionDir)\usr\lib 1.127 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ 1.128 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command> 1.129 + </PostBuildEvent> 1.130 + </ItemDefinitionGroup> 1.131 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.132 + <ClCompile> 1.133 + <Optimization>MaxSpeed</Optimization> 1.134 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.135 + <WholeProgramOptimization>false</WholeProgramOptimization> 1.136 + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.137 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1.138 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.139 + <PrecompiledHeader /> 1.140 + <WarningLevel>Level3</WarningLevel> 1.141 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.142 + <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.143 + </ClCompile> 1.144 + <Lib> 1.145 + <AdditionalDependencies>libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies)</AdditionalDependencies> 1.146 + </Lib> 1.147 + <PostBuildEvent> 1.148 + <Command>mkdir $(SolutionDir)\usr\include\anim 1.149 +mkdir $(SolutionDir)\usr\lib 1.150 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ 1.151 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command> 1.152 + </PostBuildEvent> 1.153 + </ItemDefinitionGroup> 1.154 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.155 + <ClCompile> 1.156 + <Optimization>MaxSpeed</Optimization> 1.157 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.158 + <WholeProgramOptimization>false</WholeProgramOptimization> 1.159 + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.160 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1.161 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.162 + <PrecompiledHeader> 1.163 + </PrecompiledHeader> 1.164 + <WarningLevel>Level3</WarningLevel> 1.165 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.166 + <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.167 + </ClCompile> 1.168 + <Lib> 1.169 + <AdditionalDependencies>libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> 1.170 + </Lib> 1.171 + <PostBuildEvent> 1.172 + <Command>mkdir $(SolutionDir)\usr\include\anim 1.173 +mkdir $(SolutionDir)\usr\lib 1.174 +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ 1.175 +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\</Command> 1.176 + </PostBuildEvent> 1.177 + </ItemDefinitionGroup> 1.178 + <ItemGroup> 1.179 + <ClCompile Include="src\anim.c" /> 1.180 + <ClCompile Include="src\dynarr.c" /> 1.181 + <ClCompile Include="src\track.c" /> 1.182 + </ItemGroup> 1.183 + <ItemGroup> 1.184 + <ClInclude Include="src\anim.h" /> 1.185 + <ClInclude Include="src\config.h" /> 1.186 + <ClInclude Include="src\dynarr.h" /> 1.187 + <ClInclude Include="src\track.h" /> 1.188 + </ItemGroup> 1.189 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1.190 + <ImportGroup Label="ExtensionTargets"> 1.191 + </ImportGroup> 1.192 +</Project> 1.193 \ No newline at end of file