Compare commits

..

No commits in common. "4794fbc64730e5515772850cb261b005b0392909" and "76b1f9c2128f7ed659066d2be73a5d996adbb594" have entirely different histories.

4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "Libraries/RefreshCS"]
path = Nerfed.Runtime/Libraries/RefreshCS/RefreshCS
path = Libraries/RefreshCS
url = https://github.com/MoonsideGames/RefreshCS.git
[submodule "Libraries/SDL2CS"]
path = Nerfed.Runtime/Libraries/SDL2CS
path = Libraries/SDL2CS
url = https://github.com/flibitijibibo/SDL2-CS.git

View File

@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<Compile Include="Libraries\RefreshCS\RefreshCS.cs" />
<Compile Include="Libraries\SDL2CS\src\SDL2.cs" />
<Compile Include="..\Libraries\RefreshCS\RefreshCS.cs" />
<Compile Include="..\Libraries\SDL2CS\src\SDL2.cs" />
</ItemGroup>
<PropertyGroup>