chore: use different interpolation

This commit is contained in:
Anna 2020-10-23 17:28:10 -04:00
parent 3c397f999b
commit 5481abfb3b
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 5 additions and 5 deletions

View File

@ -36,23 +36,23 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Dalamud">
<HintPath>%appdata%\XIVLauncher\addon\Hooks\Dalamud.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\Dalamud.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ImGui.NET">
<HintPath>%appdata%\XIVLauncher\addon\Hooks\ImGui.NET.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGui.NET.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ImGuiScene">
<HintPath>%appdata%\XIVLauncher\addon\Hooks\ImGuiScene.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\ImGuiScene.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Lumina">
<HintPath>%appdata%\XIVLauncher\addon\Hooks\Lumina.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\Lumina.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Lumina.Generated">
<HintPath>%appdata%\XIVLauncher\addon\Hooks\Lumina.Generated.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\Lumina.Generated.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MessagePack, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">