sgl

diff sgl.sln @ 24:23a01d912cf8

on a whim, added vs2010 projects
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 27 Jun 2011 10:49:01 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sgl.sln	Mon Jun 27 10:49:01 2011 +0300
     1.3 @@ -0,0 +1,26 @@
     1.4 +
     1.5 +Microsoft Visual Studio Solution File, Format Version 11.00
     1.6 +# Visual Studio 2010
     1.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sgl", "sgl.vcxproj", "{5DA1BC2D-9C03-425E-BE3A-AAF75437045B}"
     1.8 +EndProject
     1.9 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple", "tests\simple\simple.vcxproj", "{440D0E79-9B82-4FD5-B8D6-D552938ED172}"
    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 +		{5DA1BC2D-9C03-425E-BE3A-AAF75437045B}.Debug|Win32.ActiveCfg = Debug|Win32
    1.18 +		{5DA1BC2D-9C03-425E-BE3A-AAF75437045B}.Debug|Win32.Build.0 = Debug|Win32
    1.19 +		{5DA1BC2D-9C03-425E-BE3A-AAF75437045B}.Release|Win32.ActiveCfg = Release|Win32
    1.20 +		{5DA1BC2D-9C03-425E-BE3A-AAF75437045B}.Release|Win32.Build.0 = Release|Win32
    1.21 +		{440D0E79-9B82-4FD5-B8D6-D552938ED172}.Debug|Win32.ActiveCfg = Debug|Win32
    1.22 +		{440D0E79-9B82-4FD5-B8D6-D552938ED172}.Debug|Win32.Build.0 = Debug|Win32
    1.23 +		{440D0E79-9B82-4FD5-B8D6-D552938ED172}.Release|Win32.ActiveCfg = Release|Win32
    1.24 +		{440D0E79-9B82-4FD5-B8D6-D552938ED172}.Release|Win32.Build.0 = Release|Win32
    1.25 +	EndGlobalSection
    1.26 +	GlobalSection(SolutionProperties) = preSolution
    1.27 +		HideSolutionNode = FALSE
    1.28 +	EndGlobalSection
    1.29 +EndGlobal