前端之家收集整理的这篇文章主要介绍了
c# – 发布版本包含额外的文件,我需要这些吗?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我使用Visual Stu
dio 2012 Express构建了我的程序,bin / release /包含一些其他
文件以及exe.我需要分发这些
文件吗?
> myApp.exe.config
> myApp.pdb
> myApp.vshost.exe
> myApp.vshost.exe.config
> myApp.vshost.exe.manifest
你(可能)需要
> myApp.exe.config
这包含可执行文件的配置设置.
你不需要别人.
> myApp.pdb
包含调试符号
> myApp.vshost.*
调试时由Visual Studio使用(vshost表示Visual Studio主机).
原文链接:https://www.f2er.com/csharp/96701.html