summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-05-07 20:10:48 +0000
committerglx <glx@openttd.org>2008-05-07 20:10:48 +0000
commit73feef0eed10fd40b677e98bacc0a54d90d0815b (patch)
treeebdff01ae4a7d8a48a83fad0a537b6572f746efc
parent8a422e34df9e3e80e2be42aad63054c96459f2e9 (diff)
downloadopenttd-73feef0eed10fd40b677e98bacc0a54d90d0815b.tar.xz
(svn r12996) -Fix: debugging was not possible with MSVC 2008
-rw-r--r--projects/openttd_vs90.vcproj.user37
1 files changed, 37 insertions, 0 deletions
diff --git a/projects/openttd_vs90.vcproj.user b/projects/openttd_vs90.vcproj.user
new file mode 100644
index 000000000..b49492a50
--- /dev/null
+++ b/projects/openttd_vs90.vcproj.user
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioUserFile
+ ProjectType="Visual C++"
+ Version="9.00"
+ ShowAllFiles="false"
+ >
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ >
+ <DebugSettings
+ WorkingDirectory="..\bin"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ >
+ <DebugSettings
+ WorkingDirectory="..\bin"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ >
+ <DebugSettings
+ WorkingDirectory="..\bin"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ >
+ <DebugSettings
+ WorkingDirectory="..\bin"
+ />
+ </Configuration>
+ </Configurations>
+</VisualStudioUserFile>