c# - ILMerge and Visual Studio and PostEvent build -


met problem. vs2013 doesnt allow merge files same exe created after build.

"$(solutiondir)ilmerge\ilmerge.exe" "$(targetpath)" "$(solutiondir)..\lib\soft.dll" /out:"$(targetpath)" 

my idea merge built exe 1 dll (uses in references) , have same exe filename. can without problem apart of visualstudio.

but prefer merge in post-build event, , not change exe filename.

is there workaround ?

ps. dont want have dll in resources, because used lot, , easy have usual in references


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -