2014-04-09 06:26:45 -04:00
<?xml version="1.0" encoding="utf-8"?>
2014-04-07 22:06:10 -04:00
<ProjectSchemaDefinitions xmlns= "clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework" >
2014-04-09 06:26:45 -04:00
<Rule Name= "libsodium-linkage-uiextension" PageTemplate= "tool" DisplayName= "Local Dependencies" SwitchPrefix= "/" Order= "1" >
2014-04-07 22:06:10 -04:00
<Rule.Categories >
<Category Name= "libsodium" DisplayName= "libsodium" />
</Rule.Categories>
<Rule.DataSource >
<DataSource Persistence= "ProjectFile" ItemType= "" />
</Rule.DataSource>
<EnumProperty Name= "Linkage-libsodium" DisplayName= "Linkage" Description= "How libsodium will be linked into the output of this project" Category= "libsodium" >
<EnumValue Name= "" DisplayName= "Not linked" />
<EnumValue Name= "dynamic" DisplayName= "Dynamic (DLL)" />
<EnumValue Name= "static" DisplayName= "Static (LIB)" />
<EnumValue Name= "ltcg" DisplayName= "Static using link time compile generation (LTCG)" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>