Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想简单地将我的程序发布为 .exe。我不想拥有由 Visual Studio 2010 创建的应用程序文件夹、inf 文件和清单。稍后可以通过 FTP 下载它。
怎么做?我还查看了这些在 VS 的 webhost 上发布的功能,但这会创建一个 publish.htm。这不是我想要的。
你的项目中有一个名为 release 的文件夹,.exe 文件就是你想要的
如果它是空的,那么在(播放、暂停、停止)按钮旁边的 VS 工具栏中有一个组合框,选择释放并单击播放按钮,然后应该生成 .exe 文件
如果您引用了任何 .dll 文件,则应将它们与 .exe 文件一样复制以使其正常工作
您可以在 .exe 中将 dll 作为资源文件添加为二进制文本,然后在程序运行时添加代码以将它们放入 .exe 相同路径中的文件中,以及当程序结束时添加删除代码