blob: 9f262b3b00ce2ce16acfea2fa104a3b760cac1a4 [file] [log] [blame]
Craig Tiller42fea2a2016-10-25 17:02:35 -07001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.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">
David Garcia Quintasff311212016-12-06 16:03:18 -080022 <ProjectGuid>{07978586-E47C-8709-A63E-895FBF3C3C7D}</ProjectGuid>
Craig Tiller42fea2a2016-10-25 17:02:35 -070023 <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
24 <IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
28 <PlatformToolset>v100</PlatformToolset>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
31 <PlatformToolset>v110</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
34 <PlatformToolset>v120</PlatformToolset>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
37 <PlatformToolset>v140</PlatformToolset>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
45 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
53 <ImportGroup Label="PropertySheets">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 <Import Project="$(SolutionDir)\..\vsprojects\global.props" />
56 <Import Project="$(SolutionDir)\..\vsprojects\winsock.props" />
57 </ImportGroup>
58 <PropertyGroup Label="UserMacros" />
59 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
David Garcia Quintasff311212016-12-06 16:03:18 -080060 <TargetName>benchmark</TargetName>
Craig Tiller42fea2a2016-10-25 17:02:35 -070061 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)'=='Release'">
David Garcia Quintasff311212016-12-06 16:03:18 -080063 <TargetName>benchmark</TargetName>
Craig Tiller42fea2a2016-10-25 17:02:35 -070064 </PropertyGroup>
65 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66 <ClCompile>
67 <PrecompiledHeader>NotUsing</PrecompiledHeader>
68 <WarningLevel>Level3</WarningLevel>
69 <Optimization>Disabled</Optimization>
70 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71 <SDLCheck>true</SDLCheck>
72 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
73 <TreatWarningAsError>true</TreatWarningAsError>
74 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
75 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
76 </ClCompile>
77 <Link>
78 <SubSystem>Windows</SubSystem>
79 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
80 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
81 </Link>
82 </ItemDefinitionGroup>
83
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
85 <ClCompile>
86 <PrecompiledHeader>NotUsing</PrecompiledHeader>
87 <WarningLevel>Level3</WarningLevel>
88 <Optimization>Disabled</Optimization>
89 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90 <SDLCheck>true</SDLCheck>
91 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
92 <TreatWarningAsError>true</TreatWarningAsError>
93 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
94 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
95 </ClCompile>
96 <Link>
97 <SubSystem>Windows</SubSystem>
98 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
99 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
100 </Link>
101 </ItemDefinitionGroup>
102
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
104 <ClCompile>
105 <PrecompiledHeader>NotUsing</PrecompiledHeader>
106 <WarningLevel>Level3</WarningLevel>
107 <Optimization>MaxSpeed</Optimization>
108 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <IntrinsicFunctions>true</IntrinsicFunctions>
111 <SDLCheck>true</SDLCheck>
112 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
113 <TreatWarningAsError>true</TreatWarningAsError>
114 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
115 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
116 </ClCompile>
117 <Link>
118 <SubSystem>Windows</SubSystem>
119 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
120 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
121 <EnableCOMDATFolding>true</EnableCOMDATFolding>
122 <OptimizeReferences>true</OptimizeReferences>
123 </Link>
124 </ItemDefinitionGroup>
125
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
127 <ClCompile>
128 <PrecompiledHeader>NotUsing</PrecompiledHeader>
129 <WarningLevel>Level3</WarningLevel>
130 <Optimization>MaxSpeed</Optimization>
131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
134 <SDLCheck>true</SDLCheck>
135 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
136 <TreatWarningAsError>true</TreatWarningAsError>
137 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
138 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
139 </ClCompile>
140 <Link>
141 <SubSystem>Windows</SubSystem>
142 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
143 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
148
149 <ItemGroup>
David Garcia Quintasff311212016-12-06 16:03:18 -0800150 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\include\benchmark\benchmark.h" />
151 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\include\benchmark\benchmark_api.h" />
152 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\include\benchmark\macros.h" />
153 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\include\benchmark\reporter.h" />
154 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\arraysize.h" />
155 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\benchmark_api_internal.h" />
156 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\check.h" />
157 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\colorprint.h" />
158 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\commandlineflags.h" />
159 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\complexity.h" />
160 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\cycleclock.h" />
161 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\internal_macros.h" />
162 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\log.h" />
163 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\mutex.h" />
164 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\re.h" />
165 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\sleep.h" />
166 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\stat.h" />
167 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\string_util.h" />
168 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\sysinfo.h" />
169 <ClInclude Include="$(SolutionDir)\..\third_party\benchmark\src\timers.h" />
Craig Tiller42fea2a2016-10-25 17:02:35 -0700170 </ItemGroup>
171 <ItemGroup>
David Garcia Quintasff311212016-12-06 16:03:18 -0800172 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\benchmark.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700173 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800174 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\benchmark_register.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700175 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800176 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\colorprint.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700177 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800178 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\commandlineflags.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700179 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800180 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\complexity.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700181 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800182 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\console_reporter.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700183 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800184 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\csv_reporter.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700185 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800186 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\json_reporter.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700187 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800188 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\reporter.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700189 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800190 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\sleep.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700191 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800192 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\string_util.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700193 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800194 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\sysinfo.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700195 </ClCompile>
David Garcia Quintasff311212016-12-06 16:03:18 -0800196 <ClCompile Include="$(SolutionDir)\..\third_party\benchmark\src\timers.cc">
Craig Tiller42fea2a2016-10-25 17:02:35 -0700197 </ClCompile>
198 </ItemGroup>
199 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
200 <ImportGroup Label="ExtensionTargets">
201 </ImportGroup>
202 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
203 <PropertyGroup>
204 <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
205 </PropertyGroup>
206 </Target>
207</Project>
208