libanim

view 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 source
1 
2 Microsoft Visual Studio Solution File, Format Version 12.00
3 # Visual Studio 2013
4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim.vcxproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
5 EndProject
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcxproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}"
7 ProjectSection(ProjectDependencies) = postProject
8 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B} = {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}
9 EndProjectSection
10 EndProject
11 Global
12 GlobalSection(SolutionConfigurationPlatforms) = preSolution
13 Debug|Win32 = Debug|Win32
14 Debug|x64 = Debug|x64
15 Release|Win32 = Release|Win32
16 Release|x64 = Release|x64
17 EndGlobalSection
18 GlobalSection(ProjectConfigurationPlatforms) = postSolution
19 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32
20 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32
21 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.ActiveCfg = Debug|x64
22 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|x64.Build.0 = Debug|x64
23 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32
24 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32
25 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.ActiveCfg = Release|x64
26 {D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|x64.Build.0 = Release|x64
27 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32
28 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32
29 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|x64.ActiveCfg = Debug|x64
30 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32
31 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32
32 {0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|x64.ActiveCfg = Release|x64
33 EndGlobalSection
34 GlobalSection(SolutionProperties) = preSolution
35 HideSolutionNode = FALSE
36 EndGlobalSection
37 EndGlobal