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
Path of Directory where target platform is located.
185
183
</td>
186
184
</tr>
187
-
<tr>
185
+
<tr>
188
186
<td>
189
187
XmlDocumentation
190
188
</td>
191
189
<td>
192
190
Merge assembly xml documentation.
193
191
</td>
194
192
</tr>
195
-
<tr>
193
+
<tr>
196
194
<td>
197
195
LibraryPath
198
196
</td>
199
197
<td>
200
198
List of paths to use as "include directories" when attempting to merge assemblies.
201
199
</td>
202
200
</tr>
203
-
<tr>
201
+
<tr>
204
202
<td>
205
203
Internalize
206
204
</td>
207
205
<td>
208
206
Set all types but the ones from the first assembly 'internal'.
209
207
</td>
210
208
</tr>
211
-
<tr>
209
+
<tr>
212
210
<td>
213
211
RenameInternalized
214
212
</td>
215
213
<td>
216
214
Rename all internalized types (to be used when Internalize is enabled).
217
215
</td>
218
216
</tr>
219
-
<tr>
217
+
<tr>
220
218
<td>
221
219
InternalizeExclude
222
220
</td>
223
221
<td>
224
222
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.
225
223
</td>
226
224
</tr>
227
-
<tr>
225
+
<tr>
228
226
<td>
229
227
OutputFile
230
228
</td>
231
229
<td>
232
230
Output name for merged assembly.
233
231
</td>
234
232
</tr>
235
-
<tr>
233
+
<tr>
236
234
<td>
237
235
InputAssemblies
238
236
</td>
239
237
<td>
240
238
List of assemblies that will be merged.
241
239
</td>
242
240
</tr>
243
-
<tr>
241
+
<tr>
244
242
<td>
245
243
DelaySign
246
244
</td>
247
245
<td>
248
246
Set the keyfile, but don't sign the assembly.
249
247
</td>
250
248
</tr>
251
-
<tr>
249
+
<tr>
252
250
<td>
253
251
AllowDuplicateResources
254
252
</td>
@@ -264,23 +262,23 @@ If you are using default targets file then you may notice that it clears Output
264
262
Allows the specified namespaces for being duplicated in to input assemblies. Multiple namespaces are delimited by ",".
265
263
</td>
266
264
</tr>
267
-
<tr>
265
+
<tr>
268
266
<td>
269
267
ZeroPeKind
270
268
</td>
271
269
<td>
272
270
Allows assemblies with Zero PeKind (but obviously only IL will get merged).
273
271
</td>
274
272
</tr>
275
-
<tr>
273
+
<tr>
276
274
<td>
277
275
Parallel
278
276
</td>
279
277
<td>
280
278
Use as many CPUs as possible to merge the assemblies.
281
279
</td>
282
280
</tr>
283
-
<tr>
281
+
<tr>
284
282
<td>
285
283
Verbose
286
284
</td>
@@ -296,7 +294,7 @@ If you are using default targets file then you may notice that it clears Output
296
294
Does not add the embedded resource 'ILRepack.List' with all merged assembly names.
0 commit comments