Files
AetherBags/AetherBags/AetherBags.csproj
T
2025-12-29 15:36:06 -05:00

34 lines
1.2 KiB
XML

<Project Sdk="Dalamud.NET.Sdk/14.0.1">
<PropertyGroup>
<Version>1.0.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<Author>Zeffuro, Pie Lover</Author>
<Name>AetherBags</Name>
<InternalName>AetherBags</InternalName>
<Punchline>Never think too hard about your bags again!</Punchline>
<Description>This plugin replaces your inventory with it's own categorified inventory addon.</Description>
<RepoUrl>https://github.com/Zeffuro/AetherBags</RepoUrl>
<Tags>ui</Tags>
<AcceptsFeedback>true</AcceptsFeedback>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\KamiToolKit\KamiToolKit.csproj"/>
</ItemGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include="changelog.md" />
<Content Include="Assets\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="Assets\Icons\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
</ItemGroup>
</Project>