diff options
author | michi_cc <michi_cc@openttd.org> | 2009-01-12 21:11:56 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2009-01-12 21:11:56 +0000 |
commit | 15a7b6094b0dd3e9539fc36c42ac49e38ef50c6a (patch) | |
tree | 8d7cf83d887fd7871222c94359b895adb3d73c6f /projects | |
parent | 26e5ccb60dfa5c25c11f70424d92c66596c0ec70 (diff) | |
download | openttd-15a7b6094b0dd3e9539fc36c42ac49e38ef50c6a.tar.xz |
(svn r15040) -Fix (r15027): Don't disable support for Win64 in the VS2005 project file.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.sln | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/projects/openttd_vs80.sln b/projects/openttd_vs80.sln index 191da1203..a11b42095 100644 --- a/projects/openttd_vs80.sln +++ b/projects/openttd_vs80.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 +# Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openttd", "openttd_vs80.vcproj", "{668328A0-B40E-4CDB-BD72-D0064424414A}" ProjectSection(ProjectDependencies) = postProject {0F066B23-18DF-4284-8265-F4A5E7E3B966} = {0F066B23-18DF-4284-8265-F4A5E7E3B966} @@ -26,10 +26,12 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|Win32.ActiveCfg = Debug|Win32 {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|Win32.Build.0 = Debug|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|x64.ActiveCfg = Debug|Win32 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|x64.ActiveCfg = Debug|x64 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Debug|x64.Build.0 = Debug|x64 {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|Win32.ActiveCfg = Release|Win32 {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|Win32.Build.0 = Release|Win32 - {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|x64.ActiveCfg = Release|Win32 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|x64.ActiveCfg = Release|x64 + {668328A0-B40E-4CDB-BD72-D0064424414A}.Release|x64.Build.0 = Release|x64 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Debug|Win32.ActiveCfg = Debug|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Debug|Win32.Build.0 = Debug|Win32 {A133A442-BD0A-4ADE-B117-AD7545E4BDD1}.Debug|x64.ActiveCfg = Debug|Win32 |