0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-28 06:10:55 +08:00

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;