openttd.vcproj
author bjarni
Thu, 11 May 2006 13:31:14 +0000
changeset 3816 28ee8b8c2522
parent 3755 1850c0c8ac9e
child 3866 b13553406a0a
permissions -rw-r--r--
(svn r4826) -Fix: [autoreplace] fixed possible problem when autoreplacing and was number of vehicles (of a type, not total) was reached
now the new vehicle gets the same number as the old one, completely removing the problem where we could run out of numbers
since we don't have to find free numbers for the new vehicles, autoreplace should be somewhat faster, specially in late games
NOTE: in CmdBuildRailVehicle(), bit 0 and 1 in p2 have been switched to make the meaning of bit 0 consistent with the other build commands. CmdCloneVehicle() is modified to follow this as well
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
     1
<?xml version="1.0" encoding="Windows-1252"?>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
     2
<VisualStudioProject
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
     3
	ProjectType="Visual C++"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
     4
	Version="7.10"
1891
862800791170 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
     5
	Name="openttd"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
     6
	SccProjectName=""
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
     7
	SccLocalPath="">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
     8
	<Platforms>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
     9
		<Platform
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    10
			Name="Win32"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    11
	</Platforms>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    12
	<Configurations>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    13
		<Configuration
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    14
			Name="Release|Win32"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    15
			OutputDirectory=".\Release"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    16
			IntermediateDirectory=".\Release"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    17
			ConfigurationType="1"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    18
			UseOfMFC="0"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    19
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    20
			CharacterSet="2"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    21
			WholeProgramOptimization="TRUE">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    22
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    23
				Name="VCCLCompilerTool"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    24
				Optimization="3"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    25
				GlobalOptimizations="TRUE"
3203
dba3d180ba73 (svn r3871) - [win32] Remove mapfile generation and generate a pdb file instead. This and the corresponding executable is enough to trace the source of a crash given by crash.txt by using WinDbg for example. Mapfiles are a bit deprecated in the newer VS environments.
Darkvater
parents: 3174
diff changeset
    26
				InlineFunctionExpansion="2"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    27
				EnableIntrinsicFunctions="TRUE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    28
				FavorSizeOrSpeed="2"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    29
				OmitFramePointers="TRUE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    30
				OptimizeForProcessor="1"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    31
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    32
				StringPooling="TRUE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    33
				ExceptionHandling="FALSE"
3298
9e5eb994d56e (svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr)
Darkvater
parents: 3219
diff changeset
    34
				RuntimeLibrary="0"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    35
				StructMemberAlignment="3"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    36
				BufferSecurityCheck="FALSE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    37
				EnableFunctionLevelLinking="TRUE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    38
				DefaultCharIsUnsigned="TRUE"
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
    39
				UsePrecompiledHeader="0"
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
    40
				PrecompiledHeaderThrough=""
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
    41
				PrecompiledHeaderFile=""
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    42
				AssemblerOutput="2"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    43
				AssemblerListingLocation=".\Release/"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    44
				ObjectFile=".\Release/"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    45
				ProgramDataBaseFileName=".\Release/"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    46
				BrowseInformation="1"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    47
				WarningLevel="3"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    48
				WarnAsError="TRUE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    49
				SuppressStartupBanner="TRUE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    50
				DebugInformationFormat="3"
2130
e4df4eb31ddd (svn r2640) - CodeChange: change calling convention to __fastcall as well for vs.net2003 as it was done for vs6. Debug/Release works fine for me, if there are probs let me (+ludde) know.
Darkvater
parents: 2098
diff changeset
    51
				CallingConvention="1"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    52
				CompileAs="1"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    53
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    54
				Name="VCCustomBuildTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    55
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    56
				Name="VCLinkerTool"
2203
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
    57
				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    58
				OutputFile=".\Release/openttd.exe"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    59
				LinkIncremental="1"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    60
				SuppressStartupBanner="TRUE"
