master
neuecc 2019-05-31 15:55:52 +09:00
parent 642cbe6bcd
commit 92e1759542
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "UniRx.Async.Editor", "name": "UniRx.Async.Editor",
"references": [ "references": [
"GUID:f51ebe6a0ceec4240a699833d6309b23" "UniRx.Async"
], ],
"includePlatforms": [ "includePlatforms": [
"Editor" "Editor"

View File

@ -1,8 +1,12 @@
{ {
"name": "UniRx.Async", "name": "UniRx.Async",
"references": [], "references": [],
"optionalUnityReferences": [],
"includePlatforms": [], "includePlatforms": [],
"excludePlatforms": [], "excludePlatforms": [],
"allowUnsafeCode": false "allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
} }