ILRepack.Lib.MSBuild.Task
ILRepack.Lib.MSBuild.Task copied to clipboard
Disable/Enable the default Target.
This PR is related to the #62 to disable the default ILRepack Target and enable to use the ILRepack task in the main .csproj.
Here so changes:
- Move the
UsingTaskto the.propsto enable usingILRepackin any Target. -
ILRepackEnabledproperty to disable the default Target. - Field
LogImportancein theILRepackTask to choose the log level.