ConanExilesSeasonalControl/ConanExilesSeasonalControl.csproj
2022-05-31 22:08:23 +08:00

17 lines
387 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="MinecraftServerRCON">
<HintPath>bin\MinecraftServerRCON.dll</HintPath>
</Reference>
</ItemGroup>
</Project>