diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-06 21:42:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-06 21:42:09 -0400 |
commit | 9bc53145150d9209fb5b13e82857afb6c155b7a5 (patch) | |
tree | f20aea616910b032ba06906a0de72f00e667a400 /src/SMAPI/StardewModdingAPI.csproj | |
parent | 18906de0f4a31b70f21f386f65bd3fda3ec9fb13 (diff) | |
download | SMAPI-9bc53145150d9209fb5b13e82857afb6c155b7a5.tar.gz SMAPI-9bc53145150d9209fb5b13e82857afb6c155b7a5.tar.bz2 SMAPI-9bc53145150d9209fb5b13e82857afb6c155b7a5.zip |
add Harmony DLL (#541)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index 7eb5f95a..d2a65f48 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -53,6 +53,10 @@ <ApplicationIcon>icon.ico</ApplicationIcon> </PropertyGroup> <ItemGroup> + <Reference Include="0Harmony, Version=1.0.9.1, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\lib\0Harmony.dll</HintPath> + </Reference> <Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.dll</HintPath> <Private>True</Private> |