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/langs_vs140.vcxproj.in | |
parent | 2b8bb12d623a64897636234ed3c508517a1a2ba6 (diff) | |
download | openttd-9f5503ba8f18db05e2358a2d83f1533e23d456ce.tar.xz |
(svn r27382) -Add: [Win32] Project files for Visual Studio 2015.
Diffstat (limited to 'projects/langs_vs140.vcxproj.in')
-rw-r--r-- | projects/langs_vs140.vcxproj.in | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/projects/langs_vs140.vcxproj.in b/projects/langs_vs140.vcxproj.in new file mode 100644 index 000000000..f75ef9d6b --- /dev/null +++ b/projects/langs_vs140.vcxproj.in @@ -0,0 +1,61 @@ +<?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>langs</ProjectName> + <ProjectGuid>{0F066B23-18DF-4284-8265-F4A5E7E3B966}</ProjectGuid> + <RootNamespace>langs</RootNamespace> + <Keyword>MakeFileProj</Keyword> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <UseOfMfc>false</UseOfMfc> + <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> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\lang\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\langs\</IntDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <PreBuildEvent> + <Message>Generating strings.h</Message> + <Command>..\objs\strgen\strgen.exe -s ..\src\lang -d ..\objs\langs\table</Command> + </PreBuildEvent> + <Midl> + <TypeLibraryName>./langs.tlb</TypeLibraryName> + <HeaderFileName> + </HeaderFileName> + </Midl> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="..\src\lang\english.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating english language file</Message> + <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "%(FullPath)"</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\src\lang\english.txt;..\objs\strgen\strgen.exe;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\lang\english.lng;%(Outputs)</Outputs> + </CustomBuild> +!!FILES!! + </ItemGroup> + <ItemGroup> + <ProjectReference Include="strgen_vs100.vcxproj"> + <Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> |