mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
oh fuck go back
This commit is contained in:
parent
76269ba64a
commit
6d822a12a1
1 changed files with 4 additions and 4 deletions
|
|
@ -23,27 +23,27 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Dalamud">
|
<Reference Include="Dalamud">
|
||||||
|
<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\Dalamud.dll</HintPath>
|
||||||
<HintPath>$(DALAMUD_ROOT)\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>..\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\ImGui.NET.dll</HintPath>
|
||||||
<HintPath>$(DALAMUD_ROOT)\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>..\libs\ImGuiScene.dll</HintPath>
|
<HintPath>..\libs\ImGuiScene.dll</HintPath>
|
||||||
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll</HintPath>
|
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll</HintPath>
|
||||||
<HintPath>$(DALAMUD_ROOT)\ImGuiScene.dll</HintPath>
|
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Lumina">
|
<Reference Include="Lumina">
|
||||||
|
<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\Lumina.dll</HintPath>
|
||||||
<HintPath>$(DALAMUD_ROOT)\Lumina.dll</HintPath>
|
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue