|
|
|
@ -21,6 +21,8 @@ |
|
|
|
|
</ItemGroup> |
|
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
|
<ProjectGuid>{658D7F7F-9628-6545-743C-D949301DC5DC}</ProjectGuid> |
|
|
|
|
<IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected> |
|
|
|
|
<IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration"> |
|
|
|
@ -66,8 +68,8 @@ |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'"> |
|
|
|
|
<TargetName>window_overflow_bad_client_test</TargetName> |
|
|
|
|
<Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> |
|
|
|
|
<Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib> |
|
|
|
|
<Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl> |
|
|
|
|
<Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib> |
|
|
|
|
<Configuration-grpc_dependencies_openssl>Release</Configuration-grpc_dependencies_openssl> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
@ -79,6 +81,7 @@ |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
|
|
|
|
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
@ -96,6 +99,7 @@ |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
|
|
|
|
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
@ -115,6 +119,7 @@ |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
|
|
|
|
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
@ -136,6 +141,7 @@ |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
|
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat> |
|
|
|
|
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild> |
|
|
|
|
</ClCompile> |
|
|
|
|
<Link> |
|
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
|