blob: 35a2b0a3acbd1a9f392394862a3026a6ef27270a [file] [log] [blame]
Brian Curtin401f9f32012-05-13 11:19:23 -05001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Release|Win32">
5 <Configuration>Release</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 </ItemGroup>
9 <PropertyGroup Label="Globals">
10 <ProjectGuid>{C73F0EC1-358B-4177-940F-0846AC8B04CD}</ProjectGuid>
11 <RootNamespace>make_buildinfo</RootNamespace>
12 <Keyword>Win32Proj</Keyword>
13 </PropertyGroup>
14 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
15 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
16 <ConfigurationType>Application</ConfigurationType>
17 <CharacterSet>NotSet</CharacterSet>
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
20 <ImportGroup Label="ExtensionSettings">
21 </ImportGroup>
22 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
23 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
24 <Import Project="pyproject.props" />
25 <Import Project="release.props" />
26 </ImportGroup>
27 <PropertyGroup Label="UserMacros" />
28 <PropertyGroup>
29 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
30 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
31 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
32 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
33 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt>
34 </PropertyGroup>
35 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
36 <ClCompile>
37 <Optimization>Disabled</Optimization>
38 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
39 <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
40 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
41 </ClCompile>
42 <Link>
43 <OutputFile>$(OutDir)make_buildinfo.exe</OutputFile>
44 <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
45 <SubSystem>Console</SubSystem>
46 </Link>
47 </ItemDefinitionGroup>
48 <ItemGroup>
49 <ClCompile Include="make_buildinfo.c" />
50 </ItemGroup>
51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
52 <ImportGroup Label="ExtensionTargets">
53 </ImportGroup>
54</Project>