-
Notifications
You must be signed in to change notification settings - Fork 90
/
PixelLab.BOT.nuspec
31 lines (31 loc) · 1.79 KB
/
PixelLab.BOT.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="Prism" version="4.1.0.0" />
<dependency id="PixelLab.Common" version="6.0.1" />
</dependencies>
<id>PixelLab.BOT</id>
<title>PixelLab.BOT</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of helpers and controls for .NET, WPF and Silverlight.</description>
<summary />
</metadata>
<files>
<file src="net40-client\Bot\_build\bin\Release\PixelLab.Wpf.dll" target="lib\net40\PixelLab.Wpf.dll" />
<file src="net40-client\Bot\_build\bin\Release\PixelLab.Wpf.pdb" target="lib\net40\PixelLab.Wpf.pdb" />
<file src="net40-client\Bot\_build\bin\Release\PixelLab.Wpf.XML" target="lib\net40\PixelLab.Wpf.XML" />
<file src="sl4\SL4\_build\bin\Release\PixelLab.SL.dll" target="lib\sl40\PixelLab.SL.dll" />
<file src="sl4\SL4\_build\bin\Release\PixelLab.SL.pdb" target="lib\sl40\PixelLab.SL.pdb" />
<file src="sl4\SL4\_build\bin\Release\PixelLab.SL.XML" target="lib\sl40\PixelLab.SL.XML" />
<file src="sl5\SL5\_build\bin\Release\PixelLab.SL5.dll" target="lib\sl50\PixelLab.SL5.dll" />
<file src="sl5\SL5\_build\bin\Release\PixelLab.SL5.pdb" target="lib\sl50\PixelLab.SL5.pdb" />
<file src="sl5\SL5\_build\bin\Release\PixelLab.SL5.XML" target="lib\sl50\PixelLab.SL5.XML" />
</files>
</package>