aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/coapp/zlib/managed_targets/grpc.dependencies.zlib.redist.props
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-09-28 17:20:03 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-09-30 10:10:22 -0700
commit18e2202fb568d8488e1e63eb6f9bd22baca012b3 (patch)
treeb18f2fe876d566e42786f02eb04779b35a5258e5 /vsprojects/coapp/zlib/managed_targets/grpc.dependencies.zlib.redist.props
parent556a4badac4e7c4f2a6ddf1dfb86a83c83fc191e (diff)
customize the coapp scripts for zlib
Diffstat (limited to 'vsprojects/coapp/zlib/managed_targets/grpc.dependencies.zlib.redist.props')
-rw-r--r--vsprojects/coapp/zlib/managed_targets/grpc.dependencies.zlib.redist.props13
1 files changed, 13 insertions, 0 deletions
diff --git a/vsprojects/coapp/zlib/managed_targets/grpc.dependencies.zlib.redist.props b/vsprojects/coapp/zlib/managed_targets/grpc.dependencies.zlib.redist.props
new file mode 100644
index 0000000000..bcb37de0f7
--- /dev/null
+++ b/vsprojects/coapp/zlib/managed_targets/grpc.dependencies.zlib.redist.props
@@ -0,0 +1,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> \ No newline at end of file