Browse Source

Added nuspec for full toolkit package

pull/1645/head
Christopher Brown 7 years ago
parent
commit
188ba91140
  1. 18
      ExtendedWPFToolkitSolution/APD.Wpf.Xceed.ToolKit.Full.nuspec
  2. 5
      ExtendedWPFToolkitSolution/Xceed.Wpf.Toolkit.sln

18
ExtendedWPFToolkitSolution/APD.Wpf.Xceed.ToolKit.Full.nuspec

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>APD.Wpf.Xceed.ToolKit.Full</id>
<version>0.0.0.0</version>
<title>APD Xceed ToolKit Full</title>
<description>Our fork of Xceed's ToolKit. Contain the full Xceed Wpf Tookit - Including avalon dock.</description>
<authors>Xceed, APD Communications</authors>
<copyright>Xceed &amp; APD Communications</copyright>
</metadata>
<files>
<file src="Src\Xceed.Wpf.AvalonDock\bin\Release\**" target="lib\net40" />
<file src="Src\Xceed.Wpf.Toolkit\bin\Release\**" target="lib\net40" />
<file src="Src\Xceed.Wpf.AvalonDock.Themes.Aero\bin\Release\**" target="lib\net40" />
<file src="Src\Xceed.Wpf.AvalonDock.Themes.Metro\bin\Release\**" target="lib\net40" />
<file src="Src\Xceed.Wpf.AvalonDock.Themes.VS2010\bin\Release\**" target="lib\net40" />
</files>
</package>

5
ExtendedWPFToolkitSolution/Xceed.Wpf.Toolkit.sln

@ -20,6 +20,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF30F776-A0FD-4859-8C86-67091294501C}"
ProjectSection(SolutionItems) = preProject
APD.Wpf.Xceed.AvalonDock.nuspec = APD.Wpf.Xceed.AvalonDock.nuspec
APD.Wpf.Xceed.ToolKit.Full.nuspec = APD.Wpf.Xceed.ToolKit.Full.nuspec
EndProjectSection
EndProject
Global
@ -36,10 +37,6 @@ Global
{72E591D6-8F83-4D8C-8F67-9C325E623234}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{72E591D6-8F83-4D8C-8F67-9C325E623234}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{72E591D6-8F83-4D8C-8F67-9C325E623234}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{63648392-6CE9-4A60-96D4-F9FD718D29B0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{63648392-6CE9-4A60-96D4-F9FD718D29B0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{63648392-6CE9-4A60-96D4-F9FD718D29B0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{63648392-6CE9-4A60-96D4-F9FD718D29B0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DB81988F-E0F2-45A0-A1FD-8C37F3D35244}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DB81988F-E0F2-45A0-A1FD-8C37F3D35244}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DB81988F-E0F2-45A0-A1FD-8C37F3D35244}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU

Loading…
Cancel
Save