source: trunk/win32/lolengine.sln @ 327

Last change on this file since 327 was 327, checked in by sam, 12 years ago

Add all the bells and whistles needed for GTK+ compilation on Win32.

File size: 1.7 KB
RevLine 
[219]1
2Microsoft Visual Studio Solution File, Format Version 11.00
[224]3# Visual Studio 2010
4Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deushax", "deushax.vcxproj", "{EF1A4E80-63FA-4EB0-B834-12B6C500F31C}"
[219]5EndProject
[224]6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "monsterz", "monsterz.vcxproj", "{17F0F184-4436-4D08-B8AA-16572EA238DB}"
7EndProject
[327]8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "editor", "editor.vcxproj", "{9C66B179-0737-4BDA-AB42-2ADE478A9008}"
9EndProject
[219]10Global
11        GlobalSection(SolutionConfigurationPlatforms) = preSolution
12                Debug|Win32 = Debug|Win32
13                Release|Win32 = Release|Win32
14        EndGlobalSection
15        GlobalSection(ProjectConfigurationPlatforms) = postSolution
[224]16                {EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|Win32.ActiveCfg = Debug|Win32
17                {EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Debug|Win32.Build.0 = Debug|Win32
18                {EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Release|Win32.ActiveCfg = Release|Win32
19                {EF1A4E80-63FA-4EB0-B834-12B6C500F31C}.Release|Win32.Build.0 = Release|Win32
20                {17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|Win32.ActiveCfg = Debug|Win32
21                {17F0F184-4436-4D08-B8AA-16572EA238DB}.Debug|Win32.Build.0 = Debug|Win32
22                {17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|Win32.ActiveCfg = Release|Win32
23                {17F0F184-4436-4D08-B8AA-16572EA238DB}.Release|Win32.Build.0 = Release|Win32
[327]24                {9C66B179-0737-4BDA-AB42-2ADE478A9008}.Debug|Win32.ActiveCfg = Debug|Win32
25                {9C66B179-0737-4BDA-AB42-2ADE478A9008}.Debug|Win32.Build.0 = Debug|Win32
26                {9C66B179-0737-4BDA-AB42-2ADE478A9008}.Release|Win32.ActiveCfg = Release|Win32
27                {9C66B179-0737-4BDA-AB42-2ADE478A9008}.Release|Win32.Build.0 = Release|Win32
[219]28        EndGlobalSection
29        GlobalSection(SolutionProperties) = preSolution
30                HideSolutionNode = FALSE
31        EndGlobalSection
32EndGlobal
Note: See TracBrowser for help on using the repository browser.