2 writes to aspNetTargetPath
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1368
aspNetTargetPath
= String.Empty,
1396
aspNetCompilerParameters.
aspNetTargetPath
= propertyValue;
5 references to aspNetTargetPath
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1687
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetTargetPath"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetTargetPath
));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
100
debugAspNetCompilerParameters.
aspNetTargetPath
.ShouldBe(@"..\rajeev\temp\publishfirst\");
112
releaseAspNetCompilerParameters.
aspNetTargetPath
.ShouldBe(@"..\rajeev\temp\publishfirst_release\");
Construction\SolutionFile_OldParser_Tests.cs (2)
1557
debugAspNetCompilerParameters.
aspNetTargetPath
.ShouldBe(@"..\rajeev\temp\publishfirst\");
1569
releaseAspNetCompilerParameters.
aspNetTargetPath
.ShouldBe(@"..\rajeev\temp\publishfirst_release\");