Files
TEngine/Assets/TEngine/Editor/TEngine.Editor.asmdef
2023-04-25 00:01:20 +08:00

26 lines
597 B
Plaintext

{
"name": "TEngine.Editor",
"rootNamespace": "",
"references": [
"TEngine.Runtime",
"YooAsset.Editor",
"HybridCLR.Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.textmeshpro",
"expression": "",
"define": "ENABLE_TEXTMESHPRO"
}
],
"noEngineReferences": false
}