Files
unity-application/Assets/Architecture/Tests/PlayMode/ArchitecturePlayMode.asmdef
2023-05-06 11:36:51 +00:00

23 lines
553 B
Plaintext

{
"name": "ArchitecturePlayMode",
"rootNamespace": "",
"references": [
"UnityEditor.TestRunner",
"UnityEngine.TestRunner",
"AccountsScripts",
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}