1 assignment to MSBuild property _DeploymentLauncherBased
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
293
<
_DeploymentLauncherBased
Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">true</_DeploymentLauncherBased>
6 usages of MSBuild property _DeploymentLauncherBased
MSBuildFiles (6)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
4375
LauncherBasedDeployment="$(
_DeploymentLauncherBased
)"
4437
Condition="'$(GenerateClickOnceManifests)'=='true' and '$(
_DeploymentLauncherBased
)' == 'true'">
4660
Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(
_DeploymentLauncherBased
)' == 'true' and '$(PublishSingleFile)' == 'true'"
4709
LauncherBasedDeployment="$(
_DeploymentLauncherBased
)"
4744
<_DeploymentPlatformTarget Condition="'$(
_DeploymentLauncherBased
)' != 'true'">$(PlatformTarget)</_DeploymentPlatformTarget>
4823
LauncherBasedDeployment="$(
_DeploymentLauncherBased
)"