diff options
author | michi_cc <michi_cc@openttd.org> | 2015-08-10 20:36:57 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2015-08-10 20:36:57 +0000 |
commit | 9f5503ba8f18db05e2358a2d83f1533e23d456ce (patch) | |
tree | 672947a24932002297f31ba0ece5be176b2c644f /projects/settingsgen_vs140.vcxproj | |
parent | 2b8bb12d623a64897636234ed3c508517a1a2ba6 (diff) | |
download | openttd-9f5503ba8f18db05e2358a2d83f1533e23d456ce.tar.xz |
(svn r27382) -Add: [Win32] Project files for Visual Studio 2015.
Diffstat (limited to 'projects/settingsgen_vs140.vcxproj')
-rw-r--r-- | projects/settingsgen_vs140.vcxproj | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/projects/settingsgen_vs140.vcxproj b/projects/settingsgen_vs140.vcxproj new file mode 100644 index 000000000..fc6d079e8 --- /dev/null +++ b/projects/settingsgen_vs140.vcxproj @@ -0,0 +1,83 @@ +<?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>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>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" /> + <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> + <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>
\ No newline at end of file |