Skip to content

Commit

Permalink
chore(git): imguinet added as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrynik committed Oct 31, 2023
1 parent b8d90bb commit a013d92
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/Libs/External/MonoGame.ImGuiNet"]
path = src/Libs/External/MonoGame.ImGuiNet
url = [email protected]:Mezo-hx/MonoGame.ImGuiNet.git
7 changes: 7 additions & 0 deletions MonoGame.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scellecs.Morpeh.Extended",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests.Entities", "src\UnitTests\UnitTests.Entities\UnitTests.Entities.csproj", "{57F0A75A-5AD6-4187-9DC6-3CBA44333061}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monogame.ImGuiNet", "src\Libs\External\MonoGame.ImGuiNet\Monogame.ImGuiNet.csproj", "{EC095A29-F191-40C0-BB58-2565799AA113}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -88,6 +90,10 @@ Global
{57F0A75A-5AD6-4187-9DC6-3CBA44333061}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57F0A75A-5AD6-4187-9DC6-3CBA44333061}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57F0A75A-5AD6-4187-9DC6-3CBA44333061}.Release|Any CPU.Build.0 = Release|Any CPU
{EC095A29-F191-40C0-BB58-2565799AA113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC095A29-F191-40C0-BB58-2565799AA113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC095A29-F191-40C0-BB58-2565799AA113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC095A29-F191-40C0-BB58-2565799AA113}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5E3B6238-A92E-4703-8527-1C2410D7906A} = {F5258F7E-B0BA-466D-8CF8-4DAB84722BE3}
Expand All @@ -105,5 +111,6 @@ Global
{8E6812DB-F7B8-411D-BD15-4BCFA2BF6C28} = {7AE4DC46-59EB-4F69-9240-C7363F0778AA}
{5D45D0B2-6B53-4487-B9C2-3F685B2EC1E4} = {FE9CE932-6F98-4455-A80F-2A0CDB6DB46E}
{57F0A75A-5AD6-4187-9DC6-3CBA44333061} = {FC0D63F3-9B01-46BD-9435-A7E26C905825}
{EC095A29-F191-40C0-BB58-2565799AA113} = {FE9CE932-6F98-4455-A80F-2A0CDB6DB46E}
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions src/Libs/External/MonoGame.ImGuiNet
Submodule MonoGame.ImGuiNet added at b4c81c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Components.Data;
using Scellecs.Morpeh;

namespace Features.Debugging;
namespace Systems.Debugging;

public class EntitiesList : ISystem
{
Expand Down
10 changes: 10 additions & 0 deletions src/Libs/Systems.Debugging/Systems.Debugging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,14 @@
<PackageReference Include="Serilog" Version="2.12.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="Scellecs.Morpeh">
<HintPath>..\..\..\..\..\.nuget\packages\scellecs.morpeh\2023.1.0\lib\netstandard2.1\Scellecs.Morpeh.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Components\Components.csproj" />
</ItemGroup>

</Project>

0 comments on commit a013d92

Please sign in to comment.