11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 16.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <ItemGroup Label =" ProjectConfigurations" >
4- <ProjectConfiguration Include =" Debug|x64" >
5- <Configuration >Debug</Configuration >
6- <Platform >x64</Platform >
7- </ProjectConfiguration >
8- <ProjectConfiguration Include =" Release|x64" >
9- <Configuration >Release</Configuration >
10- <Platform >x64</Platform >
11- </ProjectConfiguration >
12- </ItemGroup >
133 <PropertyGroup Label =" Globals" >
4+ <VCProjectVersion >16.0</VCProjectVersion >
145 <ProjectGuid >{ABB7BEF8-2C48-4967-A703-7B6FB9AB831F}</ProjectGuid >
15- <Keyword >Win32Proj</Keyword >
16- <RootNamespace >googlebenchmarktest</RootNamespace >
176 <WindowsTargetPlatformVersion >10.0.17763.0</WindowsTargetPlatformVersion >
187 </PropertyGroup >
19- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
21- <ConfigurationType >Application</ConfigurationType >
22- <UseDebugLibraries >true</UseDebugLibraries >
23- <PlatformToolset >v142</PlatformToolset >
24- <CharacterSet >Unicode</CharacterSet >
25- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
27- <ConfigurationType >Application</ConfigurationType >
28- <UseDebugLibraries >false</UseDebugLibraries >
29- <PlatformToolset >v142</PlatformToolset >
30- <WholeProgramOptimization >true</WholeProgramOptimization >
31- <CharacterSet >Unicode</CharacterSet >
32- </PropertyGroup >
33- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
34- <ImportGroup Label =" ExtensionSettings" >
35- </ImportGroup >
36- <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
37- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
38- <Import Project =" windows_libraries.props" />
39- <Import Project =" portability_macros.props" />
40- </ImportGroup >
41- <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
42- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
43- <Import Project =" windows_libraries.props" />
44- <Import Project =" portability_macros.props" />
45- </ImportGroup >
46- <PropertyGroup Label =" UserMacros" />
47- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
48- <LinkIncremental >true</LinkIncremental >
49- <OutDir >$(SolutionDir)$(Configuration)\$(Platform)\</OutDir >
50- <IntDir >$(OutDir)$(ProjectName)\</IntDir >
8+ <PropertyGroup Label =" Configuration" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
519 </PropertyGroup >
52- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
53- <LinkIncremental >false</LinkIncremental >
54- <OutDir >$(SolutionDir)$(Configuration)\$(Platform)\</OutDir >
55- <IntDir >$(OutDir)$(ProjectName)\</IntDir >
10+ <PropertyGroup Label =" Configuration" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
5611 </PropertyGroup >
57- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
58- <ClCompile >
59- <PrecompiledHeader >
60- </PrecompiledHeader >
61- <WarningLevel >Level3</WarningLevel >
62- <Optimization >Disabled</Optimization >
63- <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
64- <AdditionalIncludeDirectories >$(SolutionDir)\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
65- <MultiProcessorCompilation >true</MultiProcessorCompilation >
66- <CallingConvention >VectorCall</CallingConvention >
67- </ClCompile >
68- <Link >
69- <SubSystem >Console</SubSystem >
70- <GenerateDebugInformation >DebugFastLink</GenerateDebugInformation >
71- <LinkTimeCodeGeneration >Default</LinkTimeCodeGeneration >
72- </Link >
73- </ItemDefinitionGroup >
74- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
75- <ClCompile >
76- <WarningLevel >Level3</WarningLevel >
77- <PrecompiledHeader >
78- </PrecompiledHeader >
79- <Optimization >MaxSpeed</Optimization >
80- <FunctionLevelLinking >true</FunctionLevelLinking >
81- <IntrinsicFunctions >true</IntrinsicFunctions >
82- <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
83- <AdditionalIncludeDirectories >$(SolutionDir)\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
84- <WholeProgramOptimization >false</WholeProgramOptimization >
85- <MultiProcessorCompilation >true</MultiProcessorCompilation >
86- <CallingConvention >VectorCall</CallingConvention >
87- </ClCompile >
88- <Link >
89- <SubSystem >Console</SubSystem >
90- <GenerateDebugInformation >DebugFastLink</GenerateDebugInformation >
91- <EnableCOMDATFolding >true</EnableCOMDATFolding >
92- <OptimizeReferences >true</OptimizeReferences >
93- <LinkTimeCodeGeneration >Default</LinkTimeCodeGeneration >
94- </Link >
95- </ItemDefinitionGroup >
12+ <Import Project =" $(SolutionDir)benchmark.props" />
9613 <ItemGroup >
14+ <ClCompile Include =" ..\test\args_product_test.cc" />
9715 <ClCompile Include =" ..\test\basic_test.cc" />
9816 <ClCompile Include =" ..\test\benchmark_test.cc" />
9917 <ClCompile Include =" ..\test\fixture_test.cc" />
18+ <ClCompile Include =" ..\test\internal_threading_test.cc" />
19+ <ClCompile Include =" ..\test\link_main_test.cc" />
20+ <ClCompile Include =" ..\test\main.cpp" />
10021 <ClCompile Include =" ..\test\map_test.cc" />
10122 <ClCompile Include =" ..\test\multiple_ranges_test.cc" />
10223 <ClCompile Include =" ..\test\options_test.cc" />
10728 <Project >{ef4de73e-ee11-4128-93eb-60b07e650ef2}</Project >
10829 </ProjectReference >
10930 </ItemGroup >
110- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
111- <ImportGroup Label =" ExtensionTargets" >
112- </ImportGroup >
11331</Project >
0 commit comments