aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/coapp/zlib/managed_targets/grpc.dependencies.zlib.redist.props
blob: bcb37de0f7f7355167cbd93f0bc5bc828e45c3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <!-- Whether or not copy native dependencies to output directory after building -->
    <CopyNativeDependencies Condition=" '$(CopyNativeDependencies)' == '' ">true</CopyNativeDependencies>
    
	<!-- Set defaults for native dependencies if not already set. Properties can be overriden in the project files. -->
	<NativeDependenciesToolset Condition=" '$(NativeDependenciesToolset)' == '' ">v120</NativeDependenciesToolset>
    <NativeDependenciesPlatform Condition=" '$(NativeDependenciesPlatform)' == '' ">Win32</NativeDependenciesPlatform>
    <NativeDependenciesConfiguration Condition=" '$(NativeDependenciesConfiguration)' == '' ">Debug</NativeDependenciesConfiguration>
	<ZlibCallingConvention Condition=" '$(ZlibCallingConvention)' == '' ">cdecl</ZlibCallingConvention>
  </PropertyGroup>
</Project>