Compare commits
No commits in common. "4794fbc64730e5515772850cb261b005b0392909" and "76b1f9c2128f7ed659066d2be73a5d996adbb594" have entirely different histories.
4794fbc647
...
76b1f9c212
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "Libraries/RefreshCS"]
|
[submodule "Libraries/RefreshCS"]
|
||||||
path = Nerfed.Runtime/Libraries/RefreshCS/RefreshCS
|
path = Libraries/RefreshCS
|
||||||
url = https://github.com/MoonsideGames/RefreshCS.git
|
url = https://github.com/MoonsideGames/RefreshCS.git
|
||||||
[submodule "Libraries/SDL2CS"]
|
[submodule "Libraries/SDL2CS"]
|
||||||
path = Nerfed.Runtime/Libraries/SDL2CS
|
path = Libraries/SDL2CS
|
||||||
url = https://github.com/flibitijibibo/SDL2-CS.git
|
url = https://github.com/flibitijibibo/SDL2-CS.git
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Libraries\RefreshCS\RefreshCS.cs" />
|
<Compile Include="..\Libraries\RefreshCS\RefreshCS.cs" />
|
||||||
<Compile Include="Libraries\SDL2CS\src\SDL2.cs" />
|
<Compile Include="..\Libraries\SDL2CS\src\SDL2.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user