Skip to content

Commit

Permalink
removed harmony test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kianzarrin committed Apr 25, 2020
1 parent 7905972 commit 89b0ff1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
19 changes: 0 additions & 19 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 89b0ff1

Please sign in to comment.