0
|
1 <?xml version="1.0"?>
|
|
2 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
3 <metadata>
|
|
4 <id>BLToolkit</id>
|
|
5 <version>4.1.21</version>
|
|
6 <title>Business Logic Toolkit for .NET</title>
|
|
7 <authors>Igor Tkachev</authors>
|
|
8 <owners />
|
|
9 <licenseUrl>http://bltoolkit.net/License.ashx</licenseUrl>
|
|
10 <projectUrl>http://bltoolkit.net/</projectUrl>
|
|
11 <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
12 <description>Business Logic Toolkit is a set of components to simplify .NET application development.</description>
|
|
13 <summary />
|
|
14 <tags>bltoolkit Linq ORM DAL database DB</tags>
|
|
15 <frameworkAssemblies>
|
|
16 <frameworkAssembly assemblyName="BLToolkit.4.dll" targetFramework=".NETFramework4.0" />
|
|
17 <frameworkAssembly assemblyName="BLToolkit.3.dll" targetFramework=".NETFramework3.5" />
|
|
18 <frameworkAssembly assemblyName="BLToolkit.SL.4" targetFramework="Silverlight4.0" />
|
|
19 </frameworkAssemblies>
|
|
20 </metadata>
|
|
21 <files>
|
|
22 <file src="..\Source\bin\Release\BLToolkit.3.dll" target="lib\net35" />
|
|
23 <file src="..\Source\bin\Release\BLToolkit.3.pdb" target="lib\net35" />
|
|
24 <file src="..\Source\bin\Release\BLToolkit.4.dll" target="lib\net40" />
|
|
25 <file src="..\Source\bin\Release\BLToolkit.4.pdb" target="lib\net40" />
|
|
26 <file src="..\Source\bin\Release\BLToolkit.SL.4.dll" target="lib\sl40" />
|
|
27 <file src="..\Source\bin\Release\BLToolkit.SL.4.pdb" target="lib\sl40" />
|
|
28 <file src="..\Source\**\*.cs" target="src" />
|
|
29 </files>
|
|
30 </package> |