暫無描述
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.Editor.Tests.asmdef 641B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "Unity.Burst.Editor.Tests",
  3. "references": [
  4. "Unity.Burst",
  5. "Unity.Mathematics",
  6. "Unity.Burst.Tests.UnitTests",
  7. "SeparateAssembly",
  8. "Unity.Burst.Editor"
  9. ],
  10. "optionalUnityReferences": [
  11. "TestAssemblies"
  12. ],
  13. "includePlatforms": [
  14. "Editor"
  15. ],
  16. "excludePlatforms": [],
  17. "allowUnsafeCode": true,
  18. "overrideReferences": true,
  19. "precompiledReferences": [
  20. "nunit.framework.dll"
  21. ],
  22. "autoReferenced": false,
  23. "defineConstraints": [
  24. "UNITY_INCLUDE_TESTS"
  25. ],
  26. "versionDefines": [],
  27. "noEngineReferences": false
  28. }