1 assignment to MSBuild property _DeploymentCopyApplicationManifest
MSBuildFiles (1)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3543
<
_DeploymentCopyApplicationManifest
>true</_DeploymentCopyApplicationManifest>
3 usages of MSBuild property _DeploymentCopyApplicationManifest
MSBuildFiles (3)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
4193
Condition=" '$(
_DeploymentCopyApplicationManifest
)'=='true' or '$(GenerateClickOnceManifests)'=='true' "
4204
Condition="'$(GenerateClickOnceManifests)'=='true' or '$(
_DeploymentCopyApplicationManifest
)'=='true'">
4211
<Message Importance="Normal" Condition="'$(
_DeploymentCopyApplicationManifest
)'=='true'" Text="$(MSBuildProjectName) -> @(_DeploymentMainApplicationManifest->'%(FullPath)')" />