Compare commits
2 Commits
76b1f9c212
...
4794fbc647
Author | SHA1 | Date | |
---|---|---|---|
4794fbc647 | |||
8169d43a97 |
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
||||
[submodule "Libraries/RefreshCS"]
|
||||
path = Libraries/RefreshCS
|
||||
path = Nerfed.Runtime/Libraries/RefreshCS/RefreshCS
|
||||
url = https://github.com/MoonsideGames/RefreshCS.git
|
||||
[submodule "Libraries/SDL2CS"]
|
||||
path = Libraries/SDL2CS
|
||||
path = Nerfed.Runtime/Libraries/SDL2CS
|
||||
url = https://github.com/flibitijibibo/SDL2-CS.git
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user