ET.YIUI.LubanTools.Editor.asmdef 685 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "ET.YIUI.LubanTools.Editor",
  3. "rootNamespace": "",
  4. "references": [
  5. "ET.Core",
  6. "ET.Core.Editor",
  7. "ET.YIUIFramework",
  8. "ET.YIUIFramework.Editor",
  9. "ET.YIUI.Luban.Editor",
  10. "ET.Model",
  11. "ET.ModelView",
  12. "ET.Hotfix",
  13. "ET.HotfixView",
  14. "UnityEngine.UI"
  15. ],
  16. "includePlatforms": [
  17. "Editor"
  18. ],
  19. "excludePlatforms": [],
  20. "allowUnsafeCode": true,
  21. "overrideReferences": false,
  22. "precompiledReferences": [],
  23. "autoReferenced": true,
  24. "defineConstraints": [
  25. "YIUI",
  26. "ODIN_INSPECTOR"
  27. ],
  28. "versionDefines": [],
  29. "noEngineReferences": false
  30. }