Unity.HotfixView.asmdef 500 B

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