Add DalamudLibPath to AssemblySearchPaths (#1313)

This commit is contained in:
Haselnussbomber 2023-07-18 17:09:46 +02:00 committed by GitHub
parent 884935e2b4
commit 0f2b858038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,42 +10,19 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblySearchPaths>$(AssemblySearchPaths);$(DalamudLibPath)</AssemblySearchPaths>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.11" /> <PackageReference Include="DalamudPackager" Version="2.1.11" />
<Reference Include="FFXIVClientStructs"> <Reference Include="FFXIVClientStructs" Private="false" />
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath> <Reference Include="Newtonsoft.Json" Private="false" />
<Private>false</Private> <Reference Include="Dalamud" Private="false" />
</Reference> <Reference Include="Dalamud.Interface" Private="false" />
<Reference Include="Newtonsoft.Json"> <Reference Include="ImGui.NET" Private="false" />
<HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath> <Reference Include="ImGuiScene" Private="false" />
<Private>false</Private> <Reference Include="Lumina" Private="false" />
</Reference> <Reference Include="Lumina.Excel" Private="false" />
<Reference Include="Dalamud">
<HintPath>$(DalamudLibPath)Dalamud.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="Dalamud.Interface">
<HintPath>$(DalamudLibPath)Dalamud.Interface.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="ImGui.NET">
<HintPath>$(DalamudLibPath)ImGui.NET.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="ImGuiScene">
<HintPath>$(DalamudLibPath)ImGuiScene.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="Lumina">
<HintPath>$(DalamudLibPath)Lumina.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="Lumina.Excel">
<HintPath>$(DalamudLibPath)Lumina.Excel.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup> </ItemGroup>
<Target Name="Message" BeforeTargets="BeforeBuild"> <Target Name="Message" BeforeTargets="BeforeBuild">