Add custom toolset choices.
This commit is contained in:
parent
97a6f65200
commit
ae984fbd54
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
configurations {
|
||||
// This node contains custom pivot information.
|
||||
Toolset
|
||||
{
|
||||
key: "PlatformToolset";
|
||||
choices: { v140, v120, v110, v100 };
|
||||
}
|
||||
}
|
||||
nuget {
|
||||
nuspec {
|
||||
id = pugixml;
|
||||
|
|
Loading…
Add table
Reference in a new issue