Publish .NET Framework App
When publishing a .NET Framework Console app, I get
setup.exe
, <app-name>.application
, and then the Application Files
folder with the information for that version.
1. How do I include another project (static files) in the output?
2. Do I only need to provide end-users with the setup.exe
, or do I need to give them all of the files from the latest version under Application Files
?0 Replies