Mercurial > minori
comparison dep/pugixml/scripts/nuget/build/native/pugixml-propertiesui.xml @ 55:d10b6c6b432e
add xml lib, we will need to use it eventually
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 26 Sep 2023 12:37:08 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
54:466ac9870df9 | 55:d10b6c6b432e |
---|---|
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> |