blob: 9c5a4da0081bc73d5c5eba889a9e75c59b7a19a1 [file] [log] [blame]
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +02001<?xml version="1.0" encoding="utf-8"?>
jtattermusch97fb3f62014-12-08 15:13:41 -08002<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>
zeliard292adfe2015-04-22 15:08:36 +09008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
jtattermusch97fb3f62014-12-08 15:13:41 -080012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +090016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
jtattermusch97fb3f62014-12-08 15:13:41 -080020 </ItemGroup>
21 <PropertyGroup Label="Globals">
Craig Tiller02a7bed2015-08-31 15:54:05 -070022 <ProjectGuid>{8423B0C5-2428-CA10-82EF-7B5C1F3D8011}</ProjectGuid>
jtattermusch97fb3f62014-12-08 15:13:41 -080023 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070025 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
26 <PlatformToolset>v100</PlatformToolset>
27 </PropertyGroup>
28 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
29 <PlatformToolset>v110</PlatformToolset>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
32 <PlatformToolset>v120</PlatformToolset>
33 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070034 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
jtattermusch97fb3f62014-12-08 15:13:41 -080035 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <UseDebugLibraries>true</UseDebugLibraries>
jtattermusch97fb3f62014-12-08 15:13:41 -080037 <CharacterSet>Unicode</CharacterSet>
38 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070039 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
zeliard292adfe2015-04-22 15:08:36 +090040 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <WholeProgramOptimization>true</WholeProgramOptimization>
43 <CharacterSet>Unicode</CharacterSet>
44 </PropertyGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -080045 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <ImportGroup Label="ExtensionSettings">
47 </ImportGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070048 <ImportGroup Label="PropertySheets">
jtattermusch97fb3f62014-12-08 15:13:41 -080049 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Craig Tiller02a7bed2015-08-31 15:54:05 -070050 <Import Project="..\..\..\vsprojects\global.props" />
51 <Import Project="..\..\..\vsprojects\winsock.props" />
zeliard292adfe2015-04-22 15:08:36 +090052 </ImportGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -080053 <PropertyGroup Label="UserMacros" />
Nicolas Noble563b8a22015-07-30 15:39:43 -070054 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070055 <TargetName>qps</TargetName>
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080056 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070057 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070058 <TargetName>qps</TargetName>
zeliard292adfe2015-04-22 15:08:36 +090059 </PropertyGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -080060 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61 <ClCompile>
62 <PrecompiledHeader>NotUsing</PrecompiledHeader>
63 <WarningLevel>Level3</WarningLevel>
64 <Optimization>Disabled</Optimization>
jtattermusch98bffb72014-12-09 12:47:19 -080065 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
jtattermusch97fb3f62014-12-08 15:13:41 -080066 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070067 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070068 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070069 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
jtattermusch97fb3f62014-12-08 15:13:41 -080070 </ClCompile>
71 <Link>
72 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070073 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
74 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
jtattermusch97fb3f62014-12-08 15:13:41 -080075 </Link>
76 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +090077 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78 <ClCompile>
79 <PrecompiledHeader>NotUsing</PrecompiledHeader>
80 <WarningLevel>Level3</WarningLevel>
81 <Optimization>Disabled</Optimization>
82 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070084 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070085 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070086 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
zeliard292adfe2015-04-22 15:08:36 +090087 </ClCompile>
88 <Link>
89 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070090 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
91 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +090092 </Link>
93 </ItemDefinitionGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -080094 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
95 <ClCompile>
96 <WarningLevel>Level3</WarningLevel>
97 <PrecompiledHeader>NotUsing</PrecompiledHeader>
98 <Optimization>MaxSpeed</Optimization>
99 <FunctionLevelLinking>true</FunctionLevelLinking>
100 <IntrinsicFunctions>true</IntrinsicFunctions>
jtattermusch98bffb72014-12-09 12:47:19 -0800101 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
jtattermusch97fb3f62014-12-08 15:13:41 -0800102 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700103 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700104 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700105 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
jtattermusch97fb3f62014-12-08 15:13:41 -0800106 </ClCompile>
107 <Link>
108 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700109 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
110 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
jtattermusch97fb3f62014-12-08 15:13:41 -0800111 <EnableCOMDATFolding>true</EnableCOMDATFolding>
112 <OptimizeReferences>true</OptimizeReferences>
113 </Link>
114 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +0900115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
116 <ClCompile>
117 <WarningLevel>Level3</WarningLevel>
118 <PrecompiledHeader>NotUsing</PrecompiledHeader>
119 <Optimization>MaxSpeed</Optimization>
120 <FunctionLevelLinking>true</FunctionLevelLinking>
121 <IntrinsicFunctions>true</IntrinsicFunctions>
122 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700124 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700125 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700126 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
zeliard292adfe2015-04-22 15:08:36 +0900127 </ClCompile>
128 <Link>
129 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700130 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
131 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900132 <EnableCOMDATFolding>true</EnableCOMDATFolding>
133 <OptimizeReferences>true</OptimizeReferences>
134 </Link>
135 </ItemDefinitionGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -0800136 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700137 <ClInclude Include="..\..\..\test\cpp\qps\client.h" />
138 <ClInclude Include="..\..\..\test\cpp\qps\driver.h" />
139 <ClInclude Include="..\..\..\test\cpp\qps\histogram.h" />
140 <ClInclude Include="..\..\..\test\cpp\qps\interarrival.h" />
141 <ClInclude Include="..\..\..\test\cpp\qps\perf_db_client.h" />
142 <ClInclude Include="..\..\..\test\cpp\qps\qps_worker.h" />
143 <ClInclude Include="..\..\..\test\cpp\qps\report.h" />
144 <ClInclude Include="..\..\..\test\cpp\qps\server.h" />
145 <ClInclude Include="..\..\..\test\cpp\qps\stats.h" />
146 <ClInclude Include="..\..\..\test\cpp\qps\timer.h" />
147 <ClInclude Include="..\..\..\test\cpp\util\benchmark_config.h" />
Craig Tillerf75fc122015-06-25 06:58:00 -0700148 </ItemGroup>
149 <ItemGroup>
vjpai52bfb252015-10-21 07:50:49 -0700150 <ClCompile Include="..\..\..\test\proto\messages.pb.cc">
ctiller2bbb6c42014-12-17 09:44:44 -0800151 </ClCompile>
vjpai52bfb252015-10-21 07:50:49 -0700152 <ClInclude Include="..\..\..\test\proto\messages.pb.h">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700153 </ClInclude>
vjpai52bfb252015-10-21 07:50:49 -0700154 <ClCompile Include="..\..\..\test\proto\messages.grpc.pb.cc">
ctiller2bbb6c42014-12-17 09:44:44 -0800155 </ClCompile>
vjpai52bfb252015-10-21 07:50:49 -0700156 <ClInclude Include="..\..\..\test\proto\messages.grpc.pb.h">
157 </ClInclude>
vjpaiaa391922015-11-02 14:46:04 -0800158 <ClCompile Include="..\..\..\test\proto\benchmarks\control.pb.cc">
vjpai52bfb252015-10-21 07:50:49 -0700159 </ClCompile>
vjpaiaa391922015-11-02 14:46:04 -0800160 <ClInclude Include="..\..\..\test\proto\benchmarks\control.pb.h">
vjpai52bfb252015-10-21 07:50:49 -0700161 </ClInclude>
vjpaiaa391922015-11-02 14:46:04 -0800162 <ClCompile Include="..\..\..\test\proto\benchmarks\control.grpc.pb.cc">
vjpai52bfb252015-10-21 07:50:49 -0700163 </ClCompile>
vjpaiaa391922015-11-02 14:46:04 -0800164 <ClInclude Include="..\..\..\test\proto\benchmarks\control.grpc.pb.h">
vjpai52bfb252015-10-21 07:50:49 -0700165 </ClInclude>
vjpai780a7f22015-11-04 00:19:09 -0800166 <ClCompile Include="..\..\..\test\proto\benchmarks\payloads.pb.cc">
167 </ClCompile>
168 <ClInclude Include="..\..\..\test\proto\benchmarks\payloads.pb.h">
169 </ClInclude>
170 <ClCompile Include="..\..\..\test\proto\benchmarks\payloads.grpc.pb.cc">
171 </ClCompile>
172 <ClInclude Include="..\..\..\test\proto\benchmarks\payloads.grpc.pb.h">
173 </ClInclude>
vjpaiaa391922015-11-02 14:46:04 -0800174 <ClCompile Include="..\..\..\test\proto\benchmarks\services.pb.cc">
vjpai119c1032015-10-29 01:21:04 -0700175 </ClCompile>
vjpaiaa391922015-11-02 14:46:04 -0800176 <ClInclude Include="..\..\..\test\proto\benchmarks\services.pb.h">
vjpai119c1032015-10-29 01:21:04 -0700177 </ClInclude>
vjpaiaa391922015-11-02 14:46:04 -0800178 <ClCompile Include="..\..\..\test\proto\benchmarks\services.grpc.pb.cc">
vjpai119c1032015-10-29 01:21:04 -0700179 </ClCompile>
vjpaiaa391922015-11-02 14:46:04 -0800180 <ClInclude Include="..\..\..\test\proto\benchmarks\services.grpc.pb.h">
vjpai119c1032015-10-29 01:21:04 -0700181 </ClInclude>
vjpaiaa391922015-11-02 14:46:04 -0800182 <ClCompile Include="..\..\..\test\proto\benchmarks\stats.pb.cc">
vjpai52bfb252015-10-21 07:50:49 -0700183 </ClCompile>
vjpaiaa391922015-11-02 14:46:04 -0800184 <ClInclude Include="..\..\..\test\proto\benchmarks\stats.pb.h">
vjpai52bfb252015-10-21 07:50:49 -0700185 </ClInclude>
vjpaiaa391922015-11-02 14:46:04 -0800186 <ClCompile Include="..\..\..\test\proto\benchmarks\stats.grpc.pb.cc">
vjpai52bfb252015-10-21 07:50:49 -0700187 </ClCompile>
vjpaiaa391922015-11-02 14:46:04 -0800188 <ClInclude Include="..\..\..\test\proto\benchmarks\stats.grpc.pb.h">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700189 </ClInclude>
190 <ClCompile Include="..\..\..\test\cpp\qps\perf_db.pb.cc">
Craig Tiller17ec5f92015-01-18 11:30:41 -0800191 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700192 <ClInclude Include="..\..\..\test\cpp\qps\perf_db.pb.h">
193 </ClInclude>
194 <ClCompile Include="..\..\..\test\cpp\qps\perf_db.grpc.pb.cc">
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200195 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700196 <ClInclude Include="..\..\..\test\cpp\qps\perf_db.grpc.pb.h">
197 </ClInclude>
198 <ClCompile Include="..\..\..\test\cpp\qps\client_async.cc">
Craig Tiller17effab2015-08-04 08:19:36 -0700199 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700200 <ClCompile Include="..\..\..\test\cpp\qps\client_sync.cc">
ctiller2bbb6c42014-12-17 09:44:44 -0800201 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700202 <ClCompile Include="..\..\..\test\cpp\qps\driver.cc">
yang-gbe5f0592015-07-13 11:11:50 -0700203 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700204 <ClCompile Include="..\..\..\test\cpp\qps\perf_db_client.cc">
jtattermusch97fb3f62014-12-08 15:13:41 -0800205 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700206 <ClCompile Include="..\..\..\test\cpp\qps\qps_worker.cc">
jtattermusch97fb3f62014-12-08 15:13:41 -0800207 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700208 <ClCompile Include="..\..\..\test\cpp\qps\report.cc">
Craig Tiller17ec5f92015-01-18 11:30:41 -0800209 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700210 <ClCompile Include="..\..\..\test\cpp\qps\server_async.cc">
Craig Tiller34cf2f32015-04-08 16:10:00 -0700211 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700212 <ClCompile Include="..\..\..\test\cpp\qps\server_sync.cc">
213 </ClCompile>
214 <ClCompile Include="..\..\..\test\cpp\qps\timer.cc">
215 </ClCompile>
216 <ClCompile Include="..\..\..\test\cpp\util\benchmark_config.cc">
jtattermusch97fb3f62014-12-08 15:13:41 -0800217 </ClCompile>
jtattermusch97fb3f62014-12-08 15:13:41 -0800218 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800219 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700220 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc_test_util\grpc_test_util.vcxproj">
221 <Project>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</Project>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800222 </ProjectReference>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700223 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc++_test_util\grpc++_test_util.vcxproj">
224 <Project>{0BE77741-552A-929B-A497-4EF7ECE17A64}</Project>
Yang Gao7eb76cc2015-04-01 15:52:08 -0700225 </ProjectReference>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700226 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc++\grpc++.vcxproj">
227 <Project>{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}</Project>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800228 </ProjectReference>
229 </ItemGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -0800230 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
231 <ImportGroup Label="ExtensionTargets">
232 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700233 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
234 <PropertyGroup>
235 <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>
236 </PropertyGroup>
237 </Target>
jtattermusch97fb3f62014-12-08 15:13:41 -0800238</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700239