libgoatvr
diff libgoatvr.sln @ 10:61feb3661397
windows build fix + new project file for the example
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 20 Sep 2014 20:12:00 +0300 |
parents | ded3d0a74e19 |
children | 34d4643d61f9 |
line diff
1.1 --- a/libgoatvr.sln Sat Sep 20 16:52:42 2014 +0300 1.2 +++ b/libgoatvr.sln Sat Sep 20 20:12:00 2014 +0300 1.3 @@ -1,12 +1,14 @@ 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 +VisualStudioVersion = 12.0.30723.0 1.9 MinimumVisualStudioVersion = 10.0.40219.1 1.10 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgoatvr", "libgoatvr.vcxproj", "{6AD69AF8-6F44-4D45-A59C-A7A07F6E1CE0}" 1.11 EndProject 1.12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgoatvr_static", "libgoatvr_static.vcxproj", "{DF0FC238-A249-432C-9163-3778DDE78A62}" 1.13 EndProject 1.14 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcxproj", "{7A7B8D81-EB77-49DA-B68D-B117C0A4782B}" 1.15 +EndProject 1.16 Global 1.17 GlobalSection(SolutionConfigurationPlatforms) = preSolution 1.18 Debug|Win32 = Debug|Win32 1.19 @@ -21,6 +23,10 @@ 1.20 {DF0FC238-A249-432C-9163-3778DDE78A62}.Debug|Win32.Build.0 = Debug|Win32 1.21 {DF0FC238-A249-432C-9163-3778DDE78A62}.Release|Win32.ActiveCfg = Release|Win32 1.22 {DF0FC238-A249-432C-9163-3778DDE78A62}.Release|Win32.Build.0 = Release|Win32 1.23 + {7A7B8D81-EB77-49DA-B68D-B117C0A4782B}.Debug|Win32.ActiveCfg = Debug|Win32 1.24 + {7A7B8D81-EB77-49DA-B68D-B117C0A4782B}.Debug|Win32.Build.0 = Debug|Win32 1.25 + {7A7B8D81-EB77-49DA-B68D-B117C0A4782B}.Release|Win32.ActiveCfg = Release|Win32 1.26 + {7A7B8D81-EB77-49DA-B68D-B117C0A4782B}.Release|Win32.Build.0 = Release|Win32 1.27 EndGlobalSection 1.28 GlobalSection(SolutionProperties) = preSolution 1.29 HideSolutionNode = FALSE