summaryrefslogtreecommitdiff
path: root/projects
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
commitc990d97291cc8f4b63eebe3a76d620f571234cc5 (patch)
treeebdff01ae4a7d8a48a83fad0a537b6572f746efc /projects
parent3445b8054c81e12dc0d0078135a73eafe10a309f (diff)
downloadopenttd-c990d97291cc8f4b63eebe3a76d620f571234cc5.tar.xz
(svn r12996) -Fix: debugging was not possible with MSVC 2008
Diffstat (limited to 'projects')
-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>