LitMotion.Tests.Editor.asmdef 590 B

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