# HG changeset patch # User John Tsiombikas # Date 1309160941 -10800 # Node ID 23a01d912cf85e61a19ec07ad54f4d1016def641 # Parent 505915b0f3da50b5e68752ede083c923a6516d5d on a whim, added vs2010 projects diff -r 505915b0f3da -r 23a01d912cf8 sgl.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sgl.sln Mon Jun 27 10:49:01 2011 +0300 @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sgl", "sgl.vcxproj", "{5DA1BC2D-9C03-425E-BE3A-AAF75437045B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple", "tests\simple\simple.vcxproj", "{440D0E79-9B82-4FD5-B8D6-D552938ED172}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5DA1BC2D-9C03-425E-BE3A-AAF75437045B}.Debug|Win32.ActiveCfg = Debug|Win32 + {5DA1BC2D-9C03-425E-BE3A-AAF75437045B}.Debug|Win32.Build.0 = Debug|Win32 + {5DA1BC2D-9C03-425E-BE3A-AAF75437045B}.Release|Win32.ActiveCfg = Release|Win32 + {5DA1BC2D-9C03-425E-BE3A-AAF75437045B}.Release|Win32.Build.0 = Release|Win32 + {440D0E79-9B82-4FD5-B8D6-D552938ED172}.Debug|Win32.ActiveCfg = Debug|Win32 + {440D0E79-9B82-4FD5-B8D6-D552938ED172}.Debug|Win32.Build.0 = Debug|Win32 + {440D0E79-9B82-4FD5-B8D6-D552938ED172}.Release|Win32.ActiveCfg = Release|Win32 + {440D0E79-9B82-4FD5-B8D6-D552938ED172}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r 505915b0f3da -r 23a01d912cf8 sgl.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sgl.vcxproj Mon Jun 27 10:49:01 2011 +0300 @@ -0,0 +1,90 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + + + + + + + + {5DA1BC2D-9C03-425E-BE3A-AAF75437045B} + Win32Proj + sgl + + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + 4996 + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + 4996 + + + Windows + true + true + true + + + + + + \ No newline at end of file diff -r 505915b0f3da -r 23a01d912cf8 tests/simple/simple.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/simple/simple.vcxproj Mon Jun 27 10:49:01 2011 +0300 @@ -0,0 +1,82 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {440D0E79-9B82-4FD5-B8D6-D552938ED172} + Win32Proj + simple + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + \ No newline at end of file