blob: eee7f91eac8c4967d4270f5dad468df1c9cf98ef [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'" />
Brian Curtin401f9f32012-05-13 11:19:23 -050033 </PropertyGroup>
34 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
35 <ClCompile>
36 <Optimization>Disabled</Optimization>
37 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
38 <PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
39 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
40 </ClCompile>
41 <Link>
42 <OutputFile>$(OutDir)make_buildinfo.exe</OutputFile>
Brian Curtin401f9f32012-05-13 11:19:23 -050043 <SubSystem>Console</SubSystem>
44 </Link>
45 </ItemDefinitionGroup>
46 <ItemGroup>
47 <ClCompile Include="make_buildinfo.c" />
48 </ItemGroup>
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
50 <ImportGroup Label="ExtensionTargets">
51 </ImportGroup>
52</Project>