4 assignments to MSBuild property RuntimeIdentifier
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (4)
60
<
RuntimeIdentifier
Condition="'$(PlatformTarget)' == 'x64'">win7-x64</RuntimeIdentifier>
61
<
RuntimeIdentifier
Condition="'$(PlatformTarget)' == 'x86' or '$(PlatformTarget)' == ''">win7-x86</RuntimeIdentifier>
111
<
RuntimeIdentifier
>$(NETCoreSdkPortableRuntimeIdentifier)</RuntimeIdentifier>
115
<
RuntimeIdentifier
>$(PublishRuntimeIdentifier)</RuntimeIdentifier>
73 usages of MSBuild property RuntimeIdentifier
MSBuildFiles (73)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (6)
82
RuntimeIdentifier=$(
RuntimeIdentifier
);
212
<SkipOptimization Condition="'$(
RuntimeIdentifier
)' == ''">true</SkipOptimization>
221
<NETSdkError Condition="'$(
RuntimeIdentifier
)' =='' and '$(_PureManagedAssets)' == ''"
255
<CreateProfilingSymbols Condition="$(
RuntimeIdentifier
.StartsWith('osx'))">false</CreateProfilingSymbols>
305
RuntimeIdentifier=$(
RuntimeIdentifier
);
424
RuntimeIdentifier="$(
RuntimeIdentifier
)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (2)
287
Properties="RuntimeIdentifiers=$(
RuntimeIdentifier
);
297
RuntimeIdentifier="$(
RuntimeIdentifier
)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets (3)
69
<ArtifactsPivots Condition="'$(
RuntimeIdentifier
)' != '' And !('$(
RuntimeIdentifier
)' == 'browser-wasm' And '$(AppendRuntimeIdentifierToOutputPath)' == 'false')"
70
>$(ArtifactsPivots)_$(
RuntimeIdentifier
.ToLowerInvariant())</ArtifactsPivots>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (6)
191
<NETSdkError Condition="'$(PublishSingleFile)' == 'true' and '$(
RuntimeIdentifier
)' == ''"
598
RuntimeIdentifier="$(
RuntimeIdentifier
)"
1003
<_GenerateSingleFileBundlePropertyInputsCacheToHash Include="$(
RuntimeIdentifier
)" />
1045
RuntimeIdentifier="$(
RuntimeIdentifier
)"
1079
<_GeneratePublishDependencyFilePropertyInputsCacheToHash Include="$(
RuntimeIdentifier
)" />
1157
RuntimeIdentifier="$(
RuntimeIdentifier
)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (29)
58
'$(
RuntimeIdentifier
)' == ''">
95
'$(
RuntimeIdentifier
)' == '' and
124
<When Condition="'$(PlatformTarget)' != '' or '$(
RuntimeIdentifier
)' == ''" />
126
<When Condition="$(
RuntimeIdentifier
.EndsWith('-x86')) or $(
RuntimeIdentifier
.Contains('-x86-'))">
132
<When Condition="$(
RuntimeIdentifier
.EndsWith('-x64')) or $(
RuntimeIdentifier
.Contains('-x64-'))">
138
<When Condition="$(
RuntimeIdentifier
.EndsWith('-arm')) or $(
RuntimeIdentifier
.Contains('-arm-'))">
144
<When Condition="$(
RuntimeIdentifier
.EndsWith('-arm64')) or $(
RuntimeIdentifier
.Contains('-arm64-'))">
170
'$(
RuntimeIdentifier
)' != '' and
176
<_RuntimeIdentifierUsesAppHost Condition="$(
RuntimeIdentifier
.StartsWith('ios')) or $(
RuntimeIdentifier
.StartsWith('tvos')) or $(
RuntimeIdentifier
.StartsWith('maccatalyst')) or $(
RuntimeIdentifier
.StartsWith('android')) or $(
RuntimeIdentifier
.StartsWith('browser'))">false</_RuntimeIdentifierUsesAppHost>
181
('$(
RuntimeIdentifier
)' != '' and '$(_TargetFrameworkVersionWithoutV)' >= '2.1') or
188
'$(
RuntimeIdentifier
)' == '' and
212
<NETSdkError Condition="'$(SelfContained)' == 'true' and '$(
RuntimeIdentifier
)' == ''"
216
<NETSdkError Condition="'$(PublishReadyToRun)' == 'true' and '$(
RuntimeIdentifier
)' == '' and '$(_IsPublishing)' == 'true'"
220
<NETSdkError Condition="'$(PublishSingleFile)' == 'true' and '$(
RuntimeIdentifier
)' == '' and '$(_IsPublishing)' == 'true'"
224
<NETSdkError Condition="'$(PublishAot)' == 'true' and '$(
RuntimeIdentifier
)' == '' and '$(_IsPublishing)' == 'true' and '$(AllowPublishAotWithoutRuntimeIdentifier)' != 'true'"
251
<NETSdkWarning Condition="'$(
RuntimeIdentifier
)' != '' and '$(_TargetFrameworkVersionWithoutV)' != '' and $([MSBuild]::VersionLessThan($(_TargetFrameworkVersionWithoutV), '8.0')) and '$(_SelfContainedWasSpecified)' != 'true'"
286
Condition="'$(
RuntimeIdentifier
)' != '' and '$(PlatformTarget)' != ''">
290
FormatArguments="$(
RuntimeIdentifier
);$(PlatformTarget)" />
328
<PropertyGroup Condition="'$(AppendRuntimeIdentifierToOutputPath)' == 'true' and '$(
RuntimeIdentifier
)' != '' and '$(_UsingDefaultRuntimeIdentifier)' != 'true'">
329
<IntermediateOutputPath Condition="'$(UseArtifactsIntermediateOutput)' != 'true'">$(IntermediateOutputPath)$(
RuntimeIdentifier
)\</IntermediateOutputPath>
330
<OutputPath Condition="'$(UseArtifactsOutput)' != 'true'">$(OutputPath)$(
RuntimeIdentifier
)\</OutputPath>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (2)
131
'$(
RuntimeIdentifier
)' != '' and
132
'$(_UsingDefaultRuntimeIdentifier)' != 'true'">$(OutputPath)$(
RuntimeIdentifier
)\$(PublishDirName)\</PublishDir>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (3)
117
RuntimeIdentifier="$(
RuntimeIdentifier
)"
150
<AppHostRuntimeIdentifier>$(
RuntimeIdentifier
)</AppHostRuntimeIdentifier>
427
<ItemGroup Condition="'$(
RuntimeIdentifier
)' == '' or '$(SelfContained)' != 'true'">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Shared.targets (6)
27
<_NativeLibraryPrefix Condition="'$(_NativeLibraryPrefix)' == '' and !$(
RuntimeIdentifier
.StartsWith('win'))">lib</_NativeLibraryPrefix>
29
<_NativeLibraryExtension Condition="'$(_NativeLibraryExtension)' == '' and $(
RuntimeIdentifier
.StartsWith('win'))">.dll</_NativeLibraryExtension>
30
<_NativeLibraryExtension Condition="'$(_NativeLibraryExtension)' == '' and $(
RuntimeIdentifier
.StartsWith('osx'))">.dylib</_NativeLibraryExtension>
33
<_NativeExecutableExtension Condition="'$(_NativeExecutableExtension)' == '' and ($(
RuntimeIdentifier
.StartsWith('win')) or $(DefaultAppHostRuntimeIdentifier.StartsWith('win')))">.exe</_NativeExecutableExtension>
34
<_ComHostLibraryExtension Condition="'$(_ComHostLibraryExtension)' == '' and ($(
RuntimeIdentifier
.StartsWith('win')) or $(DefaultAppHostRuntimeIdentifier.StartsWith('win')))">.dll</_ComHostLibraryExtension>
35
<_IjwHostLibraryExtension Condition="'$(_IjwHostLibraryExtension)' == '' and ($(
RuntimeIdentifier
.StartsWith('win')) or $(DefaultAppHostRuntimeIdentifier.StartsWith('win')))">.dll</_IjwHostLibraryExtension>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (8)
114
'$(
RuntimeIdentifier
)' != '' Or
298
RuntimeIdentifier="$(
RuntimeIdentifier
)"
328
<_GenerateRuntimeConfigurationPropertyInputsCacheToHash Include="$(
RuntimeIdentifier
)"/>
384
RuntimeIdentifier="$(
RuntimeIdentifier
)"
704
<_UseWindowsGraphicalUserInterface Condition="($(
RuntimeIdentifier
.StartsWith('win')) or $(DefaultAppHostRuntimeIdentifier.StartsWith('win'))) and '$(OutputType)'=='WinExe'">true</_UseWindowsGraphicalUserInterface>
706
($(
RuntimeIdentifier
.StartsWith('osx')) or $(AppHostRuntimeIdentifier.StartsWith('osx')))">true</_EnableMacOSCodeSign>
1143
Returns="$(RuntimeIdentifiers);$(
RuntimeIdentifier
)" />
1225
<PropertyGroup Condition="'$(
RuntimeIdentifier
)' == 'browser-wasm'">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
131
<TFTelemetry Include="RuntimeIdentifier" Value="$(
RuntimeIdentifier
)" />
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (5)
63
<_NugetTargetMonikerAndRID Condition="'$(
RuntimeIdentifier
)' == ''">$(NuGetTargetMoniker)</_NugetTargetMonikerAndRID>
64
<_NugetTargetMonikerAndRID Condition="'$(
RuntimeIdentifier
)' != ''">$(NuGetTargetMoniker)/$(
RuntimeIdentifier
)</_NugetTargetMonikerAndRID>
192
RuntimeIdentifier="$(
RuntimeIdentifier
)"
274
RuntimeIdentifier="$(
RuntimeIdentifier
)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (1)
902
<RuntimeIdentifiers>$(RuntimeIdentifiers);$(
RuntimeIdentifier
)</RuntimeIdentifiers>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
2035
<IsRidAgnostic Condition=" '%(IsRidAgnostic)' == '' and '$(
RuntimeIdentifier
)' == '' and '$(RuntimeIdentifiers)' == '' ">true</IsRidAgnostic>