File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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" />
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 >
You can’t perform that action at this time.
0 commit comments