1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-26 14:17:45 +00:00
auracite/dalamud/Auracite/Auracite.csproj
Joshua Goins 39108207f6 Add Dalamud plugin to collect additional data in-game
There's some data we want to save that's not available on the Lodestone,
for example playtime information. Now you can install the Dalamud plugin
(not currently distributed) to save playtime information.

In the future, we can expand this to all sorts of interesting things!
2024-10-05 12:10:31 -04:00

9 lines
265 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>
</Project>