Skip to content

Commit

Permalink
Updated to new version of EcsRx and added GroupBinding plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed May 2, 2021
1 parent 7cbf9c0 commit 4d833d4
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 40 deletions.
13 changes: 8 additions & 5 deletions src/Assembly-CSharp-Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,12 @@
<Reference Include="EcsRx.Plugins.Views">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.Views.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
</Reference>
Expand All @@ -361,11 +367,8 @@
<Reference Include="Zenject-usage">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
<Reference Include="EcsRx.Plugins.GroupBinding">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.GroupBinding.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>C:/Program Files/Unity/Hub/Editor/2018.4.15f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
Expand Down
13 changes: 8 additions & 5 deletions src/Assembly-CSharp-firstpass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,12 @@
<Reference Include="EcsRx.Plugins.Views">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.Views.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Zenject.ReflectionBaking.Mono.Cecil">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/OptionalExtras/ReflectionBaking/Lib/Zenject.ReflectionBaking.Mono.Cecil.dll</HintPath>
</Reference>
Expand All @@ -522,11 +528,8 @@
<Reference Include="Zenject-usage">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
<Reference Include="EcsRx.Plugins.GroupBinding">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.GroupBinding.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>C:/Program Files/Unity/Hub/Editor/2018.4.15f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
Expand Down
13 changes: 8 additions & 5 deletions src/Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,12 @@
<Reference Include="EcsRx.Plugins.Views">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.Views.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Zenject.ReflectionBaking.Mono.Cecil">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/OptionalExtras/ReflectionBaking/Lib/Zenject.ReflectionBaking.Mono.Cecil.dll</HintPath>
</Reference>
Expand All @@ -369,11 +375,8 @@
<Reference Include="Zenject-usage">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
<Reference Include="EcsRx.Plugins.GroupBinding">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.GroupBinding.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>C:/Program Files/Unity/Hub/Editor/2018.4.15f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
Expand Down
Binary file modified src/Assets/EcsRx/EcsRx.Infrastructure.dll
Binary file not shown.
Binary file modified src/Assets/EcsRx/EcsRx.Plugins.Batching.dll
Binary file not shown.
Binary file modified src/Assets/EcsRx/EcsRx.Plugins.Computeds.dll
Binary file not shown.
Binary file not shown.
33 changes: 33 additions & 0 deletions src/Assets/EcsRx/EcsRx.Plugins.GroupBinding.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/Assets/EcsRx/EcsRx.Plugins.ReactiveSystems.dll
Binary file not shown.
Binary file modified src/Assets/EcsRx/EcsRx.Plugins.Views.dll
Binary file not shown.
Binary file modified src/Assets/EcsRx/EcsRx.dll
Binary file not shown.
Binary file modified src/Assets/EcsRx/SystemsRx.Infrastructure.dll
Binary file not shown.
Binary file modified src/Assets/EcsRx/SystemsRx.dll
Binary file not shown.
13 changes: 8 additions & 5 deletions src/Zenject-Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,12 @@
<Reference Include="EcsRx.Plugins.Views">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.Views.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
</Reference>
Expand All @@ -345,11 +351,8 @@
<Reference Include="Zenject-usage">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
<Reference Include="EcsRx.Plugins.GroupBinding">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.GroupBinding.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>C:/Program Files/Unity/Hub/Editor/2018.4.15f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
Expand Down
13 changes: 8 additions & 5 deletions src/Zenject-PoolMonitor-Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,12 @@
<Reference Include="EcsRx.Plugins.Views">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.Views.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
</Reference>
Expand All @@ -335,11 +341,8 @@
<Reference Include="Zenject-usage">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
<Reference Include="EcsRx.Plugins.GroupBinding">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.GroupBinding.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>C:/Program Files/Unity/Hub/Editor/2018.4.15f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
Expand Down
13 changes: 8 additions & 5 deletions src/Zenject-ReflectionBaking-Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@
<Reference Include="EcsRx.Plugins.Views">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.Views.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
</Reference>
Expand All @@ -340,11 +346,8 @@
<Reference Include="Zenject-usage">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
<Reference Include="EcsRx.Plugins.GroupBinding">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.GroupBinding.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>C:/Program Files/Unity/Hub/Editor/2018.4.15f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
Expand Down
13 changes: 8 additions & 5 deletions src/Zenject-TestFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,12 @@
<Reference Include="EcsRx.Plugins.Views">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.Views.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
</Reference>
Expand All @@ -337,11 +343,8 @@
<Reference Include="Zenject-usage">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
<Reference Include="EcsRx.Plugins.GroupBinding">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.GroupBinding.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>C:/Program Files/Unity/Hub/Editor/2018.4.15f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
Expand Down
13 changes: 8 additions & 5 deletions src/Zenject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,12 @@
<Reference Include="EcsRx.Plugins.Views">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.Views.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
</Reference>
Expand All @@ -642,11 +648,8 @@
<Reference Include="Zenject-usage">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll</HintPath>
</Reference>
<Reference Include="SystemsRx.Infrastructure">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="SystemsRx">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/SystemsRx.dll</HintPath>
<Reference Include="EcsRx.Plugins.GroupBinding">
<HintPath>E:/Code/open-source/ecsrx/ecsrx.unity/src/Assets/EcsRx/EcsRx.Plugins.GroupBinding.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>C:/Program Files/Unity/Hub/Editor/2018.4.15f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
Expand Down

0 comments on commit 4d833d4

Please sign in to comment.