简体   繁体   中英

How do i run a program without using visual studio

I have made a program on visual studio (2019) and want to run it without using the debugging mode without visual studio open.

Debug > Start without Debugging.

The shortcut is Ctrl-F5.

Edit: After building, you can simply launch the executable code in the build output folder. For example, for an executable C# .NET project, this will be something like /MyProject/bin/Debug/MyProject.exe where MyProject is your project's name, and Debug will be the configuration name (eg Debug, Release, x86, etc).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM