Files
AppleHillsProduction/Assets/Tests/EditMode/EditModeTests.asmdef

26 lines
603 B
Plaintext
Raw Normal View History

2025-09-14 13:35:35 +02:00
{
"name": "Tests",
"rootNamespace": "",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"Unity.InputSystem",
"Unity.InputSystem.TestFramework",
"AppleHillsScripts"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}