5 references to FileAssociations
Microsoft.Build.Tasks.Core (5)
GenerateApplicationManifest.cs (1)
260
manifest.
FileAssociations
.Add(fileAssociation);
ManifestUtil\ApplicationManifest.cs (3)
558
if (
FileAssociations
.Count > 0)
560
if (
FileAssociations
.Count > Constants.MaxFileAssociationsCount)
566
foreach (FileAssociation fileAssociation in
FileAssociations
)
ManifestUtil\DeployManifest.cs (1)
597
if (entryPointManifest.
FileAssociations
?.Count > 0)