Added Nuclex.Support and Nuclex.Windows.Forms as submodules

This commit is contained in:
Markus Ewald 2024-06-17 10:53:12 +02:00
commit 48ba3f9962
3 changed files with 12 additions and 0 deletions

10
.gitmodules vendored Normal file
View file

@ -0,0 +1,10 @@
[submodule "Nuclex.Support"]
path = Nuclex.Support
url = ../../nuclex-shared-dotnet/Nuclex.Support.git
branch = main
update = rebase
[submodule "Nuclex.Windows.Forms"]
path = Nuclex.Windows.Forms
url = ../../nuclex-shared-dotnet/Nuclex.Windows.Forms.git
branch = main
update = rebase