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/version_vs100.vcxproj | |
parent | 4e8751d4c3c8529a2c9851273142bc481c2890ab (diff) | |
download | openttd-f48e56423be92b83cb2af0586f0c8ada6b463cba.tar.xz |
(svn r20032) -Add: MSVC 2010 project files
Diffstat (limited to 'projects/version_vs100.vcxproj')
-rw-r--r-- | projects/version_vs100.vcxproj | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/projects/version_vs100.vcxproj b/projects/version_vs100.vcxproj new file mode 100644 index 000000000..48e9a9a18 --- /dev/null +++ b/projects/version_vs100.vcxproj @@ -0,0 +1,41 @@ +<?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>version</ProjectName> + <ProjectGuid>{1A2B3C5E-1C23-41A5-9C9B-ACBA2AA75FEC}</ProjectGuid> + <RootNamespace>version</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Makefile</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + </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'">$(SolutionDir)..\objs\version\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\objs\version\</IntDir> + <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cscript "$(ProjectDir)/determineversion.vbs"</NMakeBuildCommandLine> + <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cscript "$(ProjectDir)/determineversion.vbs"</NMakeReBuildCommandLine> + <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\src\rev.cpp</NMakeOutput> + </PropertyGroup> + <ItemGroup> + <None Include="..\src\os\windows\ottdres.rc.in" /> + <None Include="..\src\rev.cpp.in" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> |