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