Created
March 17, 2020 02:31
Revisions
-
grandsilence created this gist
Mar 17, 2020 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ <Target Name="AfterBuild"> <!-- the ILMergePath property points to the location of ILMerge.exe console application --> <Exec Command="$(ILMergeConsolePath) /target=winexe /ndebug=false /targetplatform=v4 /wildcards bin\Release\App.exe ^ /out:bin\Release\App_merged.exe ^ bin\Release\*.dll" /> </Target>