Skip to content

Commit

Permalink
Fixes and use IONET as sub module
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Dec 17, 2024
1 parent a16d93d commit 72777da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "IONET"]
path = IONET
url = https://github.com/KillzXGaming/IONET.git
[submodule "GLFrameworkEngine"]
path = GLFrameworkEngine
url = https://github.com/MapStudioProject/GLFrameworkEngine
Expand All @@ -11,4 +14,4 @@
[submodule "MPLibrary"]
path = MPLibrary
url = https://github.com/KillzXGaming/MPLibrary.git
branch = master
branch = master
1 change: 1 addition & 0 deletions IONET
Submodule IONET added at 82ad06
2 changes: 1 addition & 1 deletion MPLibrary
4 changes: 1 addition & 3 deletions Plugins/PartyStudio/PartyStudioPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<ItemGroup>
<ProjectReference Include="..\..\GLFrameworkEngine\GLFrameworkEngine.csproj" />
<ProjectReference Include="..\..\IONET\IONET\IONET.csproj" />
<ProjectReference Include="..\..\MapStudio.UI\MapStudio.UI.csproj" />
<ProjectReference Include="..\..\MPLibrary\MPLibrary\MPLibrary.csproj" />
<ProjectReference Include="..\..\Toolbox.Core\Toolbox.Core.csproj" />
Expand Down Expand Up @@ -45,9 +46,6 @@
<Reference Include="ImGui.NET">
<HintPath>..\..\Track Studio\Lib\ImGui.NET.dll</HintPath>
</Reference>
<Reference Include="IONET">
<HintPath>..\..\Track Studio\Lib\IONET.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\MapStudio\Lib\Newtonsoft.Json.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 72777da

Please sign in to comment.