1 assignment to MSBuild property _NativeExecutableExtension
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Shared.targets (1)
33
<
_NativeExecutableExtension
Condition="'$(_NativeExecutableExtension)' == '' and ($(RuntimeIdentifier.StartsWith('win')) or $(DefaultAppHostRuntimeIdentifier.StartsWith('win')))">.exe</_NativeExecutableExtension>
14 usages of MSBuild property _NativeExecutableExtension
MSBuildFiles (14)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Containers\build\Microsoft.NET.Build.Containers.targets (1)
113
<ContainerAppCommand Condition="@(ContainerAppCommand->Count()) == 0 and $(_ContainerIsSelfContained)" Include="$(ContainerWorkingDirectory)$(AssemblyName)$(
_NativeExecutableExtension
)" />
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (4)
325
<_CurrentPublishFileWritesUnfiltered Include="$(_NormalizedPublishDir)$(AssemblyName)$(
_NativeExecutableExtension
)" Condition="'$(UseAppHost)' == 'true'"/>
891
<_SourceItemsToCopyToPublishDirectoryAlways Include="$(SingleFileHostIntermediatePath)" CopyToOutputDirectory="Always" TargetPath="$(AssemblyName)$(
_NativeExecutableExtension
)" />
900
<_SourceItemsToCopyToPublishDirectoryAlways Include="$(AppHostForPublishIntermediatePath)" CopyToOutputDirectory="Always" TargetPath="$(AssemblyName)$(
_NativeExecutableExtension
)" />
1054
<PublishedSingleFileName>$(AssemblyName)$(
_NativeExecutableExtension
)</PublishedSingleFileName>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Shared.targets (3)
33
<_NativeExecutableExtension Condition="'$(
_NativeExecutableExtension
)' == '' and ($(RuntimeIdentifier.StartsWith('win')) or $(DefaultAppHostRuntimeIdentifier.StartsWith('win')))">.exe</_NativeExecutableExtension>
37
<_DotNetHostExecutableName>dotnet$(
_NativeExecutableExtension
)</_DotNetHostExecutableName>
39
<_DotNetAppHostExecutableName>$(_DotNetAppHostExecutableNameWithoutExtension)$(
_NativeExecutableExtension
)</_DotNetAppHostExecutableName>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (6)
867
<AppHostIntermediatePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)apphost$(
_NativeExecutableExtension
)'))</AppHostIntermediatePath>
868
<AppHostForPublishIntermediatePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)apphost_publish$(
_NativeExecutableExtension
)'))</AppHostForPublishIntermediatePath>
869
<SingleFileHostIntermediatePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)singlefilehost$(
_NativeExecutableExtension
)'))</SingleFileHostIntermediatePath>
996
<Link>$(AssemblyName)$(
_NativeExecutableExtension
)</Link>
1018
<Link>$(AssemblyName)$(
_NativeExecutableExtension
)</Link>
1141
<RunCommand Condition="'$(RunCommand)' == ''">$(TargetDir)$(AssemblyName)$(
_NativeExecutableExtension
)</RunCommand>