modular-avatar/Runtime/nadena.dev.modular-avatar.core.asmdef

40 lines
1013 B
Plaintext
Raw Normal View History

2022-11-10 20:39:58 -08:00
{
"name": "nadena.dev.modular-avatar.core",
"rootNamespace": "",
"references": [
"Unity.Burst",
"nadena.dev.ndmf.runtime"
],
2022-11-10 20:39:58 -08:00
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"VRCSDKBase.dll",
"VRCSDK3A.dll",
"VRC.Dynamics.dll",
"VRC.SDK3.Dynamics.Contact.dll",
"VRC.SDK3.Dynamics.PhysBone.dll",
"System.Collections.Immutable.dll"
],
2022-11-10 20:39:58 -08:00
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"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"
}
],
2022-11-10 20:39:58 -08:00
"noEngineReferences": false
}