A bit lost with ILMerge
问题 Thanks for taking some time to help me out. Using: Microsoft Visual C# 2010 Express I have two files: RJFCModPackInstaller.exe and Ionic.Zip.dll That i'd like to merge in to one: RJFCModpackInstaller.exe I've tried to do post-build and havetried multiple GUIs, what can/should I do? I tried using this: "$(SolutionDir)ILMerge\ILMerge.exe" /out:"$(SolutionDir)\deploy\$(TargetFileName)" "$(TargetDir)$(TargetFileName)" "$(TargetDir)*.dll" /target:exe /targetplatform:'v4, C:\Windows\Microsoft.NET