mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-08-05 08:09:29 +02:00
7be55f464d
Apparently, VS2008 doesn't mind using spaces in its .vcproj file, but becomes upset if its .sln file contains spaces instead of tabs! This commit restores the tabs so it no longer complains. (sigh) [skip travis]
45 lines
2.4 KiB
Plaintext
45 lines
2.4 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
|
# Visual Studio 2008
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hercules_VS2008", "Hercules_VS2008.vcproj", "{A0F495FF-9C35-4DFB-A51A-0427D8420779}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
All-All|Win32 = All-All|Win32
|
|
All-All|x64 = All-All|x64
|
|
Debug|Win32 = Debug|Win32
|
|
Debug|x64 = Debug|x64
|
|
Debug-All|Win32 = Debug-All|Win32
|
|
Debug-All|x64 = Debug-All|x64
|
|
Release|Win32 = Release|Win32
|
|
Release|x64 = Release|x64
|
|
Release-All|Win32 = Release-All|Win32
|
|
Release-All|x64 = Release-All|x64
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.All-All|Win32.ActiveCfg = All-All|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.All-All|Win32.Build.0 = All-All|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.All-All|x64.ActiveCfg = All-All|x64
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.All-All|x64.Build.0 = All-All|x64
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Debug|Win32.Build.0 = Debug|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Debug|x64.ActiveCfg = Debug|x64
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Debug|x64.Build.0 = Debug|x64
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Debug-All|Win32.ActiveCfg = Debug-All|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Debug-All|Win32.Build.0 = Debug-All|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Debug-All|x64.ActiveCfg = Debug-All|x64
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Debug-All|x64.Build.0 = Debug-All|x64
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Release|Win32.ActiveCfg = Release|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Release|Win32.Build.0 = Release|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Release|x64.ActiveCfg = Release|x64
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Release|x64.Build.0 = Release|x64
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Release-All|Win32.ActiveCfg = Release-All|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Release-All|Win32.Build.0 = Release-All|Win32
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Release-All|x64.ActiveCfg = Release-All|x64
|
|
{A0F495FF-9C35-4DFB-A51A-0427D8420779}.Release-All|x64.Build.0 = Release-All|x64
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|