Introduce DrawRailDepotCatenary for rail depot catenary
[openttd/fttd.git] / projects / openttd_vs140.vcxproj.in
blob76b16b51098e5f2f25a78d4385ded94949ff0748
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectName>openttd</ProjectName>
23 <ProjectGuid>{668328A0-B40E-4CDB-BD72-D0064424414A}</ProjectGuid>
24 <RootNamespace>openttd</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseOfMfc>false</UseOfMfc>
30 <CharacterSet>Unicode</CharacterSet>
31 <PlatformToolset>v140</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseOfMfc>false</UseOfMfc>
36 <CharacterSet>Unicode</CharacterSet>
37 <WholeProgramOptimization>true</WholeProgramOptimization>
38 <PlatformToolset>v140</PlatformToolset>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <UseOfMfc>false</UseOfMfc>
43 <CharacterSet>Unicode</CharacterSet>
44 <PlatformToolset>v140</PlatformToolset>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47 <ConfigurationType>Application</ConfigurationType>
48 <UseOfMfc>false</UseOfMfc>
49 <CharacterSet>Unicode</CharacterSet>
50 <WholeProgramOptimization>true</WholeProgramOptimization>
51 <PlatformToolset>v140</PlatformToolset>
52 </PropertyGroup>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 </ImportGroup>
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 </ImportGroup>
63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 </ImportGroup>
66 <PropertyGroup Label="UserMacros" />
67 <PropertyGroup>
68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</IntDir>
70 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</IntDir>
73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</IntDir>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</IntDir>
78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
79 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
80 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
81 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
82 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
83 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
84 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
85 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
86 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
87 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
88 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
89 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
90 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
91 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
92 <LocalDebuggerWorkingDirectory>$(ProjectDir)..\bin</LocalDebuggerWorkingDirectory>
93 </PropertyGroup>
94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
95 <Midl>
96 <TypeLibraryName>.\Release/openttd.tlb</TypeLibraryName>
97 <HeaderFileName>
98 </HeaderFileName>
99 </Midl>
100 <ClCompile>
101 <AdditionalOptions>/J /Zc:throwingNew %(AdditionalOptions)</AdditionalOptions>
102 <Optimization>Full</Optimization>
103 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
104 <IntrinsicFunctions>true</IntrinsicFunctions>
105 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
106 <OmitFramePointers>true</OmitFramePointers>
107 <AdditionalIncludeDirectories>..\objs\langs;..\objs\settings;..\src\3rdparty\squirrel\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
108 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_SSE;WITH_ZLIB;WITH_LZO;WITH_LZMA;LZMA_API_STATIC;WITH_PNG;WITH_FREETYPE;WITH_ICU_SORT;WITH_ICU_LAYOUT;U_STATIC_IMPLEMENTATION;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR="OpenTTD";WITH_ASSERT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109 <StringPooling>true</StringPooling>
110 <ExceptionHandling>Sync</ExceptionHandling>
111 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
112 <StructMemberAlignment>4Bytes</StructMemberAlignment>
113 <BufferSecurityCheck>false</BufferSecurityCheck>
114 <FunctionLevelLinking>true</FunctionLevelLinking>
115 <PrecompiledHeader>
116 </PrecompiledHeader>
117 <PrecompiledHeaderFile>
118 </PrecompiledHeaderFile>
119 <PrecompiledHeaderOutputFile>
120 </PrecompiledHeaderOutputFile>
121 <AssemblerOutput>All</AssemblerOutput>
122 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
123 <ObjectFileName>$(IntDir)</ObjectFileName>
124 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
125 <WarningLevel>Level3</WarningLevel>
126 <TreatWarningAsError>false</TreatWarningAsError>
127 <SuppressStartupBanner>true</SuppressStartupBanner>
128 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
129 <CallingConvention>FastCall</CallingConvention>
130 <CompileAs>Default</CompileAs>
131 <MultiProcessorCompilation>true</MultiProcessorCompilation>
132 <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
133 </ClCompile>
134 <ResourceCompile>
135 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136 <Culture>0x0809</Culture>
137 </ResourceCompile>
138 <Link>
139 <AdditionalDependencies>winmm.lib;ws2_32.lib;imm32.lib;libpng.lib;zlibstat.lib;lzo2.lib;liblzma.lib;libfreetype2.lib;icuuc.lib;icuin.lib;icudt.lib;icule.lib;iculx.lib;%(AdditionalDependencies)</AdditionalDependencies>
140 <SuppressStartupBanner>true</SuppressStartupBanner>
141 <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
142 <GenerateDebugInformation>true</GenerateDebugInformation>
143 <SubSystem>Windows</SubSystem>
144 <StackReserveSize>1048576</StackReserveSize>
145 <StackCommitSize>1048576</StackCommitSize>
146 <OptimizeReferences>true</OptimizeReferences>
147 <RandomizedBaseAddress>false</RandomizedBaseAddress>
148 <DataExecutionPrevention>
149 </DataExecutionPrevention>
150 <TargetMachine>MachineX86</TargetMachine>
151 <EnableCOMDATFolding>true</EnableCOMDATFolding>
152 <MinimumRequiredVersion>5.01</MinimumRequiredVersion>
153 </Link>
154 </ItemDefinitionGroup>
155 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
156 <Midl>
157 <TypeLibraryName>.\Debug/openttd.tlb</TypeLibraryName>
158 <HeaderFileName>
159 </HeaderFileName>
160 </Midl>
161 <ClCompile>
162 <AdditionalOptions>/J /Zc:throwingNew %(AdditionalOptions)</AdditionalOptions>
163 <Optimization>Disabled</Optimization>
164 <FunctionLevelLinking>true</FunctionLevelLinking>
165 <AdditionalIncludeDirectories>..\objs\langs;..\objs\settings;..\src\3rdparty\squirrel\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
166 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_SSE;WITH_ZLIB;WITH_LZO;WITH_LZMA;LZMA_API_STATIC;WITH_PNG;WITH_FREETYPE;WITH_ICU_SORT;WITH_ICU_LAYOUT;U_STATIC_IMPLEMENTATION;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR="OpenTTD";%(PreprocessorDefinitions)</PreprocessorDefinitions>
167 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
168 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
169 <PrecompiledHeader>
170 </PrecompiledHeader>
171 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
172 <ObjectFileName>$(IntDir)</ObjectFileName>
173 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
174 <WarningLevel>Level3</WarningLevel>
175 <TreatWarningAsError>false</TreatWarningAsError>
176 <SuppressStartupBanner>true</SuppressStartupBanner>
177 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
178 <CallingConvention>FastCall</CallingConvention>
179 <CompileAs>Default</CompileAs>
180 <MultiProcessorCompilation>true</MultiProcessorCompilation>
181 <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
182 </ClCompile>
183 <ResourceCompile>
184 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185 <Culture>0x0809</Culture>
186 </ResourceCompile>
187 <Link>
188 <AdditionalDependencies>winmm.lib;ws2_32.lib;imm32.lib;libpng.lib;zlibstat.lib;lzo2.lib;liblzma.lib;libfreetype2.lib;icuuc.lib;icuin.lib;icudt.lib;icule.lib;iculx.lib;%(AdditionalDependencies)</AdditionalDependencies>
189 <SuppressStartupBanner>true</SuppressStartupBanner>
190 <IgnoreSpecificDefaultLibraries>LIBCMT.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
191 <GenerateDebugInformation>true</GenerateDebugInformation>
192 <SubSystem>Windows</SubSystem>
193 <StackReserveSize>1048576</StackReserveSize>
194 <StackCommitSize>1048576</StackCommitSize>
195 <RandomizedBaseAddress>false</RandomizedBaseAddress>
196 <DataExecutionPrevention>
197 </DataExecutionPrevention>
198 <TargetMachine>MachineX86</TargetMachine>
199 <MinimumRequiredVersion>5.01</MinimumRequiredVersion>
200 </Link>
201 </ItemDefinitionGroup>
202 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
203 <Midl>
204 <TargetEnvironment>X64</TargetEnvironment>
205 <TypeLibraryName>.\Release/openttd.tlb</TypeLibraryName>
206 <HeaderFileName>
207 </HeaderFileName>
208 </Midl>
209 <ClCompile>
210 <AdditionalOptions>/J /Zc:throwingNew %(AdditionalOptions)</AdditionalOptions>
211 <Optimization>Full</Optimization>
212 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
213 <IntrinsicFunctions>true</IntrinsicFunctions>
214 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
215 <OmitFramePointers>true</OmitFramePointers>
216 <AdditionalIncludeDirectories>..\objs\langs;..\objs\settings;..\src\3rdparty\squirrel\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
217 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;WITH_SSE;WITH_ZLIB;WITH_LZO;WITH_LZMA;LZMA_API_STATIC;WITH_PNG;WITH_FREETYPE;WITH_ICU_SORT;WITH_ICU_LAYOUT;U_STATIC_IMPLEMENTATION;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR="OpenTTD";_SQ64;WITH_ASSERT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
218 <StringPooling>true</StringPooling>
219 <ExceptionHandling>Sync</ExceptionHandling>
220 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
221 <StructMemberAlignment>Default</StructMemberAlignment>
222 <BufferSecurityCheck>false</BufferSecurityCheck>
223 <FunctionLevelLinking>true</FunctionLevelLinking>
224 <PrecompiledHeader>
225 </PrecompiledHeader>
226 <PrecompiledHeaderFile>
227 </PrecompiledHeaderFile>
228 <PrecompiledHeaderOutputFile>
229 </PrecompiledHeaderOutputFile>
230 <AssemblerOutput>All</AssemblerOutput>
231 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
232 <ObjectFileName>$(IntDir)</ObjectFileName>
233 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
234 <WarningLevel>Level3</WarningLevel>
235 <TreatWarningAsError>false</TreatWarningAsError>
236 <SuppressStartupBanner>true</SuppressStartupBanner>
237 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
238 <CallingConvention>FastCall</CallingConvention>
239 <CompileAs>Default</CompileAs>
240 <MultiProcessorCompilation>true</MultiProcessorCompilation>
241 <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
242 </ClCompile>
243 <ResourceCompile>
244 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
245 <Culture>0x0809</Culture>
246 </ResourceCompile>
247 <Link>
248 <AdditionalDependencies>winmm.lib;ws2_32.lib;imm32.lib;libpng.lib;zlibstat.lib;lzo2.lib;liblzma.lib;libfreetype2.lib;icuuc.lib;icuin.lib;icudt.lib;icule.lib;iculx.lib;%(AdditionalDependencies)</AdditionalDependencies>
249 <SuppressStartupBanner>true</SuppressStartupBanner>
250 <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
251 <GenerateDebugInformation>true</GenerateDebugInformation>
252 <SubSystem>Windows</SubSystem>
253 <StackReserveSize>1048576</StackReserveSize>
254 <StackCommitSize>1048576</StackCommitSize>
255 <OptimizeReferences>true</OptimizeReferences>
256 <TargetMachine>MachineX64</TargetMachine>
257 <EnableCOMDATFolding>true</EnableCOMDATFolding>
258 <MinimumRequiredVersion>5.02</MinimumRequiredVersion>
259 </Link>
260 </ItemDefinitionGroup>
261 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
262 <Midl>
263 <TargetEnvironment>X64</TargetEnvironment>
264 <TypeLibraryName>.\Debug/openttd.tlb</TypeLibraryName>
265 <HeaderFileName>
266 </HeaderFileName>
267 </Midl>
268 <ClCompile>
269 <AdditionalOptions>/J /Zc:throwingNew %(AdditionalOptions)</AdditionalOptions>
270 <Optimization>Disabled</Optimization>
271 <FunctionLevelLinking>true</FunctionLevelLinking>
272 <AdditionalIncludeDirectories>..\objs\langs;..\objs\settings;..\src\3rdparty\squirrel\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
273 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;WITH_SSE;WITH_ZLIB;WITH_LZO;WITH_LZMA;LZMA_API_STATIC;WITH_PNG;WITH_FREETYPE;WITH_ICU_SORT;WITH_ICU_LAYOUT;U_STATIC_IMPLEMENTATION;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR="OpenTTD";_SQ64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
274 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
275 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
276 <PrecompiledHeader>
277 </PrecompiledHeader>
278 <PrecompiledHeaderFile>
279 </PrecompiledHeaderFile>
280 <PrecompiledHeaderOutputFile>
281 </PrecompiledHeaderOutputFile>
282 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
283 <ObjectFileName>$(IntDir)</ObjectFileName>
284 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
285 <WarningLevel>Level3</WarningLevel>
286 <TreatWarningAsError>false</TreatWarningAsError>
287 <SuppressStartupBanner>true</SuppressStartupBanner>
288 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
289 <CallingConvention>Cdecl</CallingConvention>
290 <CompileAs>Default</CompileAs>
291 <MultiProcessorCompilation>true</MultiProcessorCompilation>
292 <EnforceTypeConversionRules>true</EnforceTypeConversionRules>
293 </ClCompile>
294 <ResourceCompile>
295 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
296 <Culture>0x0809</Culture>
297 </ResourceCompile>
298 <Link>
299 <AdditionalDependencies>winmm.lib;ws2_32.lib;imm32.lib;libpng.lib;zlibstat.lib;lzo2.lib;liblzma.lib;libfreetype2.lib;icuuc.lib;icuin.lib;icudt.lib;icule.lib;iculx.lib;%(AdditionalDependencies)</AdditionalDependencies>
300 <SuppressStartupBanner>true</SuppressStartupBanner>
301 <IgnoreSpecificDefaultLibraries>LIBCMT.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
302 <GenerateDebugInformation>true</GenerateDebugInformation>
303 <SubSystem>Windows</SubSystem>
304 <StackReserveSize>1048576</StackReserveSize>
305 <StackCommitSize>1048576</StackCommitSize>
306 <TargetMachine>MachineX64</TargetMachine>
307 <MinimumRequiredVersion>5.02</MinimumRequiredVersion>
308 </Link>
309 </ItemDefinitionGroup>
310 <ItemGroup>
311 !!FILES!!
312 </ItemGroup>
313 <ItemGroup>
314 <None Include="..\media\openttd.ico" />
315 <None Include="..\readme.txt" />
316 </ItemGroup>
317 <ItemGroup>
318 <ProjectReference Include="langs_vs100.vcxproj">
319 <Project>{0f066b23-18df-4284-8265-f4a5e7e3b966}</Project>
320 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
321 </ProjectReference>
322 <ProjectReference Include="strgen_vs100.vcxproj">
323 <Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
324 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
325 </ProjectReference>
326 <ProjectReference Include="version_vs100.vcxproj">
327 <Project>{1a2b3c5e-1c23-41a5-9c9b-acba2aa75fec}</Project>
328 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
329 </ProjectReference>
330 </ItemGroup>
331 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
332 </Project>