libanim
diff libanim.sln @ 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.sln@fc0f8cd574f4 |
children | b1c6448d56bc |
line diff
1.1 --- a/libanim.sln Sat Mar 14 23:22:56 2015 +0200 1.2 +++ b/libanim.sln Sun Aug 02 05:01:30 2015 +0300 1.3 @@ -1,24 +1,35 @@ 1.4 1.5 -Microsoft Visual Studio Solution File, Format Version 10.00 1.6 -# Visual C++ Express 2008 1.7 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim.vcproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}" 1.8 +Microsoft Visual Studio Solution File, Format Version 12.00 1.9 +# Visual Studio 2013 1.10 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim.vcxproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}" 1.11 EndProject 1.12 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}" 1.13 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcxproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}" 1.14 + ProjectSection(ProjectDependencies) = postProject 1.15 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} = {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} 1.16 + EndProjectSection 1.17 EndProject 1.18 Global 1.19 GlobalSection(SolutionConfigurationPlatforms) = preSolution 1.20 Debug|Win32 = Debug|Win32 1.21 + Debug|x64 = Debug|x64 1.22 Release|Win32 = Release|Win32 1.23 + Release|x64 = Release|x64 1.24 EndGlobalSection 1.25 GlobalSection(ProjectConfigurationPlatforms) = postSolution 1.26 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32 1.27 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32 1.28 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.ActiveCfg = Debug|x64 1.29 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.Build.0 = Debug|x64 1.30 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32 1.31 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32 1.32 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.ActiveCfg = Release|x64 1.33 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.Build.0 = Release|x64 1.34 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32 1.35 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32 1.36 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|x64.ActiveCfg = Debug|x64 1.37 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32 1.38 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32 1.39 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|x64.ActiveCfg = Release|x64 1.40 EndGlobalSection 1.41 GlobalSection(SolutionProperties) = preSolution 1.42 HideSolutionNode = FALSE