I have the same problem in VS2015. This is apparently a problem with the Project Installer extension. For some reason, Visual Studio does not detect when you try to modify the installation project file (using YourProject.vdproj) and does not automatically unlock it. I had the same problem with TFS, but in this case all you had to do was unlock the file manually by right-clicking on it. I just switched to Git and the problem still exists, but now you cannot unlock the file by right-clicking on it (since there is no explicit registration in git).
, , , YourProject.vdproj "". Visual Studio . IDE Installer.
, . , Visual Studio .
EDIT: , , , , , . :
- : GlobalSection (TeamFoundationVersionControl)
- , Visual Studio.
- "" > "" > " " > " " "" .
- "" , , .
- ,
. "".
- "" > "" > " " > ""
Git .
- ,
- .
, :
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
-, SAK " " .