mirror of
https://github.com/unclshura/splitter.git
synced 2026-06-22 00:22:01 +00:00
13 lines
308 B
XML
13 lines
308 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<LangVersion>latest</LangVersion>
|
|
<Optimize>true</Optimize>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|