Remove the VSS code control in the vs.net project

zhaozj2021-02-16  54

Many projects under VS.NET are controlled by Source Safe, but there is often a problem. For example, when you change the machine or copy the file home, sometimes the code has been saved. To do the following:

· Remove the .scc, .vsscc and .vspscc file in the project; • Remove the C # project file (.csproj) a few lines of tag: sccprojectname = "SAK" scclocalpath = "SAK" sccAuxpath = "Sak" sccProvider = "Sak" · Remove the Solution File (.sln) GlobalSection (SourceCodecontrol) = PRESOLUTION SccNumberofprojects = 4 ScclocalPath0 = ... cansteckoutshared = false endglobalsection

转载请注明原文地址:https://www.9cbs.com/read-18180.html

New Post(0)