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.PerformanceTests.asmdef 666B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "Unity.Collections.PerformanceTests",
  3. "rootNamespace": "",
  4. "references": [
  5. "Unity.Collections",
  6. "Unity.PerformanceTesting",
  7. "Unity.Burst",
  8. "Unity.Jobs",
  9. "UnityEngine.TestRunner",
  10. "UnityEditor.TestRunner",
  11. "Unity.Mathematics"
  12. ],
  13. "includePlatforms": [],
  14. "excludePlatforms": [
  15. "iOS"
  16. ],
  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. }