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