openttd.vcproj
author belugas
Fri, 21 Apr 2006 03:00:20 +0000
changeset 3601 ac6df06db648
parent 3597 85d852397f1d
child 3755 845aee0aced9
permissions -rw-r--r--
(svn r4493) Newgrf : Action 04. Beginning of implementation.
Some TODOs left, but the core is there.
Thanks to Peter1138 for code, advice and patience
And to Patchman for letting us define a lot of langids :)
1558
f3ab57b8b087 (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"?>
f3ab57b8b087 (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
f3ab57b8b087 (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++"
f3ab57b8b087 (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
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
     5
	Name="openttd"
1558
f3ab57b8b087 (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=""
f3ab57b8b087 (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="">
f3ab57b8b087 (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>
f3ab57b8b087 (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
f3ab57b8b087 (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"/>
f3ab57b8b087 (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>
f3ab57b8b087 (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>
f3ab57b8b087 (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
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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">
f3ab57b8b087 (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
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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
9e60868d2ec7 (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
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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
f85d87c72d36 (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
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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
84a3f4f43f7a (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"
84a3f4f43f7a (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=""
84a3f4f43f7a (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
f3ab57b8b087 (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"
f3ab57b8b087 (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/"
f3ab57b8b087 (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/"
f3ab57b8b087 (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/"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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
2fa9478b22e4 (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
f3ab57b8b087 (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"/>
f3ab57b8b087 (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
f3ab57b8b087 (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"/>
f3ab57b8b087 (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
f3ab57b8b087 (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
783eb7d2757f (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
f3ab57b8b087 (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"
f3ab57b8b087 (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"
f3ab57b8b087 (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"
3203
9e60868d2ec7 (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
    61
				GenerateDebugInformation="TRUE"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
    62
				ProgramDatabaseFile=".\Release/openttd.pdb"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    63
				SubSystem="2"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    64
				OptimizeReferences="2"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    65
				OptimizeForWindows98="1"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    66
				TargetMachine="1"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    67
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    68
				Name="VCMIDLTool"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
    69
				TypeLibraryName=".\Release/openttd.tlb"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    70
				HeaderFileName=""/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    71
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    72
				Name="VCPostBuildEventTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    73
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    74
				Name="VCPreBuildEventTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    75
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    76
				Name="VCPreLinkEventTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    77
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    78
				Name="VCResourceCompilerTool"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    79
				PreprocessorDefinitions="NDEBUG"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    80
				Culture="1053"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    81
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    82
				Name="VCWebServiceProxyGeneratorTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    83
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    84
				Name="VCXMLDataGeneratorTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    85
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    86
				Name="VCWebDeploymentTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    87
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    88
				Name="VCManagedWrapperGeneratorTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    89
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    90
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    91
		</Configuration>
f3ab57b8b087 (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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    93
			Name="Debug|Win32"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    94
			OutputDirectory=".\Debug"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    95
			IntermediateDirectory=".\Debug"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    96
			ConfigurationType="1"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    97
			UseOfMFC="0"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    98
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
    99
			CharacterSet="2">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   100
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   101
				Name="VCCLCompilerTool"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   102
				Optimization="0"
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   103
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   104
				BasicRuntimeChecks="3"
3298
f85d87c72d36 (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
   105
				RuntimeLibrary="1"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   106
				UsePrecompiledHeader="2"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   107
				PrecompiledHeaderThrough="stdafx.h"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
   108
				PrecompiledHeaderFile=".\Debug/openttd.pch"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   109
				AssemblerListingLocation=".\Debug/"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   110
				ObjectFile=".\Debug/"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   111
				ProgramDataBaseFileName=".\Debug/"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   112
				WarningLevel="3"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   113
				WarnAsError="TRUE"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   114
				SuppressStartupBanner="TRUE"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   115
				Detect64BitPortabilityProblems="FALSE"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   116
				DebugInformationFormat="4"
2130
2fa9478b22e4 (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
   117
				CallingConvention="1"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   118
				CompileAs="1"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   119
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   120
				Name="VCCustomBuildTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   121
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   122
				Name="VCLinkerTool"
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   123
				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   124
				OutputFile=".\Debug/openttd.exe"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   125
				LinkIncremental="0"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   126
				SuppressStartupBanner="TRUE"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   127
				GenerateDebugInformation="TRUE"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
   128
				ProgramDatabaseFile=".\Debug/openttd.pdb"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   129
				SubSystem="2"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   130
				TargetMachine="1"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   131
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   132
				Name="VCMIDLTool"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
   133
				TypeLibraryName=".\Debug/openttd.tlb"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   134
				HeaderFileName=""/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   135
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   136
				Name="VCPostBuildEventTool"/>
f3ab57b8b087 (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
f3ab57b8b087 (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="VCPreBuildEventTool"/>
f3ab57b8b087 (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
f3ab57b8b087 (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="VCPreLinkEventTool"/>
f3ab57b8b087 (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
f3ab57b8b087 (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="VCResourceCompilerTool"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   143
				PreprocessorDefinitions="_DEBUG"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   144
				Culture="1053"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   145
			<Tool
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   146
				Name="VCWebServiceProxyGeneratorTool"/>
f3ab57b8b087 (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
f3ab57b8b087 (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="VCXMLDataGeneratorTool"/>
f3ab57b8b087 (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
f3ab57b8b087 (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="VCWebDeploymentTool"/>
f3ab57b8b087 (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
f3ab57b8b087 (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="VCManagedWrapperGeneratorTool"/>
f3ab57b8b087 (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
f3ab57b8b087 (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="VCAuxiliaryManagedWrapperGeneratorTool"/>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   155
		</Configuration>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   156
	</Configurations>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   157
	<References>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   158
	</References>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   159
	<Files>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   160
		<Filter
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   161
			Name="Source Files"
f3ab57b8b087 (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="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   163
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   164
				RelativePath=".\airport.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   166
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   167
				RelativePath=".\aystar.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   169
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   170
				RelativePath=".\callback_table.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   172
			<File
2417
84a3f4f43f7a (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
   173
				RelativePath=".\command.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   175
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   176
				RelativePath=".\console.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   178
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   179
				RelativePath=".\console_cmds.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   181
			<File
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   182
				RelativePath=".\currency.c">
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   183
			</File>
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   184
			<File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   185
				RelativePath=".\debug.c">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   186
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   187
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   188
				RelativePath=".\dedicated.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   190
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   191
				RelativePath=".\video\dedicated_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   192
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   193
			<File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   194
				RelativePath=".\depot.c">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   195
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   196
			<File
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   197
				RelativePath=".\music\dmusic.cpp">
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   198
				<FileConfiguration
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   199
					Name="Release|Win32">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   200
					<Tool
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   201
						Name="VCCLCompilerTool"
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   202
						CompileAs="2"/>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   203
				</FileConfiguration>
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   204
				<FileConfiguration
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   205
					Name="Debug|Win32">
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   206
					<Tool
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   207
						Name="VCCLCompilerTool"
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   208
						CompileAs="2"/>
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   209
				</FileConfiguration>
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   210
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   211
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   212
				RelativePath=".\driver.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   213
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   214
			<File
2417
84a3f4f43f7a (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
   215
				RelativePath=".\economy.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   216
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   217
			<File
3355
a653b8e47f27 (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
   218
				RelativePath=".\elrail.c">
a653b8e47f27 (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
   219
			</File>
a653b8e47f27 (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
			<File
2417
84a3f4f43f7a (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
   221
				RelativePath=".\engine.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   222
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   223
			<File
2417
84a3f4f43f7a (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
   224
				RelativePath=".\fileio.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   226
			<File
2417
84a3f4f43f7a (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
   227
				RelativePath=".\gfx.c">
2340
0a9f3eeccb96 (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
   228
			</File>
0a9f3eeccb96 (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
   229
			<File
2417
84a3f4f43f7a (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
   230
				RelativePath=".\gfxinit.c">
84a3f4f43f7a (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
   231
			</File>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\landscape.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   234
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   235
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   236
				RelativePath=".\map.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   238
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   239
				RelativePath=".\md5.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   241
			<File
2076
987cdb4f2d0e (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   242
				RelativePath=".\mersenne.c">
987cdb4f2d0e (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   243
			</File>
987cdb4f2d0e (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   244
			<File
2417
84a3f4f43f7a (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
   245
				RelativePath=".\minilzo.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   246
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   247
			<File
2417
84a3f4f43f7a (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
   248
				RelativePath=".\misc.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   250
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   251
				RelativePath=".\mixer.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   253
			<File
2417
84a3f4f43f7a (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
   254
				RelativePath=".\namegen.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   256
			<File
2417
84a3f4f43f7a (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
   257
				RelativePath=".\network.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   259
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   260
				RelativePath=".\network_client.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   262
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   263
				RelativePath=".\network_data.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   265
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   266
				RelativePath=".\network_gamelist.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   268
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   269
				RelativePath=".\network_server.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   271
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   272
				RelativePath=".\network_udp.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   274
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   275
				RelativePath=".\newgrf.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   277
			<File
2962
dbd168a4703a (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
   278
				RelativePath=".\newgrf_engine.c">
dbd168a4703a (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
   279
			</File>
dbd168a4703a (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
			<File
3597
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   281
				RelativePath=".\newgrf_spritegroup.c">
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   282
			</File>
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   283
			<File
2963
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   284
				RelativePath=".\newgrf_station.c">
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   285
			</File>
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   286
			<File
3601
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   287
				RelativePath=".\newgrf_text.c">
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   288
			</File>
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   289
			<File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   290
				RelativePath=".\npf.c">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   291
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   292
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   293
				RelativePath=".\music\null_m.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   294
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   295
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   296
				RelativePath=".\sound\null_s.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   297
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   298
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   299
				RelativePath=".\video\null_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   300
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   301
			<File
2417
84a3f4f43f7a (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
   302
				RelativePath=".\oldloader.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   303
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   304
			<File
2417
84a3f4f43f7a (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
   305
				RelativePath=".\openttd.c">
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   306
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   307
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   308
				RelativePath=".\os_timer.c">
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   309
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   310
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   311
				RelativePath=".\ottdres.rc">
3341
b8febc9509d7 (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
   312
			</File>
b8febc9509d7 (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
   313
			<File
2417
84a3f4f43f7a (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
   314
				RelativePath=".\pathfind.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   315
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   316
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   317
				RelativePath="players.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   319
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   320
				RelativePath=".\pool.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   322
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   323
				RelativePath=".\queue.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   325
			<File
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   326
				RelativePath=".\rail.c">
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   327
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   328
			<File
2417
84a3f4f43f7a (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
   329
				RelativePath=".\saveload.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   330
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   331
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   332
				RelativePath=".\screenshot.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   334
			<File
2417
84a3f4f43f7a (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
   335
				RelativePath=".\sdl.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   337
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   338
				RelativePath=".\sound\sdl_s.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   339
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   340
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   341
				RelativePath=".\video\sdl_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   342
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   343
			<File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   344
				RelativePath=".\settings.c">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   345
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   346
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   347
				RelativePath=".\signs.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   349
			<File
2417
84a3f4f43f7a (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
   350
				RelativePath=".\sound.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   352
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   353
				RelativePath=".\sprite.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   355
			<File
2417
84a3f4f43f7a (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
   356
				RelativePath=".\spritecache.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   358
			<File
2417
84a3f4f43f7a (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
   359
				RelativePath=".\StdAfx.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   361
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   362
				RelativePath=".\string.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   364
			<File
2417
84a3f4f43f7a (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
   365
				RelativePath=".\strings.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   367
			<File
2417
84a3f4f43f7a (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
   368
				RelativePath=".\texteff.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   370
			<File
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   371
				RelativePath=".\thread.c">
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   372
			</File>
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   373
			<File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   374
				RelativePath=".\tile.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   376
			<File
2417
84a3f4f43f7a (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
   377
				RelativePath=".\vehicle.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   379
			<File
2417
84a3f4f43f7a (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
   380
				RelativePath=".\viewport.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   382
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   383
				RelativePath=".\waypoint.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   385
			<File
2417
84a3f4f43f7a (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
   386
				RelativePath=".\widget.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   388
			<File
2417
84a3f4f43f7a (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
   389
				RelativePath=".\win32.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   391
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   392
				RelativePath=".\music\win32_m.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   393
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   394
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   395
				RelativePath=".\sound\win32_s.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   396
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   397
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   398
				RelativePath=".\video\win32_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   399
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   400
			<File
2417
84a3f4f43f7a (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
   401
				RelativePath=".\window.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   402
			</File>
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   404
		<Filter
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   405
			Name="Header Files"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   406
			Filter="h;hpp;hxx;hm;inl">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   407
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   408
				RelativePath=".\airport.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   410
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   411
				RelativePath=".\airport_movement.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   413
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   414
				RelativePath=".\aystar.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   416
			<File
2417
84a3f4f43f7a (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
   417
				RelativePath=".\command.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   419
			<File
2417
84a3f4f43f7a (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
   420
				RelativePath=".\console.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   422
			<File
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   423
				RelativePath=".\currency.h">
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   424
			</File>
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   425
			<File
2417
84a3f4f43f7a (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
   426
				RelativePath=".\debug.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   428
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   429
				RelativePath=".\video\dedicated_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   430
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   431
			<File
2417
84a3f4f43f7a (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
   432
				RelativePath=".\depot.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   434
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   435
				RelativePath=".\music\dmusic.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   436
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   437
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   438
				RelativePath=".\driver.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   439
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   440
			<File
2417
84a3f4f43f7a (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
   441
				RelativePath=".\economy.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   443
			<File
2417
84a3f4f43f7a (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
   444
				RelativePath=".\engine.h">
2340
0a9f3eeccb96 (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>
0a9f3eeccb96 (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
   446
			<File
2417
84a3f4f43f7a (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
   447
				RelativePath=".\fileio.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   449
			<File
2417
84a3f4f43f7a (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
   450
				RelativePath=".\functions.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   452
			<File
2417
84a3f4f43f7a (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
   453
				RelativePath=".\gfx.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   455
			<File
2417
84a3f4f43f7a (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
				RelativePath=".\gfxinit.h">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\gui.h">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\hal.h">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\industry.h">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
   468
				RelativePath=".\macros.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   470
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   471
				RelativePath=".\map.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   473
			<File
2417
84a3f4f43f7a (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
   474
				RelativePath=".\md5.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   476
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   477
				RelativePath=".\mixer.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   479
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   480
				RelativePath=".\network.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   482
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   483
				RelativePath=".\network_client.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   485
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   486
				RelativePath=".\network_core.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   488
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   489
				RelativePath=".\network_data.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   491
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   492
				RelativePath=".\network_gamelist.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   494
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   495
				RelativePath=".\network_server.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   497
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   498
				RelativePath=".\network_udp.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   500
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   501
				RelativePath=".\newgrf.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   503
			<File
2983
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   504
				RelativePath=".\newgrf_callbacks.h">
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   505
			</File>
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   506
			<File
2962
dbd168a4703a (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
				RelativePath=".\newgrf_engine.h">
dbd168a4703a (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>
dbd168a4703a (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
   509
			<File
3597
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   510
				RelativePath=".\newgrf_spritegroup.h">
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   511
			</File>
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   512
			<File
2963
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   513
				RelativePath=".\newgrf_station.h">
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   514
			</File>
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   515
			<File
3601
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   516
				RelativePath=".\newgrf_text.h">
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   517
			</File>
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   518
			<File
2417
84a3f4f43f7a (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
   519
				RelativePath=".\news.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   521
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   522
				RelativePath=".\npf.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   524
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   525
				RelativePath=".\music\null_m.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   526
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   527
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   528
				RelativePath=".\sound\null_s.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   529
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   530
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   531
				RelativePath=".\video\null_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   532
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   533
			<File
2417
84a3f4f43f7a (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
   534
				RelativePath=".\openttd.h">
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   535
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   536
			<File
2417
84a3f4f43f7a (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
   537
				RelativePath=".\pathfind.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   539
			<File
2417
84a3f4f43f7a (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
   540
				RelativePath=".\player.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   542
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   543
				RelativePath=".\pool.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   545
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   546
				RelativePath=".\queue.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   548
			<File
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   549
				RelativePath=".\rail.h">
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   550
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   551
			<File
2417
84a3f4f43f7a (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
   552
				RelativePath=".\saveload.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   554
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   555
				RelativePath=".\screenshot.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   557
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   558
				RelativePath=".\sound\sdl_s.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   559
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   560
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   561
				RelativePath=".\video\sdl_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   562
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   563
			<File
2454
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   564
				RelativePath=".\settings.h">
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   565
			</File>
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   566
			<File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   567
				RelativePath=".\signs.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   569
			<File
2417
84a3f4f43f7a (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
   570
				RelativePath=".\sound.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   572
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   573
				RelativePath=".\sprite.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   575
			<File
2417
84a3f4f43f7a (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
   576
				RelativePath=".\station.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   578
			<File
2417
84a3f4f43f7a (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
   579
				RelativePath=".\StdAfx.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   581
			<File
2098
b17a44f55b6d (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   582
				RelativePath=".\string.h">
b17a44f55b6d (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   583
			</File>
b17a44f55b6d (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   584
			<File
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   585
				RelativePath=".\thread.h">
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   586
			</File>
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   587
			<File
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   588
				RelativePath=".\tile.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   590
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   591
				RelativePath=".\town.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   593
			<File
3077
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   594
				RelativePath=".\train.h">
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   595
			</File>
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   596
			<File
2417
84a3f4f43f7a (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
   597
				RelativePath=".\variables.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   599
			<File
2417
84a3f4f43f7a (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
   600
				RelativePath=".\vehicle.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   602
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   603
				RelativePath=".\vehicle_gui.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   605
			<File
2417
84a3f4f43f7a (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
   606
				RelativePath=".\viewport.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   608
			<File
2417
84a3f4f43f7a (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
   609
				RelativePath=".\waypoint.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   611
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   612
				RelativePath=".\music\win32_m.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   613
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   614
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   615
				RelativePath=".\sound\win32_s.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   616
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   617
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   618
				RelativePath=".\video\win32_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   619
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   620
			<File
2417
84a3f4f43f7a (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
   621
				RelativePath=".\window.h">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   622
			</File>
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   624
		<Filter
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   625
			Name="Gui Source codes"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   626
			Filter="">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   627
			<File
2417
84a3f4f43f7a (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
   628
				RelativePath=".\aircraft_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   630
			<File
2417
84a3f4f43f7a (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
   631
				RelativePath=".\airport_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   633
			<File
2417
84a3f4f43f7a (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
   634
				RelativePath=".\bridge_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   636
			<File
2417
84a3f4f43f7a (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
   637
				RelativePath=".\dock_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   639
			<File
2417
84a3f4f43f7a (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
   640
				RelativePath=".\engine_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   642
			<File
2417
84a3f4f43f7a (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
				RelativePath=".\graph_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\industry_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\intro_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\main_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\misc_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
   658
				RelativePath=".\music_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   660
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   661
				RelativePath=".\network_gui.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   663
			<File
2417
84a3f4f43f7a (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
   664
				RelativePath=".\news_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   666
			<File
2417
84a3f4f43f7a (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
   667
				RelativePath=".\order_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   669
			<File
2417
84a3f4f43f7a (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
   670
				RelativePath=".\player_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   672
			<File
2417
84a3f4f43f7a (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
   673
				RelativePath=".\rail_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   675
			<File
2417
84a3f4f43f7a (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
   676
				RelativePath=".\road_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   678
			<File
2417
84a3f4f43f7a (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
				RelativePath=".\roadveh_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\settings_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\ship_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\smallmap_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\station_gui.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
   694
				RelativePath=".\subsidy_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   696
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   697
				RelativePath=".\terraform_gui.c">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   699
			<File
2417
84a3f4f43f7a (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
   700
				RelativePath=".\town_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   702
			<File
2417
84a3f4f43f7a (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
   703
				RelativePath=".\train_gui.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   705
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   706
				RelativePath=".\vehicle_gui.c">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   707
			</File>
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   709
		<Filter
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   710
			Name="Landscape"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   711
			Filter="">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   712
			<File
2417
84a3f4f43f7a (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
   713
				RelativePath=".\aircraft_cmd.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   715
			<File
2417
84a3f4f43f7a (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
   716
				RelativePath=".\clear_cmd.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   718
			<File
2417
84a3f4f43f7a (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
   719
				RelativePath=".\disaster_cmd.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   721
			<File
2417
84a3f4f43f7a (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
   722
				RelativePath=".\dummy_land.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   724
			<File
2417
84a3f4f43f7a (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
   725
				RelativePath=".\industry_cmd.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   727
			<File
2417
84a3f4f43f7a (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
   728
				RelativePath=".\misc_cmd.c">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   730
			<File
2417
84a3f4f43f7a (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
				RelativePath=".\order_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\rail_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\road_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\roadveh_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\ship_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\station_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\town_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\train_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\tree_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\tunnelbridge_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\unmovable_cmd.c">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
   764
				RelativePath=".\water_cmd.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   765
			</File>
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   767
		<Filter
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   768
			Name="Tables"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   769
			Filter="">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   770
			<File
2417
84a3f4f43f7a (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
   771
				RelativePath=".\table\ai_rail.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   773
			<File
2417
84a3f4f43f7a (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
   774
				RelativePath=".\table\allstrings.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   776
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   777
				RelativePath=".\table\animcursors.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   779
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   780
				RelativePath=".\table\autorail.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   782
			<File
2417
84a3f4f43f7a (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
   783
				RelativePath=".\table\build_industry.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   785
			<File
2417
84a3f4f43f7a (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
   786
				RelativePath=".\table\clear_land.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   788
			<File
3366
f182d594964b (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   789
				RelativePath=".\table\elrail_data.h">
f182d594964b (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   790
			</File>
f182d594964b (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   791
			<File
2417
84a3f4f43f7a (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
   792
				RelativePath=".\table\engines.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   794
			<File
2417
84a3f4f43f7a (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
   795
				RelativePath=".\table\genland.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   797
			<File
2417
84a3f4f43f7a (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
				RelativePath=".\table\industry_land.h">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
				RelativePath=".\table\landscape_const.h">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
   804
				RelativePath=".\table\landscape_sprite.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   806
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   807
				RelativePath=".\table\namegen.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   809
			<File
2417
84a3f4f43f7a (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
   810
				RelativePath=".\table\palettes.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   812
			<File
2417
84a3f4f43f7a (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
   813
				RelativePath=".\table\road_land.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   815
			<File
2417
84a3f4f43f7a (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
   816
				RelativePath=".\table\roadveh.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   818
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   819
				RelativePath=".\table\sprites.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   821
			<File
2417
84a3f4f43f7a (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
   822
				RelativePath=".\table\station_land.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   824
			<File
2417
84a3f4f43f7a (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
   825
				RelativePath=".\table\strings.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   827
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   828
				RelativePath=".\table\town_land.h">
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   830
			<File
2417
84a3f4f43f7a (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
   831
				RelativePath=".\table\track_land.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   833
			<File
2417
84a3f4f43f7a (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
   834
				RelativePath=".\table\train_cmd.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   836
			<File
2417
84a3f4f43f7a (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
   837
				RelativePath=".\table\tree_land.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   839
			<File
2417
84a3f4f43f7a (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
   840
				RelativePath=".\table\tunnel_land.h">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   842
			<File
2417
84a3f4f43f7a (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
				RelativePath=".\table\unmovable_land.h">
84a3f4f43f7a (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>
84a3f4f43f7a (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
			<File
84a3f4f43f7a (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
   846
				RelativePath=".\table\water_land.h">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   847
			</File>
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   849
		<Filter
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   850
			Name="AI Files"
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   851
			Filter="">
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   852
			<File
2397
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   853
				RelativePath=".\ai\ai.c">
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   854
			</File>
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   855
			<File
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   856
				RelativePath=".\ai\ai.h">
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   857
			</File>
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   858
			<File
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   859
				RelativePath=".\ai\default\default.c">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   860
			</File>
2482
dffcca243dbc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   861
			<File
dffcca243dbc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   862
				RelativePath=".\ai\default\default.h">
dffcca243dbc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   863
			</File>
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   864
			<Filter
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   865
				Name="trolly"
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   866
				Filter="">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   867
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   868
					RelativePath=".\ai\trolly\build.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   869
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   870
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   871
					RelativePath=".\ai\trolly\pathfinder.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   872
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   873
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   874
					RelativePath=".\ai\trolly\shared.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   875
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   876
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   877
					RelativePath=".\ai\trolly\trolly.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   878
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   879
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   880
					RelativePath=".\ai\trolly\trolly.h">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   881
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   882
			</Filter>
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   883
		</Filter>
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   884
		<Filter
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   885
			Name="Map Accessors"
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   886
			Filter="">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   887
			<File
3323
cfda77cb7fed (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
				RelativePath=".\bridge_map.c">
cfda77cb7fed (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>
cfda77cb7fed (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
   890
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   891
				RelativePath=".\bridge_map.h">
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   892
			</File>
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   893
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   894
				RelativePath=".\clear_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   895
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   896
			<File
3323
cfda77cb7fed (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
				RelativePath=".\industry_map.h">
cfda77cb7fed (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>
cfda77cb7fed (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
   899
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   900
				RelativePath=".\rail_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   901
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   902
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   903
				RelativePath=".\road_map.c">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   904
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   905
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   906
				RelativePath=".\road_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   907
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   908
			<File
3335
7fed9aa64770 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
   909
				RelativePath=".\station_map.c">
7fed9aa64770 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
   910
			</File>
7fed9aa64770 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
   911
			<File
3323
cfda77cb7fed (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
				RelativePath=".\station_map.h">
cfda77cb7fed (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>
cfda77cb7fed (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
			<File
cfda77cb7fed (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
				RelativePath=".\town_map.h">
cfda77cb7fed (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>
cfda77cb7fed (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
   917
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   918
				RelativePath=".\tree_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   919
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   920
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   921
				RelativePath=".\tunnel_map.c">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   922
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   923
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   924
				RelativePath=".\tunnel_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   925
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   926
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   927
				RelativePath=".\unmovable_map.h">
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   928
			</File>
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   929
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   930
				RelativePath=".\void_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   931
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   932
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   933
				RelativePath=".\water_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   934
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   935
		</Filter>
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   936
		<File
2454
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   937
			RelativePath=".\mainicon.ico">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   939
		<File
2454
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   940
			RelativePath=".\openttd.ico">
1558
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   942
		<File
2417
84a3f4f43f7a (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
   943
			RelativePath=".\ReadMe.txt">
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   944
		</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   945
	</Files>
f3ab57b8b087 (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>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   947
	</Globals>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   948
</VisualStudioProject>