Search code examples
c#.netvisual-studio-2010visual-studiodeployment-project

Unload .vdproj (visual studio deployment project) from visual studio 2010 solution


I have a solution under source control, one of the projects in it is vdproj (Visual Studio Deployment Project) or setup project, this project gives me very annoying tens of messages every time i try to build the solution

---------------------------
Microsoft Visual Studio
---------------------------
The command you are attempting cannot be completed because the file 'XXXXInstaller.vdproj' is under source code control and is not checked out.
---------------------------
OK   Help   
---------------------------

Visual Studio Error Message - VDProj Error

The question is: How to unload this project from the solution, when i try to unload it, there are no such option in the right-click context menu!

enter image description here


Solution

  • @MSS, as a work around you can edit the solution file by commenting the corresponding .vdproj project.