7 references to FullPathProjectFile
Microsoft.NET.Build.Tests (4)
GivenThatWeWantToBuildADesktopLibrary.cs (1)
488var msbuildBuildCommand = new MSBuildCommand(Log, "Build", buildCommand.FullPathProjectFile);
GivenThatWeWantToBuildAnAppWithLibrary.cs (1)
154var cleanCommand = new MSBuildCommand(Log, "Clean", buildCommand.FullPathProjectFile);
GivenThatWeWantToBuildAnAppWithTransitiveProjectRefs.cs (1)
86var cleanCommand = new MSBuildCommand(Log, "Clean", buildCommand.FullPathProjectFile);
GivenThatWeWantToBuildAppsWithFrameworkRefs.cs (1)
95var cleanCommand = new MSBuildCommand(Log, "Clean", buildCommand.FullPathProjectFile);
Microsoft.NET.Sdk.Razor.Tests (1)
MvcBuildIntegrationTest50.cs (1)
69var clean = new MSBuildCommand(Log, "Clean", build.FullPathProjectFile);
Microsoft.NET.TestFramework (2)
Commands\GetValuesCommand.cs (1)
58newArgs.Add(FullPathProjectFile);
Commands\MSBuildCommand.cs (1)
166newArgs.Insert(0, FullPathProjectFile);