diff --git a/.gitignore b/.gitignore index e824d34..e76a874 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ coverage*.info # Packages referenced via NuGet third-party/NMock* third-party/NUnit* +third-party/Ninject* diff --git a/.gitmodules b/.gitmodules index d92d723..755403c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,8 @@ url = ../../nuclex-shared-dotnet/Nuclex.Windows.Forms.git branch = main update = rebase +[submodule "Nuclex.Windows.Forms.Ninject"] + path = Nuclex.Windows.Forms.Ninject + url = ../../nuclex-shared-dotnet/Nuclex.Windows.Forms.Ninject.git + branch = main + update = rebase diff --git a/Nuclex.Support b/Nuclex.Support index c8fd327..14572d5 160000 --- a/Nuclex.Support +++ b/Nuclex.Support @@ -1 +1 @@ -Subproject commit c8fd327f7d3bde56df8e9360dcaee9074a6c46c5 +Subproject commit 14572d5947e02d299d53e4c8c0ba34d12ba36966 diff --git a/Nuclex.Windows.Forms b/Nuclex.Windows.Forms index 0196503..b96e16f 160000 --- a/Nuclex.Windows.Forms +++ b/Nuclex.Windows.Forms @@ -1 +1 @@ -Subproject commit 01965038dfd8783e2a9108bc7baae7fce6afb184 +Subproject commit b96e16f027598e1a0f69e8c6d56836edb1e0391b diff --git a/Nuclex.Windows.Forms.Ninject b/Nuclex.Windows.Forms.Ninject new file mode 160000 index 0000000..80d1632 --- /dev/null +++ b/Nuclex.Windows.Forms.Ninject @@ -0,0 +1 @@ +Subproject commit 80d16323ccd988a4514bd4dbb8af61ea8275b964 diff --git a/foundation-package.code-workspace b/foundation-package.code-workspace index 154dd23..6ba4cc8 100644 --- a/foundation-package.code-workspace +++ b/foundation-package.code-workspace @@ -5,6 +5,9 @@ }, { "path": "Nuclex.Windows.Forms" + }, + { + "path": "Nuclex.Windows.Forms.Ninject" } ] } \ No newline at end of file diff --git a/foundation-packages (net-4.6).sln b/foundation-packages (net-4.6).sln index 499efe7..666b265 100644 --- a/foundation-packages (net-4.6).sln +++ b/foundation-packages (net-4.6).sln @@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuclex.Support (net-4.6)", EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuclex.Windows.Forms (net-4.6)", "Nuclex.Windows.Forms\Nuclex.Windows.Forms (net-4.6).csproj", "{B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuclex.Windows.Forms.Ninject (net-4.6)", "Nuclex.Windows.Forms.Ninject\Nuclex.Windows.Forms.Ninject (net-4.6).csproj", "{4B185E46-672F-4629-98E8-82DB07AA8147}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -21,6 +23,10 @@ Global {B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}.Debug|Any CPU.Build.0 = Debug|Any CPU {B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}.Release|Any CPU.ActiveCfg = Release|Any CPU {B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}.Release|Any CPU.Build.0 = Release|Any CPU + {4B185E46-672F-4629-98E8-82DB07AA8147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4B185E46-672F-4629-98E8-82DB07AA8147}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4B185E46-672F-4629-98E8-82DB07AA8147}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4B185E46-672F-4629-98E8-82DB07AA8147}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE