Nerfed/Nerfed.Runtime/Nerfed.Runtime.csproj

18 lines
575 B
XML
Raw Normal View History

2024-07-05 12:21:17 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2024-07-05 12:56:37 +02:00
<ItemGroup>
<Compile Include="..\Libraries\RefreshCS\RefreshCS.cs" />
<Compile Include="..\Libraries\SDL2CS\src\SDL2.cs" />
</ItemGroup>
2024-07-05 12:21:17 +02:00
2024-07-05 12:56:37 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
</Project>