Skip to content

Commit 72777da

Browse files
committed
Fixes and use IONET as sub module
1 parent a16d93d commit 72777da

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[submodule "IONET"]
2+
path = IONET
3+
url = https://github.com/KillzXGaming/IONET.git
14
[submodule "GLFrameworkEngine"]
25
path = GLFrameworkEngine
36
url = https://github.com/MapStudioProject/GLFrameworkEngine
@@ -11,4 +14,4 @@
1114
[submodule "MPLibrary"]
1215
path = MPLibrary
1316
url = https://github.com/KillzXGaming/MPLibrary.git
14-
branch = master
17+
branch = master

IONET

Submodule IONET added at 82ad064

MPLibrary

Plugins/PartyStudio/PartyStudioPlugin.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<ItemGroup>
1212
<ProjectReference Include="..\..\GLFrameworkEngine\GLFrameworkEngine.csproj" />
13+
<ProjectReference Include="..\..\IONET\IONET\IONET.csproj" />
1314
<ProjectReference Include="..\..\MapStudio.UI\MapStudio.UI.csproj" />
1415
<ProjectReference Include="..\..\MPLibrary\MPLibrary\MPLibrary.csproj" />
1516
<ProjectReference Include="..\..\Toolbox.Core\Toolbox.Core.csproj" />
@@ -45,9 +46,6 @@
4546
<Reference Include="ImGui.NET">
4647
<HintPath>..\..\Track Studio\Lib\ImGui.NET.dll</HintPath>
4748
</Reference>
48-
<Reference Include="IONET">
49-
<HintPath>..\..\Track Studio\Lib\IONET.dll</HintPath>
50-
</Reference>
5149
<Reference Include="Newtonsoft.Json">
5250
<HintPath>..\..\MapStudio\Lib\Newtonsoft.Json.dll</HintPath>
5351
</Reference>

0 commit comments

Comments
 (0)