I'm having a problem with one of my projects where I am not able to specify my deployment url for Clickonce in the .application file, here is the expected piece of Xml
<deployment install="true" mapFileExtensions="true" co.v1:createDesktopShortcut="true">
<deploymentProvider codebase="http://www.mycompany.co.uk/ClickOnce/myapplication/myapplication.application" />
</deployment>
Here is my other project where I have only the following
<deployment install="true" mapFileExtensions="true" co.v1:createDesktopShortcut="true" />
In my second project I want to be able to specify my url in the .application file but I have tried many of the available options and have not been able to find out what exactly I need to do to get it working. I am using Visual Studio 2013
Options under the properties-publish-options tabs are identical for Description, Deployment, Manifests
One noted difference is that my application type is WPF application for my working project, and my other project is of type Windows Application, and they look slightly different on the application tab, that seems to be the biggest difference between them, screenshot showing details below.

