mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-25 22:07:45 +00:00
This is to facilitate support for this feature on the Web, where the plugin needs to start a server instead of Auracite itself. Otherwise, the functionality is identical to before.
13 lines
360 B
XML
13 lines
360 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" />
|
|
</ItemGroup>
|
|
</Project>
|