openttd.vcproj
author KUDr
Sat, 30 Dec 2006 18:25:01 +0000
branchcustombridgeheads
changeset 5609 ec38986d2c8e
parent 5269 3f3eead5ace2
child 5472 16f71955fc3b
child 5642 bfa6074e2833
permissions -rw-r--r--
(svn r7655) [cbh] - Fix: [YAPF] another assert (on opposite cbh when it contained choice). Now it is possible to reach choice when exiting wormhole. So the wormhole cost must be taken into consideration when starting new YAPF node.
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"
5169
56b54b6e54ec (svn r7279) -Codechange: [win32] Add Windows95/98 support by using MSLU. Only workaround is that the
Darkvater
parents: 5138
diff changeset
    20
			CharacterSet="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
    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"
5221
cb4c104452ec (svn r7336) -Codechange: [win32] Add freetype support for Windows project files.
Darkvater
parents: 5216
diff changeset
    31
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;WITH_FREETYPE;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
    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"
5221
cb4c104452ec (svn r7336) -Codechange: [win32] Add freetype support for Windows project files.
Darkvater
parents: 5216
diff changeset
    57
				AdditionalDependencies="unicows.lib winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib libfreetype2.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"
5138
02b04d7fdee5 (svn r7226) -Fix (r7200): [win32] Don't ask my why but I told the linker to ignore the multithreaded
Darkvater
parents: 5108
diff changeset
    61
				IgnoreDefaultLibraryNames=""
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"
5169
56b54b6e54ec (svn r7279) -Codechange: [win32] Add Windows95/98 support by using MSLU. Only workaround is that the
Darkvater
parents: 5138
diff changeset
   100
			CharacterSet="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
   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"
5221
cb4c104452ec (svn r7336) -Codechange: [win32] Add freetype support for Windows project files.
Darkvater
parents: 5216
diff changeset
   104
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;WITH_FREETYPE;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"
5223
c6431e39ad0a (svn r7338) -Fix (r7336): [win32] libfreetype is libfreetype2 in linker options (thanks Rubidium)
Darkvater
parents: 5221
diff changeset
   124
				AdditionalDependencies="unicows.lib winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib libfreetype2.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"
5138
02b04d7fdee5 (svn r7226) -Fix (r7200): [win32] Don't ask my why but I told the linker to ignore the multithreaded
Darkvater
parents: 5108
diff changeset
   128
				IgnoreDefaultLibraryNames="LIBCMT.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
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   205
				RelativePath=".\music\dmusic.cpp">
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   206
				<FileConfiguration
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   207
					Name="Release|Win32">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   208
					<Tool
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   209
						Name="VCCLCompilerTool"
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   210
						CompileAs="2"/>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   211
				</FileConfiguration>
2203
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   212
				<FileConfiguration
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   213
					Name="Debug|Win32">
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   214
					<Tool
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   215
						Name="VCCLCompilerTool"
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   216
						CompileAs="2"/>
783eb7d2757f (svn r2719) - Update MSVC 2003 project (AsterixMG)
orudge
parents: 2194
diff changeset
   217
				</FileConfiguration>
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   218
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   219
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   220
				RelativePath=".\driver.c">
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
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
   223
				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
   224
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   225
			<File
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
   226
				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
   227
			</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
   228
			<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
   229
				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
   230
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
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=".\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
   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
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
   235
				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
   236
			</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
   237
			<File
5108
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   238
				RelativePath=".\fontcache.c">
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   239
			</File>
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
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
5187
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   253
				RelativePath=".\helpers.cpp">
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   254
				<FileConfiguration
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   255
					Name="Release|Win32">
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   256
					<Tool
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   257
						Name="VCCLCompilerTool"
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   258
						CompileAs="2"/>
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   259
				</FileConfiguration>
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   260
				<FileConfiguration
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   261
					Name="Debug|Win32">
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   262
					<Tool
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   263
						Name="VCCLCompilerTool"
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   264
						CompileAs="2"/>
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   265
				</FileConfiguration>
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
diff changeset
   266
			</File>
