From 41ca2e92fd627d2162a913ddedd405d20a1a85d4 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Sun, 30 Apr 2023 17:58:36 +0100 Subject: [PATCH] where tf did the submodule go --- .gitmodules | 3 +++ Bloxstrap.sln | 8 +++++++- Bloxstrap/Bloxstrap.csproj | 5 ++++- wpfui | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) create mode 160000 wpfui diff --git a/.gitmodules b/.gitmodules index e69de29..e326155 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "wpfui"] + path = wpfui + url = git@github.com:pizzaboxer/wpfui.git diff --git a/Bloxstrap.sln b/Bloxstrap.sln index 95d2b53..78394bf 100644 --- a/Bloxstrap.sln +++ b/Bloxstrap.sln @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.3.32819.101 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bloxstrap", "Bloxstrap\Bloxstrap.csproj", "{0D75146E-DA24-4B05-B6C9-250C8F81B0C7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bloxstrap", "Bloxstrap\Bloxstrap.csproj", "{0D75146E-DA24-4B05-B6C9-250C8F81B0C7}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wpf.Ui", "wpfui\src\Wpf.Ui\Wpf.Ui.csproj", "{1ADC87D1-8963-4100-845A-18477824718E}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,6 +17,10 @@ Global {0D75146E-DA24-4B05-B6C9-250C8F81B0C7}.Debug|Any CPU.Build.0 = Debug|Any CPU {0D75146E-DA24-4B05-B6C9-250C8F81B0C7}.Release|Any CPU.ActiveCfg = Release|Any CPU {0D75146E-DA24-4B05-B6C9-250C8F81B0C7}.Release|Any CPU.Build.0 = Release|Any CPU + {1ADC87D1-8963-4100-845A-18477824718E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1ADC87D1-8963-4100-845A-18477824718E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1ADC87D1-8963-4100-845A-18477824718E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1ADC87D1-8963-4100-845A-18477824718E}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Bloxstrap/Bloxstrap.csproj b/Bloxstrap/Bloxstrap.csproj index 3f09f7b..ea7c7f6 100644 --- a/Bloxstrap/Bloxstrap.csproj +++ b/Bloxstrap/Bloxstrap.csproj @@ -27,7 +27,10 @@ - + + + + diff --git a/wpfui b/wpfui new file mode 160000 index 0000000..6ace628 --- /dev/null +++ b/wpfui @@ -0,0 +1 @@ +Subproject commit 6ace6284aa68340463ef49bee1e467cf0f144e61