dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.23k stars 170 forks source link

Inconsistent MSBuild property in readme #35

Open breyed opened 6 years ago

breyed commented 6 years ago

README.md has these lines:

<!-- the ILMergePath property points to the location of ILMerge.exe console application -->
<Exec Command="$(ILMergeConsolePath) /out:Merged.dll File1.dll File2.dll" />

The comment refers to ILMergePath, which does not exist on the Exec line.

I got the impression that something created one of the properties for you. Only after understanding the cryptic error messages that result from failing to specify the property myself did I realize that I needed to.