net11
namespace Microsoft.VisualStudio.VCProjectEngine
{
[Guid("70B6C8E7-5B3E-49C7-9937-C5F0B3168AF3")]
[TypeLibType(4160)]
public interface VCProject : VCProjectItem
{
[DispId(867)]
string ProjectGUID
{
[DispId(867)]
[TypeLibFunc(64)]
get;
[DispId(867)]
[TypeLibFunc(64)]
set;
}
}
}
.NET Framework | 1.1 |
---|---|
Information specific to net11 | |
Assembly | Microsoft.VisualStudio.VCProjectEngine , Version=7.0.5000.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |