我正在尝试找出分发我编写的应用程序时需要哪些文件.在我构建应用程序后的release文件夹中,我有以下内容:
app.exe(显然需要) app.exe.config(我的配置设置显然需要) app.pdb app.vshost.exe app.vshost.exe.config app.vshost.exe.manifest
app.exe(显然需要)
app.exe.config(我的配置设置显然需要)
app.pdb
app.vshost.exe
app.vshost.exe.config
app.vshost.exe.manifest
.net c#
.net ×1
c# ×1