comparison dep/pugixml/scripts/nuget/build/native/pugixml-propertiesui.xml @ 367:8d45d892be88 default tip

*: instead of pugixml, use Qt XML features this means we have one extra Qt dependency though...
author Paper <paper@tflc.us>
date Sun, 17 Nov 2024 22:55:47 -0500
parents 886f66775f31
children
comparison
equal deleted inserted replaced
366:886f66775f31 367:8d45d892be88
1 <?xml version="1.0" encoding="utf-8"?>
2 <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
3 <Rule Name="ReferencedPackages05032e35-86af-4ab2-a3dc-d3e348583165" PageTemplate="tool" DisplayName="Referenced Packages" SwitchPrefix="/" Order="1">
4 <Rule.Categories>
5 <Category Name="pugixml" DisplayName="pugixml" />
6 </Rule.Categories>
7 <Rule.DataSource>
8 <DataSource Persistence="ProjectFile" ItemType="" />
9 </Rule.DataSource>
10 <EnumProperty Name="Linkage-pugixml" DisplayName="Linkage" Description="Which version of the runtime library to use for this library" Category="pugixml">
11 <EnumValue Name="dynamic" DisplayName="Dynamic CRT (/MD, /MDd)" />
12 <EnumValue Name="static" DisplayName="Static CRT (/MT, /MTd)" />
13 <EnumValue Name="source" DisplayName="Include pugixml.cpp" />
14 <EnumValue Name="header" DisplayName="Header Only" />
15 </EnumProperty>
16 </Rule>
17 </ProjectSchemaDefinitions>