1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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 >{C2601F9E-8B97-4901-85F4-2531102543C8}</ProjectGuid >
15+ <Keyword >Win32Proj</Keyword >
16+ <RootNamespace >FakeGtestDllApplication</RootNamespace >
17+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))\Common.props" />
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
22+ <ConfigurationType >Application</ConfigurationType >
23+ <UseDebugLibraries >true</UseDebugLibraries >
24+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '10.0'" >v100</PlatformToolset >
25+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '11.0'" >v110</PlatformToolset >
26+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '12.0'" >v120</PlatformToolset >
27+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '14.0'" >v140</PlatformToolset >
28+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
29+ <CharacterSet >Unicode</CharacterSet >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
32+ <ConfigurationType >Application</ConfigurationType >
33+ <UseDebugLibraries >false</UseDebugLibraries >
34+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '10.0'" >v100</PlatformToolset >
35+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '11.0'" >v110</PlatformToolset >
36+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '12.0'" >v120</PlatformToolset >
37+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '14.0'" >v140</PlatformToolset >
38+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
43+ <ImportGroup Label =" ExtensionSettings" >
44+ </ImportGroup >
45+ <ImportGroup Label =" Shared" >
46+ </ImportGroup >
47+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
48+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
49+ </ImportGroup >
50+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
51+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
52+ </ImportGroup >
53+ <PropertyGroup Label =" UserMacros" />
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
55+ <LinkIncremental >true</LinkIncremental >
56+ </PropertyGroup >
57+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
58+ <LinkIncremental >false</LinkIncremental >
59+ </PropertyGroup >
60+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61+ <ClCompile >
62+ <WarningLevel >Level3</WarningLevel >
63+ <Optimization >Disabled</Optimization >
64+ <SDLCheck >true</SDLCheck >
65+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
66+ <PrecompiledHeader />
67+ </ClCompile >
68+ <Link >
69+ <SubSystem >Console</SubSystem >
70+ <GenerateDebugInformation >true</GenerateDebugInformation >
71+ </Link >
72+ </ItemDefinitionGroup >
73+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
74+ <ClCompile >
75+ <WarningLevel >Level3</WarningLevel >
76+ <Optimization >Disabled</Optimization >
77+ <SDLCheck >true</SDLCheck >
78+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
79+ <PrecompiledHeader />
80+ </ClCompile >
81+ <Link >
82+ <SubSystem >Console</SubSystem >
83+ <GenerateDebugInformation >true</GenerateDebugInformation >
84+ </Link >
85+ </ItemDefinitionGroup >
86+ <ItemGroup >
87+ <ClCompile Include =" Application.cpp" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <ProjectReference Include =" FakeGtestDllLibrary.vcxproj" >
91+ <Project >{db701549-3f79-4d1d-9db9-ca55683d679e}</Project >
92+ </ProjectReference >
93+ </ItemGroup >
94+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
95+ <ImportGroup Label =" ExtensionTargets" >
96+ </ImportGroup >
97+ </Project >
0 commit comments