Factor out setting of the depot vehicle list icon string
[openttd/fttd.git] / projects / version_vs140.vcxproj
blobbaf374bca0009b00bb60e87e7bf37854c547dc66
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>version</ProjectName>
11     <ProjectGuid>{1A2B3C5E-1C23-41A5-9C9B-ACBA2AA75FEC}</ProjectGuid>
12     <RootNamespace>version</RootNamespace>
13   </PropertyGroup>
14   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
15   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
16     <ConfigurationType>Makefile</ConfigurationType>
17     <CharacterSet>MultiByte</CharacterSet>
18     <PlatformToolset>v140</PlatformToolset>
19   </PropertyGroup>
20   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
21   <ImportGroup Label="ExtensionSettings">
22   </ImportGroup>
23   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
24     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
25   </ImportGroup>
26   <PropertyGroup Label="UserMacros" />
27   <PropertyGroup>
28     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\objs\version\</OutDir>
29     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\objs\version\</IntDir>
30     <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cscript "$(ProjectDir)/determineversion.vbs"</NMakeBuildCommandLine>
31     <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cscript "$(ProjectDir)/determineversion.vbs"</NMakeReBuildCommandLine>
32     <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\src\rev.cpp</NMakeOutput>
33     <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">del ..\src\rev.cpp</NMakeCleanCommandLine>
34   </PropertyGroup>
35   <ItemGroup>
36     <None Include="..\src\os\windows\ottdres.rc.in" />
37     <None Include="..\src\rev.cpp.in" />
38   </ItemGroup>
39   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
40   <ImportGroup Label="ExtensionTargets">
41   </ImportGroup>
42 </Project>