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

72 lines
2.0 KiB
Plaintext
Raw Normal View History

2022-08-27 13:38:52 -07:00
{
2022-11-10 20:39:58 -08:00
"name": "nadena.dev.modular-avatar.core.editor",
"rootNamespace": "",
2022-08-27 13:38:52 -07:00
"references": [
"nadena.dev.modular-avatar.core",
"VRC.SDK3A",
"VRC.SDKBase",
"nadena.dev.ndmf",
2023-10-20 04:42:32 +09:00
"nadena.dev.ndmf.vrchat",
"VRM",
2024-09-01 17:25:41 -07:00
"VRM10",
"nadena.dev.ndmf.reactive-query.core",
2024-08-16 18:52:04 -07:00
"nadena.dev.ndmf.runtime",
"VRC.SDK3A.Editor",
"Unity.Burst"
2022-08-27 13:38:52 -07: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-27 13:38:52 -07:00
"autoReferenced": false,
"defineConstraints": [],
2023-08-05 15:47:03 +09: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-10-20 04:12:56 +09:00
},
{
"name": "com.vrmc.univrm",
"expression": "",
"define": "MA_VRM0"
},
{
"name": "com.vrmc.vrm",
"expression": "",
"define": "MA_VRM1"
2024-09-01 17:25:41 -07:00
},
2024-09-29 18:22:52 +09:00
{
"name": "com.vrchat.avatars",
"expression": "3.5.2",
"define": "MA_VRCSDK3_AVATARS_3_5_2_OR_NEWER"
2024-08-16 18:52:04 -07:00
},
{
"name": "com.vrchat.avatars",
"expression": "3.7.0-beta.2",
"define": "MA_VRCSDK3_AVATARS_3_7_0_OR_NEWER"
}
2023-08-05 15:47:03 +09:00
],
2022-08-27 13:38:52 -07:00
"noEngineReferences": false
}