ET.YIUI.Luban.Editor.asmdef 539 B

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