3 references to ProfileName
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\ResolveAssemblyReference.cs (3)
1614
Log.LogMessage(importance, $"{indent}{
ProfileName
}");
2253
bool targetingProfile = !String.IsNullOrEmpty(
ProfileName
) && ((FullFrameworkFolders.Length > 0) || (FullFrameworkAssemblyTables.Length > 0));
2895
bool profileNameIsSet = !String.IsNullOrEmpty(
ProfileName
);