No Description
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.Collections.CodeGen.asmdef 492B

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