暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.Burst.CodeGen.asmdef 464B

1234567891011121314151617181920
  1. {
  2. "name": "Unity.Burst.CodeGen",
  3. "references": [
  4. "Unity.Burst"
  5. ],
  6. "includePlatforms": [
  7. "Editor"
  8. ],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": true,
  11. "overrideReferences": true,
  12. "precompiledReferences": [
  13. "Unity.Burst.Cecil.dll",
  14. "Unity.Burst.Cecil.Rocks.dll",
  15. "Unity.Burst.Cecil.Pdb.dll",
  16. "Unity.Burst.Cecil.Mdb.dll"
  17. ],
  18. "autoReferenced": false,
  19. "versionDefines": []
  20. }