1 assignment to MSBuild property AppHostIntermediatePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
867<AppHostIntermediatePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)apphost$(_NativeExecutableExtension)'))</AppHostIntermediatePath>
17 usages of MSBuild property AppHostIntermediatePath
MSBuildFiles (17)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PackTool.targets (1)
44AppHostIntermediatePath="$(AppHostIntermediatePath)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (6)
763<IsKeyOutput Condition="'%(_SourceItemsToCopyToPublishDirectoryAlways.FullPath)' == '$(AppHostIntermediatePath)'">True</IsKeyOutput> 769<IsKeyOutput Condition="'%(_SourceItemsToCopyToPublishDirectory.FullPath)' == '$(AppHostIntermediatePath)'">True</IsKeyOutput> 887<_SourceItemsToCopyToPublishDirectoryAlways Remove="$(AppHostIntermediatePath)" /> 888<_SourceItemsToCopyToPublishDirectory Remove="$(AppHostIntermediatePath)" /> 896<_SourceItemsToCopyToPublishDirectoryAlways Remove="$(AppHostIntermediatePath)" /> 897<_SourceItemsToCopyToPublishDirectory Remove="$(AppHostIntermediatePath)" />
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (6)
829Outputs="$(AppHostIntermediatePath)" 836AppHostDestinationPath="$(AppHostIntermediatePath)" 990<PropertyGroup Condition="'$(AppHostIntermediatePath)' == '' and '$(SelfContained)' == 'true'"> 1002<ItemGroup Condition="'$(AppHostIntermediatePath)' != '' or '$(_CopyAndRenameDotnetHost)' == 'true'"> 1016<ItemGroup Condition="'$(AppHostIntermediatePath)' != ''"> 1017<None Include="$(AppHostIntermediatePath)">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (4)
4443<ItemGroup Condition="'$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')"> 4444<EntryPointForLauncher Include="$(AppHostIntermediatePath)" TargetPath="$(AssemblyName).exe"/> 4498SigningTarget="$(AppHostIntermediatePath)" 4501Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(UseAppHost)' == 'true' and '$(PublishSingleFile)' != 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')" />