From 66ae22845e9e228762ea0463fb2508fcb59d7a3f Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Mon, 22 Jul 2019 02:55:20 -0500 Subject: [PATCH] Tweaked packing settings to keep system files in Data/Managed --- IPA.Injector/PostBuild.msbuild | 3 +++ docs/docfx.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/IPA.Injector/PostBuild.msbuild b/IPA.Injector/PostBuild.msbuild index c2c0aa8d..223603f9 100644 --- a/IPA.Injector/PostBuild.msbuild +++ b/IPA.Injector/PostBuild.msbuild @@ -12,6 +12,9 @@ + + + diff --git a/docs/docfx.json b/docs/docfx.json index c0840c6d..acb1ebfb 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -11,7 +11,8 @@ "**/IPA.Tests.csproj", "TMP Exporter/**.csproj", "BuildTools/**.csproj", - "Doorstop/**.csproj" + "Doorstop/**.csproj", + "Net3-Proxy/**.csproj" ] }], "dest": "api",