Dwayne Nickels
2005-12-29 17:01:04 UTC
Whenever C# projects are bound to a VSS database, the .csproj files contain
the following lines in the VisualStudioProject.CSHARP element:
SccProjectName = "SAK"
SccLocalPath = "SAK"
SccAuxPath = "SAK"
SccProvider = "SAK"
I know that the "SAK" value is supposed to indicate that the VSS binding
information for the project can be obtained by referencing the mssccprj.scc
file. The question that I have is what does the "SAK" value mean
(literally)? I'm assuming that it is an acronym; if I'm correct, what is the
meaning/definition of the acronym?
Thanks,
Dwayne
the following lines in the VisualStudioProject.CSHARP element:
SccProjectName = "SAK"
SccLocalPath = "SAK"
SccAuxPath = "SAK"
SccProvider = "SAK"
I know that the "SAK" value is supposed to indicate that the VSS binding
information for the project can be obtained by referencing the mssccprj.scc
file. The question that I have is what does the "SAK" value mean
(literally)? I'm assuming that it is an acronym; if I'm correct, what is the
meaning/definition of the acronym?
Thanks,
Dwayne