modular-avatar/Editor/nadena.dev.modular-avatar.core.editor.asmdef

44 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-08-28 04:38:52 +08:00
{
2022-11-11 12:39:58 +08:00
"name": "nadena.dev.modular-avatar.core.editor",
2022-08-28 04:38:52 +08:00
"references": [
"nadena.dev.modular-avatar.core",
"VRC.SDK3A",
"VRC.SDKBase",
"nadena.dev.ndmf"
2022-08-28 04:38:52 +08:00
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Newtonsoft.Json.dll",
"System.Collections.Immutable.dll",
"VRCSDKBase.dll",
"VRCSDKBase-Editor.dll",
"VRCSDK3A.dll",
"VRCSDK3A-Editor.dll",
"VRC.Dynamics.dll",
"VRC.SDK3.Dynamics.Contact.dll",
"VRC.SDK3.Dynamics.Contact.Editor.dll",
"VRC.SDK3.Dynamics.PhysBone.dll",
"VRC.SDK3.Dynamics.PhysBone.Editor.dll",
"VRCCore-Editor.dll"
],
2022-08-28 04:38:52 +08:00
"autoReferenced": false,
"defineConstraints": [],
2023-08-05 14:47:03 +08:00
"versionDefines": [
{
"name": "com.anatawa12.avatar-optimizer",
"expression": "(,1.5.0-rc.8)",
"define": "LEGACY_AVATAR_OPTIMIZER"
},
{
"name": "com.vrchat.avatars",
"expression": "",
"define": "MA_VRCSDK3_AVATARS"
}
2023-08-05 14:47:03 +08:00
],
2022-08-28 04:38:52 +08:00
"noEngineReferences": false
}