Converting APPLICATION to VDP
A .APPLICATION file and a .VDP file hold different kinds of data, so there is no direct way to turn one into the other.
A full step-by-step guide for this conversion is on the way; the information above is drawn straight from our database.
About these formats
A .application file is a Microsoft ClickOnce deployment manifest - a small signed XML file that tells Windows where to download and launch a .NET program. It is not the program itself. On…
Open .APPLICATION details →A .VDP file is associated with Microsoft Visual Studio deployment project, a developer file.
Open .VDP details →