1 assignment to MSBuild property ApplicationManifest
MSBuild (1)
MSBuild.csproj (1)
31<ApplicationManifest>MSBuild.exe.manifest</ApplicationManifest>
9 usages of MSBuild property ApplicationManifest
MSBuildFiles (9)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\System.Windows.Forms.Analyzers.props (2)
25<AdditionalFiles Include="$(ApplicationManifest)" Condition="'$(ApplicationManifest)' != ''" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
4133<_DeploymentBaseManifest>$(ApplicationManifest)</_DeploymentBaseManifest> 4150<EmbeddedWin32Manifest>$(ApplicationManifest)</EmbeddedWin32Manifest> 4151<Win32Manifest>$(ApplicationManifest)</Win32Manifest> 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>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (2)
461<UpToDateCheckInput Condition=" '$(ApplicationManifest)' != '' " Include="$(ApplicationManifest)" />