ET.UI.asmdef 378 B

123456789101112131415161718
  1. {
  2. "name": "ET.UI",
  3. "rootNamespace": "ET",
  4. "references": [
  5. "ET.Core"
  6. ],
  7. "includePlatforms": [],
  8. "excludePlatforms": [],
  9. "allowUnsafeCode": true,
  10. "overrideReferences": false,
  11. "precompiledReferences": [
  12. ""
  13. ],
  14. "autoReferenced": true,
  15. "defineConstraints": [],
  16. "versionDefines": [],
  17. "noEngineReferences": false
  18. }