1 assignment to MSBuild property _DeploymentCopyApplicationManifest
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
4345
<
_DeploymentCopyApplicationManifest
>true</_DeploymentCopyApplicationManifest>
3 usages of MSBuild property _DeploymentCopyApplicationManifest
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
5411
Condition=" '$(
_DeploymentCopyApplicationManifest
)'=='true' or '$(GenerateClickOnceManifests)'=='true' "
5423
Condition="'$(GenerateClickOnceManifests)'=='true' or '$(
_DeploymentCopyApplicationManifest
)'=='true'">
5430
<Message Importance="Normal" Condition="'$(
_DeploymentCopyApplicationManifest
)'=='true'" Text="$(MSBuildProjectName) -> @(_DeploymentMainApplicationManifest->'%(FullPath)')" />