From e2de947e3fc28c9891797e8ee157ec5e89bcdfbf Mon Sep 17 00:00:00 2001 From: Andreas Pardeike Date: Wed, 18 Jan 2017 00:00:49 +0100 Subject: [PATCH] Bug fix release 1.0.4 --- Harmony/Harmony.csproj | 7 ++--- Harmony/HookInjector.cs | 5 ++++ Harmony/PatchFunctions.cs | 27 ++++++++++++++----- Harmony/Platform.cs | 16 +++++++++--- Harmony/Properties/AssemblyInfo.cs | 4 +-- HarmonyNUnitTests/HarmonyNUnitTests.csproj | 30 ++++++++++------------ HarmonyNUnitTests/packages.config | 4 +-- 7 files changed, 60 insertions(+), 33 deletions(-) diff --git a/Harmony/Harmony.csproj b/Harmony/Harmony.csproj index 215e84d1..29aa38ff 100644 --- a/Harmony/Harmony.csproj +++ b/Harmony/Harmony.csproj @@ -1,4 +1,4 @@ - + @@ -20,7 +20,7 @@ full false bin\Debug\ - DEBUG;TRACE + TRACE;DEBUG prompt 4 true @@ -64,7 +64,8 @@ - if exist "$(TargetDir)$(TargetName).pdb" "C:\Program Files (x86)\Mono\bin\mono.exe" "C:\Program Files (x86)\Mono\lib\mono\4.5\pdb2mdb.exe" "$(TargetPath)" + +