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)
4315
LauncherBasedDeployment="$(
_DeploymentLauncherBased
)"
4377
Condition="'$(GenerateClickOnceManifests)'=='true' and '$(
_DeploymentLauncherBased
)' == 'true'">
4600
Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(
_DeploymentLauncherBased
)' == 'true' and '$(PublishSingleFile)' == 'true'"
4649
LauncherBasedDeployment="$(
_DeploymentLauncherBased
)"
4684
<_DeploymentPlatformTarget Condition="'$(
_DeploymentLauncherBased
)' != 'true'">$(PlatformTarget)</_DeploymentPlatformTarget>
4763
LauncherBasedDeployment="$(
_DeploymentLauncherBased
)"