# HG changeset patch # User John Tsiombikas # Date 1376964931 -10800 # Node ID e56101ae439f945dd26600f666fac6c43c2168a9 # Parent 117d6dbc147cc275125069bbe71f4e68e79baadc added visual studio 2012 project file for building 64bit library diff -r 117d6dbc147c -r e56101ae439f example/example-vs2012.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/example-vs2012.vcxproj Tue Aug 20 05:15:31 2013 +0300 @@ -0,0 +1,174 @@ + + + + + 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 117d6dbc147c -r e56101ae439f example/example-vs2012.vcxproj.filters --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/example-vs2012.vcxproj.filters Tue Aug 20 05:15:31 2013 +0300 @@ -0,0 +1,14 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + \ No newline at end of file diff -r 117d6dbc147c -r e56101ae439f libanim-vs2012.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libanim-vs2012.sln Tue Aug 20 05:15:31 2013 +0300 @@ -0,0 +1,37 @@ + +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 117d6dbc147c -r e56101ae439f libanim-vs2012.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libanim-vs2012.vcxproj Tue Aug 20 05:15:31 2013 +0300 @@ -0,0 +1,174 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + libanim + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} + libanim + Win32Proj + + + + StaticLibrary + v110 + Unicode + true + + + StaticLibrary + v100 + Unicode + true + + + StaticLibrary + v110 + Unicode + + + StaticLibrary + v100 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.60610.1 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + $(ProjectName)-x64 + + + $(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.lib;%(AdditionalDependencies) + + + + + + + + + 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.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 117d6dbc147c -r e56101ae439f libanim-vs2012.vcxproj.filters --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libanim-vs2012.vcxproj.filters Tue Aug 20 05:15:31 2013 +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