Removed outdated file

This commit is contained in:
cygon 2024-08-07 22:43:36 +02:00
parent 69eba99b71
commit cd0ab14ee0
2 changed files with 1 additions and 38 deletions

View File

@ -58,8 +58,6 @@ MVVM with Nuclex.Windows.Forms
This library implements the MVVM pattern through its `WindowManager` class: This library implements the MVVM pattern through its `WindowManager` class:
![The WindowManager and its related classes](./Documents/WindowManager.svg)
The `WindowManager` keeps track of all open windows and their view models, The `WindowManager` keeps track of all open windows and their view models,
so your basic `Main()` method, which normally looks like this: so your basic `Main()` method, which normally looks like this:
@ -243,4 +241,4 @@ class Test {
// Clone is now a complete copy of test, including the child object // Clone is now a complete copy of test, including the child object
} }
} }
``` ```

View File

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Nuclex.Foundation</id>
<version>1.1.0</version>
<title>Nuclex Foundation Libraries</title>
<authors>Markus Ewald</authors>
<owners></owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache 2.0</license>
<description>Set of basic libraries offering tools for MVVM-based UIs, storage of settings, license keys, collections and observer/subscriber pattern helpers</description>
<language>en-US</language>
<tags>mvvm,util</tags>
<repository type="svn" url="https://devel.nuclex.org/framework/svn" commit="3469" />
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Support.git" commit="a59facff90816bb3d7d53761ffea43c0102e6047" />
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.git" commit="7a0ae3b3c70da4a1202d2d5fc5fe6ebf6c984b6e" />
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.Ninject.git" commit="69842a3790dc2e3ce87f1b82694dd4cdc218fff8" />
<dependencies>
<group targetFramework=".NETFramework4.62">
<dependency id="NUnit" version="[2.6.0, 3.0.0)" />
<dependency id="NMock3" version="3.0.0" />
</group>
<group targetFramework=".NETFramework4.0">
<dependency id="NUnit" version="[2.6.0, 3.0.0)" />
<dependency id="NMock3" version="3.0.0" />
</group>
</dependencies>
<dependencies />
</metadata>
<files>
<file src="MultiLib.Project\bin\$configuration$\netstandard2.0\MultiLib.Project.dll" target="lib/netstandard2.0" />
<file src="MultiLib.Project\bin\$configuration$\netstandard2.0\MultiLib.Dependency1.dll" target="lib/netstandard2.0" />
<file src="MultiLib.Project\bin\$configuration$\netstandard2.0\MultiLib.Dependency2.dll" target="lib/netstandard2.0" />
</files>
</package>