Files @ r18211:d57b54ccc403
Branch filter:

Location: cpp/openttd-patchpack/source/projects/version_vs90.vcproj

rubidium
(svn r23056) -Change: use the currency -> euro conversion rate for currencies that have been replaced with the euro, so when the switch happens the conversion rate at that point is roughly that of the real world conversion rate
<?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="cscript &quot;$(InputDir)/determineversion.vbs&quot;"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="..\src\os\windows\ottdres.rc.in"
			>
		</File>
		<File
			RelativePath="..\src\rev.cpp.in"
			>
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>