Files @ r6916:6bfb14bb5d35
Branch filter:

Location: cpp/openttd-patchpack/source/projects/openttd_vs80.vcproj.user

rubidium
(svn r10169) -Fix [FS#875]: trunk did still tell Windows that it was version 0.5.0(.0), so now we use a "bogus" version number to tell it's not a real release. The version number that will be shown in-game will not change, only the version number in the file properties.
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioUserFile
	ProjectType="Visual C++"
	Version="8.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>