Added Visual Studio Codium workspace, NuGet configuration and updated the submodules

This commit is contained in:
Markus Ewald 2024-06-17 22:36:49 +02:00
parent 48ba3f9962
commit 970155157a
5 changed files with 73 additions and 1 deletions

9
third-party/ReadMe.md vendored Normal file
View file

@ -0,0 +1,9 @@
Third-Party Libraries
---------------------
Modern .NET projects use NuGet to manage their dependencies. Dependencies will
be downloaded into this directory when you do a "NuGet restore" or compile
a project in Microsoft's Visual Studio IDE.
NuGet is essentially .NET's package manager, similar to Cargo, PIP or npm,
just less pleasant to use and very poorly integrated into the build system.