You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| KeyFile | Specifies a key file to sign the output assembly. |
97
-
| KeyContainer | Specifies a key container to use. |
98
-
| LogFile | Specifies a log file to output log information. |
99
-
| Union | Merges types with identical names into one. |
100
-
| DebugInfo | Enable/disable symbol file generation. |
96
+
| AllowDuplicateResources | Allows duplicating resources in the output assembly. |
97
+
| AllowMultiple | Allows multiple attributes (if type allows). |
98
+
| AllowedDuplicateNamespaces | Allows the specified namespaces from being duplicated into input assemblies. Multiple namespaces are delimited by ",". |
101
99
| AttributeFile | Take assembly attributes from the given assembly file. |
102
100
| CopyAttributes | Copy assembly attributes. |
103
-
| AllowMultiple | Allows multiple attributes (if type allows). |
| TargetPlatformDirectory | Path of Directory where the target platform is located. |
107
-
| XmlDocumentation | Merge assembly XML documentation. |
108
-
| LibraryPath | List of paths to use as "include directories" when attempting to merge assemblies. |
101
+
| DebugInfo | Enable/disable symbol file generation. |
102
+
| DelaySign | Set the key file, but don't sign the assembly. |
103
+
| ExcludeInternalizeSerializable | Do not internalize types marked as Serializable. |
104
+
| InputAssemblies | List of assemblies that will be merged. |
109
105
| Internalize | Set all types but the ones from the first assembly 'internal'. |
110
106
| InternalizeAssembly | Internalize only specific assemblies (list of assembly names without path or extension). |
111
-
| RenameInternalized | Rename all internalized types (to be used when Internalize is enabled). |
112
-
| ExcludeInternalizeSerializable | Do not internalize types marked as Serializable. |
113
107
| InternalizeExclude | If Internalize is set to true, any which match these regular expressions will not be internalized. If Internalize is false, then this property is ignored. |
108
+
| KeyContainer | Specifies a key container to use. |
109
+
| KeyFile | Specifies a key file to sign the output assembly. |
110
+
| LibraryPath | List of paths to use as "include directories" when attempting to merge assemblies. |
111
+
| LogFile | Specifies a log file to output log information. |
112
+
| NoRepackRes | Does not add the embedded resource 'ILRepack.List' with all merged assembly names. |
114
113
| OutputFile | Output name for the merged assembly. |
115
-
| InputAssemblies | List of assemblies that will be merged. |
116
-
| DelaySign | Set the key file, but don't sign the assembly. |
117
-
| AllowDuplicateResources | Allows duplicating resources in the output assembly. |
118
-
| AllowedDuplicateNamespaces | Allows the specified namespaces from being duplicated into input assemblies. Multiple namespaces are delimited by ",". |
119
-
| ZeroPeKind | Allows assemblies with Zero PeKind (but obviously only IL will get merged). |
120
114
| Parallel | Use as many CPUs as possible to merge the assemblies. |
121
115
| PauseBeforeExit | Pause execution once completed (good for debugging). |
116
+
| RenameInternalized | Rename all internalized types (to be used when Internalize is enabled). |
117
+
| RepackDropAttribute | Name of an attribute (optional). Members in input assemblies marked with this attribute will be dropped during merging. |
0 commit comments