Brak opisu
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 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "name": "com.unity.inputsystem",
  37. "expression": "1.7.0",
  38. "define": "PACKAGE_INPUTSYSTEM"
  39. }
  40. ],
  41. "noEngineReferences": false
  42. }