libanim
diff libanim-vs2013.sln @ 69:08f40e473f31
converted vs2012 project to vs2013
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 03 Oct 2014 17:14:24 +0300 |
parents | libanim-vs2012.sln@9265b419f5e1 |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libanim-vs2013.sln Fri Oct 03 17:14:24 2014 +0300 1.3 @@ -0,0 +1,37 @@ 1.4 + 1.5 +Microsoft Visual Studio Solution File, Format Version 12.00 1.6 +# Visual Studio 2013 1.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim-vs2013.vcxproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}" 1.8 +EndProject 1.9 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example-vs2013.vcxproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}" 1.10 + ProjectSection(ProjectDependencies) = postProject 1.11 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} = {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} 1.12 + EndProjectSection 1.13 +EndProject 1.14 +Global 1.15 + GlobalSection(SolutionConfigurationPlatforms) = preSolution 1.16 + Debug|Win32 = Debug|Win32 1.17 + Debug|x64 = Debug|x64 1.18 + Release|Win32 = Release|Win32 1.19 + Release|x64 = Release|x64 1.20 + EndGlobalSection 1.21 + GlobalSection(ProjectConfigurationPlatforms) = postSolution 1.22 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32 1.23 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32 1.24 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.ActiveCfg = Debug|x64 1.25 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.Build.0 = Debug|x64 1.26 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32 1.27 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32 1.28 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.ActiveCfg = Release|x64 1.29 + {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.Build.0 = Release|x64 1.30 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32 1.31 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32 1.32 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|x64.ActiveCfg = Debug|x64 1.33 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32 1.34 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32 1.35 + {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|x64.ActiveCfg = Release|x64 1.36 + EndGlobalSection 1.37 + GlobalSection(SolutionProperties) = preSolution 1.38 + HideSolutionNode = FALSE 1.39 + EndGlobalSection 1.40 +EndGlobal