-3

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.

zaid iqbal
  • 101
  • 1
  • 2
  • 11

2 Answers2

0

If you want to share the code:

  1. Right-Click on the solution name
  2. Open Location In File Explorer
  3. Ctrl-A > Right-Click > Send-To > Zip

If you want it in a app format:

  1. Right-Click the startup project
  2. 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