mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 15:19:57 +00:00
17 lines
477 B
XML
17 lines
477 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Platforms>AnyCPU;x86</Platforms>
|
|
<Self-Contained>True</Self-Contained>
|
|
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
|
|
<PublishAot>true</PublishAot>
|
|
<StripSymbols>true</StripSymbols>
|
|
<Version>0.9.9.72</Version>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|