libzmq.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
  3. <Rule Name="libzmq-uiextension" PageTemplate="tool" DisplayName="ZMQ Options" SwitchPrefix="/" Order="1">
  4. <Rule.Categories>
  5. <Category Name="tweet" DisplayName="tweet" />
  6. <Category Name="sodium" DisplayName="sodium" />
  7. <Category Name="openpgm" DisplayName="openpgm" />
  8. <Category Name="gssapi" DisplayName="gssapi" />
  9. <Category Name="draftapi" DisplayName="draftapi" />
  10. <Category Name="usepoll" DisplayName="usepoll" />
  11. </Rule.Categories>
  12. <Rule.DataSource>
  13. <DataSource Persistence="ProjectFile" ItemType="" />
  14. </Rule.DataSource>
  15. <EnumProperty Name="Option-tweet" DisplayName="Enable Tweet NaCl" Description="Enable Tweet NaCl build option (overrides Sodium)" Category="tweet">
  16. <EnumValue Name="" DisplayName="No" />
  17. <EnumValue Name="true" DisplayName="Yes" />
  18. </EnumProperty>
  19. <EnumProperty Name="Option-sodium" DisplayName="Enable Sodium" Description="Enable Sodium build option" Category="sodium">
  20. <EnumValue Name="" DisplayName="No" />
  21. <EnumValue Name="true" DisplayName="Yes" />
  22. </EnumProperty>
  23. <EnumProperty Name="Option-openpgm" DisplayName="Enable OpenPGM" Description="Enable OpenPGM build option" Category="openpgm">
  24. <EnumValue Name="" DisplayName="No" />
  25. <EnumValue Name="true" DisplayName="Yes" />
  26. </EnumProperty>
  27. <EnumProperty Name="Option-gssapi" DisplayName="Enable GSS API" Description="Enable GSS API build option" Category="gssapi">
  28. <EnumValue Name="" DisplayName="No" />
  29. <EnumValue Name="true" DisplayName="Yes" />
  30. </EnumProperty>
  31. <EnumProperty Name="Option-draftapi" DisplayName="Enable Draft API" Description="Enable Draft API build option" Category="draftapi">
  32. <EnumValue Name="" DisplayName="No" />
  33. <EnumValue Name="true" DisplayName="Yes" />
  34. </EnumProperty>
  35. <EnumProperty Name="Option-usepoll" DisplayName="Enable poll() usage (Vista+ only)" Description="Use poll() instead of select() for waiting on incoming data. Increases performance, but the binary will only run on Windows Vista or later." Category="usepoll">
  36. <EnumValue Name="" DisplayName="No" />
  37. <EnumValue Name="true" DisplayName="Yes" />
  38. </EnumProperty>
  39. </Rule>
  40. </ProjectSchemaDefinitions>