Hi,

I am working on a Visual Studio 2008 Add-in. Using this addin i want to show
some information like workitems, queries etc from TFS server project under
which the current open solution file is checked in.

For example: I have TFS team project named "DemoTFSProject" in my TFS
server. Under this project's source control repository, i have a solution
file named "MySolution.sln" checked in. Now when I open this solution file
in Visual studio, I want my add-in to find the address of the TFS Server and
name of Project under which current solution is checked in. So that using
TFS SDK I can access workitems in this project from TFS Server.

I looked into the soltuion file, it has following information


GlobalSection(TeamFoundationVersionControl) = preSolution

SccNumberOfProjects = 1

SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}

SccTeamFoundationServer = http://d-10369:8080/

SccLocalPath0 = .

    EndGlobalSection

 I want to know how to access the above information in my addin and how to
get the project name from this??

I would appreciate any help in this.. Please point me to some direction.



Thanks,

Manoj
_______________________________________________
oztfs mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/oztfs

Reply via email to