diff options
author | glx <glx@openttd.org> | 2018-12-31 01:06:28 +0100 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2019-01-05 18:10:14 +0100 |
commit | c0a655225d29d96d355e94b34512da5bffcf12f9 (patch) | |
tree | e367b74d1c617fa29f4a088b04c22b54f3ca2b88 /projects/regression_vs140.vcxproj | |
parent | 7b5e7aa14fa250b93c603abd03dab6e4023b2045 (diff) | |
download | openttd-c0a655225d29d96d355e94b34512da5bffcf12f9.tar.xz |
Add: [Win32] regression project files
Diffstat (limited to 'projects/regression_vs140.vcxproj')
-rw-r--r-- | projects/regression_vs140.vcxproj | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/projects/regression_vs140.vcxproj b/projects/regression_vs140.vcxproj new file mode 100644 index 000000000..b1c9f4930 --- /dev/null +++ b/projects/regression_vs140.vcxproj @@ -0,0 +1,41 @@ +<?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"> + <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>v140</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_vs140.vcxproj"> + <Project>{668328a0-b40e-4cdb-bd72-d0064424414a}</Project> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> |