aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/coapp/zlib/grpc.dependencies.zlib.autopkg
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-11-30 12:57:16 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-01 08:15:33 -0800
commitfd72a4c68923bec48621061e7af3c775ab332604 (patch)
treee50c8ced31927bdaaaca92de5918691a31e21eec /vsprojects/coapp/zlib/grpc.dependencies.zlib.autopkg
parent73081d15824a5aa876ee048f5a29aeba1bc4bd16 (diff)
update zlib nuget packages
Diffstat (limited to 'vsprojects/coapp/zlib/grpc.dependencies.zlib.autopkg')
-rw-r--r--vsprojects/coapp/zlib/grpc.dependencies.zlib.autopkg17
1 files changed, 12 insertions, 5 deletions
diff --git a/vsprojects/coapp/zlib/grpc.dependencies.zlib.autopkg b/vsprojects/coapp/zlib/grpc.dependencies.zlib.autopkg
index da0455d4c7..69b3bae19c 100644
--- a/vsprojects/coapp/zlib/grpc.dependencies.zlib.autopkg
+++ b/vsprojects/coapp/zlib/grpc.dependencies.zlib.autopkg
@@ -1,7 +1,14 @@
@import @"version.inc";
-configurations {
-};
+configurations
+{
+ // See https://github.com/coapp/coapp.powershell/issues/112
+ Toolset
+ {
+ key : "PlatformToolset"; // this is CoApp pre-defined key
+ choices: { v140, v120, v110, v100 };
+ };
+}
#define {
package-id = "grpc.dependencies.zlib";
@@ -36,7 +43,7 @@ nuget {
#output {
package = redist;
};
- #destination = "\build\portable-net45";
+ #destination = "\build\portable-net45+netcore45+wpa81+wp8";
"managed_targets\${package-id}.redist.props";
"managed_targets\${package-id}.redist.targets";
};
@@ -74,14 +81,14 @@ nuget {
"..\..\..\third_party\zlib\zutil.h",
"..\..\..\third_party\zlib\contrib\masmx64\inffas8664.c",
};
- ("v100,v120", "Win32,x64", "Release,Debug", "Dynamic", "cdecl,stdcall", "MultiByte") => {
+ ("v100,v120,v140", "Win32,x64", "Release,Debug", "Dynamic", "cdecl,stdcall", "MultiByte") => {
[${0},${1},${2},${3},${4}] {
lib: { .\output\${0}\${1}\${2}\${3}\${4}\${5}\*.lib };
bin: { .\output\${0}\${1}\${2}\${3}\${4}\${5}\*.dll };
symbols: { .\output\${0}\${1}\${2}\${3}\${4}\${5}\*.pdb };
};
};
- ("v100,v120", "Win32,x64", "Release,Debug", "Static,ltcg", "cdecl,stdcall", "MultiByte") => {
+ ("v100,v120,v140", "Win32,x64", "Release,Debug", "Static,ltcg", "cdecl,stdcall", "MultiByte") => {
[${0},${1},${2},${3},${4}] {
lib: { .\output\${0}\${1}\${2}\${3}\${4}\${5}\*.lib };
};