diff options
-rw-r--r-- | scripts/nuget.autopkg | 8 |
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; |