Sfoglia il codice sorgente

Add Mono.Cecil to legacy patcher

Bepis 5 anni fa
parent
commit
fe87d03b56
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      BepInEx.Patcher/BepInEx.Patcher.csproj

+ 1 - 0
BepInEx.Patcher/BepInEx.Patcher.csproj

@@ -66,6 +66,7 @@
   <ItemGroup>
     <EmbeddedResource Include="..\bin\0Harmony.dll" />
     <EmbeddedResource Include="..\bin\BepInEx.dll" />
+    <EmbeddedResource Include="..\bin\Mono.Cecil.dll" />
   </ItemGroup>
   <Import Project="..\BepInEx.Common\BepInEx.Common.projitems" Label="Shared" />
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />