Factor out setting of the depot vehicle list icon string
[openttd/fttd.git] / projects / settingsgen_vs100.vcxproj
blobf4ec573b18bc8cf953cbb615968b09fa1c1b1a06
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.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   </ItemGroup>
9   <PropertyGroup Label="Globals">
10     <ProjectName>settingsgen</ProjectName>
11     <ProjectGuid>{E9548DE9-F089-49B7-93A6-30BE2CC311C7}</ProjectGuid>
12     <RootNamespace>settings</RootNamespace>
13   </PropertyGroup>
14   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
15   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
16     <ConfigurationType>Application</ConfigurationType>
17     <CharacterSet>MultiByte</CharacterSet>
18   </PropertyGroup>
19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
20   <ImportGroup Label="ExtensionSettings">
21   </ImportGroup>
22   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
23     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
24   </ImportGroup>
25   <PropertyGroup Label="UserMacros" />
26   <PropertyGroup>
27     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
28     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\</OutDir>
29     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\</IntDir>
30     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">settings_gen</TargetName>
31   </PropertyGroup>
32   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
33     <PreBuildEvent>
34       <Command>
35       </Command>
36     </PreBuildEvent>
37     <CustomBuildStep>
38       <Inputs>%(Inputs)</Inputs>
39     </CustomBuildStep>
40     <ClCompile>
41       <Optimization>MinSpace</Optimization>
42       <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
43       <PreprocessorDefinitions>SETTINGSGEN;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
44       <AssemblerOutput>All</AssemblerOutput>
45       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
46       <WarningLevel>Level3</WarningLevel>
47       <TreatWarningAsError>true</TreatWarningAsError>
48       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
49       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
50     </ClCompile>
51     <Link>
52       <OutputFile>$(OutDir)settings_gen.exe</OutputFile>
53       <GenerateDebugInformation>true</GenerateDebugInformation>
54       <RandomizedBaseAddress>false</RandomizedBaseAddress>
55       <DataExecutionPrevention>
56       </DataExecutionPrevention>
57       <SubSystem>Console</SubSystem>
58     </Link>
59     <PostBuildEvent>
60       <Command>
61       </Command>
62     </PostBuildEvent>
63   </ItemDefinitionGroup>
64   <ItemGroup>
65     <ClCompile Include="..\src\core\alloc_func.cpp" />
66     <ClCompile Include="..\src\misc\getoptdata.cpp" />
67     <ClCompile Include="..\src\ini_load.cpp" />
68     <ClCompile Include="..\src\settingsgen\settingsgen.cpp" />
69     <ClCompile Include="..\src\string.cpp" />
70   </ItemGroup>
71   <ItemGroup>
72     <ClInclude Include="..\src\misc\getoptdata.h" />
73     <ClInclude Include="..\src\ini_type.h" />
74     <ClInclude Include="..\src\core\smallvec_type.hpp" />
75     <ClInclude Include="..\src\string.h" />
76     <ClInclude Include="..\src\strings_type.h" />
77   </ItemGroup>
78   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
79   <ImportGroup Label="ExtensionTargets">
80   </ImportGroup>
81 </Project>