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

30 lines
772 B
Plaintext
Raw Normal View History

2022-11-11 12:39:58 +08:00
{
"name": "nadena.dev.modular-avatar.core",
"rootNamespace": "",
"references": [
"Unity.Burst",
"nadena.dev.ndmf.runtime"
],
2022-11-11 12: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-11 12:39:58 +08:00
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.vrchat.avatars",
"expression": "",
"define": "MA_VRCSDK3_AVATARS"
}
],
2022-11-11 12:39:58 +08:00
"noEngineReferences": false
}