Home | History | Annotate | Download | only in 2010
      1 <?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="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Release|Win32">
      9       <Configuration>Release</Configuration>
     10       <Platform>Win32</Platform>
     11     </ProjectConfiguration>
     12   </ItemGroup>
     13   <PropertyGroup Label="Globals">
     14     <ProjectGuid>{F10D22F8-AC7B-4213-8720-608E7D878CD2}</ProjectGuid>
     15     <RootNamespace>gmock_test</RootNamespace>
     16     <Keyword>Win32Proj</Keyword>
     17   </PropertyGroup>
     18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     20     <ConfigurationType>Application</ConfigurationType>
     21     <CharacterSet>Unicode</CharacterSet>
     22     <WholeProgramOptimization>true</WholeProgramOptimization>
     23   </PropertyGroup>
     24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     25     <ConfigurationType>Application</ConfigurationType>
     26     <CharacterSet>Unicode</CharacterSet>
     27   </PropertyGroup>
     28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     29   <ImportGroup Label="ExtensionSettings">
     30   </ImportGroup>
     31   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     33     <Import Project="gmock_config.props" />
     34   </ImportGroup>
     35   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     37     <Import Project="gmock_config.props" />
     38   </ImportGroup>
     39   <PropertyGroup Label="UserMacros" />
     40   <PropertyGroup>
     41     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     42     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
     43     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(ProjectName)\</IntDir>
     44     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     45     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
     46     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)$(ProjectName)\</IntDir>
     47     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     48   </PropertyGroup>
     49   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     50     <ClCompile>
     51       <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
     52       <Optimization>Disabled</Optimization>
     53       <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     54       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     55       <MinimalRebuild>true</MinimalRebuild>
     56       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
     57       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     58       <PrecompiledHeader>
     59       </PrecompiledHeader>
     60       <WarningLevel>Level3</WarningLevel>
     61       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     62     </ClCompile>
     63     <Link>
     64       <GenerateDebugInformation>true</GenerateDebugInformation>
     65       <SubSystem>Console</SubSystem>
     66       <TargetMachine>MachineX86</TargetMachine>
     67     </Link>
     68   </ItemDefinitionGroup>
     69   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     70     <ClCompile>
     71       <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
     72       <AdditionalIncludeDirectories>..\..\include;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     73       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     74       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
     75       <PrecompiledHeader>
     76       </PrecompiledHeader>
     77       <WarningLevel>Level3</WarningLevel>
     78       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     79     </ClCompile>
     80     <Link>
     81       <GenerateDebugInformation>true</GenerateDebugInformation>
     82       <SubSystem>Console</SubSystem>
     83       <OptimizeReferences>true</OptimizeReferences>
     84       <EnableCOMDATFolding>true</EnableCOMDATFolding>
     85       <TargetMachine>MachineX86</TargetMachine>
     86     </Link>
     87   </ItemDefinitionGroup>
     88   <ItemGroup>
     89     <ProjectReference Include="gmock_main.vcxproj">
     90       <Project>{e4ef614b-30df-4954-8c53-580a0bf6b589}</Project>
     91       <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
     92       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
     93     </ProjectReference>
     94   </ItemGroup>
     95   <ItemGroup>
     96     <ClCompile Include="..\..\test\gmock_all_test.cc" />
     97   </ItemGroup>
     98   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     99   <ImportGroup Label="ExtensionTargets">
    100   </ImportGroup>
    101 </Project>
    102