Windows发行版中必须包含哪些文件? [英] What files are mandatory in release windows form?

查看:59
本文介绍了Windows发行版中必须包含哪些文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在... bin/release中有文件,这是我的Windows窗体应用程序,我也使用了EEPlus库.我需要发送什么文件到客户端才能使应用程序正常工作?

I have files in ...bin/release where is my windows form application, I have used EEPlus library as well. What the files do I need to send to client to have application work correctly?

My files:
name.exe         
name.exe.config     
name.pdb
name.vshost.exe
name.vshost.exe.config
name.vshost.exe.manifest
EEPlus.dll
EEPlus.xml

我知道前两个是强制性的,但是其余所有呢?预先感谢

I know that first two are mandatory, but what about all rest? thanks in advance

推荐答案

name.exe                       //necessary, it is your main executable  
name.exe.config                //necessary, it is your application config file
name.pdb                       //not necessary, it contains code and debug symbols configuration of your assembly, but let it be there, it is useful when users encounter a bug or crash
name.vshost.exe                //not necessary, it is the hosting process of visual studio for debugging purposes
name.vshost.exe.config         //not necessary, config file of name.vshost.exe
name.vshost.exe.manifest       //not necessary, manifest of name.vshost.exe
EEPlus.dll                     //necessary, it is one of your application dependencies
EEPlus.xml                     //not necessary, contains some information for EEPlus.dll

xml引用 vshost的参考,<一个href ="https://stackoverflow.com/questions/1642371/why-is-there-a-pdb-file-in-my-release-directory"> pdb的引用

这篇关于Windows发行版中必须包含哪些文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