1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-23 21:27:45 +00:00
auracite/dalamud/Auracite/Auracite.csproj
Joshua Goins 70effe3541 Save even more data, whoop
All of your character's appearance data is now saved, and I've begun
the groundwork for exporting it into a client-compatible dat file.

If using the Dalamud plugin, the adventurer plate portrait is now
exported.
2024-11-01 16:41:05 -04:00

15 lines
506 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="Dalamud.Plugin.Bootstrap.targets"/>
<PropertyGroup>
<Version>1.0.0.0</Version>
<RootNamespace>NeoVARC</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EmbedIO" Version="3.5.2" />
<PackageReference Include="SharpDX.Direct3D11" Version="4.2.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
</ItemGroup>
</Project>