Граф коммитов

1 Коммитов

Автор SHA1 Сообщение Дата
Daniel Cazzulino 55fb82d1b6 Expose an $(ILRepack) property for nuget consumers
When using ILRepack as a nuget package, it's often convenient to
be able to execute it in some targets. However, since the nuget
install path depends on the version of the package, it's typically
harder than necessary to figure out the path to `tools`.

This adds a .props file that is automatically imported by nuget
when installed in a project, therefore making it trivial to invoke
the tool by just using the new $(ILRepack) MSBuild property from
anywhere in the project or its imported targets.

Since it's in a .props, it means that even downstream packages that
add a dependency on this package can leverage the tool too without
having to know what version of the ILRepack is in use.
2017-04-06 11:07:51 +02:00