Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to publish console app into executable

When I publish my console app I get three files:

  1. Application Files (Folder)
  2. ClickOnce Application
  3. setup

There has to be a way that gives me just a .exe that has everything the app needs to run within in.

I'm using Visual Studio 2010, and don't see any obvious options that would allow me to do this.

Note: Using the setup file appears to just make a shortcut to the ClickOnce Application that I already have.

like image 618
The Muffin Man Avatar asked Sep 13 '11 16:09

The Muffin Man


1 Answers

Look in the bin directory of the application, it should have published an executable for you.

like image 58
oJM86o Avatar answered Oct 05 '22 20:10

oJM86o