diff options
Diffstat (limited to 'scripts/nuget/build/native')
| -rw-r--r-- | scripts/nuget/build/native/pugixml-propertiesui.xml | 6 | 
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>
 | 
