Compare commits

..

2 Commits

Author SHA1 Message Date
max
4794fbc647 Updated project libraries 2024-07-05 13:43:54 +02:00
max
8169d43a97 Move runtime libraries into project folder 2024-07-05 13:43:54 +02:00
4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View File

@ -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

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>