summaryrefslogtreecommitdiff
path: root/projects/version_vs90.vcproj
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-04 21:51:52 +0000
committerrubidium <rubidium@openttd.org>2008-08-04 21:51:52 +0000
commit8025cd1d2c678de3c343deaf4ccd6a9af45ef138 (patch)
treee886de863cbd085a86e275d4ec740087caccdbc9 /projects/version_vs90.vcproj
parent0ebcac669e5d4b4773198b37126fb6693612951d (diff)
downloadopenttd-8025cd1d2c678de3c343deaf4ccd6a9af45ef138.tar.xz
(svn r13998) -Fix [FS#2004]: MSVC can't handle changed files in the prebuild event, so make the version determination a separate subproject (michi_cc).
Diffstat (limited to 'projects/version_vs90.vcproj')
-rw-r--r--projects/version_vs90.vcproj45
1 files changed, 45 insertions, 0 deletions
diff --git a/projects/version_vs90.vcproj b/projects/version_vs90.vcproj
new file mode 100644
index 000000000..c0bfbbeae
--- /dev/null
+++ b/projects/version_vs90.vcproj
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="version"
+ ProjectGUID="{1A2B3C5E-1C23-41A5-9C9B-ACBA2AA75FEC}"
+ RootNamespace="version"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="10"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Determining version number"
+ CommandLine="&quot;$(InputDir)/determineversion.vbs&quot;"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\src\rev.cpp.in"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>