ProjectZ/Assets/Mirror/Tests/Editor/Mirror.Tests.asmdef
2024-02-19 21:00:36 +03:00

34 lines
830 B
Plaintext

{
"name": "Mirror.Tests",
"rootNamespace": "",
"references": [
"Mirror",
"Mirror.Editor",
"Mirror.Components",
"Mirror.Tests.Common",
"Telepathy",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"Unity.Mirror.CodeGen",
"WeaverTestExtraAssembly"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"NSubstitute.dll",
"Castle.Core.dll",
"System.Threading.Tasks.Extensions.dll",
"Mono.CecilX.dll",
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}