summaryrefslogtreecommitdiff
path: root/projects/basesets_vs140.vcxproj.in
diff options
context:
space:
mode:
authorPeter Nelson <peter1138@openttd.org>2019-01-13 09:08:01 +0000
committerPeterN <peter@fuzzle.org>2019-01-25 22:28:39 +0000
commit1334cfb3e5fd13fb51dc9cbf0690f55f5a57c4bf (patch)
tree905186d23663141353f874108d38547c19716bca /projects/basesets_vs140.vcxproj.in
parente76fd99c472237125f03d46ed7bff915e2d6a20b (diff)
downloadopenttd-1334cfb3e5fd13fb51dc9cbf0690f55f5a57c4bf.tar.xz
Change: Always build baseset metadata, instead of including it in the repo.
This adds a script and project files to generate these files within MSVC.
Diffstat (limited to 'projects/basesets_vs140.vcxproj.in')
-rw-r--r--projects/basesets_vs140.vcxproj.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/projects/basesets_vs140.vcxproj.in b/projects/basesets_vs140.vcxproj.in
new file mode 100644
index 000000000..0471100a3
--- /dev/null
+++ b/projects/basesets_vs140.vcxproj.in
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectName>basesets</ProjectName>
+ <ProjectGuid>{E12E77CA-C0F1-4ADA-943F-4929274249D3}</ProjectGuid>
+ <RootNamespace>basesets</RootNamespace>
+ <Keyword>MakeFileProj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Utility</ConfigurationType>
+ <UseOfMfc>false</UseOfMfc>
+ <PlatformToolset>v140</PlatformToolset>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros">
+!!FILTERS!!
+ </PropertyGroup>
+ <PropertyGroup>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\baseset\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\baseset\</IntDir>
+ </PropertyGroup>
+ <ItemGroup>
+!!FILES!!
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>