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.PerformanceTesting.asmdef 659B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "Unity.PerformanceTesting",
  3. "rootNamespace": "",
  4. "references": [
  5. "UnityEngine.TestRunner",
  6. "com.unity.test.metadata-manager"
  7. ],
  8. "includePlatforms": [],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": false,
  11. "overrideReferences": true,
  12. "precompiledReferences": [
  13. "nunit.framework.dll"
  14. ],
  15. "autoReferenced": false,
  16. "defineConstraints": [
  17. "UNITY_TESTS_FRAMEWORK"
  18. ],
  19. "versionDefines": [
  20. {
  21. "name": "com.unity.test-framework",
  22. "expression": "",
  23. "define": "UNITY_TESTS_FRAMEWORK"
  24. }
  25. ],
  26. "noEngineReferences": false
  27. }