Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Updated for DIP17
Browse files Browse the repository at this point in the history
  • Loading branch information
PunishedPineapple committed Aug 1, 2022
1 parent 67a1a4d commit 514fc58
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
23 changes: 14 additions & 9 deletions WaymarkPresetPlugin/WaymarkPresetPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,44 @@
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.7" />
</ItemGroup>


<PropertyGroup>
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<ItemGroup>
<Reference Include="Dalamud">
<Private>false</Private>
<HintPath>$(APPDATA)\XIVLauncher\addon\Hooks\dev\Dalamud.dll</HintPath>
<HintPath>$(DalamudLibPath)Dalamud.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<Private>false</Private>
<HintPath>$(APPDATA)\XIVLauncher\addon\Hooks\dev\Newtonsoft.Json.dll</HintPath>
<HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="ImGui.NET">
<Private>false</Private>
<HintPath>$(APPDATA)\XIVLauncher\addon\Hooks\dev\ImGui.NET.dll</HintPath>
<HintPath>$(DalamudLibPath)ImGui.NET.dll</HintPath>
</Reference>
<Reference Include="ImGuiScene">
<Private>false</Private>
<HintPath>$(APPDATA)\XIVLauncher\addon\Hooks\dev\ImGuiScene.dll</HintPath>
<HintPath>$(DalamudLibPath)ImGuiScene.dll</HintPath>
</Reference>
<Reference Include="Lumina">
<Private>false</Private>
<HintPath>$(APPDATA)\XIVLauncher\addon\Hooks\dev\Lumina.dll</HintPath>
<HintPath>$(DalamudLibPath)Lumina.dll</HintPath>
</Reference>
<Reference Include="Lumina.Excel">
<Private>false</Private>
<HintPath>$(APPDATA)\XIVLauncher\addon\Hooks\dev\Lumina.Excel.dll</HintPath>
<HintPath>$(DalamudLibPath)Lumina.Excel.dll</HintPath>
</Reference>
<Reference Include="FFXIVClientStructs">
<Private>false</Private>
<HintPath>$(APPDATA)\XIVLauncher\addon\Hooks\dev\FFXIVClientStructs.dll</HintPath>
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
</Reference>
<Reference Include="CheapLoc">
<Private>false</Private>
<HintPath>$(APPDATA)\XIVLauncher\addon\Hooks\dev\CheapLoc.dll</HintPath>
<HintPath>$(DalamudLibPath)CheapLoc.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
13 changes: 13 additions & 0 deletions WaymarkPresetPlugin/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"dependencies": {
"net5.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.7, )",
"resolved": "2.1.7",
"contentHash": "jnZ/sdInyn07ycuWI+pPOtP/xE3v+c4+jYJfDt36FWnBF9NKqkpzfviJtPl/jGLgbaCmFIXu+Yid0N8GvdKefg=="
}
}
}
}

0 comments on commit 514fc58

Please sign in to comment.