Files
AetherBags/KamiToolKit/KamiToolKit.csproj
T
KnackAtNite 8db4ce6094
Debug Build and Test / Build against Latest Dalamud (push) Has been cancelled
Debug Build and Test / Build against Staging Dalamud (push) Has been cancelled
Initial commit: AetherBags + KamiToolKit for FC Gitea
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 14:46:31 -05:00

33 lines
1.2 KiB
XML

<Project Sdk="Dalamud.NET.Sdk/14.0.1">
<!-- Project settings -->
<PropertyGroup>
<LangVersion>preview</LangVersion>
<RestorePackagesWithLockFile>false</RestorePackagesWithLockFile>
</PropertyGroup>
<!-- Dalamud.NET.Sdk settings -->
<PropertyGroup>
<Use_DalamudPackager>false</Use_DalamudPackager>
</PropertyGroup>
<!-- Assets -->
<ItemGroup>
<Content Include="Assets\**\*.png" CopyToOutputDirectory="Always"/>
</ItemGroup>
<!-- NuGet dependencies -->
<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12"/>
</ItemGroup>
<!-- FFXIVClientStructs -->
<PropertyGroup Condition="Exists('..\FFXIVClientStructs')">
<Use_Dalamud_FFXIVClientStructs>false</Use_Dalamud_FFXIVClientStructs>
</PropertyGroup>
<ItemGroup Condition="Exists('..\FFXIVClientStructs')">
<ProjectReference Include="..\FFXIVClientStructs\FFXIVClientStructs\FFXIVClientStructs.csproj" Private="True" />
<ProjectReference Include="..\FFXIVClientStructs\InteropGenerator.Runtime\InteropGenerator.Runtime.csproj" Private="True" />
</ItemGroup>
</Project>