暫無描述
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 427B

12345678910111213141516171819
  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. ],
  17. "autoReferenced": false,
  18. "versionDefines": []
  19. }