summaryrefslogtreecommitdiff
path: root/projects/regression_vs142.vcxproj
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-01-26 11:03:54 +0100
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-01-26 14:56:35 +0100
commit65782af2f40973a71ab33f4437faeb5b3859c49b (patch)
tree498b4c1f8c4e9516ff7ecb705f5cb04f6ece1804 /projects/regression_vs142.vcxproj
parentb6de8c093010887a2962c677ca042faab9c87eeb (diff)
downloadopenttd-65782af2f40973a71ab33f4437faeb5b3859c49b.tar.xz
Add: Visual Studio 2019 project files
Diffstat (limited to 'projects/regression_vs142.vcxproj')
-rw-r--r--projects/regression_vs142.vcxproj41
1 files changed, 41 insertions, 0 deletions
diff --git a/projects/regression_vs142.vcxproj b/projects/regression_vs142.vcxproj
new file mode 100644
index 000000000..3ddcc6f37
--- /dev/null
+++ b/projects/regression_vs142.vcxproj
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="15.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">
+ <ProjectGuid>{4712B013-437D-42CE-947F-DEBABA15261F}</ProjectGuid>
+ <RootNamespace>regression</RootNamespace>
+ <ProjectName>regression</ProjectName>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Makefile</ConfigurationType>
+ <PlatformToolset>v142</PlatformToolset>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="Shared">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <NMakeBuildCommandLine>call regression.bat</NMakeBuildCommandLine>
+ <NMakeReBuildCommandLine>call regression.bat</NMakeReBuildCommandLine>
+ <NMakeCleanCommandLine>del ..\bin\tmp.regression</NMakeCleanCommandLine>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="openttd_vs142.vcxproj">
+ <Project>{668328a0-b40e-4cdb-bd72-d0064424414a}</Project>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>