Mercurial > pub > bltoolkit
diff NuGet/BLToolkit.symbols.nuspec @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NuGet/BLToolkit.symbols.nuspec Thu Mar 27 21:46:09 2014 +0400 @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <metadata> + <id>BLToolkit</id> + <version>4.1.21</version> + <title>Business Logic Toolkit for .NET</title> + <authors>Igor Tkachev</authors> + <owners /> + <licenseUrl>http://bltoolkit.net/License.ashx</licenseUrl> + <projectUrl>http://bltoolkit.net/</projectUrl> + <requireLicenseAcceptance>false</requireLicenseAcceptance> + <description>Business Logic Toolkit is a set of components to simplify .NET application development.</description> + <summary /> + <tags>bltoolkit Linq ORM DAL database DB</tags> + <frameworkAssemblies> + <frameworkAssembly assemblyName="BLToolkit.4.dll" targetFramework=".NETFramework4.0" /> + <frameworkAssembly assemblyName="BLToolkit.3.dll" targetFramework=".NETFramework3.5" /> + <frameworkAssembly assemblyName="BLToolkit.SL.4" targetFramework="Silverlight4.0" /> + </frameworkAssemblies> + </metadata> + <files> + <file src="..\Source\bin\Release\BLToolkit.3.dll" target="lib\net35" /> + <file src="..\Source\bin\Release\BLToolkit.3.pdb" target="lib\net35" /> + <file src="..\Source\bin\Release\BLToolkit.4.dll" target="lib\net40" /> + <file src="..\Source\bin\Release\BLToolkit.4.pdb" target="lib\net40" /> + <file src="..\Source\bin\Release\BLToolkit.SL.4.dll" target="lib\sl40" /> + <file src="..\Source\bin\Release\BLToolkit.SL.4.pdb" target="lib\sl40" /> + <file src="..\Source\**\*.cs" target="src" /> + </files> +</package> \ No newline at end of file