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.
Asked
Active
Viewed 1.1k times
-3
-
are you trying to share the code? Just zip it in file explorer outside VS – Jonesopolis Nov 19 '20 at 00:28
2 Answers
0
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

Cornelis
- 1,065
- 8
- 23
0
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

zaid iqbal
- 101
- 1
- 2
- 11