# HG changeset patch # User John Tsiombikas # Date 1412345664 -10800 # Node ID 08f40e473f31d70eeb7de98cf8c730488dcc97b4 # Parent 801e0894bc488c3863f79b11bf099823f378f45c converted vs2012 project to vs2013 diff -r 801e0894bc48 -r 08f40e473f31 example/example-vs2012.vcxproj --- a/example/example-vs2012.vcxproj Tue May 06 13:01:56 2014 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,174 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - example - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498} - example - Win32Proj - - - - Application - v110 - Unicode - true - - - Application - v110 - Unicode - true - - - Application - v110 - Unicode - - - Application - v110 - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>11.0.60610.1 - - - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - true - - - true - - - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - false - - - false - - - - Disabled - $(SolutionDir)\src;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - Level3 - EditAndContinue - - - libanim.lib;%(AdditionalDependencies) - $(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories) - true - Console - MachineX86 - - - - - Disabled - $(SolutionDir)\src;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - libanim-x64.lib;%(AdditionalDependencies) - $(TargetDir);%(AdditionalLibraryDirectories) - true - Console - - - - - MaxSpeed - true - $(SolutionDir)\src;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level3 - ProgramDatabase - - - libanim.lib;%(AdditionalDependencies) - $(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - - - - - MaxSpeed - true - $(SolutionDir)\src;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - libanim-x64.lib;%(AdditionalDependencies) - $(TargetDir);%(AdditionalLibraryDirectories) - true - Console - true - true - - - - - - - - - \ No newline at end of file diff -r 801e0894bc48 -r 08f40e473f31 example/example-vs2013.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/example-vs2013.vcxproj Fri Oct 03 17:14:24 2014 +0300 @@ -0,0 +1,174 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + example + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498} + example + Win32Proj + + + + Application + v120 + Unicode + true + + + Application + v120 + Unicode + true + + + Application + v120 + Unicode + + + Application + v120 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.60610.1 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + + + true + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + false + + + + Disabled + $(SolutionDir)\src;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + libanim.lib;%(AdditionalDependencies) + $(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories) + true + Console + MachineX86 + + + + + Disabled + $(SolutionDir)\src;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + libanim-x64.lib;%(AdditionalDependencies) + $(TargetDir);%(AdditionalLibraryDirectories) + true + Console + + + + + MaxSpeed + true + $(SolutionDir)\src;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + + + libanim.lib;%(AdditionalDependencies) + $(SolutionDir)\$(Configuration);%(AdditionalLibraryDirectories) + true + Console + true + true + MachineX86 + + + + + MaxSpeed + true + $(SolutionDir)\src;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + libanim-x64.lib;%(AdditionalDependencies) + $(TargetDir);%(AdditionalLibraryDirectories) + true + Console + true + true + + + + + + + + + \ No newline at end of file diff -r 801e0894bc48 -r 08f40e473f31 libanim-vs2012.sln --- a/libanim-vs2012.sln Tue May 06 13:01:56 2014 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim-vs2012.vcxproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example-vs2012.vcxproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}" - ProjectSection(ProjectDependencies) = postProject - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} = {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.ActiveCfg = Debug|x64 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.Build.0 = Debug|x64 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.ActiveCfg = Release|x64 - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.Build.0 = Release|x64 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|x64.ActiveCfg = Debug|x64 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32 - {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|x64.ActiveCfg = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff -r 801e0894bc48 -r 08f40e473f31 libanim-vs2012.vcxproj --- a/libanim-vs2012.vcxproj Tue May 06 13:01:56 2014 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,176 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - libanim - {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} - libanim - Win32Proj - - - - StaticLibrary - v110 - Unicode - true - - - StaticLibrary - v110 - MultiByte - false - - - StaticLibrary - v110 - Unicode - - - StaticLibrary - v110 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>11.0.60610.1 - - - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - - - $(ProjectName)-x64-dbg - - - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - - - $(ProjectName)-x64 - - - - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - Level3 - EditAndContinue - 4996;4244;%(DisableSpecificWarnings) - - - libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies) - - - - - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - 4996;4244;%(DisableSpecificWarnings) - - - libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) - - - mkdir $(SolutionDir)\usr\include\anim -mkdir $(SolutionDir)\usr\lib -copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ -copy /Y $(TargetPath) $(SolutionDir)\usr\lib\ - - - - - MaxSpeed - true - false - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level3 - ProgramDatabase - 4996;4244;%(DisableSpecificWarnings) - - - libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies) - - - - - MaxSpeed - true - false - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - 4996;4244;%(DisableSpecificWarnings) - - - libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) - - - mkdir $(SolutionDir)\usr\include\anim -mkdir $(SolutionDir)\usr\lib -copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ -copy /Y $(TargetPath) $(SolutionDir)\usr\lib\ - - - - - - - - - - - - - - - - - \ No newline at end of file diff -r 801e0894bc48 -r 08f40e473f31 libanim-vs2012.vcxproj.filters --- a/libanim-vs2012.vcxproj.filters Tue May 06 13:01:56 2014 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff -r 801e0894bc48 -r 08f40e473f31 libanim-vs2013.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libanim-vs2013.sln Fri Oct 03 17:14:24 2014 +0300 @@ -0,0 +1,37 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim-vs2013.vcxproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example-vs2013.vcxproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}" + ProjectSection(ProjectDependencies) = postProject + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} = {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.ActiveCfg = Debug|x64 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.Build.0 = Debug|x64 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.ActiveCfg = Release|x64 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.Build.0 = Release|x64 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|x64.ActiveCfg = Debug|x64 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|x64.ActiveCfg = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r 801e0894bc48 -r 08f40e473f31 libanim-vs2013.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libanim-vs2013.vcxproj Fri Oct 03 17:14:24 2014 +0300 @@ -0,0 +1,176 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + libanim + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} + libanim + Win32Proj + + + + StaticLibrary + v120 + Unicode + true + + + StaticLibrary + v120 + MultiByte + false + + + StaticLibrary + v120 + Unicode + + + StaticLibrary + v120 + MultiByte + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.60610.1 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + $(ProjectName)-x64-dbg + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + $(ProjectName)-x64 + + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + 4996;4244;%(DisableSpecificWarnings) + + + libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies) + + + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + 4996;4244;%(DisableSpecificWarnings) + + + libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) + + + mkdir $(SolutionDir)\usr\include\anim +mkdir $(SolutionDir)\usr\lib +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\ + + + + + MaxSpeed + true + false + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + 4996;4244;%(DisableSpecificWarnings) + + + libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies) + + + + + MaxSpeed + true + false + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + 4996;4244;%(DisableSpecificWarnings) + + + libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) + + + mkdir $(SolutionDir)\usr\include\anim +mkdir $(SolutionDir)\usr\lib +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\ + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 801e0894bc48 -r 08f40e473f31 libanim-vs2013.vcxproj.filters --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libanim-vs2013.vcxproj.filters Fri Oct 03 17:14:24 2014 +0300 @@ -0,0 +1,38 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file