Add hint paths to UIDev

main
Cara 2021-01-04 19:32:51 +10:30
parent c7143a8bb8
commit eac81a300e
1 changed files with 3 additions and 0 deletions

View File

@ -54,12 +54,15 @@
<ItemGroup>
<Reference Include="ImGui.NET">
<HintPath>..\..\Dalamud\Dalamud\bin\Release\ImGui.NET.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll</HintPath>
</Reference>
<Reference Include="ImGuiScene">
<HintPath>..\..\Dalamud\Dalamud\bin\Release\ImGuiScene.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll</HintPath>
</Reference>
<Reference Include="SDL2-CS">
<HintPath>..\..\Dalamud\Dalamud\bin\Release\SDL2-CS.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\SDL2-CS.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />