summaryrefslogtreecommitdiff
path: root/projects/regression_vs142.vcxproj
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-04-07 11:42:20 +0200
committerglx22 <glx22@users.noreply.github.com>2020-06-05 19:36:05 +0200
commit84b71f796220b382c2bf943a406234ffb18098b8 (patch)
tree4312fe34a6b762866583161e97a478e52c75e392 /projects/regression_vs142.vcxproj
parenteeed3a7613d375f66781f53b42e03729a4ca1c33 (diff)
downloadopenttd-84b71f796220b382c2bf943a406234ffb18098b8.tar.xz
Remove: all existing project files
This prepares for the switch to CMake, which takes over all current exisiting forms of project files.
Diffstat (limited to 'projects/regression_vs142.vcxproj')
-rw-r--r--projects/regression_vs142.vcxproj41
1 files changed, 0 insertions, 41 deletions
diff --git a/projects/regression_vs142.vcxproj b/projects/regression_vs142.vcxproj
deleted file mode 100644
index 3ddcc6f37..000000000
--- a/projects/regression_vs142.vcxproj
+++ /dev/null
@@ -1,41 +0,0 @@
-<?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>