1 assignment to MSBuild property SingleFileHostIntermediatePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
869
<
SingleFileHostIntermediatePath
>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)singlefilehost$(_NativeExecutableExtension)'))</SingleFileHostIntermediatePath>
4 usages of MSBuild property SingleFileHostIntermediatePath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (4)
705
Outputs="$(
SingleFileHostIntermediatePath
)"
711
AppHostDestinationPath="$(
SingleFileHostIntermediatePath
)"
885
<ItemGroup Condition="'$(_UseSingleFileHostForPublish)' == 'true' and Exists('$(
SingleFileHostIntermediatePath
)')">
891
<_SourceItemsToCopyToPublishDirectoryAlways Include="$(
SingleFileHostIntermediatePath
)" CopyToOutputDirectory="Always" TargetPath="$(AssemblyName)$(_NativeExecutableExtension)" />