1 assignment to MSBuild property _DeploymentSignClickOnceManifests
MSBuildFiles (1)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.NetFramework.CurrentVersion.props (1)
66
<
_DeploymentSignClickOnceManifests
Condition="'$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(SignManifests)' == 'true'">true</_DeploymentSignClickOnceManifests>
5 usages of MSBuild property _DeploymentSignClickOnceManifests
MSBuildFiles (5)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
3620
Condition="'$(_DeploymentResolvedManifestCertificateThumbprint)'!='' and '$(
_DeploymentSignClickOnceManifests
)'=='true' and '$(TargetExt)' == '.exe'"
4775
<Error Condition="'$(
_DeploymentSignClickOnceManifests
)'=='true' and '$(ManifestCertificateThumbprint)'=='' and '$(ManifestKeyFile)'==''" Text="A signing key is required in order to publish this project. Please specify a ManifestKeyFile or ManifestCertificateThumbprint value. Publishing from Visual Studio will automatically configure a signing key for this project."/>
4966
Condition="'$(
_DeploymentSignClickOnceManifests
)'=='true'" />
4985
Condition="'$(
_DeploymentSignClickOnceManifests
)'=='true'" />
4991
Condition="'$(BootstrapperEnabled)'=='true' and '$(
_DeploymentSignClickOnceManifests
)'=='true'" />