-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -223,7 +223,7 @@ public void Stop() | |
|
||
if (pollingTask != null) | ||
{ | ||
pollingCts.Cancel(); | ||
pollingCts!.Cancel(); | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,77 @@ | ||
cd CSCore | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 CSCore\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 CSCore\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd DotFeather | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 DotFeather\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 DotFeather\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd DrippyAL | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 DrippyAL\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 DrippyAL\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd FNA.NET | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 FNA.NET\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 FNA.NET\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd MonoGame | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 MonoGame\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 MonoGame\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd NAudio | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 NAudio\bin\Release\net6.0-windows\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 NAudio\bin\Release\net8.0-windows\TimGM6mb.sf2 | ||
|
||
cd OpenTK | ||
dotnet build -c Release | ||
cd .. | ||
copy openal32.dll OpenTK\bin\Release\net6.0\openal32.dll | ||
copy TimGM6mb.sf2 OpenTK\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy openal32.dll OpenTK\bin\Release\net8.0\openal32.dll | ||
copy TimGM6mb.sf2 OpenTK\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd Raylib_cs | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 Raylib_cs\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 Raylib_cs\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd Raylib_CsLo | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 Raylib_CsLo\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 Raylib_CsLo\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd SDL2 | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 SDL2\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 SDL2\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd SFML.Net | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 SFML.Net\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 SFML.Net\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd Silk.NET.OpenAL | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 Silk.NET.OpenAL\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 Silk.NET.OpenAL\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd Silk.NET.SDL | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 Silk.NET.SDL\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 Silk.NET.SDL\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd Sokol | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 Sokol\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 Sokol\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
cd TinyAudio | ||
dotnet build -c Release | ||
cd .. | ||
copy TimGM6mb.sf2 TinyAudio\bin\Release\net6.0\TimGM6mb.sf2 | ||
copy TimGM6mb.sf2 TinyAudio\bin\Release\net8.0\TimGM6mb.sf2 | ||
|
||
pause |