LitMotion.Tests.Runtime.asmdef 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "LitMotion.Tests.Runtime",
  3. "rootNamespace": "LitMotion.Tests.Runtime",
  4. "references": [
  5. "UnityEngine.TestRunner",
  6. "UnityEditor.TestRunner",
  7. "Unity.Burst",
  8. "Unity.Collections",
  9. "LitMotion",
  10. "LitMotion.Extensions",
  11. "UniTask",
  12. "UniRx"
  13. ],
  14. "includePlatforms": [],
  15. "excludePlatforms": [],
  16. "allowUnsafeCode": false,
  17. "overrideReferences": true,
  18. "precompiledReferences": [
  19. "nunit.framework.dll",
  20. "R3.dll"
  21. ],
  22. "autoReferenced": false,
  23. "defineConstraints": [
  24. "UNITY_INCLUDE_TESTS"
  25. ],
  26. "versionDefines": [
  27. {
  28. "name": "com.cysharp.unitask",
  29. "expression": "",
  30. "define": "LITMOTION_TEST_UNITASK"
  31. },
  32. {
  33. "name": "com.neuecc.unirx",
  34. "expression": "",
  35. "define": "LITMOTION_TEST_UNIRX"
  36. },
  37. {
  38. "name": "com.cysharp.r3",
  39. "expression": "",
  40. "define": "LITMOTION_TEST_R3"
  41. }
  42. ],
  43. "noEngineReferences": false
  44. }