|
@@ -1,4 +1,4 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<!-- =================================================================== -->
|
|
|
<!-- Version numbers -->
|
|
|
<!-- Automatically updated by gitversion (run `dotnet-gitversion /updateprojectfiles`) -->
|
|
@@ -15,22 +15,22 @@
|
|
|
<LangVersion>12</LangVersion>
|
|
|
<RootNamespace>Terminal.Gui</RootNamespace>
|
|
|
<AssemblyName>Terminal.Gui</AssemblyName>
|
|
|
- <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<DefineTrace>True</DefineTrace>
|
|
|
<DebugType>portable</DebugType>
|
|
|
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL</DefineConstants>
|
|
|
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
<NoLogo>True</NoLogo>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
- <Optimize>True</Optimize>
|
|
|
- <VersionSuffix></VersionSuffix>
|
|
|
+ <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DefineDebug>True</DefineDebug>
|
|
|
<DefineConstants>$(DefineConstants);DEBUG_IDISPOSABLE</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <Optimize>True</Optimize>
|
|
|
+ <VersionSuffix></VersionSuffix>
|
|
|
+ </PropertyGroup>
|
|
|
<!-- =================================================================== -->
|
|
|
<!-- Configuration Manager -->
|
|
|
<!-- =================================================================== -->
|
|
@@ -127,4 +127,4 @@
|
|
|
<EnableSourceLink>true</EnableSourceLink>
|
|
|
<Authors>Miguel de Icaza, Tig Kindel (@tig), @BDisp</Authors>
|
|
|
</PropertyGroup>
|
|
|
-</Project>
|
|
|
+</Project>
|