1 assignment to MSBuild property _ComHostLibraryExtension
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Shared.targets (1)
34
<
_ComHostLibraryExtension
Condition="'$(_ComHostLibraryExtension)' == '' and ($(RuntimeIdentifier.StartsWith('win')) or $(DefaultAppHostRuntimeIdentifier.StartsWith('win')))">.dll</_ComHostLibraryExtension>
3 usages of MSBuild property _ComHostLibraryExtension
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Shared.targets (2)
34
<_ComHostLibraryExtension Condition="'$(
_ComHostLibraryExtension
)' == '' and ($(RuntimeIdentifier.StartsWith('win')) or $(DefaultAppHostRuntimeIdentifier.StartsWith('win')))">.dll</_ComHostLibraryExtension>
43
<_DotNetComHostLibraryName>$(_DotNetComHostLibraryNameWithoutExtension)$(
_ComHostLibraryExtension
)</_DotNetComHostLibraryName>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
846
<ComHostFileName>$(AssemblyName).comhost$(
_ComHostLibraryExtension
)</ComHostFileName>