ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/posUpdate/packages/ilmerge.2.12.0803/ilmerge.2.12.0803.nuspec
Revision: 710
Committed: Thu Mar 21 10:40:24 2013 UTC (12 years, 6 months ago) by s10k
File size: 1736 byte(s)
Log Message:

File Contents

# Content
1 <?xml version="1.0"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3 <metadata>
4 <id>ilmerge</id>
5 <version>2.12.0803</version>
6 <title>ILMerge</title>
7 <authors>mbarnett</authors>
8 <owners>mbarnett</owners>
9 <licenseUrl>http://research.microsoft.com/en-us/people/mbarnett/ilmerge-license.aspx</licenseUrl>
10 <projectUrl>http://research.microsoft.com/en-us/people/mbarnett/ILMerge.aspx</projectUrl>
11 <requireLicenseAcceptance>true</requireLicenseAcceptance>
12 <description>ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the target assembly is created as an executable with the same entry point as the primary assembly. Also, if the primary assembly has a strong name, and a .snk file is provided, then the target assembly is re-signed with the specified key so that it also has a strong name.
13
14 ILMerge is packaged as a console application. But all of its functionality is also available programmatically.
15
16 There are several options that control the behavior of ILMerge. See the documentation that comes with the tool for details.</description>
17 <summary>ILMerge is a static linker for .NET assemblies.</summary>
18 <copyright>Microsoft Corporation</copyright>
19 <frameworkAssemblies>
20 <frameworkAssembly assemblyName="System" targetFramework="" />
21 <frameworkAssembly assemblyName="System.Xml" targetFramework="" />
22 </frameworkAssemblies>
23 <references />
24 </metadata>
25 </package>