Add AppData hint paths
This commit is contained in:
parent
efbca85c89
commit
c7143a8bb8
@ -33,14 +33,17 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Dalamud">
|
<Reference Include="Dalamud">
|
||||||
<HintPath>..\..\Dalamud\Dalamud\bin\Release\Dalamud.dll</HintPath>
|
<HintPath>..\..\Dalamud\Dalamud\bin\Release\Dalamud.dll</HintPath>
|
||||||
|
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\Dalamud.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="ImGui.NET">
|
<Reference Include="ImGui.NET">
|
||||||
<HintPath>..\..\Dalamud\Dalamud\bin\Release\ImGui.NET.dll</HintPath>
|
<HintPath>..\..\Dalamud\Dalamud\bin\Release\ImGui.NET.dll</HintPath>
|
||||||
|
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="ImGuiScene">
|
<Reference Include="ImGuiScene">
|
||||||
<HintPath>..\..\Dalamud\Dalamud\bin\Release\ImGuiScene.dll</HintPath>
|
<HintPath>..\..\Dalamud\Dalamud\bin\Release\ImGuiScene.dll</HintPath>
|
||||||
|
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
Loading…
Reference in New Issue
Block a user