d1f4e447a7eb (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
KUDr
parents: 5169
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=".\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
   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=".\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   274
				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
   275
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   276
			<File
2076
987cdb4f2d0e (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   277
				RelativePath=".\mersenne.c">
987cdb4f2d0e (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
diff changeset
   278
			</File>
987cdb4f2d0e (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Darkvater
parents: 2016
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=".\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
   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
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
   283
				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
   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=".\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
   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
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
   289
				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
   290
			</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
   291
			<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
   292
				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
   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
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
   295
				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
   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=".\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   301
				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
   302
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   303
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   304
				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
   305
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   306
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   307
				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
   308
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   309
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   310
				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
   311
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   312
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   313
				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
   314
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   315
			<File
3866
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   316
				RelativePath=".\newgrf_cargo.c">
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   317
			</File>
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   318
			<File
5228
c4a780348f66 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
peter1138
parents: 5223
diff changeset
   319
				RelativePath=".\newgrf_config.c">
c4a780348f66 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
peter1138
parents: 5223
diff changeset
   320
			</File>
c4a780348f66 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
peter1138
parents: 5223
diff changeset
   321
			<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
   322
				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
   323
			</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
   324
			<File
4656
acffecd6f484 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
peter1138
parents: 4638
diff changeset
   325
				RelativePath=".\newgrf_sound.c">
acffecd6f484 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
peter1138
parents: 4638
diff changeset
   326
			</File>
acffecd6f484 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
peter1138
parents: 4638
diff changeset
   327
			<File
3597
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   328
				RelativePath=".\newgrf_spritegroup.c">
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   329
			</File>
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   330
			<File
2963
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   331
				RelativePath=".\newgrf_station.c">
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   332
			</File>
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   333
			<File
3601
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   334
				RelativePath=".\newgrf_text.c">
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   335
			</File>
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   336
			<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
   337
				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
   338
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   339
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   340
				RelativePath=".\music\null_m.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   341
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   342
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   343
				RelativePath=".\sound\null_s.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   344
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   345
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   346
				RelativePath=".\video\null_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   347
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   348
			<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
   349
				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
   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
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
   352
				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
   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
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   355
				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
   356
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   357
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   358
				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
   359
			</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
   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=".\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   364
				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
   365
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   366
			<File
5216
d581e4db95b6 (svn r7331) - Codechange: Rename all memory pool macro's and types to "old pool", so the new pool implementation can be committed alongside it.
matthijs
parents: 5207
diff changeset
   367
				RelativePath=".\oldpool.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
   368
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   369
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   370
				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
   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
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   373
				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
   374
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
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=".\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   379
				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
   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
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
   382
				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
   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
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   385
				RelativePath=".\sound\sdl_s.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   386
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   387
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   388
				RelativePath=".\video\sdl_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   389
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   390
			<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
   391
				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
   392
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   393
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   394
				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
   395
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   396
			<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
   397
				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
   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=".\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   403
				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
   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
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
   406
				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
   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=".\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
   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
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   412
				RelativePath=".\tgp.c">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   413
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   414
			<File
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   415
				RelativePath=".\thread.c">
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   416
			</File>
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   417
			<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
   418
				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
   419
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   420
			<File
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
   421
				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
   422
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
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=".\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
   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
			<File
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
				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
   428
			</File>
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
			<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
   430
				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
   431
			</File>
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
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
   433
				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
   434
			</File>
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
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   436
				RelativePath=".\music\win32_m.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   437
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   438
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   439
				RelativePath=".\sound\win32_s.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   440
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   441
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   442
				RelativePath=".\video\win32_v.c">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   443
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   444
			<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
   445
				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
   446
			</File>
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
		</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
   448
		<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
   449
			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
   450
			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
   451
			<File
4732
da9d305d1c94 (svn r6644) -Fix(r6637): remove inline to allow MSVC compilation
belugas
parents: 4707
diff changeset
   452
				RelativePath=".\aircraft.h">
da9d305d1c94 (svn r6644) -Fix(r6637): remove inline to allow MSVC compilation
belugas
parents: 4707
diff changeset
   453
			</File>
da9d305d1c94 (svn r6644) -Fix(r6637): remove inline to allow MSVC compilation
belugas
parents: 4707
diff changeset
   454
			<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
   455
				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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   458
				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
   459
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   460
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   461
				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
   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
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   464
				RelativePath=".\bmp.h">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   465
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   466
			<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
   467
				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
   468
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   469
			<File
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=".\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
   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
2318
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   473
				RelativePath=".\currency.h">
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   474
			</File>
c54eda6b4eff (svn r2844) Update the MSVC project files, thanks AsterixMG
tron
parents: 2286
diff changeset
   475
			<File
4261
2ec8f5a9747b (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium
parents: 4220
diff changeset
   476
				RelativePath=".\date.h">
2ec8f5a9747b (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium
parents: 4220
diff changeset
   477
			</File>
2ec8f5a9747b (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium
parents: 4220
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=".\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
   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
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   482
				RelativePath=".\video\dedicated_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   483
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
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=".\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
   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
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   488
				RelativePath=".\music\dmusic.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   489
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   490
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   491
				RelativePath=".\driver.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   492
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   493
			<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
   494
				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
   495
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   496
			<File
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
   497
				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
   498
			</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
   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=".\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
   501
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   502
			<File
5108
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   503
				RelativePath=".\fontcache.h">
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   504
			</File>
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   505
			<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
   506
				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
   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
4385
911321439fb4 (svn r6138) - Remove stdafx.c since we do not use it.
Darkvater
parents: 4300
diff changeset
   509
				RelativePath=".\genworld.h">
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   510
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   511
			<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
   512
				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
   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
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
   515
				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
   516
			</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
   517
			<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
   518
				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
   519
			</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
   520
			<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
   521
				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
   522
			</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
   523
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   524
				RelativePath=".\heightmap.h">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   525
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   526
			<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
   527
				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
   528
			</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
   529
			<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
   530
				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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   533
				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
   534
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   535
			<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
   536
				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
   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=".\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
   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
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
   542
				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
   543
			</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
   544
			<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
   545
				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
   546
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   547
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   548
				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
   549
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   550
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   551
				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
   552
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   553
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   554
				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
   555
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   556
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   557
				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
   558
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   559
			<File
4513
fcbfe426fd6c (svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files
glx
parents: 4385
diff changeset
   560
				RelativePath=".\network_gui.h">
fcbfe426fd6c (svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files
glx
parents: 4385
diff changeset
   561
			</File>
fcbfe426fd6c (svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files
glx
parents: 4385
diff changeset
   562
			<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
   563
				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
   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=".\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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   569
				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
   570
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   571
			<File
2983
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   572
				RelativePath=".\newgrf_callbacks.h">
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   573
			</File>
1b4052231598 (svn r3558) Add newgrf_callbacks.h to VS project files
peter1138
parents: 2964
diff changeset
   574
			<File
3866
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   575
				RelativePath=".\newgrf_cargo.h">
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   576
			</File>
113de2b20059 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
belugas
parents: 3755
diff changeset
   577
			<File
5228
c4a780348f66 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
peter1138
parents: 5223
diff changeset
   578
				RelativePath=".\newgrf_config.h">
c4a780348f66 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
peter1138
parents: 5223
diff changeset
   579
			</File>
c4a780348f66 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
peter1138
parents: 5223
diff changeset
   580
			<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
   581
				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
   582
			</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
   583
			<File
4656
acffecd6f484 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
peter1138
parents: 4638
diff changeset
   584
				RelativePath=".\newgrf_sound.h">
acffecd6f484 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
peter1138
parents: 4638
diff changeset
   585
			</File>
acffecd6f484 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
peter1138
parents: 4638
diff changeset
   586
			<File
3597
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   587
				RelativePath=".\newgrf_spritegroup.h">
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   588
			</File>
85d852397f1d (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
peter1138
parents: 3397
diff changeset
   589
			<File
2963
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   590
				RelativePath=".\newgrf_station.h">
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   591
			</File>
6645da0a5b4a (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
peter1138
parents: 2962
diff changeset
   592
			<File
3601
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   593
				RelativePath=".\newgrf_text.h">
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
diff changeset
   594
			</File>
ac6df06db648 (svn r4493) Newgrf : Action 04. Beginning of implementation.
belugas
parents: 3597
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=".\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
   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=".\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
   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=".\music\null_m.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=".\sound\null_s.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
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   608
				RelativePath=".\video\null_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   609
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   610
			<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
   611
				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
   612
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   613
			<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
   614
				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
   615
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
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=".\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
   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
5216
d581e4db95b6 (svn r7331) - Codechange: Rename all memory pool macro's and types to "old pool", so the new pool implementation can be committed alongside it.
matthijs
parents: 5207
diff changeset
   620
				RelativePath=".\oldpool.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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   623
				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
   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
1948
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   626
				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
   627
			</File>
e5f34b543a3c (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
matthijs
parents: 1891
diff changeset
   628
			<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
   629
				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
   630
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   631
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   632
				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
   633
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   634
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   635
				RelativePath=".\sound\sdl_s.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   636
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   637
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   638
				RelativePath=".\video\sdl_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   639
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   640
			<File
2454
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   641
				RelativePath=".\settings.h">
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   642
			</File>
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
   643
			<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
   644
				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
   645
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   646
			<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
   647
				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
   648
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
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=".\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
   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=".\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
   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=".\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
   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=".\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
   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
2098
b17a44f55b6d (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   662
				RelativePath=".\string.h">
b17a44f55b6d (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   663
			</File>
b17a44f55b6d (svn r2608) - Fix: add strings.h to vs.net2003 project file
Darkvater
parents: 2096
diff changeset
   664
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   665
				RelativePath=".\tgp.h">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   666
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   667
			<File
2286
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   668
				RelativePath=".\thread.h">
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   669
			</File>
acb76b379e72 (svn r2810) Threads may now return information when they terminate using a void*.
tron
parents: 2203
diff changeset
   670
			<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
   671
				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
   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
			<File
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
				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
   675
			</File>
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
			<File
3077
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   677
				RelativePath=".\train.h">
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   678
			</File>
65bee046f79b (svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138
parents: 2983
diff changeset
   679
			<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
   680
				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
   681
			</File>
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
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
   683
				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
   684
			</File>
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
				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
   687
			</File>
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
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
   689
				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
   690
			</File>
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
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
   692
				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
   693
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   694
			<File
5169
56b54b6e54ec (svn r7279) -Codechange: [win32] Add Windows95/98 support by using MSLU. Only workaround is that the
Darkvater
parents: 5138
diff changeset
   695
				RelativePath=".\win32.h">
56b54b6e54ec (svn r7279) -Codechange: [win32] Add Windows95/98 support by using MSLU. Only workaround is that the
Darkvater
parents: 5138
diff changeset
   696
			</File>
56b54b6e54ec (svn r7279) -Codechange: [win32] Add Windows95/98 support by using MSLU. Only workaround is that the
Darkvater
parents: 5138
diff changeset
   697
			<File
2194
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   698
				RelativePath=".\music\win32_m.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   699
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   700
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   701
				RelativePath=".\sound\win32_s.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   702
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   703
			<File
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   704
				RelativePath=".\video\win32_v.h">
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   705
			</File>
962fcbc0ecc4 (svn r2709) - Update VC 2003 project file (AsterixMG)
orudge
parents: 2130
diff changeset
   706
			<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
   707
				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
   708
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   709
		</Filter>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   710
		<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
   711
			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
   712
			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
   713
			<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
   714
				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
   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=".\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
   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=".\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
   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
4802
26a53abac244 (svn r6724) -Fix r6723: respect alphabetical order
glx
parents: 4801
diff changeset
   723
				RelativePath=".\build_vehicle_gui.c">
4674
206973351c4a (svn r6576) -CodeChange : Move depot_gui.c on "Gui Source codes" section of MSVC project files
belugas
parents: 4656
diff changeset
   724
			</File>
206973351c4a (svn r6576) -CodeChange : Move depot_gui.c on "Gui Source codes" section of MSVC project files
belugas
parents: 4656
diff changeset
   725
			<File
4802
26a53abac244 (svn r6724) -Fix r6723: respect alphabetical order
glx
parents: 4801
diff changeset
   726
				RelativePath=".\depot_gui.c">
4801
538ab8d4dbbb (svn r6723) -Fix r6722: forgot openttd.vcproj
glx
parents: 4732
diff changeset
   727
			</File>
538ab8d4dbbb (svn r6723) -Fix r6722: forgot openttd.vcproj
glx
parents: 4732
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=".\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
   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=".\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
   733
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   734
			<File
4300
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   735
				RelativePath=".\genworld_gui.c">
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   736
			</File>
687a17c9c557 (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents: 4261
diff changeset
   737
			<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
   738
				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
   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=".\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
   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=".\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
   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=".\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
   748
			</File>
84a3f4f43f7a (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   749
			<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
   750
				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
   751
			</File>
84a3f4f43f7a (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   752
			<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
   753
				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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   756
				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
   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
5238
f047379f482f (svn r7358) -Codechange: add newgrf_gui.c to MS project files
peter1138
parents: 5228
diff changeset
   759
				RelativePath=".\newgrf_gui.c">
f047379f482f (svn r7358) -Codechange: add newgrf_gui.c to MS project files
peter1138
parents: 5228
diff changeset
   760
			</File>
f047379f482f (svn r7358) -Codechange: add newgrf_gui.c to MS project files
peter1138
parents: 5228
diff changeset
   761
			<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
   762
				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
   763
			</File>
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
			<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
   765
				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
   766
			</File>
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
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
   768
				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
   769
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   770
			<File
2417
84a3f4f43f7a (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   771
				RelativePath=".\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
   772
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   773
			<File
2417
84a3f4f43f7a (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   774
				RelativePath=".\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
   775
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   776
			<File
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
   777
				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
   778
			</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
   779
			<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
   780
				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
   781
			</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
   782
			<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
   783
				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
   784
			</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
   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
				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
   787
			</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
   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
				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
   790
			</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
   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
				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
   793
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   794
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   795
				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
   796
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   797
			<File
2417
84a3f4f43f7a (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   798
				RelativePath=".\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
   799
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   800
			<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
   801
				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
   802
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   803
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   804
				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
   805
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   806
		</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
   807
		<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
   808
			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
   809
			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
   810
			<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
   811
				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
   812
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   813
			<File
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
   814
				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
   815
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   816
			<File
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
   817
				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
   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
			<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
   820
				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
   821
			</File>
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
			<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
   823
				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
   824
			</File>
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
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
   826
				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
   827
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   828
			<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
   829
				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
   830
			</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
   831
			<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
   832
				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
   833
			</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
   834
			<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
   835
				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
   836
			</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
   837
			<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
   838
				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
   839
			</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
   840
			<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
   841
				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
   842
			</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
   843
			<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
   844
				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
   845
			</File>
84a3f4f43f7a (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Darkvater
parents: 2397
diff changeset
   846
			<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
   847
				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
   848
			</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
   849
			<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
   850
				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
   851
			</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
   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
				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
   854
			</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
   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
				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
   857
			</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
   858
			<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
   859
				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
   860
			</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
   861
			<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
   862
				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
   863
			</File>
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
		</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
   865
		<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
   866
			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
   867
			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
   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\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
   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
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
   872
				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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   875
				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
   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
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   878
				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
   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
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
   881
				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
   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\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
   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
5108
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   887
				RelativePath=".\table\control_codes.h">
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   888
			</File>
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   889
			<File
3366
f182d594964b (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   890
				RelativePath=".\table\elrail_data.h">
f182d594964b (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
diff changeset
   891
			</File>
f182d594964b (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
belugas
parents: 3355
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\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
   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
4935
aa0721b7ae79 (svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks
Darkvater
parents: 4802
diff changeset
   896
				RelativePath=".\table\files.h">
aa0721b7ae79 (svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks
Darkvater
parents: 4802
diff changeset
   897
			</File>
aa0721b7ae79 (svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks
Darkvater
parents: 4802
diff changeset
   898
			<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
   899
				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
   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
			<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
   902
				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
   903
			</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
   904
			<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
   905
				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
   906
			</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
   907
			<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
   908
				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
   909
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   910
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   911
				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
   912
			</File>
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
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
   914
				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
   915
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   916
			<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
   917
				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
   918
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   919
			<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
   920
				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
   921
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   922
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   923
				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
   924
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   925
			<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
   926
				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
   927
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   928
			<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
   929
				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
   930
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   931
			<File
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   932
				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
   933
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   934
			<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
   935
				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
   936
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   937
			<File
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
   938
				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
   939
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   940
			<File
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
   941
				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
   942
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   943
			<File
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
   944
				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
   945
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   946
			<File
5108
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   947
				RelativePath=".\table\unicode.h">
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   948
			</File>
dc67d70b5a45 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
peter1138
parents: 4935
diff changeset
   949
			<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
   950
				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
   951
			</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
   952
			<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
   953
				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
   954
			</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
   955
		</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
   956
		<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
   957
			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
   958
			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
   959
			<File
2397
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   960
				RelativePath=".\ai\ai.c">
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   961
			</File>
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   962
			<File
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   963
				RelativePath=".\ai\ai.h">
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   964
			</File>
0e52a0dd4dba (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater
parents: 2383
diff changeset
   965
			<File
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   966
				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
   967
			</File>
2482
dffcca243dbc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   968
			<File
dffcca243dbc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   969
				RelativePath=".\ai\default\default.h">
dffcca243dbc (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Darkvater
parents: 2454
diff changeset
   970
			</File>
2383
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   971
			<Filter
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   972
				Name="trolly"
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   973
				Filter="">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   974
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   975
					RelativePath=".\ai\trolly\build.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   976
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   977
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   978
					RelativePath=".\ai\trolly\pathfinder.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   979
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   980
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   981
					RelativePath=".\ai\trolly\shared.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   982
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   983
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   984
					RelativePath=".\ai\trolly\trolly.c">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   985
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   986
				<File
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   987
					RelativePath=".\ai\trolly\trolly.h">
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   988
				</File>
80ff60d10aed (svn r2909) Game would hang where the autosave_on_exit was activated.
Darkvater
parents: 2340
diff changeset
   989
			</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
   990
		</Filter>
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   991
		<Filter
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   992
			Name="Map Accessors"
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   993
			Filter="">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
   994
			<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
   995
				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
   996
			</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
   997
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
   998
				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
   999
			</File>
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
  1000
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1001
				RelativePath=".\clear_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1002
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1003
			<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
  1004
				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
  1005
			</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
  1006
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1007
				RelativePath=".\rail_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1008
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1009
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1010
				RelativePath=".\road_map.c">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1011
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1012
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1013
				RelativePath=".\road_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1014
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1015
			<File
3335
7fed9aa64770 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
  1016
				RelativePath=".\station_map.c">
7fed9aa64770 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
  1017
			</File>
7fed9aa64770 (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater
parents: 3323
diff changeset
  1018
			<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
  1019
				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
  1020
			</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
  1021
			<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
  1022
				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
  1023
			</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
  1024
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1025
				RelativePath=".\tree_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1026
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1027
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1028
				RelativePath=".\tunnel_map.c">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1029
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1030
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1031
				RelativePath=".\tunnel_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1032
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1033
			<File
3397
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
  1034
				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
  1035
			</File>
3ed34fead106 (svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
peter1138
parents: 3366
diff changeset
  1036
			<File
3174
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1037
				RelativePath=".\void_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1038
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1039
			<File
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1040
				RelativePath=".\water_map.h">
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1041
			</File>
795c4b7446b9 (svn r3809) - Add map accessor files to MS VS 2003 project file
peter1138
parents: 3077
diff changeset
  1042
		</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
  1043
		<Filter
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1044
			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
  1045
			Filter="">
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\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
  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\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
  1051
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1052
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1053
				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
  1054
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1055
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1056
				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
  1057
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1058
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1059
				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
  1060
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1061
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1062
				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
  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\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
  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\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
  1069
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1070
					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
  1071
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1072
						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
  1073
						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
  1074
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1075
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1076
					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
  1077
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1078
						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
  1079
						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
  1080
				</FileConfiguration>
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\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
  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\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
  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\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
  1090
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1091
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1092
				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
  1093
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1094
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1095
				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
  1096
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1097
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1098
				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
  1099
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1100
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1101
				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
  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_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
  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_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
  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_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
  1123
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1124
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1125
				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
  1126
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1127
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1128
				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
  1129
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1130
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1131
				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
  1132
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1133
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1134
				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
  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
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1137
				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
  1138
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1139
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1140
				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
  1141
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1142
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1143
				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
  1144
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1145
					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
  1146
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1147
						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
  1148
						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
  1149
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1150
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1151
					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
  1152
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1153
						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
  1154
						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
  1155
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1156
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1157
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1158
				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
  1159
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1160
					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
  1161
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1162
						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
  1163
						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
  1164
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1165
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1166
					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
  1167
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1168
						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
  1169
						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
  1170
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1171
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1172
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1173
				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
  1174
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1175
			<File
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1176
				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
  1177
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1178
					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
  1179
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1180
						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
  1181
						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
  1182
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1183
				<FileConfiguration
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1184
					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
  1185
					<Tool
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1186
						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
  1187
						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
  1188
				</FileConfiguration>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1189
			</File>
4984308f9125 (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
KUDr
parents: 3866
diff changeset
  1190
		</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
  1191
		<File
2454
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
  1192
			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
  1193
		</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
  1194
		<File
2454
3ef0a00b03da (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Darkvater
parents: 2417
diff changeset
  1195
			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
  1196
		</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
  1197
		<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
  1198
			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
  1199
		</File>
f3ab57b8b087 (svn r2062) - Set native eol-style on some OS specific files to allow cross-OS diff patching #2
darkvater
parents: 1549
diff changeset
  1200
	</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
  1201
	<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
  1202
	</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
  1203
</VisualStudioProject>