chore: don't use GUIDs to reference asmdefs (#529)

This commit is contained in:
bd_ 2023-11-12 20:10:04 +09:00 committed by GitHub
parent 4589f72bfa
commit e7a7cba16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 40 deletions

View File

@ -1,10 +1,10 @@
{
"name": "nadena.dev.modular-avatar.core.editor",
"references": [
"GUID:fc900867c0f47cd49b6e2ae4ef907300",
"GUID:5718fb738711cd34ea54e9553040911d",
"GUID:3456780c4fb2d324ab9c633d6f1b0ddb",
"GUID:62ced99b048af7f4d8dfe4bed8373d76"
"nadena.dev.modular-avatar.core",
"VRC.SDK3A",
"VRC.SDKBase",
"nadena.dev.ndmf"
],
"includePlatforms": [
"Editor"

View File

@ -1,8 +1,8 @@
{
"name": "nadena.dev.modular-avatar.core",
"references": [
"GUID:2665a8d13d1b3f18800f46e256720795",
"GUID:fe747755f7b44e048820525b07f9b956"
"Unity.Burst",
"nadena.dev.ndmf.runtime"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@ -1,36 +1,36 @@
{
"name": "Tests",
"references": [
"GUID:27619889b8ba8c24980f49ee34dbb44a",
"GUID:0acc523941302664db1f4e527237feb3",
"GUID:fc900867c0f47cd49b6e2ae4ef907300",
"GUID:5ce33783346c3124990afbe7b0390a06",
"GUID:5718fb738711cd34ea54e9553040911d",
"GUID:b906909fcc54f634db50f2cad0f988d9",
"GUID:3456780c4fb2d324ab9c633d6f1b0ddb",
"GUID:e9745f6a32442194c8dc5a43e9ab86f9",
"GUID:62ced99b048af7f4d8dfe4bed8373d76",
"GUID:fe747755f7b44e048820525b07f9b956"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.vrchat.avatars",
"expression": "",
"define": "MA_VRCSDK3_AVATARS"
}
],
"noEngineReferences": false
"name": "Tests",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"nadena.dev.modular-avatar.core",
"nadena.dev.modular-avatar.core.editor",
"VRC.SDK3A",
"VRC.SDK3A.Editor",
"VRC.SDKBase",
"UnityEngine.UI.Tests",
"nadena.dev.ndmf",
"nadena.dev.ndmf.runtime"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.vrchat.avatars",
"expression": "",
"define": "MA_VRCSDK3_AVATARS"
}
],
"noEngineReferences": false
}