From 7027f2e1cb3b70644c8f088a5433e49048c35892 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Fri, 14 Aug 2020 04:54:48 +0200 Subject: [PATCH] Configure .csproj files for NuGet package --- Il2CppInspector.Common/Il2CppInspector.csproj | 20 +++++++++++++++++-- .../Il2CppInspector.GUI.csproj | 2 ++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Il2CppInspector.Common/Il2CppInspector.csproj b/Il2CppInspector.Common/Il2CppInspector.csproj index 2e215d6..a34ef20 100644 --- a/Il2CppInspector.Common/Il2CppInspector.csproj +++ b/Il2CppInspector.Common/Il2CppInspector.csproj @@ -4,9 +4,19 @@ netstandard2.1 Il2CppInspector.Common Katy Coe - 2020.1 + 2020.2-preview-2 Noisy Cow Studios Il2CppInspector Shared Library + $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage + NoisyCowStudios.Il2CppInspector + Unity IL2CPP application reverse engineering framework + + true + false + https://github.com/djkaty/Il2CppInspector + AGPL-3.0-only + https://github.com/djkaty/Il2CppInspector + IL2CPP;Unity;Reverse Engineering;Metadata @@ -37,7 +47,7 @@ - + @@ -55,4 +65,10 @@ + + + + + + \ No newline at end of file diff --git a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj index 37dddbc..3d928cb 100644 --- a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj +++ b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj @@ -29,6 +29,7 @@ + @@ -37,6 +38,7 @@ +