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