mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 04:03:58 +00:00
13 lines
337 B
XML
13 lines
337 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<AssemblyName>MikuSB.Updater</AssemblyName>
|
|
<RootNamespace>MikuSB.Updater</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|