I am running ILMerge with these binaries
Directory: H:\Visual Studio 2012\projects\Util\FreeBytes\bin\Debug Mode LastWriteTime Length Name
using this command
PS H:\Visual Studio 2012\projects\Util\FreeBytes\bin\Debug> ilmerge /log:ilmerge.log /lib:C:\Windows\Microsoft.NET\Framework\v4.0.30319 /target:winexe /out:FreeBytesC.exe /ndebug FreeBytes.exe FSharp.Core.dll V olLib.dll
How long does it take to write an executable file? The log file says that everything is in order until the output file is written.
Resolved assembly reference 'System.Numerics' to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Numerics.dll'. (Used a client-suppli Using assembly 'FreeBytes' for assembly-level attributes for the target assembly. Merging assembly 'FreeBytes' into target assembly. Merging assembly 'FSharp.Core' into target assembly. Assembly level attribute 'System.Security.SecurityTransparentAttribute' from assembly 'FSharp.Core' being deleted from target assembly Merging assembly 'VolLib' into target assembly. Copying 1 Win32 Resources from assembly 'FreeBytes' into target assembly. Transferring entry point 'DiskChecker1.main(System.String[])' from assembly 'FreeBytes' to assembly 'FreeBytesC'. There were no errors reported in the target assembly metadata. ILMerge: Writing target assembly 'FreeBytesC.exe'.
octopusgrabbus Feb 17 '17 at 15:04 2017-02-17 15:04
source share