From aca0aa42d5c12f9b779cb4dd142e89b3cf963769 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sat, 2 Mar 2024 14:23:03 +0200 Subject: [PATCH] Added SourceLink support Do not copy the attributes when ILMerging, it's not required for the dependencies to work --- Harmony/Harmony.csproj | 7 +++++++ ILRepack.targets | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Harmony/Harmony.csproj b/Harmony/Harmony.csproj index 9c5d3b25..22d1f156 100644 --- a/Harmony/Harmony.csproj +++ b/Harmony/Harmony.csproj @@ -33,6 +33,12 @@ $(HarmonyVersion)$(HarmonyPrerelease) $(NoWarn);SYSLIB0011;NU5131 DebugThin;DebugFat;ReleaseThin;ReleaseFat + true + true + @@ -75,6 +81,7 @@ + diff --git a/ILRepack.targets b/ILRepack.targets index 85935af7..2c17e5a4 100644 --- a/ILRepack.targets +++ b/ILRepack.targets @@ -7,7 +7,7 @@