blob: 6cc4861def608cf4cc93a413b2b32f703dc686c3 [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>
jtattermusch97fb3f62014-12-08 15:13:41 -080068 </ClCompile>
69 <Link>
70 <SubSystem>Windows</SubSystem>
71 <GenerateDebugInformation>true</GenerateDebugInformation>
72 </Link>
73 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +090074 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75 <ClCompile>
76 <PrecompiledHeader>NotUsing</PrecompiledHeader>
77 <WarningLevel>Level3</WarningLevel>
78 <Optimization>Disabled</Optimization>
79 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
80 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070081 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
zeliard292adfe2015-04-22 15:08:36 +090082 </ClCompile>
83 <Link>
84 <SubSystem>Windows</SubSystem>
85 <GenerateDebugInformation>true</GenerateDebugInformation>
86 </Link>
87 </ItemDefinitionGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -080088 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
89 <ClCompile>
90 <WarningLevel>Level3</WarningLevel>
91 <PrecompiledHeader>NotUsing</PrecompiledHeader>
92 <Optimization>MaxSpeed</Optimization>
93 <FunctionLevelLinking>true</FunctionLevelLinking>
94 <IntrinsicFunctions>true</IntrinsicFunctions>
jtattermusch98bffb72014-12-09 12:47:19 -080095 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
jtattermusch97fb3f62014-12-08 15:13:41 -080096 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070097 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
jtattermusch97fb3f62014-12-08 15:13:41 -080098 </ClCompile>
99 <Link>
100 <SubSystem>Windows</SubSystem>
101 <GenerateDebugInformation>true</GenerateDebugInformation>
102 <EnableCOMDATFolding>true</EnableCOMDATFolding>
103 <OptimizeReferences>true</OptimizeReferences>
104 </Link>
105 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +0900106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
107 <ClCompile>
108 <WarningLevel>Level3</WarningLevel>
109 <PrecompiledHeader>NotUsing</PrecompiledHeader>
110 <Optimization>MaxSpeed</Optimization>
111 <FunctionLevelLinking>true</FunctionLevelLinking>
112 <IntrinsicFunctions>true</IntrinsicFunctions>
113 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700115 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
zeliard292adfe2015-04-22 15:08:36 +0900116 </ClCompile>
117 <Link>
118 <SubSystem>Windows</SubSystem>
119 <GenerateDebugInformation>true</GenerateDebugInformation>
120 <EnableCOMDATFolding>true</EnableCOMDATFolding>
121 <OptimizeReferences>true</OptimizeReferences>
122 </Link>
123 </ItemDefinitionGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -0800124 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700125 <ClInclude Include="..\..\..\test\cpp\qps\client.h" />
126 <ClInclude Include="..\..\..\test\cpp\qps\driver.h" />
127 <ClInclude Include="..\..\..\test\cpp\qps\histogram.h" />
128 <ClInclude Include="..\..\..\test\cpp\qps\interarrival.h" />
129 <ClInclude Include="..\..\..\test\cpp\qps\perf_db_client.h" />
130 <ClInclude Include="..\..\..\test\cpp\qps\qps_worker.h" />
131 <ClInclude Include="..\..\..\test\cpp\qps\report.h" />
132 <ClInclude Include="..\..\..\test\cpp\qps\server.h" />
133 <ClInclude Include="..\..\..\test\cpp\qps\stats.h" />
134 <ClInclude Include="..\..\..\test\cpp\qps\timer.h" />
135 <ClInclude Include="..\..\..\test\cpp\util\benchmark_config.h" />
Craig Tillerf75fc122015-06-25 06:58:00 -0700136 </ItemGroup>
137 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700138 <ClCompile Include="..\..\..\test\cpp\qps\qpstest.pb.cc">
ctiller2bbb6c42014-12-17 09:44:44 -0800139 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700140 <ClInclude Include="..\..\..\test\cpp\qps\qpstest.pb.h">
141 </ClInclude>
142 <ClCompile Include="..\..\..\test\cpp\qps\qpstest.grpc.pb.cc">
ctiller2bbb6c42014-12-17 09:44:44 -0800143 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700144 <ClInclude Include="..\..\..\test\cpp\qps\qpstest.grpc.pb.h">
145 </ClInclude>
146 <ClCompile Include="..\..\..\test\cpp\qps\perf_db.pb.cc">
Craig Tiller17ec5f92015-01-18 11:30:41 -0800147 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700148 <ClInclude Include="..\..\..\test\cpp\qps\perf_db.pb.h">
149 </ClInclude>
150 <ClCompile Include="..\..\..\test\cpp\qps\perf_db.grpc.pb.cc">
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200151 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700152 <ClInclude Include="..\..\..\test\cpp\qps\perf_db.grpc.pb.h">
153 </ClInclude>
154 <ClCompile Include="..\..\..\test\cpp\qps\client_async.cc">
Craig Tiller17effab2015-08-04 08:19:36 -0700155 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700156 <ClCompile Include="..\..\..\test\cpp\qps\client_sync.cc">
ctiller2bbb6c42014-12-17 09:44:44 -0800157 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700158 <ClCompile Include="..\..\..\test\cpp\qps\driver.cc">
yang-gbe5f0592015-07-13 11:11:50 -0700159 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700160 <ClCompile Include="..\..\..\test\cpp\qps\perf_db_client.cc">
jtattermusch97fb3f62014-12-08 15:13:41 -0800161 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700162 <ClCompile Include="..\..\..\test\cpp\qps\qps_worker.cc">
jtattermusch97fb3f62014-12-08 15:13:41 -0800163 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700164 <ClCompile Include="..\..\..\test\cpp\qps\report.cc">
Craig Tiller17ec5f92015-01-18 11:30:41 -0800165 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700166 <ClCompile Include="..\..\..\test\cpp\qps\server_async.cc">
Craig Tiller34cf2f32015-04-08 16:10:00 -0700167 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700168 <ClCompile Include="..\..\..\test\cpp\qps\server_sync.cc">
169 </ClCompile>
170 <ClCompile Include="..\..\..\test\cpp\qps\timer.cc">
171 </ClCompile>
172 <ClCompile Include="..\..\..\test\cpp\util\benchmark_config.cc">
jtattermusch97fb3f62014-12-08 15:13:41 -0800173 </ClCompile>
jtattermusch97fb3f62014-12-08 15:13:41 -0800174 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800175 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700176 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc_test_util\grpc_test_util.vcxproj">
177 <Project>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</Project>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800178 </ProjectReference>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700179 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc++_test_util\grpc++_test_util.vcxproj">
180 <Project>{0BE77741-552A-929B-A497-4EF7ECE17A64}</Project>
Yang Gao7eb76cc2015-04-01 15:52:08 -0700181 </ProjectReference>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700182 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\grpc++\grpc++.vcxproj">
183 <Project>{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}</Project>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800184 </ProjectReference>
185 </ItemGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -0800186 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
187 <ImportGroup Label="ExtensionTargets">
188 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700189 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
190 <PropertyGroup>
191 <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>
192 </PropertyGroup>
193 </Target>
jtattermusch97fb3f62014-12-08 15:13:41 -0800194</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700195