ILMerge options

Unresolved assembly reference not allowed: xyz.
 

  • I should be able to specify the /lib directory for used references inside of the .Net projects. Otherwise I'll get the message above.
  • /targetplatform:v4,"c:\Windows\Microsoft.NET\Framework\v4.0.30319"  is also not available. Because ILMerge is compiled using Framework 2, we are actually not able to merge .Net 4 assemblies without the targetplatform parameter.

Kind regards,

Marinko