Discussion:
Meaning of "SAK" in C# Project Files
(too old to reply)
Dwayne Nickels
2005-12-29 17:01:04 UTC
Permalink
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
Alin Constantin [MSFT]
2006-01-08 05:15:14 UTC
Permalink
Initials of a developer who worked on the feature, perhaps?
Anyway, it does not matter; as you said, the string is hardcoded and is used
as an identifier in VisualStudio by the scci package to kwnow when it has to
read the real bindings from the mssccprj.scc file...
--
Alin Constantin
This posting is provided "AS IS" with no warranties, and confers no rights.
Post by Dwayne Nickels
Whenever C# projects are bound to a VSS database, the .csproj files contain
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
Continue reading on narkive:
Loading...