11.1Sriastrad<?xml version="1.0" encoding="utf-8"?>
21.1Sriastrad<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
31.1Sriastrad  <Rule Name="libsodium-linkage-uiextension" PageTemplate="tool" DisplayName="Local Dependencies" SwitchPrefix="/" Order="1">
41.1Sriastrad    <Rule.Categories>
51.1Sriastrad      <Category Name="libsodium" DisplayName="libsodium" />
61.1Sriastrad    </Rule.Categories>
71.1Sriastrad    <Rule.DataSource>
81.1Sriastrad      <DataSource Persistence="ProjectFile" ItemType="" />
91.1Sriastrad    </Rule.DataSource>
101.1Sriastrad    <EnumProperty Name="Linkage-libsodium" DisplayName="Linkage" Description="How libsodium will be linked into the output of this project" Category="libsodium">
111.1Sriastrad      <EnumValue Name="" DisplayName="Not linked" />
121.1Sriastrad      <EnumValue Name="dynamic" DisplayName="Dynamic (DLL)" />
131.1Sriastrad      <EnumValue Name="static" DisplayName="Static (LIB)" />
141.1Sriastrad      <EnumValue Name="ltcg" DisplayName="Static using link time compile generation (LTCG)" />
151.1Sriastrad    </EnumProperty>
161.1Sriastrad  </Rule>
171.1Sriastrad</ProjectSchemaDefinitions>