fix ipc probably

This commit is contained in:
Stanley Dimant 2025-01-12 02:55:22 +01:00
parent f44f8df989
commit 38e4668845
11 changed files with 32 additions and 43 deletions

View file

@ -28,6 +28,12 @@
<AssemblyVersion></AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="PlayerData\Export\**" />
<EmbeddedResource Remove="PlayerData\Export\**" />
<None Remove="PlayerData\Export\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="11.0.0" />
<PackageReference Include="Downloader" Version="3.1.2" />
@ -107,8 +113,4 @@
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>
<ItemGroup>
<Folder Include="PlayerData\Export\" />
</ItemGroup>
</Project>