3755
1850c0c8ac9e (svn r4746) - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c
KUDr
parents: 3601
diff changeset
    61
				IgnoreDefaultLibraryNames="libc.lib"
3203
dba3d180ba73 (svn r3871) - [win32] Remove mapfile generation and generate a pdb file instead. This and the corresponding executable is enough to trace the source of a crash given by crash.txt by using WinDbg for example. Mapfiles are a bit deprecated in the newer VS environments.
Darkvater
parents: 3174
diff changeset
    62
				GenerateDebugInformation="TRUE"
1891
862800791170 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
    63
				ProgramDatabaseFile=".\Release/openttd.pdb"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    64
				SubSystem="2"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    65
				OptimizeReferences="2"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    66
				OptimizeForWindows98="1"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    67
				TargetMachine="1"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    68
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    69
				Name="VCMIDLTool"
1891
862800791170 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
    70
				TypeLibraryName=".\Release/openttd.tlb"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    71
				HeaderFileName=""/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    72
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    73
				Name="VCPostBuildEventTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    74
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    75
				Name="VCPreBuildEventTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    76
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    77
				Name="VCPreLinkEventTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    78
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    79
				Name="VCResourceCompilerTool"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    80
				PreprocessorDefinitions="NDEBUG"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    81
				Culture="1053"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    82
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    83
				Name="VCWebServiceProxyGeneratorTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    84
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    85
				Name="VCXMLDataGeneratorTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    86
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    87
				Name="VCWebDeploymentTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    88
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    89
				Name="VCManagedWrapperGeneratorTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    90
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    91
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    92
		</Configuration>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    93
		<Configuration
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    94
			Name="Debug|Win32"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    95
			OutputDirectory=".\Debug"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    96
			IntermediateDirectory=".\Debug"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    97
			ConfigurationType="1"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    98
			UseOfMFC="0"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    99
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   100
			CharacterSet="2">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   101
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   102
				Name="VCCLCompilerTool"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   103
				Optimization="0"
2203
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   104
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   105
				BasicRuntimeChecks="3"
3298
9e5eb994d56e (svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr)
Darkvater
parents: 3219
diff changeset
   106
				RuntimeLibrary="1"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   107
				UsePrecompiledHeader="2"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   108
				PrecompiledHeaderThrough="stdafx.h"
1891
862800791170 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
   109
				PrecompiledHeaderFile=".\Debug/openttd.pch"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   110
				AssemblerListingLocation=".\Debug/"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   111
				ObjectFile=".\Debug/"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   112
				ProgramDataBaseFileName=".\Debug/"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   113
				WarningLevel="3"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   114
				WarnAsError="TRUE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   115
				SuppressStartupBanner="TRUE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   116
				Detect64BitPortabilityProblems="FALSE"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   117
				DebugInformationFormat="4"
2130
e4df4eb31ddd (svn r2640) - CodeChange: change calling convention to __fastcall as well for vs.net2003 as it was done for vs6. Debug/Release works fine for me, if there are probs let me (+ludde) know.
Darkvater
parents: 2098
diff changeset
   118
				CallingConvention="1"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   119
				CompileAs="1"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   120
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   121
				Name="VCCustomBuildTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   122
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   123
				Name="VCLinkerTool"
2203
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   124
				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   125
				OutputFile=".\Debug/openttd.exe"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   126
				LinkIncremental="0"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   127
				SuppressStartupBanner="TRUE"
3755
1850c0c8ac9e (svn r4746) - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c
KUDr
parents: 3601
diff changeset
   128
				IgnoreDefaultLibraryNames="libc.lib"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   129
				GenerateDebugInformation="TRUE"
1891
862800791170 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
   130
				ProgramDatabaseFile=".\Debug/openttd.pdb"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   131
				SubSystem="2"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   132
				TargetMachine="1"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   133
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   134
				Name="VCMIDLTool"
1891
862800791170 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
   135
				TypeLibraryName=".\Debug/openttd.tlb"
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   136
				HeaderFileName=""/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   137
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   138
				Name="VCPostBuildEventTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   139
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   140
				Name="VCPreBuildEventTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   141
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   142
				Name="VCPreLinkEventTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   143
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   144
				Name="VCResourceCompilerTool"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   145
				PreprocessorDefinitions="_DEBUG"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   146
				Culture="1053"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   147
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   148
				Name="VCWebServiceProxyGeneratorTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   149
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   150
				Name="VCXMLDataGeneratorTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   151
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   152
				Name="VCWebDeploymentTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   153
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   154
				Name="VCManagedWrapperGeneratorTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   155
			<Tool
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   156
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   157
		</Configuration>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   158
	</Configurations>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   159
	<References>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   160
	</References>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   161
	<Files>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   162
		<Filter
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   163
			Name="Source Files"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   164
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   165
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   166
				RelativePath=".\airport.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   167
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   168
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   169
				RelativePath=".\aystar.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   170
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   171
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   172
				RelativePath=".\callback_table.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   173
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   174
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   175
				RelativePath=".\command.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   176
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   177
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   178
				RelativePath=".\console.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   179
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   180
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   181
				RelativePath=".\console_cmds.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   182
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   183
			<File
