2 writes to aspNetDebug
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1398
aspNetDebug
= String.Empty,
1420
case "AspNetCompiler.Debug": aspNetCompilerParameters.
aspNetDebug
= propertyValue; break;
5 references to aspNetDebug
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1703
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetDebug"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetDebug
));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
101
debugAspNetCompilerParameters.
aspNetDebug
.ShouldBe(@"true");
113
releaseAspNetCompilerParameters.
aspNetDebug
.ShouldBe(@"false");
Construction\SolutionFile_OldParser_Tests.cs (2)
1561
debugAspNetCompilerParameters.
aspNetDebug
.ShouldBe(@"true");
1573
releaseAspNetCompilerParameters.
aspNetDebug
.ShouldBe(@"false");