blob: 83527d31cac058e763041dbfe10e9f25f85c94e8 [file] [log] [blame]
Craig Tiller83399c92015-12-14 13:34:44 -08001<?xml version="1.0" encoding="utf-8"?>
2<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')" />
Craig Tiller83399c92015-12-14 13:34:44 -08004 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug|Win32">
6 <Configuration>Debug</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
9 <ProjectConfiguration Include="Debug|x64">
10 <Configuration>Debug</Configuration>
11 <Platform>x64</Platform>
12 </ProjectConfiguration>
13 <ProjectConfiguration Include="Release|Win32">
14 <Configuration>Release</Configuration>
15 <Platform>Win32</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Release|x64">
18 <Configuration>Release</Configuration>
19 <Platform>x64</Platform>
20 </ProjectConfiguration>
21 </ItemGroup>
22 <PropertyGroup Label="Globals">
23 <ProjectGuid>{B4E7CD82-988A-BD3A-29F8-8590D3A8BC28}</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>
Craig Tiller83399c92015-12-14 13:34:44 -080026 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <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>
37 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
38 <PlatformToolset>v140</PlatformToolset>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <UseDebugLibraries>true</UseDebugLibraries>
43 <CharacterSet>Unicode</CharacterSet>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <UseDebugLibraries>false</UseDebugLibraries>
48 <WholeProgramOptimization>true</WholeProgramOptimization>
49 <CharacterSet>Unicode</CharacterSet>
50 </PropertyGroup>
51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52 <ImportGroup Label="ExtensionSettings">
53 </ImportGroup>
54 <ImportGroup Label="PropertySheets">
55 <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" />
Craig Tiller83399c92015-12-14 13:34:44 -080060 </ImportGroup>
61 <PropertyGroup Label="UserMacros" />
62 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
63 <TargetName>server_registered_method_bad_client_test</TargetName>
64 <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 Tiller83399c92015-12-14 13:34:44 -080067 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
68 </PropertyGroup>
69 <PropertyGroup Condition="'$(Configuration)'=='Release'">
70 <TargetName>server_registered_method_bad_client_test</TargetName>
71 <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>
Craig Tiller83399c92015-12-14 13:34:44 -080075 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080076 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Craig Tiller83399c92015-12-14 13:34:44 -080077 <ClCompile>
78 <PrecompiledHeader>NotUsing</PrecompiledHeader>
79 <WarningLevel>Level3</WarningLevel>
80 <Optimization>Disabled</Optimization>
81 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
82 <SDLCheck>true</SDLCheck>
83 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
84 <TreatWarningAsError>true</TreatWarningAsError>
85 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080086 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller83399c92015-12-14 13:34:44 -080087 </ClCompile>
88 <Link>
89 <SubSystem>Console</SubSystem>
90 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
91 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
92 </Link>
93 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080094
95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Craig Tiller83399c92015-12-14 13:34:44 -080096 <ClCompile>
97 <PrecompiledHeader>NotUsing</PrecompiledHeader>
98 <WarningLevel>Level3</WarningLevel>
99 <Optimization>Disabled</Optimization>
100 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101 <SDLCheck>true</SDLCheck>
102 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
103 <TreatWarningAsError>true</TreatWarningAsError>
104 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800105 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller83399c92015-12-14 13:34:44 -0800106 </ClCompile>
107 <Link>
108 <SubSystem>Console</SubSystem>
109 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
110 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
111 </Link>
112 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800113
114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Craig Tiller83399c92015-12-14 13:34:44 -0800115 <ClCompile>
Craig Tiller83399c92015-12-14 13:34:44 -0800116 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800117 <WarningLevel>Level3</WarningLevel>
Craig Tiller83399c92015-12-14 13:34:44 -0800118 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800119 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller83399c92015-12-14 13:34:44 -0800120 <FunctionLevelLinking>true</FunctionLevelLinking>
121 <IntrinsicFunctions>true</IntrinsicFunctions>
Craig Tiller83399c92015-12-14 13:34:44 -0800122 <SDLCheck>true</SDLCheck>
123 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
124 <TreatWarningAsError>true</TreatWarningAsError>
125 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800126 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller83399c92015-12-14 13:34:44 -0800127 </ClCompile>
128 <Link>
129 <SubSystem>Console</SubSystem>
130 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
131 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
132 <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'">
Craig Tiller83399c92015-12-14 13:34:44 -0800138 <ClCompile>
Craig Tiller83399c92015-12-14 13:34:44 -0800139 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800140 <WarningLevel>Level3</WarningLevel>
Craig Tiller83399c92015-12-14 13:34:44 -0800141 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800142 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller83399c92015-12-14 13:34:44 -0800143 <FunctionLevelLinking>true</FunctionLevelLinking>
144 <IntrinsicFunctions>true</IntrinsicFunctions>
Craig Tiller83399c92015-12-14 13:34:44 -0800145 <SDLCheck>true</SDLCheck>
146 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
147 <TreatWarningAsError>true</TreatWarningAsError>
148 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800149 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller83399c92015-12-14 13:34:44 -0800150 </ClCompile>
151 <Link>
152 <SubSystem>Console</SubSystem>
153 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
154 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
155 <EnableCOMDATFolding>true</EnableCOMDATFolding>
156 <OptimizeReferences>true</OptimizeReferences>
157 </Link>
158 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800159
Craig Tiller83399c92015-12-14 13:34:44 -0800160 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800161 <ClCompile Include="$(SolutionDir)\..\test\core\bad_client\tests\server_registered_method.c">
Craig Tiller83399c92015-12-14 13:34:44 -0800162 </ClCompile>
163 </ItemGroup>
164 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800165 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\test/bad_client\bad_client_test\bad_client_test.vcxproj">
Craig Tiller83399c92015-12-14 13:34:44 -0800166 <Project>{BA67B418-B699-E41A-9CC4-0279C49481A5}</Project>
167 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800168 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_test_util_unsecure\grpc_test_util_unsecure.vcxproj">
Craig Tiller83399c92015-12-14 13:34:44 -0800169 <Project>{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}</Project>
170 </ProjectReference>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800171 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_unsecure\grpc_unsecure.vcxproj">
Craig Tiller83399c92015-12-14 13:34:44 -0800172 <Project>{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}</Project>
173 </ProjectReference>
Craig Tillerda179ce2016-02-09 12:01:53 -0800174 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr_test_util\gpr_test_util.vcxproj">
175 <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project>
176 </ProjectReference>
177 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
178 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
179 </ProjectReference>
Craig Tiller83399c92015-12-14 13:34:44 -0800180 </ItemGroup>
181 <ItemGroup>
182 <None Include="packages.config" />
183 </ItemGroup>
184 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
185 <ImportGroup Label="ExtensionTargets">
Craig Tiller77fc4d32015-12-22 12:51:27 -0800186 <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')" />
187 <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')" />
188 <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')" />
189 <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')" />
Craig Tiller83399c92015-12-14 13:34:44 -0800190 </ImportGroup>
191 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
192 <PropertyGroup>
193 <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>
194 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800195 <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')" />
196 <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')" />
197 <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')" />
198 <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')" />
199 <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 Tiller83399c92015-12-14 13:34:44 -0800200 </Target>
201</Project>
202