hybridclr_unity/Editor/HybridCLR.Editor.asmdef

18 lines
403 B
Plaintext
Raw Normal View History

2022-09-22 08:56:07 +08:00
{
"name": "HybridCLR.Editor",
"rootNamespace": "",
2022-10-17 12:16:18 +08:00
"references": [
"HybridCLR.Runtime"
],
2022-09-22 08:56:07 +08:00
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}