ci: fix some dll references

This commit is contained in:
Jack Bond-Preston 2022-07-07 17:50:27 +01:00
parent 547993ad50
commit ed4ab8f07d
Signed by: jack
GPG Key ID: 010071F1482BA852

View File

@ -12,10 +12,10 @@
</ItemGroup>
<ItemGroup>
<Reference Include="MagicStorage">
<HintPath>../Mod Libraries/MagicStorage.dll</HintPath>
<HintPath>../MagicStorage/MagicStorage.dll</HintPath>
</Reference>
<Reference Include="MagicStorageHooks">
<HintPath>lib\MagicStorageHooks.dll</HintPath>
<HintPath>lib/MagicStorageHooks.dll</HintPath>
</Reference>
</ItemGroup>
</Project>