mirror of
https://github.com/XFox111/backbone.git
synced 2026-04-22 07:17:59 +03:00
18 lines
486 B
XML
18 lines
486 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
<StaticallyLinked>true</StaticallyLinked>
|
|
<PublishAot>true</PublishAot>
|
|
<StaticExecutable>true</StaticExecutable>
|
|
|
|
<InvariantGlobalization>true</InvariantGlobalization>
|
|
<StripSymbols>true</StripSymbols>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|