-
Notifications
You must be signed in to change notification settings - Fork 1
/
RPS-propertiesui.xml
25 lines (25 loc) · 1.43 KB
/
RPS-propertiesui.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-rps" PageTemplate="tool" DisplayName="Referenced Packages" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="rps" DisplayName="RPS" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="RPSType" DisplayName="Library Type" Description="Which type of the library to link to" Category="rps">
<EnumValue Name="" DisplayName="default" />
<EnumValue Name="dynamic" DisplayName="Dynamic Library - Dll (Default)" />
<EnumValue Name="static" DisplayName="Static Library - Lib" />
</EnumProperty>
<EnumProperty Name="RPSConfiguration" DisplayName="Configuration" Description="Which configuration of the library to use" Category="rps">
<EnumValue Name="" DisplayName="default" />
<EnumValue Name="Release" DisplayName="Release" />
<EnumValue Name="Debug" DisplayName="Debug" />
</EnumProperty>
<EnumProperty Name="RPSRuntimePlatform" DisplayName="Runtime Platform" Description="Which cpp runtime platform version of the library to use" Category="rps">
<EnumValue Name="" DisplayName="default" />
<EnumValue Name="v143" DisplayName="v143" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>