2318
1581aaecd144 (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   184
				RelativePath=".\currency.c">
1581aaecd144 (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   185
			</File>
1581aaecd144 (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   186
			<File
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   187
				RelativePath=".\debug.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   188
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   189
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   190
				RelativePath=".\dedicated.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   191
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   192
			<File
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   193
				RelativePath=".\video\dedicated_v.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   194
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   195
			<File
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   196
				RelativePath=".\depot.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   197
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   198
			<File
2203
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   199
				RelativePath=".\music\dmusic.cpp">
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   200
				<FileConfiguration
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   201
					Name="Release|Win32">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   202
					<Tool
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   203
						Name="VCCLCompilerTool"
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   204
						CompileAs="2"/>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   205
				</FileConfiguration>
2203
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   206
				<FileConfiguration
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   207
					Name="Debug|Win32">
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   208
					<Tool
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   209
						Name="VCCLCompilerTool"
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   210
						CompileAs="2"/>
18029376f58b (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   211
				</FileConfiguration>
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   212
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   213
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   214
				RelativePath=".\driver.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   215
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   216
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   217
				RelativePath=".\economy.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   218
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   219
			<File
3355
e414a0b104a6 (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.
celestar
parents: 3341
diff changeset
   220
				RelativePath=".\elrail.c">
e414a0b104a6 (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.
celestar
parents: 3341
diff changeset
   221
			</File>
e414a0b104a6 (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.
celestar
parents: 3341
diff changeset
   222
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   223
				RelativePath=".\engine.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   224
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   225
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   226
				RelativePath=".\fileio.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   227
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   228
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   229
				RelativePath=".\gfx.c">
2340
e18ef06bc59a (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   230
			</File>
e18ef06bc59a (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   231
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   232
				RelativePath=".\gfxinit.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   233
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   234
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   235
				RelativePath=".\landscape.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   236
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   237
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   238
				RelativePath=".\map.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   239
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   240
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   241
				RelativePath=".\md5.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   242
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   243
			<File
2076
e961af7438c0 (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   244
				RelativePath=".\mersenne.c">
e961af7438c0 (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   245
			</File>
e961af7438c0 (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   246
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   247
				RelativePath=".\minilzo.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   248
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   249
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   250
				RelativePath=".\misc.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   251
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   252
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   253
				RelativePath=".\mixer.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   254
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   255
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   256
				RelativePath=".\namegen.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   257
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   258
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   259
				RelativePath=".\network.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   260
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   261
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   262
				RelativePath=".\network_client.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   263
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   264
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   265
				RelativePath=".\network_data.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   266
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   267
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   268
				RelativePath=".\network_gamelist.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   269
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   270
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   271
				RelativePath=".\network_server.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   272
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   273
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   274
				RelativePath=".\network_udp.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   275
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   276
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   277
				RelativePath=".\newgrf.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   278
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   279
			<File
2962
f0a49b646c48 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   280
				RelativePath=".\newgrf_engine.c">
f0a49b646c48 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   281
			</File>
f0a49b646c48 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   282
			<File
3597
51e18e76be0b (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   283
				RelativePath=".\newgrf_spritegroup.c">
51e18e76be0b (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   284
			</File>
51e18e76be0b (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   285
			<File
2963
f28ce0549513 (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   286
				RelativePath=".\newgrf_station.c">
f28ce0549513 (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   287
			</File>
f28ce0549513 (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   288
			<File
3601
138bf309cf27 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   289
				RelativePath=".\newgrf_text.c">
138bf309cf27 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   290
			</File>
138bf309cf27 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   291
			<File
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   292
				RelativePath=".\npf.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   293
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   294
			<File
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   295
				RelativePath=".\music\null_m.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   296
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   297
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   298
				RelativePath=".\sound\null_s.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   299
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   300
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   301
				RelativePath=".\video\null_v.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   302
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   303
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   304
				RelativePath=".\oldloader.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   305
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   306
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   307
				RelativePath=".\openttd.c">
1948
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   308
			</File>
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   309
			<File
3397
27b28779260d (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   310
				RelativePath=".\os_timer.c">
1948
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   311
			</File>
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   312
			<File
3397
27b28779260d (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   313
				RelativePath=".\ottdres.rc">
3341
b20541ef8945 (svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or something similar on non-i386 architectures to performance-tune (critical) code. Some systems are probably missing, but those can be added later.
Darkvater
parents: 3335
diff changeset
   314
			</File>
b20541ef8945 (svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or something similar on non-i386 architectures to performance-tune (critical) code. Some systems are probably missing, but those can be added later.
Darkvater
parents: 3335
diff changeset
   315
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   316
				RelativePath=".\pathfind.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   317
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   318
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   319
				RelativePath="players.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   320
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   321
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   322
				RelativePath=".\pool.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   323
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   324
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   325
				RelativePath=".\queue.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   326
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   327
			<File
1948
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   328
				RelativePath=".\rail.c">
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   329
			</File>
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   330
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   331
				RelativePath=".\saveload.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   332
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   333
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   334
				RelativePath=".\screenshot.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   335
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   336
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   337
				RelativePath=".\sdl.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   338
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   339
			<File
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   340
				RelativePath=".\sound\sdl_s.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   341
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   342
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   343
				RelativePath=".\video\sdl_v.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   344
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   345
			<File
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   346
				RelativePath=".\settings.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   347
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   348
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   349
				RelativePath=".\signs.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   350
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   351
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   352
				RelativePath=".\sound.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   353
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   354
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   355
				RelativePath=".\spritecache.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   356
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   357
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   358
				RelativePath=".\StdAfx.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   359
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   360
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   361
				RelativePath=".\string.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   362
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   363
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   364
				RelativePath=".\strings.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   365
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   366
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   367
				RelativePath=".\texteff.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   368
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   369
			<File
2286
733dbf6b4545 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   370
				RelativePath=".\thread.c">
733dbf6b4545 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   371
			</File>
733dbf6b4545 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   372
			<File
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   373
				RelativePath=".\tile.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   374
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   375
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   376
				RelativePath=".\vehicle.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   377
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   378
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   379
				RelativePath=".\viewport.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   380
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   381
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   382
				RelativePath=".\waypoint.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   383
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   384
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   385
				RelativePath=".\widget.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   386
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   387
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   388
				RelativePath=".\win32.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   389
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   390
			<File
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   391
				RelativePath=".\music\win32_m.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   392
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   393
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   394
				RelativePath=".\sound\win32_s.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   395
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   396
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   397
				RelativePath=".\video\win32_v.c">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   398
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   399
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   400
				RelativePath=".\window.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   401
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   402
		</Filter>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   403
		<Filter
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   404
			Name="Header Files"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   405
			Filter="h;hpp;hxx;hm;inl">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   406
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   407
				RelativePath=".\airport.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   408
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   409
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   410
				RelativePath=".\airport_movement.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   411
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   412
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   413
				RelativePath=".\aystar.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   414
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   415
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   416
				RelativePath=".\command.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   417
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   418
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   419
				RelativePath=".\console.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   420
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   421
			<File
2318
1581aaecd144 (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   422
				RelativePath=".\currency.h">
1581aaecd144 (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   423
			</File>
1581aaecd144 (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   424
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   425
				RelativePath=".\debug.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   426
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   427
			<File
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   428
				RelativePath=".\video\dedicated_v.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   429
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   430
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   431
				RelativePath=".\depot.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   432
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   433
			<File
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   434
				RelativePath=".\music\dmusic.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   435
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   436
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   437
				RelativePath=".\driver.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   438
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   439
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   440
				RelativePath=".\economy.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   441
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   442
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   443
				RelativePath=".\engine.h">
2340
e18ef06bc59a (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   444
			</File>
e18ef06bc59a (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
tron
parents: 2318
diff changeset
   445
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   446
				RelativePath=".\fileio.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   447
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   448
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   449
				RelativePath=".\functions.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   450
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   451
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   452
				RelativePath=".\gfx.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   453
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   454
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   455
				RelativePath=".\gfxinit.h">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   456
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   457
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   458
				RelativePath=".\gui.h">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   459
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   460
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   461
				RelativePath=".\hal.h">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   462
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   463
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   464
				RelativePath=".\industry.h">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   465
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   466
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   467
				RelativePath=".\macros.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   468
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   469
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   470
				RelativePath=".\map.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   471
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   472
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   473
				RelativePath=".\md5.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   474
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   475
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   476
				RelativePath=".\mixer.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   477
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   478
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   479
				RelativePath=".\network.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   480
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   481
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   482
				RelativePath=".\network_client.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   483
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   484
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   485
				RelativePath=".\network_core.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   486
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   487
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   488
				RelativePath=".\network_data.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   489
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   490
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   491
				RelativePath=".\network_gamelist.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   492
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   493
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   494
				RelativePath=".\network_server.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   495
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   496
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   497
				RelativePath=".\network_udp.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   498
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   499
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   500
				RelativePath=".\newgrf.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   501
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   502
			<File
2983
0fa9eb2d4122 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   503
				RelativePath=".\newgrf_callbacks.h">
0fa9eb2d4122 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   504
			</File>
0fa9eb2d4122 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   505
			<File
2962
f0a49b646c48 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   506
				RelativePath=".\newgrf_engine.h">
f0a49b646c48 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   507
			</File>
f0a49b646c48 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
peter1138
parents: 2916
diff changeset
   508
			<File
3597
51e18e76be0b (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   509
				RelativePath=".\newgrf_spritegroup.h">
51e18e76be0b (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   510
			</File>
51e18e76be0b (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   511
			<File
2963
f28ce0549513 (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   512
				RelativePath=".\newgrf_station.h">
f28ce0549513 (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   513
			</File>
f28ce0549513 (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   514
			<File
3601
138bf309cf27 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   515
				RelativePath=".\newgrf_text.h">
138bf309cf27 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   516
			</File>
138bf309cf27 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   517
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   518
				RelativePath=".\news.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   519
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   520
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   521
				RelativePath=".\npf.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   522
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   523
			<File
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   524
				RelativePath=".\music\null_m.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   525
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   526
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   527
				RelativePath=".\sound\null_s.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   528
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   529
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   530
				RelativePath=".\video\null_v.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   531
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   532
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   533
				RelativePath=".\openttd.h">
1948
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   534
			</File>
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   535
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   536
				RelativePath=".\pathfind.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   537
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   538
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   539
				RelativePath=".\player.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   540
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   541
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   542
				RelativePath=".\pool.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   543
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   544
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   545
				RelativePath=".\queue.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   546
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   547
			<File
1948
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   548
				RelativePath=".\rail.h">
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   549
			</File>
d95a69e8c560 (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   550
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   551
				RelativePath=".\saveload.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   552
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   553
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   554
				RelativePath=".\screenshot.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   555
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   556
			<File
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   557
				RelativePath=".\sound\sdl_s.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   558
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   559
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   560
				RelativePath=".\video\sdl_v.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   561
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   562
			<File
2454
a63075764541 (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   563
				RelativePath=".\settings.h">
a63075764541 (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   564
			</File>
a63075764541 (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   565
			<File
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   566
				RelativePath=".\signs.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   567
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   568
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   569
				RelativePath=".\sound.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   570
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   571
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   572
				RelativePath=".\sprite.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   573
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   574
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   575
				RelativePath=".\station.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   576
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   577
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   578
				RelativePath=".\StdAfx.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   579
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   580
			<File
2098
f468eebc49d5 (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   581
				RelativePath=".\string.h">
f468eebc49d5 (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   582
			</File>
f468eebc49d5 (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   583
			<File
2286
733dbf6b4545 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   584
				RelativePath=".\thread.h">
733dbf6b4545 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   585
			</File>
733dbf6b4545 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   586
			<File
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   587
				RelativePath=".\tile.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   588
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   589
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   590
				RelativePath=".\town.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   591
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   592
			<File
3077
1a2d875813b5 (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   593
				RelativePath=".\train.h">
1a2d875813b5 (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   594
			</File>
1a2d875813b5 (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   595
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   596
				RelativePath=".\variables.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   597
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   598
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   599
				RelativePath=".\vehicle.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   600
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   601
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   602
				RelativePath=".\vehicle_gui.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   603
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   604
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   605
				RelativePath=".\viewport.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   606
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   607
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   608
				RelativePath=".\waypoint.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   609
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   610
			<File
2194
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   611
				RelativePath=".\music\win32_m.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   612
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   613
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   614
				RelativePath=".\sound\win32_s.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   615
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   616
			<File
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   617
				RelativePath=".\video\win32_v.h">
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   618
			</File>
23b3c818a2ed (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   619
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   620
				RelativePath=".\window.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   621
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   622
		</Filter>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   623
		<Filter
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   624
			Name="Gui Source codes"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   625
			Filter="">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   626
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   627
				RelativePath=".\aircraft_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   628
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   629
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   630
				RelativePath=".\airport_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   631
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   632
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   633
				RelativePath=".\bridge_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   634
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   635
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   636
				RelativePath=".\dock_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   637
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   638
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   639
				RelativePath=".\engine_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   640
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   641
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   642
				RelativePath=".\graph_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   643
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   644
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   645
				RelativePath=".\industry_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   646
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   647
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   648
				RelativePath=".\intro_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   649
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   650
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   651
				RelativePath=".\main_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   652
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   653
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   654
				RelativePath=".\misc_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   655
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   656
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   657
				RelativePath=".\music_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   658
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   659
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   660
				RelativePath=".\network_gui.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   661
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   662
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   663
				RelativePath=".\news_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   664
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   665
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   666
				RelativePath=".\order_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   667
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   668
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   669
				RelativePath=".\player_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   670
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   671
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   672
				RelativePath=".\rail_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   673
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   674
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   675
				RelativePath=".\road_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   676
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   677
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   678
				RelativePath=".\roadveh_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   679
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   680
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   681
				RelativePath=".\settings_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   682
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   683
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   684
				RelativePath=".\ship_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   685
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   686
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   687
				RelativePath=".\smallmap_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   688
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   689
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   690
				RelativePath=".\station_gui.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   691
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   692
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   693
				RelativePath=".\subsidy_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   694
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   695
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   696
				RelativePath=".\terraform_gui.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   697
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   698
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   699
				RelativePath=".\town_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   700
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   701
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   702
				RelativePath=".\train_gui.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   703
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   704
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   705
				RelativePath=".\vehicle_gui.c">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   706
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   707
		</Filter>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   708
		<Filter
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   709
			Name="Landscape"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   710
			Filter="">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   711
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   712
				RelativePath=".\aircraft_cmd.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   713
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   714
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   715
				RelativePath=".\clear_cmd.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   716
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   717
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   718
				RelativePath=".\disaster_cmd.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   719
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   720
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   721
				RelativePath=".\dummy_land.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   722
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   723
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   724
				RelativePath=".\industry_cmd.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   725
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   726
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   727
				RelativePath=".\misc_cmd.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   728
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   729
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   730
				RelativePath=".\order_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   731
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   732
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   733
				RelativePath=".\rail_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   734
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   735
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   736
				RelativePath=".\road_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   737
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   738
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   739
				RelativePath=".\roadveh_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   740
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   741
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   742
				RelativePath=".\ship_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   743
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   744
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   745
				RelativePath=".\station_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   746
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   747
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   748
				RelativePath=".\town_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   749
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   750
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   751
				RelativePath=".\train_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   752
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   753
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   754
				RelativePath=".\tree_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   755
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   756
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   757
				RelativePath=".\tunnelbridge_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   758
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   759
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   760
				RelativePath=".\unmovable_cmd.c">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   761
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   762
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   763
				RelativePath=".\water_cmd.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   764
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   765
		</Filter>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   766
		<Filter
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   767
			Name="Tables"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   768
			Filter="">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   769
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   770
				RelativePath=".\table\ai_rail.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   771
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   772
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   773
				RelativePath=".\table\allstrings.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   774
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   775
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   776
				RelativePath=".\table\animcursors.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   777
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   778
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   779
				RelativePath=".\table\autorail.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   780
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   781
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   782
				RelativePath=".\table\build_industry.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   783
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   784
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   785
				RelativePath=".\table\clear_land.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   786
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   787
			<File
3366
49ff3eb617f8 (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   788
				RelativePath=".\table\elrail_data.h">
49ff3eb617f8 (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   789
			</File>
49ff3eb617f8 (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   790
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   791
				RelativePath=".\table\engines.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   792
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   793
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   794
				RelativePath=".\table\genland.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   795
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   796
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   797
				RelativePath=".\table\industry_land.h">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   798
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   799
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   800
				RelativePath=".\table\landscape_const.h">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   801
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   802
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   803
				RelativePath=".\table\landscape_sprite.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   804
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   805
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   806
				RelativePath=".\table\namegen.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   807
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   808
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   809
				RelativePath=".\table\palettes.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   810
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   811
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   812
				RelativePath=".\table\road_land.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   813
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   814
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   815
				RelativePath=".\table\roadveh.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   816
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   817
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   818
				RelativePath=".\table\sprites.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   819
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   820
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   821
				RelativePath=".\table\station_land.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   822
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   823
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   824
				RelativePath=".\table\strings.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   825
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   826
			<File
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   827
				RelativePath=".\table\town_land.h">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   828
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   829
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   830
				RelativePath=".\table\track_land.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   831
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   832
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   833
				RelativePath=".\table\train_cmd.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   834
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   835
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   836
				RelativePath=".\table\tree_land.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   837
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   838
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   839
				RelativePath=".\table\tunnel_land.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   840
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   841
			<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   842
				RelativePath=".\table\unmovable_land.h">
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   843
			</File>
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   844
			<File
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   845
				RelativePath=".\table\water_land.h">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   846
			</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   847
		</Filter>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   848
		<Filter
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   849
			Name="AI Files"
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   850
			Filter="">
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   851
			<File
2397
a73a9df21073 (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   852
				RelativePath=".\ai\ai.c">
a73a9df21073 (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   853
			</File>
a73a9df21073 (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   854
			<File
a73a9df21073 (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   855
				RelativePath=".\ai\ai.h">
a73a9df21073 (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   856
			</File>
a73a9df21073 (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   857
			<File
2383
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   858
				RelativePath=".\ai\default\default.c">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   859
			</File>
2482
374f6395847d (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   860
			<File
374f6395847d (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   861
				RelativePath=".\ai\default\default.h">
374f6395847d (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   862
			</File>
2383
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   863
			<Filter
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   864
				Name="trolly"
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   865
				Filter="">
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   866
				<File
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   867
					RelativePath=".\ai\trolly\build.c">
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   868
				</File>
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   869
				<File
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   870
					RelativePath=".\ai\trolly\pathfinder.c">
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   871
				</File>
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   872
				<File
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   873
					RelativePath=".\ai\trolly\shared.c">
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   874
				</File>
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   875
				<File
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   876
					RelativePath=".\ai\trolly\trolly.c">
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   877
				</File>
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   878
				<File
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   879
					RelativePath=".\ai\trolly\trolly.h">
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   880
				</File>
7589e75b873a (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   881
			</Filter>
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   882
		</Filter>
3174
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   883
		<Filter
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   884
			Name="Map Accessors"
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   885
			Filter="">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   886
			<File
3323
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   887
				RelativePath=".\bridge_map.c">
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   888
			</File>
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   889
			<File
3397
27b28779260d (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   890
				RelativePath=".\bridge_map.h">
27b28779260d (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   891
			</File>
27b28779260d (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   892
			<File
3174
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   893
				RelativePath=".\clear_map.h">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   894
			</File>
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   895
			<File
3323
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   896
				RelativePath=".\industry_map.h">
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   897
			</File>
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   898
			<File
3174
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   899
				RelativePath=".\rail_map.h">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   900
			</File>
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   901
			<File
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   902
				RelativePath=".\road_map.c">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   903
			</File>
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   904
			<File
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   905
				RelativePath=".\road_map.h">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   906
			</File>
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   907
			<File
3335
caea2aff4db6 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
   908
				RelativePath=".\station_map.c">
caea2aff4db6 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
   909
			</File>
caea2aff4db6 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
   910
			<File
3323
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   911
				RelativePath=".\station_map.h">
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   912
			</File>
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   913
			<File
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   914
				RelativePath=".\town_map.h">
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   915
			</File>
89aed4056b8f (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
belugas
parents: 3298
diff changeset
   916
			<File
3174
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   917
				RelativePath=".\tree_map.h">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   918
			</File>
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   919
			<File
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   920
				RelativePath=".\tunnel_map.c">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   921
			</File>
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   922
			<File
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   923
				RelativePath=".\tunnel_map.h">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   924
			</File>
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   925
			<File
3397
27b28779260d (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   926
				RelativePath=".\unmovable_map.h">
27b28779260d (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   927
			</File>
27b28779260d (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   928
			<File
3174
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   929
				RelativePath=".\void_map.h">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   930
			</File>
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   931
			<File
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   932
				RelativePath=".\water_map.h">
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   933
			</File>
b37e0f1603fc (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   934
		</Filter>
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   935
		<File
2454
a63075764541 (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   936
			RelativePath=".\mainicon.ico">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   937
		</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   938
		<File
2454
a63075764541 (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   939
			RelativePath=".\openttd.ico">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   940
		</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   941
		<File
2417
5139862521aa (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   942
			RelativePath=".\ReadMe.txt">
1558
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   943
		</File>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   944
	</Files>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   945
	<Globals>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   946
	</Globals>
62eeea72497d (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   947
</VisualStudioProject>