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

Commit d15736d

Browse files
committed
Merge branch 'developer' of https://github.com/105-Code/SFS-Modloader into developer
2 parents 96a4bf3 + 3344624 commit d15736d

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>
@@ -99,14 +98,4 @@
9998
<None Include="packages.config" />
10099
</ItemGroup>
101100
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
103-
<PropertyGroup>
104-
<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>
105-
</PropertyGroup>
106-
<Error Condition="!Exists('..\packages\ILMerge.3.0.29\build\ILMerge.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILMerge.3.0.29\build\ILMerge.props'))" />
107-
</Target>
108-
<Target Name="AfterBuild">
109-
<!-- the ILMergePath property points to the location of ILMerge.exe console application -->
110-
<Exec Command="$(ILMergeConsolePath) /out:bin/Release/ModLoaderMac.dll bin/Release/0Harmony.dll bin/Release/ModLoader.dll" />
111-
</Target>
112101
</Project>

0 commit comments

Comments
 (0)