-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added nuget package eXpandDashboardWin.nuspec
- Loading branch information
1 parent
aa0be53
commit c812fd9
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>eXpandDashboardWin</id> | ||
<version>11.1</version> | ||
<title>DevExpress eXpand Framework Dashboard Module (Win)</title> | ||
<authors>eXpand</authors> | ||
<owners>eXpand</owners> | ||
<iconUrl>http://www.expressapp.ru/expand/expand.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Dashboard Module (Win) / eXpand Framework</description> | ||
<summary>Dashboard Module (Win) / eXpand Framework</summary> | ||
<copyright>eXpandFramework.com</copyright> | ||
<tags>DevExpress, eXpand</tags> | ||
</metadata> | ||
<files> | ||
<file src="\Build\Temp\Xpand.ExpressApp.Dashboard.dll" target="lib\Xpand.ExpressApp.Dashboard.dll" /> | ||
<file src="\Build\Temp\Xpand.ExpressApp.Dashboard.Win.dll" target="lib\Xpand.ExpressApp.Dashboard.Win.dll" /> | ||
<file src="\Build\Temp\Xpand.ExpressApp.Win.dll" target="lib\Xpand.ExpressApp.Win.dll" /> | ||
<file src="\Build\Temp\Xpand.Persistent.BaseImpl.dll" target="lib\Xpand.Persistent.BaseImpl.dll" /> | ||
|
||
<file src="\Build\Temp\Xpand.ExpressApp.dll" target="lib\Xpand.ExpressApp.dll" /> | ||
<file src="\Build\Temp\Xpand.ExpressApp.Security.dll" target="lib\Xpand.ExpressApp.Security.dll" /> | ||
<file src="\Build\Temp\Xpand.Utils.dll" target="lib\Xpand.Utils.dll" /> | ||
<file src="\Build\Temp\Xpand.Persistent.Base.dll" target="lib\Xpand.Persistent.Base.dll" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters