我正在使用VS2008来编译我的C#Console应用程序.当我发布我的应用程序时,我必须删除许多看起来像是多余的文件.例如,
MyApp.vshost.exe.manifest MyApp.vshost.exe.config MyApp.vshost.exe MyApp.pdb
如何防止将这些文件复制到我的Release目录中?哦,我也在使用Reshaper - 如果这有任何区别的话.
c# visual-studio-2008
c# ×1
visual-studio-2008 ×1