ProjectAnalyzer.

ProjectGuid Property

Summary

Gets a GUID for the project. This checks for a GUID from the solution (if originally provided). If this isn't available, it will generate a UUID GUID by hashing the project path relative to the solution path (so it's repeatable).
Namespace
Buildalyzer
Containing Type
ProjectAnalyzer

Syntax

public Guid ProjectGuid { get; }

Value

Type Description
Guid