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