1 assignment to MSBuild property AppHostIntermediatePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
882<AppHostIntermediatePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)apphost$(_NativeExecutableExtension)'))</AppHostIntermediatePath>
16 usages of MSBuild property AppHostIntermediatePath
MSBuildFiles (16)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (6)
779<IsKeyOutput Condition="'%(_SourceItemsToCopyToPublishDirectoryAlways.FullPath)' == '$(AppHostIntermediatePath)'">True</IsKeyOutput> 785<IsKeyOutput Condition="'%(_SourceItemsToCopyToPublishDirectory.FullPath)' == '$(AppHostIntermediatePath)'">True</IsKeyOutput> 903<_SourceItemsToCopyToPublishDirectoryAlways Remove="$(AppHostIntermediatePath)" /> 904<_SourceItemsToCopyToPublishDirectory Remove="$(AppHostIntermediatePath)" /> 912<_SourceItemsToCopyToPublishDirectoryAlways Remove="$(AppHostIntermediatePath)" /> 913<_SourceItemsToCopyToPublishDirectory Remove="$(AppHostIntermediatePath)" />
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (6)
844Outputs="$(AppHostIntermediatePath)" 851AppHostDestinationPath="$(AppHostIntermediatePath)" 1005<PropertyGroup Condition="'$(AppHostIntermediatePath)' == '' and '$(SelfContained)' == 'true'"> 1017<ItemGroup Condition="'$(AppHostIntermediatePath)' != '' or '$(_CopyAndRenameDotnetHost)' == 'true'"> 1031<ItemGroup Condition="'$(AppHostIntermediatePath)' != ''"> 1032<None Include="$(AppHostIntermediatePath)">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (4)
4442<ItemGroup Condition="'$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')"> 4443<EntryPointForLauncher Include="$(AppHostIntermediatePath)" TargetPath="$(AssemblyName).exe"/> 4497SigningTarget="$(AppHostIntermediatePath)" 4500Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(UseAppHost)' == 'true' and '$(PublishSingleFile)' != 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')" />