how to find the attribute of StartWorkingDirectory in VCSExpress
In VS2005 I can get the attribte like this:
EnvDTE.
Property p2 = proj.ConfigurationManager.Item("Debug", "Any CPU").Properties.Item("StartWorkingDirectory");p2.Value = "d:\MyProject";
But I don't know how to get it in VCSExpress
Please help me!
Thanks a lot.

Big problem on Project Template of VCSExpress
ScottK11203
Here is a responce that I posted in your other post,