So I am trying to figure out if there is a way to define the files and assemblies I need deployed with a ClickOnce app, from within Visual Studio.
I would like to "Publish" the application and not have to make any more modifications with Mage. Especially for continuous integration.
Is this possible? Can I add something to the app.manifest file, to do this?