| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | {    "name": "LitMotion.Tests.Runtime",    "rootNamespace": "LitMotion.Tests.Runtime",    "references": [        "UnityEngine.TestRunner",        "UnityEditor.TestRunner",        "Unity.Burst",        "Unity.Collections",        "LitMotion",        "LitMotion.Extensions",        "UniTask",        "UniRx"    ],    "includePlatforms": [],    "excludePlatforms": [],    "allowUnsafeCode": false,    "overrideReferences": true,    "precompiledReferences": [        "nunit.framework.dll",        "R3.dll"    ],    "autoReferenced": false,    "defineConstraints": [        "UNITY_INCLUDE_TESTS"    ],    "versionDefines": [        {            "name": "com.cysharp.unitask",            "expression": "",            "define": "LITMOTION_TEST_UNITASK"        },        {            "name": "com.neuecc.unirx",            "expression": "",            "define": "LITMOTION_TEST_UNIRX"        },        {            "name": "com.cysharp.r3",            "expression": "",            "define": "LITMOTION_TEST_R3"        }    ],    "noEngineReferences": false}
 |