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)
4316
LauncherBasedDeployment="$(
_DeploymentLauncherBased
)"
4378
Condition="'$(GenerateClickOnceManifests)'=='true' and '$(
_DeploymentLauncherBased
)' == 'true'">
4601
Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(
_DeploymentLauncherBased
)' == 'true' and '$(PublishSingleFile)' == 'true'"
4650
LauncherBasedDeployment="$(
_DeploymentLauncherBased
)"
4685
<_DeploymentPlatformTarget Condition="'$(
_DeploymentLauncherBased
)' != 'true'">$(PlatformTarget)</_DeploymentPlatformTarget>
4764
LauncherBasedDeployment="$(
_DeploymentLauncherBased
)"