gpt4 book ai didi

c# - 在 OS X 上运行单声道应用程序时隐藏控制台窗口

转载 作者:太空宇宙 更新时间:2023-11-03 10:43:09 25 4
gpt4 key购买 nike

我正在 OS X 上编写 headless Mono 应用程序,并希望在它运行时隐藏(冗余的)控制台终端窗口。我能找到的最接近的选项是将 Compile TargetExecutable 设置为 Executable with GUI,但这没有帮助。

最佳答案

当我使用 Empty Project 模板与 Console Project 模板创建项目时意外找到答案:有一个名为 Externalconsole 的项目文件设置.删除它会使控制台消失,但我找不到它的任何正式文档或 Xamarin Studio GUI 中的等效开关。

  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>

关于c# - 在 OS X 上运行单声道应用程序时隐藏控制台窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24562621/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com