SoulstormReplayReader/SoulstormReplayReader.Core/SoulstormReplayReader.Core.csproj

17 lines
520 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>SRR.19.00.32.660</PackageId>
<Authors>Bununic</Authors>
<Company>Dowonline</Company>
<Version>1.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
</Project>