SoulstormReplayReader/SoulstormReplayReader.Core/SoulstormReplayReader.Core.csproj

12 lines
403 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>
<Version>1.0.0</Version>
</PropertyGroup>
</Project>