libanim

diff libanim.sln @ 48:9915b036863d

added visual studio project
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 10 Mar 2013 18:52:57 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libanim.sln	Sun Mar 10 18:52:57 2013 +0200
     1.3 @@ -0,0 +1,26 @@
     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 +EndProject
     1.9 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}"
    1.10 +EndProject
    1.11 +Global
    1.12 +	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    1.13 +		Debug|Win32 = Debug|Win32
    1.14 +		Release|Win32 = Release|Win32
    1.15 +	EndGlobalSection
    1.16 +	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    1.17 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32
    1.18 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32
    1.19 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32
    1.20 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32
    1.21 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32
    1.22 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32
    1.23 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32
    1.24 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32
    1.25 +	EndGlobalSection
    1.26 +	GlobalSection(SolutionProperties) = preSolution
    1.27 +		HideSolutionNode = FALSE
    1.28 +	EndGlobalSection
    1.29 +EndGlobal