-
Notifications
You must be signed in to change notification settings - Fork 90
/
PixelLab.Common.nuspec
31 lines (31 loc) · 1.92 KB
/
PixelLab.Common.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>6.0.1</version>
<authors>Kevin Moore,Robby Ingebretsen,Derek Lakin</authors>
<owners>Pixel Lab - http://thinkpixellab.com</owners>
<licenseUrl>http://creativecommons.org/licenses/MIT/</licenseUrl>
<projectUrl>https://github.com/thinkpixellab/bot</projectUrl>
<iconUrl>http://www.nuget.org/Media/Default/Packages/PixelLab.BOT/1.0.1/logo.png</iconUrl>
<dependencies>
<dependency id="PixelLab.Core" version="6.0.1" />
<dependency id="Prism" version="4.1.0.0" />
</dependencies>
<id>PixelLab.Common</id>
<title>PixelLab.Common</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of helpers and controls for .NET, WPF and Silverlight.</description>
<summary />
</metadata>
<files>
<file src="net40-client\Common\_build\bin\Release\PixelLab.Common.dll" target="lib\net40\PixelLab.Common.dll" />
<file src="net40-client\Common\_build\bin\Release\PixelLab.Common.pdb" target="lib\net40\PixelLab.Common.pdb" />
<file src="net40-client\Common\_build\bin\Release\PixelLab.Common.XML" target="lib\net40\PixelLab.Common.XML" />
<file src="sl4\Common\_build\bin\Release\PixelLab.Common_SL4.dll" target="lib\sl40\PixelLab.Common_SL4.dll" />
<file src="sl4\Common\_build\bin\Release\PixelLab.Common_SL4.pdb" target="lib\sl40\PixelLab.Common_SL4.pdb" />
<file src="sl4\Common\_build\bin\Release\PixelLab.Common_SL4.XML" target="lib\sl40\PixelLab.Common_SL4.XML" />
<file src="sl5\Common\_build\bin\Release\PixelLab.Common_SL5.dll" target="lib\sl50\PixelLab.Common_SL5.dll" />
<file src="sl5\Common\_build\bin\Release\PixelLab.Common_SL5.pdb" target="lib\sl50\PixelLab.Common_SL5.pdb" />
<file src="sl5\Common\_build\bin\Release\PixelLab.Common_SL5.XML" target="lib\sl50\PixelLab.Common_SL5.XML" />
</files>
</package>