summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Daudell <s.daudell@boldwebservices.com>2016-08-04 14:56:52 -0500
committerGitHub <noreply@github.com>2016-08-04 14:56:52 -0500
commitae984fbd540ebdb2dde060413182d4298fabf6b3 (patch)
tree034afca5feec4ddc8b270e3ec4b54525b45f7c19
parent97a6f65200bc61a5a5bec657a835f33ec902aab7 (diff)
Add custom toolset choices.
-rw-r--r--scripts/nuget.autopkg8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg
index de1920a..787216e 100644
--- a/scripts/nuget.autopkg
+++ b/scripts/nuget.autopkg
@@ -1,3 +1,11 @@
+configurations {
+ // This node contains custom pivot information.
+ Toolset
+ {
+ key: "PlatformToolset";
+ choices: { v140, v120, v110, v100 };
+ }
+}
nuget {
nuspec {
id = pugixml;