1 assignment to MSBuild property NoWin32Manifest
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
4140
<
NoWin32Manifest
Condition="'$(NoWin32Manifest)'==''">true</NoWin32Manifest>
7 usages of MSBuild property NoWin32Manifest
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
864
<MSBuildInternalMessage Condition=" '$(
NoWin32Manifest
)' == 'true' and '$(PreferNativeArm64)' == 'true' " ResourceName="CommonTarget.NoWin32ManifestAndPreferNativeArm64Enabled" Severity="Error"/>
4140
<NoWin32Manifest Condition="'$(
NoWin32Manifest
)'==''">true</NoWin32Manifest>
4155
<GetFrameworkPath Condition="'$(ApplicationManifest)'=='' and '$(
NoWin32Manifest
)'!='true' and '$(PreferNativeArm64)' != 'true'">
4160
<EmbeddedWin32Manifest Condition="'$(ApplicationManifest)'=='' and '$(
NoWin32Manifest
)'!='true' and '$(PreferNativeArm64)' != 'true' and Exists('$(_FrameworkVersion40Path)\default.win32manifest')">$(_FrameworkVersion40Path)\default.win32manifest</EmbeddedWin32Manifest>
4175
Condition=" '$(PreferNativeArm64)'=='true' and '$(
NoWin32Manifest
)'!='true'"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
271
NoWin32Manifest="$(
NoWin32Manifest
)"
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-2.24556.10\tasks\net472\Microsoft.CSharp.Core.targets (1)
132
NoWin32Manifest="$(
NoWin32Manifest
)"