且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用框架3.5在VS2012中制作窗口应用程序的.exe

更新时间:2022-12-23 22:11:38

如果您的朋友没有软件,您的EXE将无法提供帮助。但任何拥有Windows副本的人都可以免费安装任何兼容的.NET版本。如果您的应用程序可以运行,则已创建EXE文件。如果您不知道,请执行文件搜索。 :-)



如果查看项目属性(Visual Studio中的构建选项卡),您将看到输出路径的定义位置。或者将项目文件看作XML文件,该节点称为OutputPath。



(叹息......)了解您正在使用的工具。每个人都能够扫描任何合理软件工具的所有菜单和选项并阅读其帮助...



-SA
If your friend has not software, your EXE won't help. But anyone having the copy of Windows can install any any compatible version of .NET free of charge. If your application can run, the EXE file is already created. If you are unaware of that, perform the file search. :-)

If you look at the project properties ("Build" tab in Visual Studio), you will see where the output path is defined. Or look at the project file as XML file, the node is called "OutputPath".

(Sigh…) Know the tools you are using. Everyone is capable of scanning all the menus and options of any reasonable software tool and read its help…

—SA