Skip to content

Commit

Permalink
Merge pull request #4 from CitiesSkylinesMods/Harmony2-2
Browse files Browse the repository at this point in the history
cities harmony migration
removed harmony test.
  • Loading branch information
kianzarrin authored May 24, 2020
2 parents 68a47a1 + 89b0ff1 commit d2013a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
22 changes: 0 additions & 22 deletions HarmonyUtil.cs

This file was deleted.

6 changes: 1 addition & 5 deletions RedirectionFramework.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -40,7 +40,6 @@
<Compile Include="Attributes\RedirectReverseAttribute.cs" />
<Compile Include="Attributes\TargetTypeAttribute.cs" />
<Compile Include="Extensions\TypeExtension.cs" />
<Compile Include="HarmonyUtil.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RedirectionHelper.cs" />
<Compile Include="RedirectionUtil.cs" />
Expand All @@ -56,9 +55,6 @@
<MangedDLLPath Condition="! Exists ('$(MangedDLLPath)')">..\dependencies</MangedDLLPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="0TMPE.Harmony">
<HintPath>lib\0TMPE.Harmony.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>$(MangedDLLPath)\UnityEngine.dll</HintPath>
<Private>False</Private>
Expand Down
Binary file removed lib/0TMPE.Harmony.dll
Binary file not shown.

0 comments on commit d2013a0

Please sign in to comment.