Resolve "ASCII export and import for Git" #83
@ -1,7 +1,8 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<OutputType Condition=" '$(Configuration)' == 'Release' ">WinExe</OutputType>
|
||||
<OutputType Condition=" '$(Configuration)' == 'Debug' ">Exe</OutputType>
|
||||
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
|
||||
<RootNamespace>UI_WinForms</RootNamespace>
|
||||
<Nullable>enable</Nullable>
|
||||
|
Loading…
Reference in New Issue
Block a user