diff options
author | glx <glx@openttd.org> | 2010-06-28 19:07:33 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2010-06-28 19:07:33 +0000 |
commit | f48e56423be92b83cb2af0586f0c8ada6b463cba (patch) | |
tree | d75635fcba9f972e8e633851d15c866f808eb14f /projects/langs_vs100.vcxproj.in | |
parent | 4e8751d4c3c8529a2c9851273142bc481c2890ab (diff) | |
download | openttd-f48e56423be92b83cb2af0586f0c8ada6b463cba.tar.xz |
(svn r20032) -Add: MSVC 2010 project files
Diffstat (limited to 'projects/langs_vs100.vcxproj.in')
-rw-r--r-- | projects/langs_vs100.vcxproj.in | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/projects/langs_vs100.vcxproj.in b/projects/langs_vs100.vcxproj.in new file mode 100644 index 000000000..f1390468b --- /dev/null +++ b/projects/langs_vs100.vcxproj.in @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.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> + </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'">..\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> +!!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> |