|
@@ -13,6 +13,9 @@
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
|
|
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <DalamudLibPath>$(AppData)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
@@ -21,35 +24,35 @@
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Reference Include="Dalamud">
|
|
<Reference Include="Dalamud">
|
|
|
- <HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Dalamud.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>$(DalamudLibPath)Dalamud.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
<Reference Include="FFXIVClientStructs">
|
|
<Reference Include="FFXIVClientStructs">
|
|
|
- <HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\FFXIVClientStructs.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
<Reference Include="ImGui.NET">
|
|
<Reference Include="ImGui.NET">
|
|
|
- <HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\ImGui.NET.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>$(DalamudLibPath)ImGui.NET.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
<Reference Include="ImGuiScene">
|
|
<Reference Include="ImGuiScene">
|
|
|
- <HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\ImGuiScene.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>$(DalamudLibPath)ImGuiScene.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
<Reference Include="Lumina">
|
|
<Reference Include="Lumina">
|
|
|
- <HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Lumina.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>$(DalamudLibPath)Lumina.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
<Reference Include="Lumina.Excel">
|
|
<Reference Include="Lumina.Excel">
|
|
|
- <HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Lumina.Excel.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>$(DalamudLibPath)Lumina.Excel.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
- <HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
- <PackageReference Include="DalamudPackager" Version="2.1.7"/>
|
|
|
|
|
|
|
+ <PackageReference Include="DalamudPackager" Version="2.1.7" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
</Project>
|
|
</Project>
|