UnityUIPlayables.Tests.asmdef 547 B

12345678910111213141516171819202122
  1. {
  2. "name": "UnityUIPlayables.Tests",
  3. "rootNamespace": "UnityUIPlayables.Tests",
  4. "references": [
  5. "UnityEngine.TestRunner",
  6. "UnityEditor.TestRunner",
  7. "UnityUIPlayables"
  8. ],
  9. "includePlatforms": [],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": false,
  12. "overrideReferences": true,
  13. "precompiledReferences": [
  14. "nunit.framework.dll"
  15. ],
  16. "autoReferenced": false,
  17. "defineConstraints": [
  18. "UNITY_INCLUDE_TESTS"
  19. ],
  20. "versionDefines": [],
  21. "noEngineReferences": false
  22. }