1 assignment to MSBuild property _NativeExecutableExtension
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\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>
10 usages of MSBuild property _NativeExecutableExtension
MSBuildFiles (10)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
321
<_CurrentPublishFileWritesUnfiltered Include="$(_NormalizedPublishDir)$(AssemblyName)$(
_NativeExecutableExtension
)" Condition="'$(UseAppHost)' == 'true'"/>
976
<PublishedSingleFileName>$(AssemblyName)$(
_NativeExecutableExtension
)</PublishedSingleFileName>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\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\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (5)
736
<AppHostIntermediatePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)singlefilehost$(
_NativeExecutableExtension
)'))</AppHostIntermediatePath>
760
<AppHostIntermediatePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)apphost$(
_NativeExecutableExtension
)'))</AppHostIntermediatePath>
887
<Link>$(AssemblyName)$(
_NativeExecutableExtension
)</Link>
910
<Link>$(AssemblyName)$(
_NativeExecutableExtension
)</Link>
1032
<RunCommand Condition="'$(RunCommand)' == ''">$(TargetDir)$(AssemblyName)$(
_NativeExecutableExtension
)</RunCommand>