Skip to content

Commit 1bef042

Browse files
committed
un-monomod the hooks library
1 parent 64743e1 commit 1bef042

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

FEZ.HAT.mm.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<ItemGroup>
3333
<SourceFiles Include="$(TargetDir)$(TargetName).dll" />
3434
<SourceFiles Include="$(TargetDir)$(TargetName).pdb" />
35-
<SourceFiles Include="$(TargetDir)FEZ.Hooks.mm.dll" />
35+
<SourceFiles Include="$(TargetDir)FEZ.Hooks.dll" />
3636
</ItemGroup>
3737
<Copy Condition="$(CopyOverHATToFez) == True" SourceFiles="@(SourceFiles)" DestinationFolder="$(FezDir)\" Retries="0" />
3838
</Target>
@@ -88,9 +88,5 @@
8888
<HintPath>$(MonoModDir)\MonoMod.Utils.dll</HintPath>
8989
<Private>False</Private>
9090
</Reference>
91-
<Reference Include="FEZ.Hooks.mm">
92-
<HintPath>$(TargetDir)FEZ.Hooks.mm.dll</HintPath>
93-
<Private>False</Private>
94-
</Reference>
9591
</ItemGroup>
9692
</Project>

ILRepack.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

4-
<Target Name="BuildHookBinaries" AfterTargets="VerifyModReferences" Condition="!Exists('$(TargetDir)FEZ.Hooks.mm.dll')">
4+
<Target Name="BuildHookBinaries" AfterTargets="VerifyModReferences" Condition="!Exists('$(TargetDir)FEZ.Hooks.dll')">
55

66
<ItemGroup>
77
<HookBinaries Include="FEZ.exe" />
@@ -19,7 +19,7 @@
1919
Parallel = "True"
2020
InputAssemblies = "@(GeneratedHookBinaries)"
2121
TargetKind = "Dll"
22-
OutputFile = "$(TargetDir)FEZ.Hooks.mm.dll" />
22+
OutputFile = "$(TargetDir)FEZ.Hooks.dll" />
2323

2424
<Delete Files="@(GeneratedHookBinaries)" />
2525
</Target>

0 commit comments

Comments
 (0)