openttd.vcproj
author bjarni
Tue, 26 Sep 2006 16:47:51 +0000
changeset 4638 8abe4f10b94b
parent 4513 fcbfe426fd6c
child 4656 acffecd6f484
permissions -rw-r--r--
(svn r6513) -Codechange: unified the code to draw depot windows
This change is intended to make it easier to make depot behaviour consistent
and faster to code when adding more features in the future
The user interface should hopefully not be affected by this
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"
3900
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
    33
				ExceptionHandling="TRUE"
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"
3900
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
    61
				IgnoreDefaultLibraryNames="LIBC.lib"
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
    62
				GenerateDebugInformation="TRUE"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
    63
				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
    64
				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
    65
				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
    66
				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
    67
				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
    68
			<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
    69
				Name="VCMIDLTool"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
    70
				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
    71
				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
    72
			<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
    73
				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
    74
			<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
    75
				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
    76
			<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
    77
				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
    78
			<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
    79
				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
    80
				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
    81
				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
    82
			<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
    83
				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
    84
			<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
    85
				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
    86
			<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
    87
				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
    88
			<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
    89
				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
    90
			<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
    91
				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
    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
		<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
    94
			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
    95
			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
    96
			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
    97
			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
    98
			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
    99
			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
   100
			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
   101
			<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
   102
				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
   103
				Optimization="0"
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   104
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
1558
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   105
				BasicRuntimeChecks="3"
3298
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
   106
				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
   107
				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
   108
				PrecompiledHeaderThrough="stdafx.h"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
   109
				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
   110
				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
   111
				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
   112
				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
   113
				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
   114
				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
   115
				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
   116
				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
   117
				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
   118
				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
   119
				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
   120
			<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
   121
				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
   122
			<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
   123
				Name="VCLinkerTool"
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   124
				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
1558
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
				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
   126
				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
   127
				SuppressStartupBanner="TRUE"
3900
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   128
				IgnoreDefaultLibraryNames="LIBC.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
   129
				GenerateDebugInformation="TRUE"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
   130
				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
   131
				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
   132
				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
   133
			<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
   134
				Name="VCMIDLTool"
1891
92a3b0aa0946 (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents: 1574
diff changeset
   135
				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
   136
				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
   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="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
   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="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
   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="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
   143
			<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
   144
				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
   145
				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
   146
				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
   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="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
   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="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
   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="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
   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="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
   155
			<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
   156
				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
   157
		</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
   158
	</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
   159
	<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
   160
	</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
   161
	<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
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
			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
   164
			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
   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
				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
   167
			</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
   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
				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
   170
			</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
   171
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   172
				RelativePath=".\bmp.c">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   173
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   174
			<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
   175
				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
   176
			</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
   177
			<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
   178
				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
   179
			</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
   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
				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
   182
			</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
   183
			<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
   184
				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
   185
			</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
   186
			<File
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   187
				RelativePath=".\currency.c">
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   188
			</File>
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   189
			<File
4261
2ec8f5a9747b (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium
parents: 4220
diff changeset
   190
				RelativePath=".\date.c">
2ec8f5a9747b (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium
parents: 4220
diff changeset
   191
			</File>
2ec8f5a9747b (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium
parents: 4220
diff changeset
   192
			<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
   193
				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
   194
			</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
   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
				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
   197
			</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
   198
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   199
				RelativePath=".\video\dedicated_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   200
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   201
			<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
   202
				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
   203
			</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
   204
			<File
4638
8abe4f10b94b (svn r6513) -Codechange: unified the code to draw depot windows
bjarni
parents: 4513
diff changeset
   205
				RelativePath=".\depot_gui.c">
8abe4f10b94b (svn r6513) -Codechange: unified the code to draw depot windows
bjarni
parents: 4513
diff changeset
   206
			</File>
8abe4f10b94b (svn r6513) -Codechange: unified the code to draw depot windows
bjarni
parents: 4513
diff changeset
   207
			<File
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   208
				RelativePath=".\music\dmusic.cpp">
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   209
				<FileConfiguration
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   210
					Name="Release|Win32">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   211
					<Tool
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   212
						Name="VCCLCompilerTool"
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   213
						CompileAs="2"/>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   214
				</FileConfiguration>
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   215
				<FileConfiguration
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   216
					Name="Debug|Win32">
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   217
					<Tool
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   218
						Name="VCCLCompilerTool"
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   219
						CompileAs="2"/>
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   220
				</FileConfiguration>
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   221
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   222
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   223
				RelativePath=".\driver.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   224
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   225
			<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
   226
				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
   227
			</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
   228
			<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
   229
				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
   230
			</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
   231
			<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
   232
				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
   233
			</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
   234
			<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
   235
				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
   236
			</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
   237
			<File
4220
86ca889037b3 (svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_FiosItems, FiosFreeSavegameList, FiosMakeSavegameName, FiosDelete and FileExists to newly created file fios.c where it belongs.
Darkvater
parents: 4120
diff changeset
   238
				RelativePath=".\fios.c">
86ca889037b3 (svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_FiosItems, FiosFreeSavegameList, FiosMakeSavegameName, FiosDelete and FileExists to newly created file fios.c where it belongs.
Darkvater
parents: 4120
diff changeset
   239
			</File>
86ca889037b3 (svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_FiosItems, FiosFreeSavegameList, FiosMakeSavegameName, FiosDelete and FileExists to newly created file fios.c where it belongs.
Darkvater
parents: 4120
diff changeset
   240
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   241
				RelativePath=".\genworld.c">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   242
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   243
			<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
   244
				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
   245
			</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
   246
			<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
   247
				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
   248
			</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
   249
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   250
				RelativePath=".\heightmap.c">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   251
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   252
			<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
   253
				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
   254
			</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
   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
				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
   257
			</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
   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
				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
   260
			</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
   261
			<File
2076
987cdb4f2d0e (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   262
				RelativePath=".\mersenne.c">
987cdb4f2d0e (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   263
			</File>
987cdb4f2d0e (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   264
			<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
   265
				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
   266
			</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
   267
			<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
   268
				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
   269
			</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
   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
				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
   272
			</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
   273
			<File
4120
90e678fd7d8d (svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents: 3900
diff changeset
   274
				RelativePath=".\music.c">
90e678fd7d8d (svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents: 3900
diff changeset
   275
			</File>
90e678fd7d8d (svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents: 3900
diff changeset
   276
			<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
   277
				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
   278
			</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
   279
			<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
   280
				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
   281
			</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
   282
			<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
   283
				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
   284
			</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
   285
			<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
   286
				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
   287
			</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
   288
			<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
   289
				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
   290
			</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
   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
				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
   293
			</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
   294
			<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
   295
				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
   296
			</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
   297
			<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
   298
				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
   299
			</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
   300
			<File
3866
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   301
				RelativePath=".\newgrf_cargo.c">
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   302
			</File>
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   303
			<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
   304
				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
   305
			</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
   306
			<File
3597
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   307
				RelativePath=".\newgrf_spritegroup.c">
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   308
			</File>
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   309
			<File
2963
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   310
				RelativePath=".\newgrf_station.c">
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   311
			</File>
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   312
			<File
3601
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   313
				RelativePath=".\newgrf_text.c">
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   314
			</File>
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   315
			<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
   316
				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
   317
			</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
   318
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   319
				RelativePath=".\music\null_m.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   320
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   321
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   322
				RelativePath=".\sound\null_s.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   323
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   324
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   325
				RelativePath=".\video\null_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   326
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   327
			<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
   328
				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
   329
			</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
   330
			<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
   331
				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
   332
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   333
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   334
				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
   335
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   336
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   337
				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
   338
			</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
   339
			<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
   340
				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
   341
			</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
   342
			<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
   343
				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
   344
			</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
   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
				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
   347
			</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
   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
				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
   350
			</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
   351
			<File
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   352
				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
   353
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   354
			<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
   355
				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
   356
			</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
   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
				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
   359
			</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
   360
			<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
   361
				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
   362
			</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
   363
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   364
				RelativePath=".\sound\sdl_s.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   365
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   366
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   367
				RelativePath=".\video\sdl_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   368
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   369
			<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
   370
				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
   371
			</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
   372
			<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
   373
				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
   374
			</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
   375
			<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
   376
				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
   377
			</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
   378
			<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
   379
				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
   380
			</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
   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
				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
   383
			</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
   384
			<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
   385
				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
   386
			</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
   387
			<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
   388
				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
   389
			</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
   390
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   391
				RelativePath=".\tgp.c">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   392
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   393
			<File
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   394
				RelativePath=".\thread.c">
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   395
			</File>
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   396
			<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
   397
				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
   398
			</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
   399
			<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
   400
				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
   401
			</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
   402
			<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
   403
				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
   404
			</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
   405
			<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
   406
				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
   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
			<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
   409
				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
   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
			<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
   412
				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
   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
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   415
				RelativePath=".\music\win32_m.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   416
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   417
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   418
				RelativePath=".\sound\win32_s.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   419
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   420
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   421
				RelativePath=".\video\win32_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   422
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   423
			<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
   424
				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
   425
			</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
   426
		</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
   427
		<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
   428
			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
   429
			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
   430
			<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
   431
				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
   432
			</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
   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
				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
   435
			</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
   436
			<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
   437
				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
   438
			</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
   439
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   440
				RelativePath=".\bmp.h">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   441
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   442
			<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
   443
				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
   444
			</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
   445
			<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
   446
				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
   447
			</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
   448
			<File
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   449
				RelativePath=".\currency.h">
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   450
			</File>
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   451
			<File
4261
2ec8f5a9747b (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium
parents: 4220
diff changeset
   452
				RelativePath=".\date.h">
2ec8f5a9747b (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium
parents: 4220
diff changeset
   453
			</File>
2ec8f5a9747b (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium
parents: 4220
diff changeset
   454
			<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
   455
				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
   456
			</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
   457
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   458
				RelativePath=".\video\dedicated_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   459
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   460
			<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
   461
				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
   462
			</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
   463
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   464
				RelativePath=".\music\dmusic.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   465
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   466
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   467
				RelativePath=".\driver.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   468
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   469
			<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
   470
				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
   471
			</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
   472
			<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
   473
				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
   474
			</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
   475
			<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
   476
				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
   477
			</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
   478
			<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
   479
				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
   480
			</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
   481
			<File
4385
911321439fb4 (svn r6138) - Remove stdafx.c since we do not use it.
Darkvater
parents: 4300
diff changeset
   482
				RelativePath=".\genworld.h">
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   483
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   484
			<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
   485
				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
   486
			</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
   487
			<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
   488
				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
   489
			</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
   490
			<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
   491
				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
   492
			</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
   493
			<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
   494
				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
   495
			</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
   496
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   497
				RelativePath=".\heightmap.h">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   498
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   499
			<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
   500
				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
   501
			</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
   502
			<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
   503
				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
   504
			</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
   505
			<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
   506
				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
   507
			</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
   508
			<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
   509
				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
   510
			</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
   511
			<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
   512
				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
   513
			</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
   514
			<File
4120
90e678fd7d8d (svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents: 3900
diff changeset
   515
				RelativePath=".\music.h">
90e678fd7d8d (svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents: 3900
diff changeset
   516
			</File>
90e678fd7d8d (svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents: 3900
diff changeset
   517
			<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
   518
				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
   519
			</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
   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
				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
   522
			</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
   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
				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
   525
			</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
   526
			<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
   527
				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
   528
			</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
   529
			<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
   530
				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
   531
			</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
   532
			<File
4513
fcbfe426fd6c (svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files
glx
parents: 4385
diff changeset
   533
				RelativePath=".\network_gui.h">
fcbfe426fd6c (svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files
glx
parents: 4385
diff changeset
   534
			</File>
fcbfe426fd6c (svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files
glx
parents: 4385
diff changeset
   535
			<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
   536
				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
   537
			</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
   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
				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
   540
			</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
   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
				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
   543
			</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
   544
			<File
2983
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   545
				RelativePath=".\newgrf_callbacks.h">
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   546
			</File>
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   547
			<File
3866
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   548
				RelativePath=".\newgrf_cargo.h">
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   549
			</File>
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   550
			<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
   551
				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
   552
			</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
   553
			<File
3597
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   554
				RelativePath=".\newgrf_spritegroup.h">
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   555
			</File>
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   556
			<File
2963
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   557
				RelativePath=".\newgrf_station.h">
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   558
			</File>
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   559
			<File
3601
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   560
				RelativePath=".\newgrf_text.h">
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   561
			</File>
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   562
			<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
   563
				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
   564
			</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
   565
			<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
   566
				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
   567
			</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
   568
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   569
				RelativePath=".\music\null_m.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   570
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   571
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   572
				RelativePath=".\sound\null_s.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   573
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   574
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   575
				RelativePath=".\video\null_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   576
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   577
			<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
   578
				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
   579
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   580
			<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
   581
				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
   582
			</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
   583
			<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
   584
				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
   585
			</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
   586
			<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
   587
				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
   588
			</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
   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
				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
   591
			</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
   592
			<File
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   593
				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
   594
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   595
			<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
   596
				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
   597
			</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
   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
				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
   600
			</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
   601
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   602
				RelativePath=".\sound\sdl_s.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   603
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   604
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   605
				RelativePath=".\video\sdl_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   606
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   607
			<File
2454
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   608
				RelativePath=".\settings.h">
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   609
			</File>
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   610
			<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
   611
				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
   612
			</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
   613
			<File
3900
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   614
				RelativePath=".\slope.h">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   615
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   616
			<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
   617
				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
   618
			</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
   619
			<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
   620
				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
   621
			</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
   622
			<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
   623
				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
   624
			</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
   625
			<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
   626
				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
   627
			</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
   628
			<File
2098
b17a44f55b6d (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   629
				RelativePath=".\string.h">
b17a44f55b6d (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   630
			</File>
b17a44f55b6d (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   631
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   632
				RelativePath=".\tgp.h">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   633
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   634
			<File
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   635
				RelativePath=".\thread.h">
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   636
			</File>
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   637
			<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
   638
				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
   639
			</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
   640
			<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
   641
				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
   642
			</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
   643
			<File
3077
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   644
				RelativePath=".\train.h">
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   645
			</File>
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   646
			<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
   647
				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
   648
			</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
   649
			<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
   650
				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
   651
			</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
   652
			<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
   653
				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
   654
			</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
   655
			<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
   656
				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
   657
			</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
   658
			<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
   659
				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
   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
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   662
				RelativePath=".\music\win32_m.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   663
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   664
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   665
				RelativePath=".\sound\win32_s.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   666
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   667
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   668
				RelativePath=".\video\win32_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   669
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   670
			<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
   671
				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
   672
			</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
   673
		</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
   674
		<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
   675
			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
   676
			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
   677
			<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
   678
				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
   679
			</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
   680
			<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
   681
				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
   682
			</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
   683
			<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
   684
				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
   685
			</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
   686
			<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
   687
				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
   688
			</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
   689
			<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
   690
				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
   691
			</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
   692
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   693
				RelativePath=".\genworld_gui.c">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   694
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   695
			<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
   696
				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
   697
			</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
   698
			<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
   699
				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
   700
			</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
   701
			<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
   702
				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
   703
			</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
   704
			<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
   705
				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
   706
			</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
   707
			<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
   708
				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
   709
			</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
   710
			<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
   711
				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
   712
			</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
   713
			<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
   714
				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
   715
			</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
   716
			<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
   717
				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
   718
			</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
   719
			<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
   720
				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
   721
			</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
   722
			<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
   723
				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
   724
			</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
   725
			<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
   726
				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
   727
			</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
   728
			<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
   729
				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
   730
			</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
   731
			<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
   732
				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
   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
			<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
   735
				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
   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
			<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
   738
				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
   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
			<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
   741
				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
   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
			<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
   744
				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
   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
			<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
   747
				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
   748
			</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
   749
			<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
   750
				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
   751
			</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
   752
			<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
   753
				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
   754
			</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
   755
			<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
   756
				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
   757
			</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
   758
			<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
   759
				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
   760
			</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
   761
		</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
   762
		<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
   763
			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
   764
			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
   765
			<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
   766
				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
   767
			</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
   768
			<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
   769
				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
   770
			</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
   771
			<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
   772
				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
   773
			</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
   774
			<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
   775
				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
   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
			<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
   778
				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
   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
			<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
   781
				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
   782
			</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
   783
			<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
   784
				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
   785
			</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
   786
			<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
   787
				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
   788
			</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
   789
			<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
   790
				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
   791
			</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
   792
			<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
   793
				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
   794
			</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
   795
			<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
   796
				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
   797
			</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
   798
			<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
   799
				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
   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
			<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
   802
				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
   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
			<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
   805
				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
   806
			</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
   807
			<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
   808
				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
   809
			</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
   810
			<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
   811
				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
   812
			</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
   813
			<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
   814
				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
   815
			</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
   816
			<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
   817
				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
   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
		</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
   820
		<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
   821
			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
   822
			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
   823
			<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
   824
				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
   825
			</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
   826
			<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
   827
				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
   828
			</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
   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
				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
   831
			</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
   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
				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
   834
			</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
   835
			<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
   836
				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
   837
			</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
   838
			<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
   839
				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
   840
			</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
   841
			<File
3366
f182d594964b (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   842
				RelativePath=".\table\elrail_data.h">
f182d594964b (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   843
			</File>
f182d594964b (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   844
			<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
   845
				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
   846
			</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
   847
			<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
   848
				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
   849
			</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
   850
			<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
   851
				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
   852
			</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
   853
			<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
   854
				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
   855
			</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
   856
			<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
   857
				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
   858
			</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
   859
			<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
   860
				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
   861
			</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
   862
			<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
   863
				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
   864
			</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
   865
			<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
   866
				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
   867
			</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
   868
			<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
   869
				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
   870
			</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
   871
			<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
   872
				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
   873
			</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
   874
			<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
   875
				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
   876
			</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
   877
			<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
   878
				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
   879
			</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
   880
			<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
   881
				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
   882
			</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
   883
			<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
   884
				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
   885
			</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
   886
			<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
   887
				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
   888
			</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
   889
			<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
   890
				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
   891
			</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
   892
			<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
   893
				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
   894
			</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
   895
			<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
   896
				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
   897
			</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
   898
			<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
   899
				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
   900
			</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
   901
		</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
   902
		<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
   903
			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
   904
			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
   905
			<File
2397
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   906
				RelativePath=".\ai\ai.c">
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   907
			</File>
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   908
			<File
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   909
				RelativePath=".\ai\ai.h">
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   910
			</File>
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   911
			<File
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   912
				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
   913
			</File>
2482
dffcca243dbc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   914
			<File
dffcca243dbc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   915
				RelativePath=".\ai\default\default.h">
dffcca243dbc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   916
			</File>
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   917
			<Filter
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   918
				Name="trolly"
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   919
				Filter="">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   920
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   921
					RelativePath=".\ai\trolly\build.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   922
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   923
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   924
					RelativePath=".\ai\trolly\pathfinder.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   925
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   926
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   927
					RelativePath=".\ai\trolly\shared.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   928
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   929
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   930
					RelativePath=".\ai\trolly\trolly.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   931
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   932
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   933
					RelativePath=".\ai\trolly\trolly.h">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   934
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
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
		</Filter>
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   937
		<Filter
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   938
			Name="Map Accessors"
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   939
			Filter="">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   940
			<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
   941
				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
   942
			</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
   943
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   944
				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
   945
			</File>
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   946
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   947
				RelativePath=".\clear_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   948
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   949
			<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
   950
				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
   951
			</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
   952
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   953
				RelativePath=".\rail_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   954
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   955
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   956
				RelativePath=".\road_map.c">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   957
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   958
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   959
				RelativePath=".\road_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   960
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   961
			<File
3335
7fed9aa64770 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
   962
				RelativePath=".\station_map.c">
7fed9aa64770 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
   963
			</File>
7fed9aa64770 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
   964
			<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
   965
				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
   966
			</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
   967
			<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
   968
				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
   969
			</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
   970
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   971
				RelativePath=".\tree_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   972
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   973
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   974
				RelativePath=".\tunnel_map.c">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   975
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   976
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   977
				RelativePath=".\tunnel_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   978
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   979
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   980
				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
   981
			</File>
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   982
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   983
				RelativePath=".\void_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   984
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   985
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   986
				RelativePath=".\water_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   987
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   988
		</Filter>
3900
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   989
		<Filter
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   990
			Name="yapf"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   991
			Filter="">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   992
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   993
				RelativePath=".\yapf\array.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   994
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   995
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   996
				RelativePath=".\yapf\autocopyptr.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   997
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   998
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
   999
				RelativePath=".\yapf\binaryheap.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1000
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1001
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1002
				RelativePath=".\yapf\blob.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1003
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1004
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1005
				RelativePath=".\yapf\countedptr.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1006
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1007
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1008
				RelativePath=".\yapf\crc32.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1009
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1010
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1011
				RelativePath=".\yapf\fixedsizearray.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1012
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1013
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1014
				RelativePath=".\yapf\follow_track.cpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1015
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1016
					Name="Release|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1017
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1018
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1019
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1020
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1021
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1022
					Name="Debug|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1023
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1024
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1025
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1026
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1027
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1028
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1029
				RelativePath=".\yapf\follow_track.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1030
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1031
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1032
				RelativePath=".\yapf\hashtable.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1033
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1034
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1035
				RelativePath=".\yapf\nodelist.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1036
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1037
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1038
				RelativePath=".\yapf\track_dir.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1039
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1040
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1041
				RelativePath=".\yapf\yapf.h">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1042
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1043
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1044
				RelativePath=".\yapf\yapf.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1045
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1046
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1047
				RelativePath=".\yapf\yapf_base.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1048
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1049
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1050
				RelativePath=".\yapf\yapf_common.cpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1051
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1052
					Name="Release|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1053
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1054
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1055
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1056
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1057
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1058
					Name="Debug|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1059
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1060
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1061
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1062
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1063
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1064
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1065
				RelativePath=".\yapf\yapf_common.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1066
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1067
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1068
				RelativePath=".\yapf\yapf_costbase.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1069
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1070
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1071
				RelativePath=".\yapf\yapf_costcache.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1072
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1073
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1074
				RelativePath=".\yapf\yapf_costrail.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1075
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1076
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1077
				RelativePath=".\yapf\yapf_destrail.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1078
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1079
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1080
				RelativePath=".\yapf\yapf_node.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1081
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1082
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1083
				RelativePath=".\yapf\yapf_node_rail.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1084
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1085
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1086
				RelativePath=".\yapf\yapf_node_road.hpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1087
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1088
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1089
				RelativePath=".\yapf\yapf_rail.cpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1090
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1091
					Name="Release|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1092
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1093
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1094
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1095
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1096
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1097
					Name="Debug|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1098
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1099
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1100
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1101
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1102
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1103
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1104
				RelativePath=".\yapf\yapf_road.cpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1105
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1106
					Name="Release|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1107
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1108
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1109
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1110
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1111
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1112
					Name="Debug|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1113
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1114
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1115
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1116
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1117
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1118
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1119
				RelativePath=".\yapf\yapf_settings.h">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1120
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1121
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1122
				RelativePath=".\yapf\yapf_ship.cpp">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1123
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1124
					Name="Release|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1125
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1126
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1127
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1128
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1129
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1130
					Name="Debug|Win32">
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1131
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1132
						Name="VCCLCompilerTool"
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1133
						CompileAs="2"/>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1134
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1135
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1136
		</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
  1137
		<File
2454
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
  1138
			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
  1139
		</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
  1140
		<File
2454
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
  1141
			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
  1142
		</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
  1143
		<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
  1144
			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
  1145
		</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
  1146
	</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
  1147
	<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
  1148
	</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
  1149
</VisualStudioProject>