-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: get Visual Studio 2019 to compile
Adds basic instructions to README.md Updates SDL2 NuGet package. Updates .gitignore to exclude all generated build objects and the downloaded NuGet packages (VS downloads them automatically if missing, seems better than storing old versions here). Removes files from legacy VS versions. The resulting build isn't usable for playing (see README.md). Maybe someone who uses this platform can fix it. Closes #129 Signed-off-by: bones_was_here <[email protected]>
- Loading branch information
1 parent
c03b106
commit 4c8d375
Showing
110 changed files
with
45 additions
and
48,326 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="sdl2.nuget" version="2.0.22" targetFramework="native" /> | ||
<package id="sdl2.nuget.redist" version="2.0.22" targetFramework="native" /> | ||
<package id="sdl2.nuget" version="2.30.2" targetFramework="native" /> | ||
<package id="sdl2.nuget.redist" version="2.30.2" targetFramework="native" /> | ||
</packages> |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
packages/sdl2.nuget.2.0.22/build/native/default-propertiesui.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.