1 assignment to MSBuild property AppHostIntermediatePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
882
<
AppHostIntermediatePath
>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)apphost$(_NativeExecutableExtension)'))</AppHostIntermediatePath>
19 usages of MSBuild property AppHostIntermediatePath
MSBuildFiles (19)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (9)
815
<IsKeyOutput Condition="'%(_SourceItemsToCopyToPublishDirectoryAlways.FullPath)' == '$(
AppHostIntermediatePath
)'">True</IsKeyOutput>
821
<IsKeyOutput Condition="'%(_SourceItemsToCopyToPublishDirectory.FullPath)' == '$(
AppHostIntermediatePath
)'">True</IsKeyOutput>
827
<IsKeyOutput Condition="'%(_SourceItemsToCopyToPublishDirectoryIfDifferent.FullPath)' == '$(
AppHostIntermediatePath
)'">True</IsKeyOutput>
985
<_SourceItemsToCopyToPublishDirectoryAlways Remove="$(
AppHostIntermediatePath
)" />
986
<_SourceItemsToCopyToPublishDirectory Remove="$(
AppHostIntermediatePath
)" />
987
<_SourceItemsToCopyToPublishDirectoryIfDifferent Remove="$(
AppHostIntermediatePath
)" />
995
<_SourceItemsToCopyToPublishDirectoryAlways Remove="$(
AppHostIntermediatePath
)" />
996
<_SourceItemsToCopyToPublishDirectory Remove="$(
AppHostIntermediatePath
)" />
997
<_SourceItemsToCopyToPublishDirectoryIfDifferent Remove="$(
AppHostIntermediatePath
)" />
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (6)
844
Outputs="$(
AppHostIntermediatePath
)"
851
AppHostDestinationPath="$(
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"/>
4497
SigningTarget="$(
AppHostIntermediatePath
)"
4500
Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(UseAppHost)' == 'true' and '$(PublishSingleFile)' != 'true' and '$(_IsExecutable)' == 'true' and exists('$(
AppHostIntermediatePath
)')" />