blob: 5bfbe2dcb7299a69170f470ce39a4c99111f9345 [file] [log] [blame]
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +02001<?xml version="1.0" encoding="utf-8"?>
nnoble5f2ecb32015-01-12 16:40:18 -08002<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Craig Tiller77fc4d32015-12-22 12:51:27 -08003 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\1.0.204.1.props')" />
nnoble5f2ecb32015-01-12 16:40:18 -08004 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug|Win32">
6 <Configuration>Debug</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +09009 <ProjectConfiguration Include="Debug|x64">
10 <Configuration>Debug</Configuration>
11 <Platform>x64</Platform>
12 </ProjectConfiguration>
nnoble5f2ecb32015-01-12 16:40:18 -080013 <ProjectConfiguration Include="Release|Win32">
14 <Configuration>Release</Configuration>
15 <Platform>Win32</Platform>
16 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +090017 <ProjectConfiguration Include="Release|x64">
18 <Configuration>Release</Configuration>
19 <Platform>x64</Platform>
20 </ProjectConfiguration>
nnoble5f2ecb32015-01-12 16:40:18 -080021 </ItemGroup>
22 <PropertyGroup Label="Globals">
Craig Tiller02a7bed2015-08-31 15:54:05 -070023 <ProjectGuid>{5AFE7D17-A4A7-D68E-4491-CBC852F9D2A0}</ProjectGuid>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080024 <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
Jan Tattermusch44fc7202015-12-18 08:52:23 -080025 <IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir>
nnoble5f2ecb32015-01-12 16:40:18 -080026 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070028 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
29 <PlatformToolset>v100</PlatformToolset>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
32 <PlatformToolset>v110</PlatformToolset>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
35 <PlatformToolset>v120</PlatformToolset>
36 </PropertyGroup>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080037 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
38 <PlatformToolset>v140</PlatformToolset>
39 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070040 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
Craig Tiller02a7bed2015-08-31 15:54:05 -070041 <ConfigurationType>Application</ConfigurationType>
nnoble5f2ecb32015-01-12 16:40:18 -080042 <UseDebugLibraries>true</UseDebugLibraries>
nnoble5f2ecb32015-01-12 16:40:18 -080043 <CharacterSet>Unicode</CharacterSet>
nnoble5f2ecb32015-01-12 16:40:18 -080044 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070045 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
Craig Tiller02a7bed2015-08-31 15:54:05 -070046 <ConfigurationType>Application</ConfigurationType>
zeliard292adfe2015-04-22 15:08:36 +090047 <UseDebugLibraries>false</UseDebugLibraries>
48 <WholeProgramOptimization>true</WholeProgramOptimization>
49 <CharacterSet>Unicode</CharacterSet>
50 </PropertyGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080051 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52 <ImportGroup Label="ExtensionSettings">
53 </ImportGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070054 <ImportGroup Label="PropertySheets">
nnoble5f2ecb32015-01-12 16:40:18 -080055 <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 -080056 <Import Project="$(SolutionDir)\..\vsprojects\global.props" />
57 <Import Project="$(SolutionDir)\..\vsprojects\openssl.props" />
58 <Import Project="$(SolutionDir)\..\vsprojects\winsock.props" />
59 <Import Project="$(SolutionDir)\..\vsprojects\zlib.props" />
zeliard292adfe2015-04-22 15:08:36 +090060 </ImportGroup>
nnoble5f2ecb32015-01-12 16:40:18 -080061 <PropertyGroup Label="UserMacros" />
Nicolas Noble563b8a22015-07-30 15:39:43 -070062 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070063 <TargetName>compression_test</TargetName>
Craig Tiller3c2577e2015-09-01 09:07:44 -070064 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
65 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
Jan Tattermuschfbaf8512016-01-12 12:43:34 -080066 <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl>
Craig Tiller3c2577e2015-09-01 09:07:44 -070067 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080068 </PropertyGroup>
Nicolas Noble563b8a22015-07-30 15:39:43 -070069 <PropertyGroup Condition="'$(Configuration)'=='Release'">
Craig Tiller02a7bed2015-08-31 15:54:05 -070070 <TargetName>compression_test</TargetName>
Craig Tiller3c2577e2015-09-01 09:07:44 -070071 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080072 <Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib>
Jan Tattermuschfbaf8512016-01-12 12:43:34 -080073 <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080074 <Configuration-grpc_dependencies_openssl>Release</Configuration-grpc_dependencies_openssl>
zeliard292adfe2015-04-22 15:08:36 +090075 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080076 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
nnoble5f2ecb32015-01-12 16:40:18 -080077 <ClCompile>
78 <PrecompiledHeader>NotUsing</PrecompiledHeader>
79 <WarningLevel>Level3</WarningLevel>
80 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080081 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
nnoble5f2ecb32015-01-12 16:40:18 -080082 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -070083 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070084 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070085 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080086 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
nnoble5f2ecb32015-01-12 16:40:18 -080087 </ClCompile>
88 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -070089 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -070090 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
91 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
nnoble5f2ecb32015-01-12 16:40:18 -080092 </Link>
93 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080094
95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
zeliard292adfe2015-04-22 15:08:36 +090096 <ClCompile>
97 <PrecompiledHeader>NotUsing</PrecompiledHeader>
98 <WarningLevel>Level3</WarningLevel>
99 <Optimization>Disabled</Optimization>
100 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700102 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700103 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700104 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800105 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
zeliard292adfe2015-04-22 15:08:36 +0900106 </ClCompile>
107 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700108 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700109 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
110 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900111 </Link>
112 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800113
114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
nnoble5f2ecb32015-01-12 16:40:18 -0800115 <ClCompile>
nnoble5f2ecb32015-01-12 16:40:18 -0800116 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800117 <WarningLevel>Level3</WarningLevel>
nnoble5f2ecb32015-01-12 16:40:18 -0800118 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800119 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
nnoble5f2ecb32015-01-12 16:40:18 -0800120 <FunctionLevelLinking>true</FunctionLevelLinking>
121 <IntrinsicFunctions>true</IntrinsicFunctions>
nnoble5f2ecb32015-01-12 16:40:18 -0800122 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700123 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700124 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700125 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800126 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
nnoble5f2ecb32015-01-12 16:40:18 -0800127 </ClCompile>
128 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700129 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700130 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
131 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
nnoble5f2ecb32015-01-12 16:40:18 -0800132 <EnableCOMDATFolding>true</EnableCOMDATFolding>
133 <OptimizeReferences>true</OptimizeReferences>
134 </Link>
135 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800136
137 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
zeliard292adfe2015-04-22 15:08:36 +0900138 <ClCompile>
zeliard292adfe2015-04-22 15:08:36 +0900139 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800140 <WarningLevel>Level3</WarningLevel>
zeliard292adfe2015-04-22 15:08:36 +0900141 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800142 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
zeliard292adfe2015-04-22 15:08:36 +0900143 <FunctionLevelLinking>true</FunctionLevelLinking>
144 <IntrinsicFunctions>true</IntrinsicFunctions>
zeliard292adfe2015-04-22 15:08:36 +0900145 <SDLCheck>true</SDLCheck>
Nicolas Noble563b8a22015-07-30 15:39:43 -0700146 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700147 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700148 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800149 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
zeliard292adfe2015-04-22 15:08:36 +0900150 </ClCompile>
151 <Link>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700152 <SubSystem>Console</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700153 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
154 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
zeliard292adfe2015-04-22 15:08:36 +0900155 <EnableCOMDATFolding>true</EnableCOMDATFolding>
156 <OptimizeReferences>true</OptimizeReferences>
157 </Link>
158 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800159
nnoble5f2ecb32015-01-12 16:40:18 -0800160 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800161 <ClCompile Include="$(SolutionDir)\..\test\core\compression\compression_test.c">
nnoble5f2ecb32015-01-12 16:40:18 -0800162 </ClCompile>
163 </ItemGroup>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800164 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800165 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_test_util\grpc_test_util.vcxproj">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700166 <Project>{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}</Project>
167 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800168 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc\grpc.vcxproj">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700169 <Project>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</Project>
170 </ProjectReference>
Craig Tillerda179ce2016-02-09 12:01:53 -0800171 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr_test_util\gpr_test_util.vcxproj">
172 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
173 </ProjectReference>
174 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
175 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
176 </ProjectReference>
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800177 </ItemGroup>
Craig Tiller3c2577e2015-09-01 09:07:44 -0700178 <ItemGroup>
179 <None Include="packages.config" />
180 </ItemGroup>
nnoble5f2ecb32015-01-12 16:40:18 -0800181 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
182 <ImportGroup Label="ExtensionTargets">
Craig Tiller77fc4d32015-12-22 12:51:27 -0800183 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
184 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
185 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
186 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
nnoble5f2ecb32015-01-12 16:40:18 -0800187 </ImportGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700188 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
189 <PropertyGroup>
190 <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>
191 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800192 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" />
193 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" />
194 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" />
195 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" />
196 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700197 </Target>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +0200198</Project>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700199