summaryrefslogtreecommitdiff
path: root/scripts/nuget/build/native/pugixml-propertiesui.xml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-06-19 23:05:07 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-06-20 21:11:35 -0700
commitfbc7085c149e63cbcc60940040b7a30ded97e1af (patch)
treec2fd541f054c1e589e0bf016cde2f28f9535ccf6 /scripts/nuget/build/native/pugixml-propertiesui.xml
parentd2b0328198b9885a4e3d66115995ba30061c1ef3 (diff)
scripts: Clarify the linkage settings in package description
Also improve linkage description
Diffstat (limited to 'scripts/nuget/build/native/pugixml-propertiesui.xml')
-rw-r--r--scripts/nuget/build/native/pugixml-propertiesui.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/nuget/build/native/pugixml-propertiesui.xml b/scripts/nuget/build/native/pugixml-propertiesui.xml
index b2e02bb..0732cc2 100644
--- a/scripts/nuget/build/native/pugixml-propertiesui.xml
+++ b/scripts/nuget/build/native/pugixml-propertiesui.xml
@@ -7,9 +7,9 @@
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
- <EnumProperty Name="Linkage-pugixml" DisplayName="Linkage" Description="Which version of the .lib file to link to this library" Category="pugixml">
- <EnumValue Name="dynamic" DisplayName="dynamic" />
- <EnumValue Name="static" DisplayName="static" />
+ <EnumProperty Name="Linkage-pugixml" DisplayName="Linkage" Description="Which version of the runtime library to use for this library" Category="pugixml">
+ <EnumValue Name="dynamic" DisplayName="Dynamic CRT (/MD, /MDd)" />
+ <EnumValue Name="static" DisplayName="Static CRT (/MT, /MTd)" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>