Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Autopackage assembly Rule

Eric Schultz edited this page Jul 1, 2011 · 3 revisions

Contains information about an assembly as part of the SharedLib role in a CoApp package.

###Parameter The file path to main DLL for the assembly. In the case of native (x86 or x64) assemblies, additional files may be included via the properties. ###Number in .autopkg file 0 or more

###Properties ###name The name of the assembly. The name may only contain the following characters: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_-..

If name is not specified, the file name (without extension) given in the parameter will be used as the name of the assembly.

###include Additional files that are also part of the assembly. In the case of .NET assemblies, this will not be used.

NOTE: Assemblies may not have subdirectories so any files that are directed to be added will be placed in the same directory as the main assembly DLL itself.

For more information see Include and exclude in Autopackage ###exclude Filepaths and wildcards that will not be included in the package.

For more information see Include and exclude in Autopackage

Clone this wiki locally