Yes, 2.3.2.3822 as stated in my first post.
The vs2003 plugin seemed to work without problems, so I just assumed 2005 would be the same. Perhaps I should have asked first.
Manually looking at my .phpproj file, it appears that using 2003, it had the following in the "General" section:
Code: Select all
"SccProjectName" = "$/Code"
"SccLocalPath" = "."
"SccAuxPath" = ""
"SccProvider" = "MSSCCI:SourceGear Vault VS2003 Compatible Client"
"ProjectIdGuid" = "{ACEDC810-AC42-4E51-81DC-B39D3F8A7D22}"
"ProjectVersion" = "2.3.2.3822"
While since attempting to switch to 2005, it no longer contains any of the Scc lines.
I'm not sure if the 2005 plugin is intended to have that information as well, or if that information has been moved elsewhere.
Similarly, the sln file was updated from:
Code: Select all
GlobalSection(SourceCodeControl) = preSolution
SccNumberOfProjects = 2
SccProjectUniqueName0 = FiLMS\u0020v3.phpproj
SccLocalPath0 = .
CanCheckoutShared = false
SccLocalPath1 = .
CanCheckoutShared = false
to
Code: Select all
GlobalSection(VaultVsipSolution-v2) = preSolution
VaultHost = http://icomnt05/VaultService
VaultRepositoryID = 6
VaultRepositoryGUID = 5b34414d-72a9-4ec9-b5e5-f3c369fb97da
ProjectCount = 0