asmdef
parent
642cbe6bcd
commit
92e1759542
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "UniRx.Async.Editor",
|
"name": "UniRx.Async.Editor",
|
||||||
"references": [
|
"references": [
|
||||||
"GUID:f51ebe6a0ceec4240a699833d6309b23"
|
"UniRx.Async"
|
||||||
],
|
],
|
||||||
"includePlatforms": [
|
"includePlatforms": [
|
||||||
"Editor"
|
"Editor"
|
||||||
|
|
|
@ -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": []
|
||||||
}
|
}
|
Loading…
Reference in New Issue