Add custom toolset choices.

This commit is contained in:
Stephen Daudell 2016-08-04 14:56:52 -05:00 committed by GitHub
parent 97a6f65200
commit ae984fbd54

View file

@ -1,3 +1,11 @@
configurations {
// This node contains custom pivot information.
Toolset
{
key: "PlatformToolset";
choices: { v140, v120, v110, v100 };
}
}
nuget {
nuspec {
id = pugixml;