blob: 84472eff120c0053dd0ad364746b43a8849b93a5 [file] [log] [blame]
yang-g077f6f82015-12-07 11:22:51 -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')" />
yang-g077f6f82015-12-07 11:22:51 -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>{C32CA8A3-58E6-8EB9-B72F-C295547D36A6}</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>
yang-g077f6f82015-12-07 11:22:51 -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>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080037 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
38 <PlatformToolset>v140</PlatformToolset>
39 </PropertyGroup>
yang-g077f6f82015-12-07 11:22:51 -080040 <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" />
yang-g077f6f82015-12-07 11:22:51 -080060 </ImportGroup>
61 <PropertyGroup Label="UserMacros" />
62 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
63 <TargetName>invalid_call_argument_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>
yang-g077f6f82015-12-07 11:22:51 -080067 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
68 </PropertyGroup>
69 <PropertyGroup Condition="'$(Configuration)'=='Release'">
70 <TargetName>invalid_call_argument_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>
yang-g077f6f82015-12-07 11:22:51 -080075 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -080076 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
yang-g077f6f82015-12-07 11:22:51 -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>
yang-g077f6f82015-12-07 11:22:51 -080082 <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>
yang-g077f6f82015-12-07 11:22:51 -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'">
yang-g077f6f82015-12-07 11:22:51 -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>
yang-g077f6f82015-12-07 11:22:51 -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'">
yang-g077f6f82015-12-07 11:22:51 -0800115 <ClCompile>
yang-g077f6f82015-12-07 11:22:51 -0800116 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800117 <WarningLevel>Level3</WarningLevel>
yang-g077f6f82015-12-07 11:22:51 -0800118 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800119 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
yang-g077f6f82015-12-07 11:22:51 -0800120 <FunctionLevelLinking>true</FunctionLevelLinking>
121 <IntrinsicFunctions>true</IntrinsicFunctions>
yang-g077f6f82015-12-07 11:22:51 -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>
yang-g077f6f82015-12-07 11:22:51 -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'">
yang-g077f6f82015-12-07 11:22:51 -0800138 <ClCompile>
yang-g077f6f82015-12-07 11:22:51 -0800139 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800140 <WarningLevel>Level3</WarningLevel>
yang-g077f6f82015-12-07 11:22:51 -0800141 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800142 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
yang-g077f6f82015-12-07 11:22:51 -0800143 <FunctionLevelLinking>true</FunctionLevelLinking>
144 <IntrinsicFunctions>true</IntrinsicFunctions>
yang-g077f6f82015-12-07 11:22:51 -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>
yang-g077f6f82015-12-07 11:22:51 -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
yang-g077f6f82015-12-07 11:22:51 -0800160 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800161 <ClCompile Include="$(SolutionDir)\..\test\core\end2end\invalid_call_argument_test.c">
yang-g077f6f82015-12-07 11:22:51 -0800162 </ClCompile>
163 </ItemGroup>
164 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800165 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_test_util\grpc_test_util.vcxproj">
yang-g077f6f82015-12-07 11:22:51 -0800166 <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">
yang-g077f6f82015-12-07 11:22:51 -0800169 <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>
yang-g077f6f82015-12-07 11:22:51 -0800177 </ItemGroup>
178 <ItemGroup>
179 <None Include="packages.config" />
180 </ItemGroup>
181 <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')" />
yang-g077f6f82015-12-07 11:22:51 -0800187 </ImportGroup>
188 <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')" />
yang-g077f6f82015-12-07 11:22:51 -0800197 </Target>
198</Project>
199