Factor out setting of the depot vehicle list icon string
[openttd/fttd.git] / projects / langs_vs140.vcxproj.in
blob3271fecffa42270795c28f11bdab3bd77c4107af
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 </ItemGroup>
9 <PropertyGroup Label="Globals">
10 <ProjectName>langs</ProjectName>
11 <ProjectGuid>{0F066B23-18DF-4284-8265-F4A5E7E3B966}</ProjectGuid>
12 <RootNamespace>langs</RootNamespace>
13 <Keyword>MakeFileProj</Keyword>
14 </PropertyGroup>
15 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
16 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
17 <ConfigurationType>Utility</ConfigurationType>
18 <UseOfMfc>false</UseOfMfc>
19 <PlatformToolset>v140</PlatformToolset>
20 </PropertyGroup>
21 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
22 <ImportGroup Label="ExtensionSettings">
23 </ImportGroup>
24 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
25 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
26 </ImportGroup>
27 <PropertyGroup Label="UserMacros" />
28 <PropertyGroup>
29 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\lang\</OutDir>
30 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\langs\</IntDir>
31 </PropertyGroup>
32 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
33 <PreBuildEvent>
34 <Message>Generating strings.h</Message>
35 <Command>..\objs\strgen\strgen.exe -s ..\src\lang -d ..\objs\langs\table</Command>
36 </PreBuildEvent>
37 <Midl>
38 <TypeLibraryName>./langs.tlb</TypeLibraryName>
39 <HeaderFileName>
40 </HeaderFileName>
41 </Midl>
42 </ItemDefinitionGroup>
43 <ItemGroup>
44 <CustomBuild Include="..\src\lang\english.txt">
45 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating english language file</Message>
46 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "%(FullPath)"</Command>
47 <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\src\lang\english.txt;..\objs\strgen\strgen.exe;%(AdditionalInputs)</AdditionalInputs>
48 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\lang\english.lng;%(Outputs)</Outputs>
49 </CustomBuild>
50 !!FILES!!
51 </ItemGroup>
52 <ItemGroup>
53 <ProjectReference Include="strgen_vs140.vcxproj">
54 <Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
55 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
56 </ProjectReference>
57 </ItemGroup>
58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
59 <ImportGroup Label="ExtensionTargets">
60 </ImportGroup>
61 </Project>