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.- How do I include another project (static files) in the output?
- 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 underApplication Files?