obfuz/Editor/Obfuz.Editor.asmdef

22 lines
506 B
Plaintext
Raw Normal View History

2025-04-05 19:02:50 +08:00
{
2025-04-13 22:41:09 +08:00
"name": "Obfuz",
2025-04-05 19:02:50 +08:00
"rootNamespace": "",
2025-04-17 22:02:48 +08:00
"references": [],
2025-04-05 19:02:50 +08:00
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
2025-04-17 22:02:48 +08:00
"versionDefines": [
{
"name": "com.code-philosophy.hybridclr",
"expression": "",
"define": "USE_HYBRIDCLR"
}
],
2025-04-05 19:02:50 +08:00
"noEngineReferences": false
}