diff --git a/Dependencies.md b/Dependencies.md index 17db399..ae77fca 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -15,7 +15,7 @@ the following directory layout: Nuclex.Windows.Forms/ <-- Git: nuclex-shared-dotnet/Nuclex.Windows.Forms ... - Nuclex.Support.Native/ <-- Git: nuclex-shared-dotnet/Nuclex.Support + Nuclex.Support/ <-- Git: nuclex-shared-dotnet/Nuclex.Support ... third-party/ @@ -28,8 +28,8 @@ repository (with `--recurse-submodules`). The actual, direct requirements of the code to compile are: - * Nuclex.Support - * Nuclex.Windows.Forms + * Nuclex.Support (project) + * Nuclex.Windows.Forms (project) * ninject * nunit (optional, if unit tests are built) * nmock (optional, if unit tests are built) diff --git a/Nuclex.Windows.Forms.Ninject (net-4.0).csproj b/Nuclex.Windows.Forms.Ninject (net-4.0).csproj deleted file mode 100644 index c609adf..0000000 --- a/Nuclex.Windows.Forms.Ninject (net-4.0).csproj +++ /dev/null @@ -1,75 +0,0 @@ - - - - - Debug - AnyCPU - {4B185E46-672F-4629-98E8-82DB07AA8147} - Library - Properties - Nuclex.Windows.Forms.Ninject - Nuclex.Windows.Forms.Ninject - v4.0 - 512 - true - Client - - - true - full - false - bin\net-4.0\Debug\ - DEBUG;TRACE - prompt - 4 - bin\net-4.0\Debug\Nuclex.Windows.Forms.Ninject.xml - - - pdbonly - true - bin\net-4.0\Release\ - TRACE - prompt - 4 - bin\net-4.0\Release\Nuclex.Windows.Forms.Ninject.xml - - - true - - - ..\Foundation.snk - - - - ..\References\ninject\net-4.0\Ninject.ClientProfile.dll - - - - - - - - - - - - - - - - - {00567408-4f44-4c00-866e-b04a99e482f2} - Nuclex.Support %28net-4.0%29 - - - {b2bfa3ec-3b7b-4ee0-8395-8426b5c7a8b8} - Nuclex.Windows.Forms %28net-4.0%29 - - - - - Foundation.snk - - - - \ No newline at end of file diff --git a/Nuclex.Windows.Forms.Ninject (net-4.6)(net-6.0).csproj b/Nuclex.Windows.Forms.Ninject (net-4.6)(net-6.0).csproj new file mode 100644 index 0000000..e0f3f6d --- /dev/null +++ b/Nuclex.Windows.Forms.Ninject (net-4.6)(net-6.0).csproj @@ -0,0 +1,32 @@ + + + + net462;net6.0-windows + Apache-2.0 + false + True + Nuclex.Windows.Forms.Ninject + Nuclex.Windows.Forms.Ninject + obj\source + true + + + + + + + + + + + + + + + + + + + + + diff --git a/Nuclex.Windows.Forms.Ninject (net-4.6).csproj b/Nuclex.Windows.Forms.Ninject (net-4.6).csproj deleted file mode 100644 index 45a8d13..0000000 --- a/Nuclex.Windows.Forms.Ninject (net-4.6).csproj +++ /dev/null @@ -1,86 +0,0 @@ - - - - - Debug - AnyCPU - {4B185E46-672F-4629-98E8-82DB07AA8147} - Library - Properties - Nuclex.Windows.Forms.Ninject - Nuclex.Windows.Forms.Ninject - v4.6.2 - 512 - true - - - - - true - full - false - bin\net-4.0\Debug\ - DEBUG;TRACE - prompt - 4 - bin\net-4.0\Debug\Nuclex.Windows.Forms.Ninject.xml - false - - - pdbonly - true - bin\net-4.6\Release\ - TRACE - prompt - 4 - bin\net-4.6\Release\Nuclex.Windows.Forms.Ninject.xml - false - - - $(SolutionDir)third-party\ - - - true - - - ..\Foundation.snk - - - - ..\third-party\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll - - - - - - - - - - - - - - - - - Foundation.snk - - - - - - - - - - {00567408-4f44-4c00-866e-b04a99e482f2} - Nuclex.Support %28net-4.6%29 - - - {b2bfa3ec-3b7b-4ee0-8395-8426b5c7a8b8} - Nuclex.Windows.Forms %28net-4.6%29 - - - - \ No newline at end of file