SoulstormReplayReader/SoulstormReplayReader.Core/SoulstormReplayReader.Core.csproj
2024-07-26 20:49:10 +05:00

12 lines
384 B
XML

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