如何阻止部署项目安装 app.config 文件

How to stop the deployment project from installing the app.config file

我想阻止 Visual Studio 部署项目将 app.config 安装到目标目录。

app.config 文件已经设置了以下属性:

在 运行 之后,安装程序 (setup.exe) 将 app.config 安装到目标目录并将其重命名为 applicationName.exe.config

  • 在解决方案资源管理器中导航到部署项目
  • 单击 "Primary Output From (Application)" 项
  • 在属性下,将排除过滤器设置为 *.config