Files
unity-application/Assets/SystemArchitecture/Tests/SystemArchitectureTests.asmdef
2023-04-04 17:00:47 +00:00

24 lines
550 B
Plaintext

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