blob: b3eb7f662f2f3eac5aac63c7f66c8bf774a69560 [file] [log] [blame]
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +02001<?xml version="1.0" encoding="utf-8"?>
zeliard179be502015-04-27 14:52:00 +09002<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>
zeliard8ff24592015-04-27 15:26:32 +09008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
zeliard179be502015-04-27 14:52:00 +090012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
zeliard8ff24592015-04-27 15:26:32 +090016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
zeliard179be502015-04-27 14:52:00 +090020 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}</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>
zeliard179be502015-04-27 14:52:00 +090025 </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>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080036 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
37 <PlatformToolset>v140</PlatformToolset>
38 </PropertyGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020039 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
zeliard179be502015-04-27 14:52:00 +090040 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020044 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
zeliard8ff24592015-04-27 15:26:32 +090045 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
zeliard179be502015-04-27 14:52:00 +090050 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020053 <ImportGroup Label="PropertySheets">
zeliard179be502015-04-27 14:52:00 +090054 <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" />
zeliard8ff24592015-04-27 15:26:32 +090057 </ImportGroup>
zeliard179be502015-04-27 14:52:00 +090058 <PropertyGroup Label="UserMacros" />
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020059 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
zeliard179be502015-04-27 14:52:00 +090060 <TargetName>grpc_test_util_unsecure</TargetName>
61 </PropertyGroup>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020062 <PropertyGroup Condition="'$(Configuration)'=='Release'">
zeliard8ff24592015-04-27 15:26:32 +090063 <TargetName>grpc_test_util_unsecure</TargetName>
64 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080065 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
zeliard179be502015-04-27 14:52:00 +090066 <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>
zeliard179be502015-04-27 14:52:00 +090071 <SDLCheck>true</SDLCheck>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +020072 <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>
zeliard179be502015-04-27 14:52:00 +090076 </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>
zeliard179be502015-04-27 14:52:00 +090081 </Link>
82 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080083
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
zeliard8ff24592015-04-27 15:26:32 +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 "Pixel" Noble1df8ee92015-08-14 02:20:41 +020091 <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>
zeliard8ff24592015-04-27 15:26:32 +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>
zeliard8ff24592015-04-27 15:26:32 +0900100 </Link>
101 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800102
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
zeliard179be502015-04-27 14:52:00 +0900104 <ClCompile>
zeliard179be502015-04-27 14:52:00 +0900105 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800106 <WarningLevel>Level3</WarningLevel>
zeliard179be502015-04-27 14:52:00 +0900107 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800108 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
zeliard179be502015-04-27 14:52:00 +0900109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <IntrinsicFunctions>true</IntrinsicFunctions>
zeliard179be502015-04-27 14:52:00 +0900111 <SDLCheck>true</SDLCheck>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200112 <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>
zeliard179be502015-04-27 14:52:00 +0900116 </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>
zeliard179be502015-04-27 14:52:00 +0900121 <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'">
zeliard8ff24592015-04-27 15:26:32 +0900127 <ClCompile>
zeliard8ff24592015-04-27 15:26:32 +0900128 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800129 <WarningLevel>Level3</WarningLevel>
zeliard8ff24592015-04-27 15:26:32 +0900130 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
zeliard8ff24592015-04-27 15:26:32 +0900132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
zeliard8ff24592015-04-27 15:26:32 +0900134 <SDLCheck>true</SDLCheck>
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200135 <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>
zeliard8ff24592015-04-27 15:26:32 +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>
zeliard8ff24592015-04-27 15:26:32 +0900144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800148
zeliard179be502015-04-27 14:52:00 +0900149 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800150 <ClInclude Include="$(SolutionDir)\..\test\core\end2end\cq_verifier.h" />
151 <ClInclude Include="$(SolutionDir)\..\test\core\end2end\fixtures\proxy.h" />
152 <ClInclude Include="$(SolutionDir)\..\test\core\iomgr\endpoint_tests.h" />
153 <ClInclude Include="$(SolutionDir)\..\test\core\util\grpc_profiler.h" />
154 <ClInclude Include="$(SolutionDir)\..\test\core\util\parse_hexstring.h" />
155 <ClInclude Include="$(SolutionDir)\..\test\core\util\port.h" />
Craig Tiller19d7d802016-03-17 08:47:05 -0700156 <ClInclude Include="$(SolutionDir)\..\test\core\util\port_server_client.h" />
Craig Tiller77fc4d32015-12-22 12:51:27 -0800157 <ClInclude Include="$(SolutionDir)\..\test\core\util\slice_splitter.h" />
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200158 </ItemGroup>
159 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800160 <ClCompile Include="$(SolutionDir)\..\test\core\end2end\cq_verifier.c">
zeliard179be502015-04-27 14:52:00 +0900161 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800162 <ClCompile Include="$(SolutionDir)\..\test\core\end2end\fixtures\proxy.c">
Nicolas "Pixel" Noble1df8ee92015-08-14 02:20:41 +0200163 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800164 <ClCompile Include="$(SolutionDir)\..\test\core\iomgr\endpoint_tests.c">
zeliard179be502015-04-27 14:52:00 +0900165 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800166 <ClCompile Include="$(SolutionDir)\..\test\core\util\grpc_profiler.c">
zeliard179be502015-04-27 14:52:00 +0900167 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800168 <ClCompile Include="$(SolutionDir)\..\test\core\util\parse_hexstring.c">
zeliard179be502015-04-27 14:52:00 +0900169 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800170 <ClCompile Include="$(SolutionDir)\..\test\core\util\port_posix.c">
zeliard179be502015-04-27 14:52:00 +0900171 </ClCompile>
Craig Tiller19d7d802016-03-17 08:47:05 -0700172 <ClCompile Include="$(SolutionDir)\..\test\core\util\port_server_client.c">
173 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800174 <ClCompile Include="$(SolutionDir)\..\test\core\util\port_windows.c">
zeliard179be502015-04-27 14:52:00 +0900175 </ClCompile>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800176 <ClCompile Include="$(SolutionDir)\..\test\core\util\slice_splitter.c">
zeliard179be502015-04-27 14:52:00 +0900177 </ClCompile>
178 </ItemGroup>
179 <ItemGroup>
Craig Tillerda179ce2016-02-09 12:01:53 -0800180 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
181 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
182 </ProjectReference>
183 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr_test_util\gpr_test_util.vcxproj">
184 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
185 </ProjectReference>
Craig Tillerf82ddc42016-04-05 17:15:07 -0700186 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj">
187 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
188 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800189 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_unsecure\grpc_unsecure.vcxproj">
Craig Tiller917c29e2015-12-02 11:03:19 -0800190 <Project>{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}</Project>
zeliard179be502015-04-27 14:52:00 +0900191 </ProjectReference>
192 </ItemGroup>
193 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
194 <ImportGroup Label="ExtensionTargets">
195 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700196 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
197 <PropertyGroup>
198 <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>
199 </PropertyGroup>
200 </Target>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200201</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700202