Переглянути джерело

Suppress unnecessary output

Brandon Thetford 1 рік тому
батько
коміт
b75f36ebf3
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      Terminal.Gui/Terminal.Gui.csproj

+ 1 - 0
Terminal.Gui/Terminal.Gui.csproj

@@ -21,6 +21,7 @@
     <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>