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

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -