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.

UnityEngine.TestRunner.asmdef 551B

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