8 references to PropertiesToRecord
Microsoft.NET.Sdk.Web.Tests (5)
PublishTests.cs (5)
27
testProject.
PropertiesToRecord
.Add("TrimMode");
64
testProject.
PropertiesToRecord
.Add("TrimMode");
86
testProject.
PropertiesToRecord
.Add("PublishTrimmed");
87
testProject.
PropertiesToRecord
.Add("TrimMode");
88
testProject.
PropertiesToRecord
.Add("PublishIISAssets");
Microsoft.NET.TestFramework (3)
ProjectConstruction\TestProject.cs (3)
371
if (
PropertiesToRecord
.Any())
390
foreach (var propertyName in
PropertiesToRecord
)
491
PropertiesToRecord
.AddRange(propertyNames);