3 references to ProjectFullPath
dotnet (3)
Commands\Test\MTP\MSBuildHandler.cs (1)
92
logMessageBuilder.AppendLine($"{ProjectProperties.
ProjectFullPath
}: {module.ProjectFullPath}");
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
309
string projectFullPath = project.GetPropertyValue(ProjectProperties.
ProjectFullPath
);
Commands\Test\MTP\TestApplication.cs (1)
390
builder.Append($"{ProjectProperties.
ProjectFullPath
}: {Module.ProjectFullPath}");