Reputation: 20004
When I publish my console app I get three files:
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.
Upvotes: 8
Views: 13394
Reputation: 2118
Look in the bin directory of the application, it should have published an executable for you.
Upvotes: 9