Quellcode durchsuchen

Add Mono.Cecil to legacy patcher

Bepis vor 5 Jahren
Ursprung
Commit
fe87d03b56
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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" />