From 678f847ee5055f3240e21ffa438013dcb550efc8 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Fri, 5 Oct 2018 10:25:52 -0400 Subject: [PATCH] More rules for --relink-only --- src/Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Program.cs b/src/Program.cs index 4fc8776..9f32ff5 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -37,6 +37,9 @@ public static void Main(string[] args) { xtf.HookBinaryFormatter = false; xtf.HookReflection = false; xtf.AddAssemblyReference = false; + xtf.PatchXNB = false; + xtf.PatchXACT = false; + xtf.PreferredPlatform = ILPlatform.x86; }