namespace Matrix42.Extensions.Scaffolder.Core.Project { /// /// Describes a single extra reference to put in the csproj. /// public sealed class ProjectReferenceDefinition { public string Include { get; set; } public string HintPath { get; set; } } }