Skip to content

Instantly share code, notes, and snippets.

@taknb2nch
Created May 15, 2015 09:01
Show Gist options
  • Save taknb2nch/483b42d6d87c288d6186 to your computer and use it in GitHub Desktop.
Save taknb2nch/483b42d6d87c288d6186 to your computer and use it in GitHub Desktop.
ILMerge
set fname_new=$(TargetName)_merge$(TargetExt)
if $(ConfigurationName) == Release (
"C:\Program Files (x86)\Microsoft\ILMerge\ILMerge" /wildcards /out:%fname_new% $(TargetFileName) *.dll /targetplatform:v4,"C:\Windows\Microsoft.NET\Framework\v4.0.30319"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment