Implemented interface member:
property
ApplicationName
Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ApplicationName
1 write to ApplicationName
Microsoft.Build.Tasks.Core (1)
GenerateBootstrapper.cs (1)
82ApplicationName = ApplicationName,
3 references to ApplicationName
Microsoft.Build.Tasks.Core (3)
BootstrapperUtil\BootstrapperBuilder.cs (3)
1918if (!String.IsNullOrEmpty(settings.ApplicationName) || !String.IsNullOrEmpty(settings.ApplicationFile)) 1921if (!String.IsNullOrEmpty(settings.ApplicationName)) 1923AddAttribute(applicationElement, "Name", settings.ApplicationName);