UnityGame/Library/PackageCache/com.unity.multiplayer.center/Tests/Runtime/Unity.Multiplayer.Center.Tests.asmdef

28 lines
690 B
Plaintext
Raw Normal View History

2024-10-27 10:53:47 +03:00
{
"name": "Unity.Multiplayer.Center.Tests",
"rootNamespace": "",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"Unity.InputSystem"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.unity.inputsystem",
"expression": "1.4.0",
"define": "NEW_INPUT_SYSTEM_INSTALLED"
}
],
"noEngineReferences": false
}