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
| 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. |
109
-
| Internalize | Set all types but the ones from the first assembly 'internal'. |
110
-
| RenameInternalized | Rename all internalized types (to be used when Internalize is enabled). |
111
-
| 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. |
112
-
| OutputFile | Output name for the merged assembly. |
113
-
| InputAssemblies | List of assemblies that will be merged. |
114
-
| DelaySign | Set the key file, but don't sign the assembly. |
115
-
| AllowDuplicateResources | Allows duplicating resources in the output assembly. |
116
-
| AllowedDuplicateNamespaces | Allows the specified namespaces from being duplicated into input assemblies. Multiple namespaces are delimited by ",". |
117
-
| ZeroPeKind | Allows assemblies with Zero PeKind (but obviously only IL will get merged). |
118
-
| Parallel | Use as many CPUs as possible to merge the assemblies. |
119
-
| PauseBeforeExit | Pause execution once completed (good for debugging). |
120
-
| Verbose | Additional debug information during the merge that will be outputted to LogFile. |
121
-
| NoRepackRes | Does not add the embedded resource 'ILRepack.List' with all merged assembly names. |
| 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. |
109
+
| Internalize | Set all types but the ones from the first assembly 'internal'. |
110
+
| RenameInternalized | Rename all internalized types (to be used when Internalize is enabled). |
111
+
| ExcludeInternalizeSerializable | Do not internalize types marked as Serializable. |
112
+
| 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. |
113
+
| OutputFile | Output name for the merged assembly. |
114
+
| InputAssemblies | List of assemblies that will be merged. |
115
+
| DelaySign | Set the key file, but don't sign the assembly. |
116
+
| AllowDuplicateResources | Allows duplicating resources in the output assembly. |
117
+
| AllowedDuplicateNamespaces | Allows the specified namespaces from being duplicated into input assemblies. Multiple namespaces are delimited by ",". |
118
+
| ZeroPeKind | Allows assemblies with Zero PeKind (but obviously only IL will get merged). |
119
+
| Parallel | Use as many CPUs as possible to merge the assemblies. |
120
+
| PauseBeforeExit | Pause execution once completed (good for debugging). |
121
+
| Verbose | Additional debug information during the merge that will be outputted to LogFile. |
122
+
| NoRepackRes | Does not add the embedded resource 'ILRepack.List' with all merged assembly names. |
0 commit comments