forked from dockpanelsuite/dockpanelsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DockPanelSuite.nuspec
35 lines (34 loc) · 1.96 KB
/
DockPanelSuite.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
34
35
<?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>
<id>DockPanelSuite</id>
<title>DockPanel Suite</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The docking library for .Net Windows Forms development which mimics Visual Studio .Net.</description>
<summary>The docking library for .Net Windows Forms development which mimics Visual Studio .Net.</summary>
<releaseNotes>Release notes can be found at GitHub,
https://github.com/dockpanelsuite/dockpanelsuite/releases
Visual Studio 2003 Theme: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2003/
Visual Studio 2005 Theme: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2005/
Visual Studio 2012 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2012/
Visual Studio 2013 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2013/
Visual Studio 2015 Themes: https://www.nuget.org/packages/DockPanelSuite.ThemeVS2015/
</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.dll" target="lib\net35-client\WeifenLuo.WinFormsUI.Docking.dll" />
<file src=".\bin\net40\WeifenLuo.WinFormsUI.Docking.dll" target="lib\net40\WeifenLuo.WinFormsUI.Docking.dll" />
</files>
</package>