From 793b427b73cae0a80de4f86729da8be502270af2 Mon Sep 17 00:00:00 2001 From: SpecialFood Date: Mon, 30 Mar 2020 11:09:39 +0300 Subject: [PATCH 1/2] Update ILRepack.Lib.MSBuild.Task.targets --- .../ILRepack.Lib.MSBuild.Task.targets | 48 ++++++++++++++++--- 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets index e3222f2..9aa0759 100644 --- a/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets +++ b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets @@ -11,26 +11,62 @@ + + + $(OutputPath)$(TargetName)$(TargetExt) + - - + + + + + + + + + + + + + + + + + + $(OutputPath) + $(ILRepackOutputFolder)$(TargetName)$(TargetExt) + + OutputFile="$(ILRepackOutputFile)"> + + + + - + From 525a64f4e074c79acf284dd57efa554f10675aee Mon Sep 17 00:00:00 2001 From: SpecialFood Date: Mon, 30 Mar 2020 13:45:32 +0300 Subject: [PATCH 2/2] Update ILRepack.Lib.MSBuild.Task.targets --- .../ILRepack.Lib.MSBuild.Task.targets | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets index 9aa0759..88a6adf 100644 --- a/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets +++ b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets @@ -16,21 +16,21 @@ $(OutputPath)$(TargetName)$(TargetExt) - - + + + Exclude="@(ILRepackPossibleAssemblyReferences)" /> + Exclude="@(ILRepackImpossibleAssemblyReferences)" /> + Exclude="@(ILRepackIncludedAssemblyReferences)" /> - - + + - - + + $(OutputPath)