Add AppData hint paths

main
Cara 2021-01-04 19:15:20 +10:30
parent efbca85c89
commit c7143a8bb8
1 changed files with 3 additions and 0 deletions

View File

@ -33,14 +33,17 @@
<ItemGroup>
<Reference Include="Dalamud">
<HintPath>..\..\Dalamud\Dalamud\bin\Release\Dalamud.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\Dalamud.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ImGui.NET">
<HintPath>..\..\Dalamud\Dalamud\bin\Release\ImGui.NET.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ImGuiScene">
<HintPath>..\..\Dalamud\Dalamud\bin\Release\ImGuiScene.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />