Files
xiv-plugins/AutoFishingStool/AutoFishingStool.csproj
2026-08-07 15:50:48 -04:00

18 lines
594 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Dalamud.NET.Sdk/15.0.0">
<PropertyGroup>
<Version>1.2.0.1</Version>
<Authors>Bep</Authors>
<Description>Automatically uses /sit while fishing, with an option to stand during Spectral Currents.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IsPackable>false</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Content Include="icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>