# HG changeset patch # User John Tsiombikas # Date 1438480890 -10800 # Node ID 86e01e36441fe30a5ed4cb9bc7e2c9a933cc8289 # Parent 4666ae077e005ac1bdccee3d6496f7b0f0a73a29 converted the visual studio 2013 project to vs2015 and promoted it as the main and only vs project file diff -r 4666ae077e00 -r 86e01e36441f example/example-vs2013.vcxproj --- a/example/example-vs2013.vcxproj Sat Mar 14 23:22:56 2015 +0200 +++ /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 - 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 4666ae077e00 -r 86e01e36441f example/example-vs2013.vcxproj.filters --- a/example/example-vs2013.vcxproj.filters Sat Mar 14 23:22:56 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ - - - - - {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 4666ae077e00 -r 86e01e36441f example/example.vcproj --- a/example/example.vcproj Sat Mar 14 23:22:56 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,187 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 4666ae077e00 -r 86e01e36441f example/example.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/example.vcxproj Sun Aug 02 05:01:30 2015 +0300 @@ -0,0 +1,175 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + example + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498} + example + Win32Proj + + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + true + + + Application + v140 + Unicode + + + Application + v140 + 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 + 4244 + + + 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 4666ae077e00 -r 86e01e36441f example/example.vcxproj.filters --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/example.vcxproj.filters Sun Aug 02 05:01:30 2015 +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 4666ae077e00 -r 86e01e36441f libanim-vs2013.sln --- a/libanim-vs2013.sln Sat Mar 14 23:22:56 2015 +0200 +++ /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 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 4666ae077e00 -r 86e01e36441f libanim-vs2013.vcxproj --- a/libanim-vs2013.vcxproj Sat Mar 14 23:22:56 2015 +0200 +++ /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 - 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 4666ae077e00 -r 86e01e36441f libanim-vs2013.vcxproj.filters --- a/libanim-vs2013.vcxproj.filters Sat Mar 14 23:22:56 2015 +0200 +++ /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 4666ae077e00 -r 86e01e36441f libanim.sln --- a/libanim.sln Sat Mar 14 23:22:56 2015 +0200 +++ b/libanim.sln Sun Aug 02 05:01:30 2015 +0300 @@ -1,24 +1,35 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual C++ Express 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim.vcproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}" +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim.vcxproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.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 diff -r 4666ae077e00 -r 86e01e36441f libanim.vcproj --- a/libanim.vcproj Sat Mar 14 23:22:56 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 4666ae077e00 -r 86e01e36441f libanim.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libanim.vcxproj Sun Aug 02 05:01:30 2015 +0300 @@ -0,0 +1,189 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + libanim + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} + libanim + Win32Proj + 8.1 + + + + StaticLibrary + v140 + MultiByte + false + + + StaticLibrary + v140 + MultiByte + false + + + StaticLibrary + v140 + MultiByte + + + StaticLibrary + v140 + 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) + + + mkdir $(SolutionDir)\usr\include\anim +mkdir $(SolutionDir)\usr\lib +copy /Y $(SolutionDir)\src\*.h $(SolutionDir)\usr\include\anim\ +copy /Y $(TargetPath) $(SolutionDir)\usr\lib\ + + + + + 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) + + + 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_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 4666ae077e00 -r 86e01e36441f libanim.vcxproj.filters --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libanim.vcxproj.filters Sun Aug 02 05:01:30 2015 +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