CapabilitySystem/Packages/AutoUI/Editor/AutoUI.Editor.asmdef
2026-04-15 19:47:09 +08:00

23 lines
488 B
Plaintext

{
"name": "AutoUI.Editor",
"rootNamespace": "AutoUI",
"references": [
"AutoUI.Runtime",
"UnityEngine.UI",
"UnityEditor.UI"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [
"AutoUI.Core.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}