forked from dockpanelsuite/dockpanelsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThemeVS2005Multithreading.nuspec
33 lines (33 loc) · 1.86 KB
/
ThemeVS2005Multithreading.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<version>3.1.0-beta3</version>
<authors>Weifen Luo and other contributors</authors>
<owners>Weifen Luo and other contributors</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>http://dockpanelsuite.com</projectUrl>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" />
<frameworkAssembly assemblyName="System" targetFramework="" />
</frameworkAssemblies>
<dependencies>
<dependency id="DockPanelSuite" version="3.1.0-beta3" />
</dependencies>
<id>DockPanelSuite.ThemeVS2005Multithreading</id>
<title>DockPanel Suite VS2005 Theme for Multiple UI Threads</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Visual Studio 2005 theme for DockPanel Suite with multiple UI thread support.
Most WinForms apps uses a single UI thread. Not recommended unless the application uses multiple UI threads.</description>
<summary>Visual Studio 2005 theme for DockPanel Suite with multiple UI thread support.</summary>
<releaseNotes>Release notes can be found at GitHub,
https://github.com/dockpanelsuite/dockpanelsuite/releases
</releaseNotes>
<copyright>(C) 2007-2018 Weifen Luo and other contributors</copyright>
<language>en-US</language>
<tags>windows forms docking dockpanel panel</tags>
</metadata>
<files>
<file src=".\bin\net35-client\WeifenLuo.WinFormsUI.Docking.ThemeVS2005Multithreading.dll" target="lib\net35-client\WeifenLuo.WinFormsUI.Docking.ThemeVS2005Multithreading.dll" />
<file src=".\bin\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2005Multithreading.dll" target="lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2005Multithreading.dll" />
</files>
</package>