暫無描述
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.InputSystem.TestFramework.asmdef 642B

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