package.xml 1.2 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. #################################################################
  4. # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY #
  5. #################################################################
  6. -->
  7. <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
  8. <Rule Name="Linkage-libzmq-uiextension" PageTemplate="tool" DisplayName="NuGet Dependencies" SwitchPrefix="/" Order="1">
  9. <Rule.Categories>
  10. <Category Name="libzmq" DisplayName="libzmq" />
  11. </Rule.Categories>
  12. <Rule.DataSource>
  13. <DataSource Persistence="ProjectFile" ItemType="" />
  14. </Rule.DataSource>
  15. <EnumProperty Name="Linkage-libzmq" DisplayName="Linkage" Description="How NuGet libzmq will be linked into the output of this project" Category="libzmq">
  16. <EnumValue Name="" DisplayName="Not linked" />
  17. <EnumValue Name="dynamic" DisplayName="Dynamic (DLL)" />
  18. <EnumValue Name="static" DisplayName="Static (LIB)" />
  19. <EnumValue Name="ltcg" DisplayName="Static using link time compile generation (LTCG)" />
  20. </EnumProperty>
  21. </Rule>
  22. </ProjectSchemaDefinitions>