1 assignment to MSBuild property SingleFileHostIntermediatePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
884
<
SingleFileHostIntermediatePath
>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)singlefilehost$(_NativeExecutableExtension)'))</SingleFileHostIntermediatePath>
4 usages of MSBuild property SingleFileHostIntermediatePath
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (4)
721
Outputs="$(
SingleFileHostIntermediatePath
)"
727
AppHostDestinationPath="$(
SingleFileHostIntermediatePath
)"
901
<ItemGroup Condition="'$(_UseSingleFileHostForPublish)' == 'true' and Exists('$(
SingleFileHostIntermediatePath
)')">
907
<_SourceItemsToCopyToPublishDirectoryAlways Include="$(
SingleFileHostIntermediatePath
)" CopyToOutputDirectory="Always" TargetPath="$(AssemblyName)$(_NativeExecutableExtension)" />