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