5 assignments to MSBuild property SelfContained
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (1)
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests.csproj (1)
19
<
SelfContained
>true</SelfContained>
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (1)
281
<
SelfContained
Condition="'$(SelfContained)' == ''">true</SelfContained>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (3)
88
<
SelfContained
>$(PublishSelfContained)</SelfContained>
180
<
SelfContained
Condition="'$(SelfContained)' == '' and
186
<
SelfContained
Condition="'$(SelfContained)' == ''">false</SelfContained>
46 usages of MSBuild property SelfContained
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (1)
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests.csproj (1)
18
<PropertyGroup Condition="'$(RuntimeIdentifier)' != '' and '$(
SelfContained
)' == ''">
MSBuildFiles (44)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Containers\build\Microsoft.NET.Build.Containers.targets (1)
17
<_ContainerIsSelfContained Condition="'$(
SelfContained
)' == 'true' or '$(PublishSelfContained)' == 'true'">true</_ContainerIsSelfContained>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (2)
281
<SelfContained Condition="'$(
SelfContained
)' == ''">true</SelfContained>
425
IsSelfContained="$(
SelfContained
)" >
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (5)
24
<PublishReadyToRunComposite Condition="'$(PublishReadyToRunUseCrossgen2)' != 'true' or '$(
SelfContained
)' != 'true'">false</PublishReadyToRunComposite>
301
IsSelfContained="$(
SelfContained
)"
394
<ItemGroup Condition="'$(
SelfContained
)' != 'true'">
398
<ResolvePackageFileConflicts Condition="'$(
SelfContained
)' != 'true'"
403
<ItemGroup Condition="'$(
SelfContained
)' != 'true'">
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (8)
214
'$(
SelfContained
)' != 'true'"
625
IsSelfContained="$(
SelfContained
)"
633
Condition="('$(
SelfContained
)' == 'true' Or '%(RuntimePackAsset.RuntimePackAlwaysCopyLocal)' == 'true') and '%(RuntimePackAsset.AssetType)' != 'pgodata'" />
970
<PropertyGroup Condition="'$(
SelfContained
)' == 'true'">
998
<ItemGroup Condition="'$(
SelfContained
)' == 'true'">
1040
<_TrimRuntimeAssets Condition="'$(PublishSingleFile)' == 'true' and '$(
SelfContained
)' == 'true'">true</_TrimRuntimeAssets>
1176
<_GeneratePublishDependencyFilePropertyInputsCacheToHash Include="$(
SelfContained
)" />
1262
IsSelfContained="$(
SelfContained
)"
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (11)
67
<PropertyGroup Condition="'$(
SelfContained
)' == '' and
110
'$(
SelfContained
)' == 'true' or
175
<_SelfContainedWasSpecified Condition="'$(
SelfContained
)' != ''">true</_SelfContainedWasSpecified>
180
<SelfContained Condition="'$(
SelfContained
)' == '' and
186
<SelfContained Condition="'$(
SelfContained
)' == ''">false</SelfContained>
192
('$(
SelfContained
)' == 'true' or
224
<NETSdkError Condition="'$(
SelfContained
)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(AllowSelfContainedWithoutRuntimeIdentifier)' != 'true'"
246
<NETSdkError Condition="'$(
SelfContained
)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true'"
249
<NETSdkError Condition="'$(
SelfContained
)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '2.1'"
278
<NETSdkWarning Condition="'$(
SelfContained
)' == 'true' and '$(EnableComHosting)' == 'true'"
327
<NETSdkError Condition="('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(
SelfContained
) == 'true'"
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.Shared.targets (2)
41
<TargetLatestRuntimePatch Condition="'$(
SelfContained
)' == 'true' ">true</TargetLatestRuntimePatch>
42
<TargetLatestRuntimePatch Condition="'$(
SelfContained
)' != 'true' ">false</TargetLatestRuntimePatch>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (3)
131
SelfContained="$(
SelfContained
)"
465
<ItemGroup Condition="'$(RuntimeIdentifier)' == '' or '$(
SelfContained
)' != 'true'">
541
Condition="'$(CopyLocalLockFileAssemblies)' == 'true' and ('$(
SelfContained
)' == 'true' or '%(RuntimePackAsset.RuntimePackAlwaysCopyLocal)' == 'true') and '%(RuntimePackAsset.AssetType)' != 'pgodata'" />
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (8)
331
IsSelfContained="$(
SelfContained
)"
354
<_GenerateRuntimeConfigurationPropertyInputsCacheToHash Include="$(
SelfContained
)"/>
401
<_WriteIncludedFrameworks Condition="'$(
SelfContained
)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' >= '3.1'">true</_WriteIncludedFrameworks>
416
IsSelfContained="$(
SelfContained
)"
821
'$(
SelfContained
)' == 'true' and
1005
<PropertyGroup Condition="'$(AppHostIntermediatePath)' == '' and '$(
SelfContained
)' == 'true'">
1023
Condition="'$(
SelfContained
)' == 'true' and
1332
SelfContained="$(
SelfContained
)"
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
132
<TFTelemetry Include="SelfContained" Value="$(
SelfContained
)" />
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (1)
277
IsSelfContained="$(
SelfContained
)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
4706
IsSelfContainedPublish="$(
SelfContained
)"
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RuntimeIdentifierInference.BeforeNETSdkTargets.targets (1)
23
'$(
SelfContained
)' == 'true' or
tool_fsc (1)
tool_fsc.csproj (1)
27
<Target Name="ValidateMibcFile" AfterTargets="_ResolvePublishNuGetPackagePdbsAndXml" Condition="'$(DotNetBuildSourceOnly)' != 'true' AND '$(
SelfContained
)' == 'true'">