临河任务调度
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

30 satır
1.3KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
  4. <xs:element name="Weavers">
  5. <xs:complexType>
  6. <xs:all>
  7. <xs:element name="ConfigureAwait" minOccurs="0" maxOccurs="1">
  8. <xs:complexType>
  9. <xs:attribute name="ContinueOnCapturedContext" type="xs:boolean" />
  10. </xs:complexType>
  11. </xs:element>
  12. </xs:all>
  13. <xs:attribute name="VerifyAssembly" type="xs:boolean">
  14. <xs:annotation>
  15. <xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
  16. </xs:annotation>
  17. </xs:attribute>
  18. <xs:attribute name="VerifyIgnoreCodes" type="xs:string">
  19. <xs:annotation>
  20. <xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
  21. </xs:annotation>
  22. </xs:attribute>
  23. <xs:attribute name="GenerateXsd" type="xs:boolean">
  24. <xs:annotation>
  25. <xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
  26. </xs:annotation>
  27. </xs:attribute>
  28. </xs:complexType>
  29. </xs:element>
  30. </xs:schema>