diff options
author | Patric Stout <truebrain@openttd.org> | 2019-04-07 11:42:20 +0200 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2020-06-05 19:36:05 +0200 |
commit | 84b71f796220b382c2bf943a406234ffb18098b8 (patch) | |
tree | 4312fe34a6b762866583161e97a478e52c75e392 /projects/settingsgen_vs142.vcxproj | |
parent | eeed3a7613d375f66781f53b42e03729a4ca1c33 (diff) | |
download | openttd-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/settingsgen_vs142.vcxproj')
-rw-r--r-- | projects/settingsgen_vs142.vcxproj | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/projects/settingsgen_vs142.vcxproj b/projects/settingsgen_vs142.vcxproj deleted file mode 100644 index fb2f7a731..000000000 --- a/projects/settingsgen_vs142.vcxproj +++ /dev/null @@ -1,84 +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"> - <ProjectName>settingsgen</ProjectName> - <ProjectGuid>{E9548DE9-F089-49B7-93A6-30BE2CC311C7}</ProjectGuid> - <RootNamespace>settings</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v142</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" /> - <PropertyGroup> - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\</OutDir> - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\</IntDir> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">settings_gen</TargetName> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <PreBuildEvent> - <Command> - </Command> - </PreBuildEvent> - <CustomBuildStep> - <Inputs>%(Inputs)</Inputs> - </CustomBuildStep> - <ClCompile> - <AdditionalOptions>/std:c++latest /Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> - <Optimization>MinSpace</Optimization> - <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> - <PreprocessorDefinitions>SETTINGSGEN;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <AssemblerOutput>All</AssemblerOutput> - <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> - <WarningLevel>Level3</WarningLevel> - <TreatWarningAsError>true</TreatWarningAsError> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - </ClCompile> - <Link> - <OutputFile>$(OutDir)settings_gen.exe</OutputFile> - <GenerateDebugInformation>true</GenerateDebugInformation> - <RandomizedBaseAddress>false</RandomizedBaseAddress> - <DataExecutionPrevention> - </DataExecutionPrevention> - <SubSystem>Console</SubSystem> - <MinimumRequiredVersion>5.01</MinimumRequiredVersion> - </Link> - <PostBuildEvent> - <Command> - </Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\src\core\alloc_func.cpp" /> - <ClCompile Include="..\src\misc\getoptdata.cpp" /> - <ClCompile Include="..\src\ini_load.cpp" /> - <ClCompile Include="..\src\settingsgen\settingsgen.cpp" /> - <ClCompile Include="..\src\string.cpp" /> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\src\misc\getoptdata.h" /> - <ClInclude Include="..\src\ini_type.h" /> - <ClInclude Include="..\src\core\smallvec_type.hpp" /> - <ClInclude Include="..\src\string_func.h" /> - <ClInclude Include="..\src\strings_type.h" /> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - </ImportGroup> -</Project> |