I'm trying to share a Visual Studio Windows Forms Application with people but I don't know how I can export my project into a zip file that I can send to others.
CodePudding user response:
If you want to share the code:
- Right-Click on the solution name
- Open Location In File Explorer
- Ctrl-A > Right-Click > Send-To > Zip
If you want it in a app format:
- Right-Click the startup project
- Publish
CodePudding user response:
I figured it out. In solution explorer I went to (Restock Alerter)>publish and published the project to a folder on my desktop that I can send