I m trying to embed DLLs in single executable using ILMerge.
I added this command line in build events > post build event command line:
C:Program FilesMicrosoftILMergeILMerge.exe /out:$(TargetDir)Publish.exe
($TargetDir)foo.dll
但是,在我试图管理时,我有以下错误:
The command "C:Program FilesMicrosoftILMergeILMerge.exe /out:C:Publish.exe ($TargetDir)foo.dll" exited with code 255
我如何确定这一点?