From e536a3b1ebe2026d9c27b6b0ba057dc4ba72c50e Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sun, 9 Aug 2020 00:29:35 +0200 Subject: [PATCH] Add NuGet package CxxDemangler for symbol name demangling --- Il2CppInspector.CLI/Il2CppInspector.CLI.csproj | 8 ++++++++ Il2CppInspector.Common/Il2CppInspector.csproj | 12 ++++++++++++ Il2CppInspector.GUI/Il2CppInspector.GUI.csproj | 6 +++++- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj index d6120f0..cd68b6e 100644 --- a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj +++ b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj @@ -17,6 +17,14 @@ Il2CppInspector + + false + + + + false + + diff --git a/Il2CppInspector.Common/Il2CppInspector.csproj b/Il2CppInspector.Common/Il2CppInspector.csproj index bc34099..2e215d6 100644 --- a/Il2CppInspector.Common/Il2CppInspector.csproj +++ b/Il2CppInspector.Common/Il2CppInspector.csproj @@ -9,6 +9,14 @@ Il2CppInspector Shared Library + + false + + + + false + + @@ -20,6 +28,10 @@ + + + NU1605 + diff --git a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj index 87240f0..37dddbc 100644 --- a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj +++ b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj @@ -16,8 +16,12 @@ - NU1605 1701;1702 + false + + + + false