summaryrefslogtreecommitdiff
path: root/scripts/nuget/build/native/pugixml-propertiesui.xml
diff options
context:
space:
mode:
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>