forked from dockpanelsuite/dockpanelsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ThemeVS2003.nuspec
32 lines (32 loc) · 1.6 KB
/
ThemeVS2003.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
<?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.ThemeVS2003</id>
<title>DockPanel Suite VS2003 Theme</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Visual Studio 2003 theme for DockPanel Suite.</description>
<summary>Visual Studio 2003 theme for DockPanel Suite.</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.ThemeVS2003.dll" target="lib\net35-client\WeifenLuo.WinFormsUI.Docking.ThemeVS2003.dll" />
<file src=".\bin\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2003.dll" target="lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2003.dll" />
</files>
</package>