blob: 487ffe0fd82f754db9cb780a121a230eccb63089 [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">
22 <ProjectGuid>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</ProjectGuid>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080023 <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
Jan Tattermusch44fc7202015-12-18 08:52:23 -080024 <IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir>
jtattermusch97fb3f62014-12-08 15:13:41 -080025 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070027 <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>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080036 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
37 <PlatformToolset>v140</PlatformToolset>
38 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070039 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
jtattermusch97fb3f62014-12-08 15:13:41 -080040 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
jtattermusch97fb3f62014-12-08 15:13:41 -080042 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070044 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
zeliard292adfe2015-04-22 15:08:36 +090045 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -080050 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070053 <ImportGroup Label="PropertySheets">
jtattermusch97fb3f62014-12-08 15:13:41 -080054 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Craig Tiller77fc4d32015-12-22 12:51:27 -080055 <Import Project="$(SolutionDir)\..\vsprojects\global.props" />
56 <Import Project="$(SolutionDir)\..\vsprojects\winsock.props" />
zeliard292adfe2015-04-22 15:08:36 +090057 </ImportGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -080058 <PropertyGroup Label="UserMacros" />
Nicolas Noble563b8a22015-07-30 15:39:43 -070059 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080060 <TargetName>grpc_test_util</TargetName>
61 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070062 <PropertyGroup Condition="'$(Configuration)'=='Release'">
zeliard292adfe2015-04-22 15:08:36 +090063 <TargetName>grpc_test_util</TargetName>
64 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080065 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
jtattermusch97fb3f62014-12-08 15:13:41 -080066 <ClCompile>
67 <PrecompiledHeader>NotUsing</PrecompiledHeader>
68 <WarningLevel>Level3</WarningLevel>
69 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080070 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
jtattermusch97fb3f62014-12-08 15:13:41 -080071 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070072 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070073 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070074 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080075 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
jtattermusch97fb3f62014-12-08 15:13:41 -080076 </ClCompile>
77 <Link>
78 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070079 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
80 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
jtattermusch97fb3f62014-12-08 15:13:41 -080081 </Link>
82 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080083
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
zeliard292adfe2015-04-22 15:08:36 +090085 <ClCompile>
86 <PrecompiledHeader>NotUsing</PrecompiledHeader>
87 <WarningLevel>Level3</WarningLevel>
88 <Optimization>Disabled</Optimization>
89 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070091 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070092 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070093 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080094 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
zeliard292adfe2015-04-22 15:08:36 +090095 </ClCompile>
96 <Link>
97 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070098 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
99 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900100 </Link>
101 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800102
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
jtattermusch97fb3f62014-12-08 15:13:41 -0800104 <ClCompile>
jtattermusch97fb3f62014-12-08 15:13:41 -0800105 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800106 <WarningLevel>Level3</WarningLevel>
jtattermusch97fb3f62014-12-08 15:13:41 -0800107 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800108 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
jtattermusch97fb3f62014-12-08 15:13:41 -0800109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <IntrinsicFunctions>true</IntrinsicFunctions>
jtattermusch97fb3f62014-12-08 15:13:41 -0800111 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700112 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700113 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700114 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800115 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
jtattermusch97fb3f62014-12-08 15:13:41 -0800116 </ClCompile>
117 <Link>
118 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700119 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
120 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
jtattermusch97fb3f62014-12-08 15:13:41 -0800121 <EnableCOMDATFolding>true</EnableCOMDATFolding>
122 <OptimizeReferences>true</OptimizeReferences>
123 </Link>
124 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800125
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
zeliard292adfe2015-04-22 15:08:36 +0900127 <ClCompile>
zeliard292adfe2015-04-22 15:08:36 +0900128 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800129 <WarningLevel>Level3</WarningLevel>
zeliard292adfe2015-04-22 15:08:36 +0900130 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
zeliard292adfe2015-04-22 15:08:36 +0900132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
zeliard292adfe2015-04-22 15:08:36 +0900134 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700135 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700136 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700137 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800138 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
zeliard292adfe2015-04-22 15:08:36 +0900139 </ClCompile>
140 <Link>
141 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700142 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
143 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800148
jtattermusch97fb3f62014-12-08 15:13:41 -0800149 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800150 <ClInclude Include="$(SolutionDir)\..\test\core\end2end\data\ssl_test_data.h" />
151 <ClInclude Include="$(SolutionDir)\..\test\core\security\oauth2_utils.h" />
152 <ClInclude Include="$(SolutionDir)\..\test\core\end2end\cq_verifier.h" />
153 <ClInclude Include="$(SolutionDir)\..\test\core\end2end\fixtures\proxy.h" />
154 <ClInclude Include="$(SolutionDir)\..\test\core\iomgr\endpoint_tests.h" />
155 <ClInclude Include="$(SolutionDir)\..\test\core\util\grpc_profiler.h" />
156 <ClInclude Include="$(SolutionDir)\..\test\core\util\parse_hexstring.h" />
157 <ClInclude Include="$(SolutionDir)\..\test\core\util\port.h" />
Craig Tiller19d7d802016-03-17 08:47:05 -0700158 <ClInclude Include="$(SolutionDir)\..\test\core\util\port_server_client.h" />
Craig Tiller77fc4d32015-12-22 12:51:27 -0800159 <ClInclude Include="$(SolutionDir)\..\test\core\util\slice_splitter.h" />
Craig Tillerf75fc122015-06-25 06:58:00 -0700160 </ItemGroup>
161 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800162 <ClCompile Include="$(SolutionDir)\..\test\core\end2end\data\server1_cert.c">
ctiller2bbb6c42014-12-17 09:44:44 -0800163 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800164 <ClCompile Include="$(SolutionDir)\..\test\core\end2end\data\server1_key.c">
ctiller2bbb6c42014-12-17 09:44:44 -0800165 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800166 <ClCompile Include="$(SolutionDir)\..\test\core\end2end\data\test_root_cert.c">
Craig Tiller17ec5f92015-01-18 11:30:41 -0800167 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800168 <ClCompile Include="$(SolutionDir)\..\test\core\security\oauth2_utils.c">
Craig Tiller917c29e2015-12-02 11:03:19 -0800169 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800170 <ClCompile Include="$(SolutionDir)\..\test\core\end2end\cq_verifier.c">
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200171 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800172 <ClCompile Include="$(SolutionDir)\..\test\core\end2end\fixtures\proxy.c">
Craig Tiller17effab2015-08-04 08:19:36 -0700173 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800174 <ClCompile Include="$(SolutionDir)\..\test\core\iomgr\endpoint_tests.c">
ctiller2bbb6c42014-12-17 09:44:44 -0800175 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800176 <ClCompile Include="$(SolutionDir)\..\test\core\util\grpc_profiler.c">
jtattermusch97fb3f62014-12-08 15:13:41 -0800177 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800178 <ClCompile Include="$(SolutionDir)\..\test\core\util\parse_hexstring.c">
jtattermusch97fb3f62014-12-08 15:13:41 -0800179 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800180 <ClCompile Include="$(SolutionDir)\..\test\core\util\port_posix.c">
Craig Tiller17ec5f92015-01-18 11:30:41 -0800181 </ClCompile>
Craig Tiller19d7d802016-03-17 08:47:05 -0700182 <ClCompile Include="$(SolutionDir)\..\test\core\util\port_server_client.c">
183 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800184 <ClCompile Include="$(SolutionDir)\..\test\core\util\port_windows.c">
Craig Tiller34cf2f32015-04-08 16:10:00 -0700185 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800186 <ClCompile Include="$(SolutionDir)\..\test\core\util\slice_splitter.c">
jtattermusch97fb3f62014-12-08 15:13:41 -0800187 </ClCompile>
jtattermusch97fb3f62014-12-08 15:13:41 -0800188 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800189 <ItemGroup>
Craig Tillerda179ce2016-02-09 12:01:53 -0800190 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr_test_util\gpr_test_util.vcxproj">
191 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
192 </ProjectReference>
Craig Tiller1298afd2016-02-09 12:29:17 -0800193 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
194 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
195 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800196 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj">
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800197 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
198 </ProjectReference>
199 </ItemGroup>
jtattermusch97fb3f62014-12-08 15:13:41 -0800200 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
201 <ImportGroup Label="ExtensionTargets">
202 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700203 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
204 <PropertyGroup>
205 <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>
206 </PropertyGroup>
207 </Target>
jtattermusch97fb3f62014-12-08 15:13:41 -0800208</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700209