Files
Project-M/Assets/_Project/Tests/EditMode/ProjectM.Tests.EditMode.asmdef
2026-06-09 23:26:20 -07:00

34 lines
819 B
JSON

{
"name": "ProjectM.Tests.EditMode",
"rootNamespace": "ProjectM.Tests",
"references": [
"ProjectM.Simulation",
"ProjectM.Server",
"ProjectM.Client",
"Unity.Entities",
"Unity.Transforms",
"Unity.Collections",
"Unity.Mathematics",
"Unity.Physics",
"Unity.CharacterController",
"Unity.NetCode",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}