1 write to ProjectDirectory
dotnet (1)
MsbuildProject.cs (1)
35
ProjectDirectory
= PathUtility.EnsureTrailingSlash(ProjectRootElement.DirectoryPath);
2 references to ProjectDirectory
dotnet (2)
Commands\Reference\Add\ReferenceAddCommand.cs (1)
77
msbuildProj.
ProjectDirectory
,
MsbuildProject.cs (1)
287
ret.Add(Path.GetRelativePath(
ProjectDirectory
, fullPath));