Austin Schuh | 889ac43 | 2018-10-29 22:57:02 -0700 | [diff] [blame^] | 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="Debug|x64"> |
| 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>x64</Platform> |
| 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="Release|Win32"> |
| 13 | <Configuration>Release</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Release|x64"> |
| 17 | <Configuration>Release</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
| 20 | </ItemGroup> |
| 21 | <PropertyGroup Label="Globals"> |
| 22 | <ProjectGuid>{F10D22F8-AC7B-4213-8720-608E7D878CD2}</ProjectGuid> |
| 23 | <RootNamespace>gmock_test</RootNamespace> |
| 24 | <Keyword>Win32Proj</Keyword> |
| 25 | </PropertyGroup> |
| 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 28 | <ConfigurationType>Application</ConfigurationType> |
| 29 | <CharacterSet>Unicode</CharacterSet> |
| 30 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 31 | <PlatformToolset>v140</PlatformToolset> |
| 32 | </PropertyGroup> |
| 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 34 | <ConfigurationType>Application</ConfigurationType> |
| 35 | <CharacterSet>Unicode</CharacterSet> |
| 36 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 37 | <PlatformToolset>v140</PlatformToolset> |
| 38 | </PropertyGroup> |
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 40 | <ConfigurationType>Application</ConfigurationType> |
| 41 | <CharacterSet>Unicode</CharacterSet> |
| 42 | <PlatformToolset>v140</PlatformToolset> |
| 43 | </PropertyGroup> |
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 45 | <ConfigurationType>Application</ConfigurationType> |
| 46 | <CharacterSet>Unicode</CharacterSet> |
| 47 | <PlatformToolset>v140</PlatformToolset> |
| 48 | </PropertyGroup> |
| 49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 50 | <ImportGroup Label="ExtensionSettings"> |
| 51 | </ImportGroup> |
| 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 54 | <Import Project="gmock_config.props" /> |
| 55 | </ImportGroup> |
| 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 58 | <Import Project="gmock_config.props" /> |
| 59 | </ImportGroup> |
| 60 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 62 | <Import Project="gmock_config.props" /> |
| 63 | </ImportGroup> |
| 64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 66 | <Import Project="gmock_config.props" /> |
| 67 | </ImportGroup> |
| 68 | <PropertyGroup Label="UserMacros" /> |
| 69 | <PropertyGroup> |
| 70 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 71 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)-$(Configuration)\</OutDir> |
| 72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(ProjectName)\</IntDir> |
| 73 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
| 74 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
| 75 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)-$(Configuration)\</OutDir> |
| 76 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)$(ProjectName)\</IntDir> |
| 77 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
| 78 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
| 79 | </PropertyGroup> |
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 81 | <OutDir>$(SolutionDir)$(Platform)-$(Configuration)\</OutDir> |
| 82 | <IntDir>$(OutDir)$(ProjectName)\</IntDir> |
| 83 | </PropertyGroup> |
| 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 85 | <OutDir>$(SolutionDir)$(Platform)-$(Configuration)\</OutDir> |
| 86 | <IntDir>$(OutDir)$(ProjectName)\</IntDir> |
| 87 | </PropertyGroup> |
| 88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 89 | <ClCompile> |
| 90 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 91 | <Optimization>Disabled</Optimization> |
| 92 | <AdditionalIncludeDirectories>..\..\include;..\..;$(GTestDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 93 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 94 | <MinimalRebuild>true</MinimalRebuild> |
| 95 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 96 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 97 | <PrecompiledHeader> |
| 98 | </PrecompiledHeader> |
| 99 | <WarningLevel>Level3</WarningLevel> |
| 100 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 101 | </ClCompile> |
| 102 | <Link> |
| 103 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 104 | <SubSystem>Console</SubSystem> |
| 105 | <TargetMachine>MachineX86</TargetMachine> |
| 106 | </Link> |
| 107 | </ItemDefinitionGroup> |
| 108 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 109 | <ClCompile> |
| 110 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 111 | <Optimization>Disabled</Optimization> |
| 112 | <AdditionalIncludeDirectories>..\..\include;..\..;$(GTestDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 113 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 114 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 115 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 116 | <PrecompiledHeader> |
| 117 | </PrecompiledHeader> |
| 118 | <WarningLevel>Level3</WarningLevel> |
| 119 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 120 | </ClCompile> |
| 121 | <Link> |
| 122 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 123 | <SubSystem>Console</SubSystem> |
| 124 | </Link> |
| 125 | </ItemDefinitionGroup> |
| 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 127 | <ClCompile> |
| 128 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 129 | <AdditionalIncludeDirectories>..\..\include;..\..;$(GTestDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 130 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 131 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 132 | <PrecompiledHeader> |
| 133 | </PrecompiledHeader> |
| 134 | <WarningLevel>Level3</WarningLevel> |
| 135 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 136 | </ClCompile> |
| 137 | <Link> |
| 138 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 139 | <SubSystem>Console</SubSystem> |
| 140 | <OptimizeReferences>true</OptimizeReferences> |
| 141 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 142 | <TargetMachine>MachineX86</TargetMachine> |
| 143 | </Link> |
| 144 | </ItemDefinitionGroup> |
| 145 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 146 | <ClCompile> |
| 147 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 148 | <AdditionalIncludeDirectories>..\..\include;..\..;$(GTestDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 149 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 150 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 151 | <PrecompiledHeader> |
| 152 | </PrecompiledHeader> |
| 153 | <WarningLevel>Level3</WarningLevel> |
| 154 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 155 | </ClCompile> |
| 156 | <Link> |
| 157 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 158 | <SubSystem>Console</SubSystem> |
| 159 | <OptimizeReferences>true</OptimizeReferences> |
| 160 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 161 | </Link> |
| 162 | </ItemDefinitionGroup> |
| 163 | <ItemGroup> |
| 164 | <ProjectReference Include="gmock_main.vcxproj"> |
| 165 | <Project>{e4ef614b-30df-4954-8c53-580a0bf6b589}</Project> |
| 166 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
| 167 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
| 168 | </ProjectReference> |
| 169 | </ItemGroup> |
| 170 | <ItemGroup> |
| 171 | <ClCompile Include="..\..\test\gmock_all_test.cc" /> |
| 172 | </ItemGroup> |
| 173 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 174 | <ImportGroup Label="ExtensionTargets"> |
| 175 | </ImportGroup> |
| 176 | </Project> |