5 usages of MSBuild property ApplicationManifest
MSBuildFiles (5)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
3367
<_DeploymentBaseManifest>$(
ApplicationManifest
)</_DeploymentBaseManifest>
3384
<EmbeddedWin32Manifest>$(
ApplicationManifest
)</EmbeddedWin32Manifest>
3385
<Win32Manifest>$(
ApplicationManifest
)</Win32Manifest>
3388
<GetFrameworkPath Condition="'$(
ApplicationManifest
)'=='' and '$(NoWin32Manifest)'!='true'">
3393
<EmbeddedWin32Manifest Condition="'$(
ApplicationManifest
)'=='' and '$(NoWin32Manifest)'!='true' and Exists('$(_FrameworkVersion40Path)\default.win32manifest')">$(_FrameworkVersion40Path)\default.win32manifest</EmbeddedWin32Manifest>