mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add scuffed pap handling
This commit is contained in:
parent
48ab98bee6
commit
8c34c18643
6 changed files with 446 additions and 4 deletions
|
|
@ -23,10 +23,10 @@
|
|||
<DefineConstants>PROFILING;</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Mods\Subclasses\**" />
|
||||
<EmbeddedResource Remove="Mods\Subclasses\**" />
|
||||
<None Remove="Mods\Subclasses\**" />
|
||||
<ItemGroup>
|
||||
<Compile Remove="Mods\Subclasses\**" />
|
||||
<EmbeddedResource Remove="Mods\Subclasses\**" />
|
||||
<None Remove="Mods\Subclasses\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
@ -68,6 +68,10 @@
|
|||
<HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Iced">
|
||||
<HintPath>$(DalamudLibPath)Iced.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="OtterTex.dll">
|
||||
<HintPath>lib\OtterTex.dll</HintPath>
|
||||
</Reference>
|
||||
|
|
@ -79,6 +83,7 @@
|
|||
<PackageReference Include="SharpCompress" Version="0.33.0" />
|
||||
<PackageReference Include="SharpGLTF.Core" Version="1.0.0-alpha0030" />
|
||||
<PackageReference Include="SharpGLTF.Toolkit" Version="1.0.0-alpha0030" />
|
||||
<PackageReference Include="PeNet" Version="4.0.5" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue