mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
ff47aeb791
Solution: remove implementation. Frank Hartmann <soundart@gmx.net>, the author, rejected our request to relicense under MPL2, so we have to remove his copyrighted work. Tweetnacl is not security-supported and could not be used in production environments anyway, the supported backend is libsodium.
45 lines
2.4 KiB
XML
45 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
|
|
<Rule Name="libzmq-options-uiextension" PageTemplate="tool" DisplayName="ZMQ Options" SwitchPrefix="/" Order="1">
|
|
<Rule.Categories>
|
|
<Category Name="sodium" DisplayName="sodium" />
|
|
<Category Name="openpgm" DisplayName="openpgm" />
|
|
<Category Name="gssapi" DisplayName="gssapi" />
|
|
<Category Name="draftapi" DisplayName="draftapi" />
|
|
</Rule.Categories>
|
|
<Rule.DataSource>
|
|
<DataSource Persistence="ProjectFile" ItemType="" />
|
|
</Rule.DataSource>
|
|
<EnumProperty Name="Option-sodium" DisplayName="Enable Sodium" Description="Enable the Sodium build option" Category="sodium">
|
|
<EnumValue Name="" DisplayName="No" />
|
|
<EnumValue Name="true" DisplayName="Yes" />
|
|
</EnumProperty>
|
|
<EnumProperty Name="Option-openpgm" DisplayName="Enable OpenPGM" Description="Enable the OpenPGM build option" Category="openpgm">
|
|
<EnumValue Name="" DisplayName="No" />
|
|
<EnumValue Name="true" DisplayName="Yes" />
|
|
</EnumProperty>
|
|
<EnumProperty Name="Option-gssapi" DisplayName="Enable GSS API" Description="Enable the GSS API build option" Category="gssapi">
|
|
<EnumValue Name="" DisplayName="No" />
|
|
<EnumValue Name="true" DisplayName="Yes" />
|
|
</EnumProperty>
|
|
<EnumProperty Name="Option-draftapi" DisplayName="Enable Draft API" Description="Enable Draft API build option" Category="draftapi">
|
|
<EnumValue Name="" DisplayName="No" />
|
|
<EnumValue Name="true" DisplayName="Yes" />
|
|
</EnumProperty>
|
|
</Rule>
|
|
<Rule Name="libzmq-linkage-uiextension" PageTemplate="tool" DisplayName="Local Dependencies" SwitchPrefix="/" Order="1">
|
|
<Rule.Categories>
|
|
<Category Name="libzmq" DisplayName="libzmq" />
|
|
</Rule.Categories>
|
|
<Rule.DataSource>
|
|
<DataSource Persistence="ProjectFile" ItemType="" />
|
|
</Rule.DataSource>
|
|
<EnumProperty Name="Linkage-libzmq" DisplayName="Linkage" Description="How libzmq will be linked into the output of this project" Category="libzmq">
|
|
<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>
|