summaryrefslogtreecommitdiff
path: root/scripts/nuget.autopkg
diff options
context:
space:
mode:
authorIvan Gagis <igagis@gmail.com>2017-06-15 10:59:33 +0300
committerIvan Gagis <igagis@gmail.com>2017-06-15 10:59:33 +0300
commitc7131b01f990930a8d2f74ac01d27c6a66800796 (patch)
treea1a5994ef41d357dc795500c101c7b5cebce74bf /scripts/nuget.autopkg
parent38edf255aee473ade74d955faa79e4f7a5c38eb1 (diff)
VS2017 project
Diffstat (limited to 'scripts/nuget.autopkg')
-rw-r--r--scripts/nuget.autopkg6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg
index 2a620a2..27f0ec8 100644
--- a/scripts/nuget.autopkg
+++ b/scripts/nuget.autopkg
@@ -1,7 +1,7 @@
configurations {
Toolset {
key: "PlatformToolset";
- choices: { v140, v120, v110, v100 };
+ choices: { v141, v140, v120, v110, v100 };
}
}
nuget {
@@ -38,5 +38,9 @@ nuget {
[x86,v140,debug] { lib: vs2015\Win32_Debug\pugixml.lib; }
[x64,v140,release] { lib: vs2015\x64_Release\pugixml.lib; }
[x64,v140,debug] { lib: vs2015\x64_Debug\pugixml.lib; }
+ [x86,v141,release] { lib: vs2017\Win32_Release\pugixml.lib; }
+ [x86,v141,debug] { lib: vs2017\Win32_Debug\pugixml.lib; }
+ [x64,v141,release] { lib: vs2017\x64_Release\pugixml.lib; }
+ [x64,v141,debug] { lib: vs2017\x64_Debug\pugixml.lib; }
}
}