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

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "UnityEngine.UI.Tests",
  3. "references": [
  4. "UnityEngine.UI",
  5. "UnityEngine.TestRunner",
  6. "UnityEditor.TestRunner"
  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_INCLUDE_TESTS"
  18. ],
  19. "versionDefines": [
  20. {
  21. "name": "com.unity.modules.physics",
  22. "expression": "1.0.0",
  23. "define": "PACKAGE_PHYSICS"
  24. },
  25. {
  26. "name": "com.unity.modules.physics2d",
  27. "expression": "1.0.0",
  28. "define": "PACKAGE_PHYSICS2D"
  29. },
  30. {
  31. "name": "com.unity.modules.animation",
  32. "expression": "1.0.0",
  33. "define": "PACKAGE_ANIMATION"
  34. }
  35. ],
  36. "noEngineReferences": false
  37. }