1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenCSG", "win32\OpenCSG.vcproj", "{934506C1-ABD2-4D13-B1FF-35BB2985A60F}"
ProjectSection(ProjectDependencies) = postProject
{9E7140BE-2064-45BD-9492-0EF5BCD28B8E} = {9E7140BE-2064-45BD-9492-0EF5BCD28B8E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenCSGexample", "example\OpenCSGexample.vcproj", "{8B99F85D-6EF5-4F64-86A6-D1CBA2804169}"
ProjectSection(ProjectDependencies) = postProject
{9E7140BE-2064-45BD-9492-0EF5BCD28B8E} = {9E7140BE-2064-45BD-9492-0EF5BCD28B8E}
{934506C1-ABD2-4D13-B1FF-35BB2985A60F} = {934506C1-ABD2-4D13-B1FF-35BB2985A60F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glew_static", "glew\build\vc7\glew_static.vcproj", "{9E7140BE-2064-45BD-9492-0EF5BCD28B8E}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{934506C1-ABD2-4D13-B1FF-35BB2985A60F}.Debug.ActiveCfg = Debug|Win32
{934506C1-ABD2-4D13-B1FF-35BB2985A60F}.Debug.Build.0 = Debug|Win32
{934506C1-ABD2-4D13-B1FF-35BB2985A60F}.Release.ActiveCfg = Release|Win32
{934506C1-ABD2-4D13-B1FF-35BB2985A60F}.Release.Build.0 = Release|Win32
{8B99F85D-6EF5-4F64-86A6-D1CBA2804169}.Debug.ActiveCfg = Debug|Win32
{8B99F85D-6EF5-4F64-86A6-D1CBA2804169}.Debug.Build.0 = Debug|Win32
{8B99F85D-6EF5-4F64-86A6-D1CBA2804169}.Release.ActiveCfg = Release|Win32
{8B99F85D-6EF5-4F64-86A6-D1CBA2804169}.Release.Build.0 = Release|Win32
{9E7140BE-2064-45BD-9492-0EF5BCD28B8E}.Debug.ActiveCfg = Debug|Win32
{9E7140BE-2064-45BD-9492-0EF5BCD28B8E}.Debug.Build.0 = Debug|Win32
{9E7140BE-2064-45BD-9492-0EF5BCD28B8E}.Release.ActiveCfg = Release|Win32
{9E7140BE-2064-45BD-9492-0EF5BCD28B8E}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
|