Nerfed/Nerfed.Runtime/Nerfed.Runtime.csproj

19 lines
621 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>
2024-07-05 13:41:59 +02:00
<Compile Include="Libraries\RefreshCS\RefreshCS.cs" />
2024-07-05 14:07:13 +02:00
<Compile Include="Libraries\SDL2CS\src\SDL2.cs" />
<Compile Include="Libraries\FAudio\csharp\FAudio.cs" />
2024-07-05 12:56:37 +02:00
</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>