Tools, FAQ, Tutorials:
Release Build of VC# Code in Visual Studio 2017
How to make a release build of the final executable code of my VC# application in Visual Studio 2017?
✍: FYIcenter.com
If you want to make a final release build of your VC# application in Visual Studio 2017,
you can follow this tutorial:
1. Click "Build > Clean Soluiton" menu. You see debugging files removed.
2. Change the build configuration from "Debug" to "Release" in the menu area.
3. Click "Build > Build Soluiton" menu. You should see no build errors.
4. Go to a command console and run final executable code. You should see your application running.
>\fyicenter\vcs2017\ClickMeWpfVcs\ClickMeWpfVcs\bin\Release\ClickMeWpfVcs.exe
2017-08-08, 734👍, 0💬
Popular Posts:
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
How to create Hello-3.0.epub with WinRAR? I have all required files to create Hello-3.0.epub. To cre...
How to Test API as a Publisher Administrator? You can follow this tutorial to test an API operation ...