Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 3344624

Browse files
authored
Fixed MacOS Modloading
Removed ILMerge
2 parents b6ea735 + 9359ad6 commit 3344624

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.DS_Store

6 KB
Binary file not shown.

ModLoader/ModLoader.csproj

-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\ILMerge.3.0.29\build\ILMerge.props" Condition="Exists('..\packages\ILMerge.3.0.29\build\ILMerge.props')" />
43
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
54
<PropertyGroup>
65
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -96,14 +95,4 @@
9695
<None Include="packages.config" />
9796
</ItemGroup>
9897
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
100-
<PropertyGroup>
101-
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
102-
</PropertyGroup>
103-
<Error Condition="!Exists('..\packages\ILMerge.3.0.29\build\ILMerge.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILMerge.3.0.29\build\ILMerge.props'))" />
104-
</Target>
105-
<Target Name="AfterBuild">
106-
<!-- the ILMergePath property points to the location of ILMerge.exe console application -->
107-
<Exec Command="$(ILMergeConsolePath) /out:bin/Release/ModLoaderMac.dll bin/Release/0Harmony.dll bin/Release/ModLoader.dll" />
108-
</Target>
10998
</Project>

0 commit comments

Comments
 (0)