Added Nuclex.Windows.Ninject as a submodule

This commit is contained in:
Markus Ewald 2024-06-18 19:08:47 +02:00
parent 3a881b44a0
commit d028197af7
7 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ coverage*.info
# Packages referenced via NuGet
third-party/NMock*
third-party/NUnit*
third-party/Ninject*

5
.gitmodules vendored
View File

@ -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

@ -1 +1 @@
Subproject commit c8fd327f7d3bde56df8e9360dcaee9074a6c46c5
Subproject commit 14572d5947e02d299d53e4c8c0ba34d12ba36966

@ -1 +1 @@
Subproject commit 01965038dfd8783e2a9108bc7baae7fce6afb184
Subproject commit b96e16f027598e1a0f69e8c6d56836edb1e0391b

@ -0,0 +1 @@
Subproject commit 80d16323ccd988a4514bd4dbb8af61ea8275b964

View File

@ -5,6 +5,9 @@
},
{
"path": "Nuclex.Windows.Forms"
},
{
"path": "Nuclex.Windows.Forms.Ninject"
}
]
}

View File

@ -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