Browse Source

Tweaked packing settings to keep system files in Data/Managed

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
fd0c0414f2
2 changed files with 5 additions and 1 deletions
  1. +3
    -0
      IPA.Injector/PostBuild.msbuild
  2. +2
    -1
      docs/docfx.json

+ 3
- 0
IPA.Injector/PostBuild.msbuild View File

@ -12,6 +12,9 @@
<ItemGroup>
<SystemFiles Include="$(OPath)IPA.Injector.*" />
<SystemFiles Include="$(OPath)IPA.Loader.*" />
<SystemFiles Include="$(OPath)AsyncBridge.*" />
<SystemFiles Include="$(OPath)System.Threading.*" />
<SystemFiles Include="$(OPath)Net3-Proxy.*" />
<SystemFiles Include="$(OPath)Libraries\Mono\**\*" />
<OldLibFiles Include="$(OPath)Libs\**\*" />
</ItemGroup>


+ 2
- 1
docs/docfx.json View File

@ -11,7 +11,8 @@
"**/IPA.Tests.csproj",
"TMP Exporter/**.csproj",
"BuildTools/**.csproj",
"Doorstop/**.csproj"
"Doorstop/**.csproj",
"Net3-Proxy/**.csproj"
]
}],
"dest": "api",


Loading…
Cancel
Save