mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
update dep paths to hooks dev directory
This commit is contained in:
parent
b0dc6490bf
commit
812ab7a787
1 changed files with 5 additions and 5 deletions
|
|
@ -30,29 +30,29 @@
|
||||||
<Reference Include="Dalamud">
|
<Reference Include="Dalamud">
|
||||||
<HintPath>$(DALAMUD_ROOT)\Dalamud.dll</HintPath>
|
<HintPath>$(DALAMUD_ROOT)\Dalamud.dll</HintPath>
|
||||||
<HintPath>..\libs\Dalamud.dll</HintPath>
|
<HintPath>..\libs\Dalamud.dll</HintPath>
|
||||||
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\Dalamud.dll</HintPath>
|
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Dalamud.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="ImGui.NET">
|
<Reference Include="ImGui.NET">
|
||||||
<HintPath>$(DALAMUD_ROOT)\ImGui.NET.dll</HintPath>
|
<HintPath>$(DALAMUD_ROOT)\ImGui.NET.dll</HintPath>
|
||||||
<HintPath>..\libs\ImGui.NET.dll</HintPath>
|
<HintPath>..\libs\ImGui.NET.dll</HintPath>
|
||||||
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll</HintPath>
|
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\ImGui.NET.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="ImGuiScene">
|
<Reference Include="ImGuiScene">
|
||||||
<HintPath>$(DALAMUD_ROOT)\ImGuiScene.dll</HintPath>
|
<HintPath>$(DALAMUD_ROOT)\ImGuiScene.dll</HintPath>
|
||||||
<HintPath>..\libs\ImGuiScene.dll</HintPath>
|
<HintPath>..\libs\ImGuiScene.dll</HintPath>
|
||||||
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll</HintPath>
|
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\ImGuiScene.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Lumina">
|
<Reference Include="Lumina">
|
||||||
<HintPath>$(DALAMUD_ROOT)\Lumina.dll</HintPath>
|
<HintPath>$(DALAMUD_ROOT)\Lumina.dll</HintPath>
|
||||||
<HintPath>..\libs\Lumina.dll</HintPath>
|
<HintPath>..\libs\Lumina.dll</HintPath>
|
||||||
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\Lumina.dll</HintPath>
|
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Lumina.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Forms" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue