2 usages of MSBuild property IsWebBootstrapper
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
428
<_DeploymentApplicationUrl Condition="'$(
IsWebBootstrapper
)'=='true'">$(InstallUrl)</_DeploymentApplicationUrl>
429
<_DeploymentApplicationUrl Condition="'$(
IsWebBootstrapper
)'=='true' and '$(InstallUrl)'==''">$(PublishUrl)</_DeploymentApplicationUrl>