absence_thelab
diff TheLabDemo.sln @ 0:1cffe3409164
initial commit
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 23 Oct 2014 01:46:07 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/TheLabDemo.sln Thu Oct 23 01:46:07 2014 +0300 1.3 @@ -0,0 +1,19 @@ 1.4 +Microsoft Visual Studio Solution File, Format Version 10.00 1.5 +# Visual Studio 2008 1.6 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TheLabDemo", "TheLabDemo.vcproj", "{5346BE25-4A84-4401-82EB-88E9E6B9009D}" 1.7 +EndProject 1.8 +Global 1.9 + GlobalSection(SolutionConfigurationPlatforms) = preSolution 1.10 + Debug|Win32 = Debug|Win32 1.11 + Release|Win32 = Release|Win32 1.12 + EndGlobalSection 1.13 + GlobalSection(ProjectConfigurationPlatforms) = postSolution 1.14 + {5346BE25-4A84-4401-82EB-88E9E6B9009D}.Debug|Win32.ActiveCfg = Debug|Win32 1.15 + {5346BE25-4A84-4401-82EB-88E9E6B9009D}.Debug|Win32.Build.0 = Debug|Win32 1.16 + {5346BE25-4A84-4401-82EB-88E9E6B9009D}.Release|Win32.ActiveCfg = Release|Win32 1.17 + {5346BE25-4A84-4401-82EB-88E9E6B9009D}.Release|Win32.Build.0 = Release|Win32 1.18 + EndGlobalSection 1.19 + GlobalSection(SolutionProperties) = preSolution 1.20 + HideSolutionNode = FALSE 1.21 + EndGlobalSection 1.22 +EndGlobal