mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-24 05:37:44 +00:00
10 lines
265 B
XML
10 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>
|