Remove ClientStructs since Dalamuds version is now up to date.

This commit is contained in:
Ottermandias 2021-09-09 11:40:31 +02:00
parent 23ebaf7a0d
commit d09c30e2f2
4 changed files with 1 additions and 10 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -30,7 +30,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.18" GeneratePathProperty="true" />
<Reference Include="Dalamud">
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\Dalamud.dll</HintPath>
<Private>False</Private>
@ -52,19 +51,11 @@
<Private>False</Private>
</Reference>
<Reference Include="FFXIVClientStructs">
<HintPath>..\FFXIVClientStructs.dll</HintPath>
<HintPath>$(AppData)\XIVLauncher\addon\Hooks\dev\FFXIVClientStructs.dll</HintPath>
<Private>true</Private>
</Reference>
</ItemGroup>
<Target Name="ILRepack" AfterTargets="Build">
<ItemGroup>
<InputAssemblies Include="$(TargetPath)"/>
<InputAssemblies Include="$(TargetDir)Penumbra.dll $(TargetDir)FFXIVClientStructs.dll" Exclude="$(TargetPath)"/>
</ItemGroup>
<Exec Command="$(ILRepack) /lib:$(TargetDir) /lib:$(AppData)\XIVLauncher\addon\Hooks\dev /out:$(TargetDir)$(TargetFileName) @(InputAssemblies, ' ')"/>
</Target>
<ItemGroup>
<PackageReference Include="EmbedIO" Version="3.4.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />