oculus2
diff oculus2.sln @ 2:0984fa94b490
rendering almost works
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 26 Aug 2014 08:14:09 +0300 |
parents | |
children | 64089dd45d50 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/oculus2.sln Tue Aug 26 08:14:09 2014 +0300 1.3 @@ -0,0 +1,22 @@ 1.4 + 1.5 +Microsoft Visual Studio Solution File, Format Version 12.00 1.6 +# Visual Studio 2013 1.7 +VisualStudioVersion = 12.0.30501.0 1.8 +MinimumVisualStudioVersion = 10.0.40219.1 1.9 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "oculus2", "oculus2.vcxproj", "{7A2D6788-B885-455C-8DE6-46D5C7313207}" 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 + {7A2D6788-B885-455C-8DE6-46D5C7313207}.Debug|Win32.ActiveCfg = Debug|Win32 1.18 + {7A2D6788-B885-455C-8DE6-46D5C7313207}.Debug|Win32.Build.0 = Debug|Win32 1.19 + {7A2D6788-B885-455C-8DE6-46D5C7313207}.Release|Win32.ActiveCfg = Release|Win32 1.20 + {7A2D6788-B885-455C-8DE6-46D5C7313207}.Release|Win32.Build.0 = Release|Win32 1.21 + EndGlobalSection 1.22 + GlobalSection(SolutionProperties) = preSolution 1.23 + HideSolutionNode = FALSE 1.24 + EndGlobalSection 1.25 +EndGlobal