I'm writing a check-in policy for Team Foundation Server, and would like to know if there's any way to get the path to the project solution's .sln file with the TFS SDK. Seems like there should be a way, just haven't found it yet--any help would be appreciated.
|
feedback
|
|
Which .sln file? A single Team Project may have more than one. If you want to get the path to the current solution while Visual Studio is running, then you can use the Visual Studio SDK to do that. | |||||
feedback
|
|
Found what I needed:
(m_PendingChecking is of IPendingCheckin type) | |||
feedback
|