ILMerge for dotnet 1.1
I have been using ILMerge since dotnet 1.1 framework. Recently I formatted my hard drive and forgot to save a copy of the ILMerge.exe.
Thus, I went to the Microsoft website to download another copy. Now the ILMerge is 2.0 version which requires dotnet 2.0 to run. This is fine with me as I can download the dotnet 2.0 framework.
But when I use that tool to combine my executable with the rest of the dlls, I found out that the resulting executable requires dotnet 2.0 framework to run!
So is there any way I can use the new ILMerge v2.0 but the resulting executable requires only dotnet 1.1 framework? Of course, the easier answer is to find the ILMerge v1.0 but it is nowhere to be found in Microsoft site anymore.
Anyone with the ILMerge v1.0 that you can email to me?

