libgoatvr

annotate libgoatvr.sln @ 11:34d4643d61f9

remove _opt suffix from vr_get_opt/vr_set_opt, and _OPT_from the predefined names
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 24 Sep 2014 10:18:42 +0300
parents 61feb3661397
children
rev   line source
nuclear@0 1 
nuclear@0 2 Microsoft Visual Studio Solution File, Format Version 12.00
nuclear@0 3 # Visual Studio 2013
nuclear@10 4 VisualStudioVersion = 12.0.30723.0
nuclear@0 5 MinimumVisualStudioVersion = 10.0.40219.1
nuclear@0 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgoatvr", "libgoatvr.vcxproj", "{6AD69AF8-6F44-4D45-A59C-A7A07F6E1CE0}"
nuclear@0 7 EndProject
nuclear@0 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgoatvr_static", "libgoatvr_static.vcxproj", "{DF0FC238-A249-432C-9163-3778DDE78A62}"
nuclear@0 9 EndProject
nuclear@10 10 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcxproj", "{7A7B8D81-EB77-49DA-B68D-B117C0A4782B}"
nuclear@11 11 ProjectSection(ProjectDependencies) = postProject
nuclear@11 12 {DF0FC238-A249-432C-9163-3778DDE78A62} = {DF0FC238-A249-432C-9163-3778DDE78A62}
nuclear@11 13 {6AD69AF8-6F44-4D45-A59C-A7A07F6E1CE0} = {6AD69AF8-6F44-4D45-A59C-A7A07F6E1CE0}
nuclear@11 14 EndProjectSection
nuclear@10 15 EndProject
nuclear@0 16 Global
nuclear@0 17 GlobalSection(SolutionConfigurationPlatforms) = preSolution
nuclear@0 18 Debug|Win32 = Debug|Win32
nuclear@0 19 Release|Win32 = Release|Win32
nuclear@0 20 EndGlobalSection
nuclear@0 21 GlobalSection(ProjectConfigurationPlatforms) = postSolution
nuclear@0 22 {6AD69AF8-6F44-4D45-A59C-A7A07F6E1CE0}.Debug|Win32.ActiveCfg = Debug|Win32
nuclear@0 23 {6AD69AF8-6F44-4D45-A59C-A7A07F6E1CE0}.Debug|Win32.Build.0 = Debug|Win32
nuclear@0 24 {6AD69AF8-6F44-4D45-A59C-A7A07F6E1CE0}.Release|Win32.ActiveCfg = Release|Win32
nuclear@0 25 {6AD69AF8-6F44-4D45-A59C-A7A07F6E1CE0}.Release|Win32.Build.0 = Release|Win32
nuclear@0 26 {DF0FC238-A249-432C-9163-3778DDE78A62}.Debug|Win32.ActiveCfg = Debug|Win32
nuclear@0 27 {DF0FC238-A249-432C-9163-3778DDE78A62}.Debug|Win32.Build.0 = Debug|Win32
nuclear@0 28 {DF0FC238-A249-432C-9163-3778DDE78A62}.Release|Win32.ActiveCfg = Release|Win32
nuclear@0 29 {DF0FC238-A249-432C-9163-3778DDE78A62}.Release|Win32.Build.0 = Release|Win32
nuclear@10 30 {7A7B8D81-EB77-49DA-B68D-B117C0A4782B}.Debug|Win32.ActiveCfg = Debug|Win32
nuclear@10 31 {7A7B8D81-EB77-49DA-B68D-B117C0A4782B}.Debug|Win32.Build.0 = Debug|Win32
nuclear@10 32 {7A7B8D81-EB77-49DA-B68D-B117C0A4782B}.Release|Win32.ActiveCfg = Release|Win32
nuclear@10 33 {7A7B8D81-EB77-49DA-B68D-B117C0A4782B}.Release|Win32.Build.0 = Release|Win32
nuclear@0 34 EndGlobalSection
nuclear@0 35 GlobalSection(SolutionProperties) = preSolution
nuclear@0 36 HideSolutionNode = FALSE
nuclear@0 37 EndGlobalSection
nuclear@0 38 EndGlobal