Files
Unity20GameJam/Assets/A2WToolBox/3rd/StateMachine/Tests/Editor/MonsterLove.StateMachine.Tests.Editor.asmdef

25 lines
633 B
Plaintext

{
"name": "MonsterLove.StateMachine.Tests.EditorTests",
"rootNamespace": "",
"references": [
"MonsterLove.StateMachine.Runtime",
"MonsterLove.StateMachine.Tests.Runtime",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}