Oleg Ogurok
2005-08-24 19:55:27 UTC
Hi there,
Is there a way to get the Guid of a C# project within a solution (.SLN) file
using VS.NET 2003 extensibility? I am able to get DTE.Project object but
can't find a property that contains a Guid that would uniquely identify the
project.
There is DTE.Project.UniqueName but it returns
DirectoryName\ProjectName.csproj, which it unreliable since a user can
rename a project.
-Oleg.
Is there a way to get the Guid of a C# project within a solution (.SLN) file
using VS.NET 2003 extensibility? I am able to get DTE.Project object but
can't find a property that contains a Guid that would uniquely identify the
project.
There is DTE.Project.UniqueName but it returns
DirectoryName\ProjectName.csproj, which it unreliable since a user can
rename a project.
-Oleg.