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