123456789101112131415161718192021222324252627 |
- {
- "name": "Unity.Editor.Codes",
- "rootNamespace": "ET",
- "references": [
- "Unity.ThirdParty",
- "Unity.Core",
- "Unity.Model.Codes",
- "Unity.Hotfix.Codes",
- "Unity.ModelView.Codes",
- "Unity.HotfixView.Codes",
- "Unity.Editor",
- "Unity.Loader"
- ],
- "includePlatforms": [
- "Editor"
- ],
- "excludePlatforms": [],
- "allowUnsafeCode": true,
- "overrideReferences": false,
- "precompiledReferences": [],
- "autoReferenced": true,
- "defineConstraints": [
- "ENABLE_CODES"
- ],
- "versionDefines": [],
- "noEngineReferences": false
- }
|