4 assignments to MSBuild property SelfContained
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (1)
281<SelfContained Condition="'$(SelfContained)' == ''">true</SelfContained>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\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>
44 usages of MSBuild property SelfContained
MSBuildFiles (44)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\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.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ComposeStore.targets (2)
281<SelfContained Condition="'$(SelfContained)' == ''">true</SelfContained> 425IsSelfContained="$(SelfContained)" >
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (5)
24<PublishReadyToRunComposite Condition="'$(PublishReadyToRunUseCrossgen2)' != 'true' or '$(SelfContained)' != 'true'">false</PublishReadyToRunComposite> 301IsSelfContained="$(SelfContained)" 394<ItemGroup Condition="'$(SelfContained)' != 'true'"> 398<ResolvePackageFileConflicts Condition="'$(SelfContained)' != 'true'" 403<ItemGroup Condition="'$(SelfContained)' != 'true'">
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (8)
214'$(SelfContained)' != 'true'" 625IsSelfContained="$(SelfContained)" 633Condition="('$(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)" /> 1262IsSelfContained="$(SelfContained)"
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\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 222<NETSdkError Condition="'$(SelfContained)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(AllowSelfContainedWithoutRuntimeIdentifier)' != 'true'" 252<NETSdkError Condition="'$(SelfContained)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true'" 255<NETSdkError Condition="'$(SelfContained)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' &lt; '2.1'" 284<NETSdkWarning Condition="'$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true'" 333<NETSdkError Condition="('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true'"
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\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.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (3)
129SelfContained="$(SelfContained)" 463<ItemGroup Condition="'$(RuntimeIdentifier)' == '' or '$(SelfContained)' != 'true'"> 556Condition="'$(CopyLocalLockFileAssemblies)' == 'true' and ('$(SelfContained)' == 'true' or '%(RuntimePackAsset.RuntimePackAlwaysCopyLocal)' == 'true') and '%(RuntimePackAsset.AssetType)' != 'pgodata'" />
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (8)
331IsSelfContained="$(SelfContained)" 354<_GenerateRuntimeConfigurationPropertyInputsCacheToHash Include="$(SelfContained)"/> 401<_WriteIncludedFrameworks Condition="'$(SelfContained)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' &gt;= '3.1'">true</_WriteIncludedFrameworks> 416IsSelfContained="$(SelfContained)" 821'$(SelfContained)' == 'true' and 1005<PropertyGroup Condition="'$(AppHostIntermediatePath)' == '' and '$(SelfContained)' == 'true'"> 1023Condition="'$(SelfContained)' == 'true' and 1332SelfContained="$(SelfContained)"
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
145<TFTelemetry Include="SelfContained" Value="$(SelfContained)" />
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (1)
277IsSelfContained="$(SelfContained)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
4706IsSelfContainedPublish="$(SelfContained)"
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26153.3\tools\RuntimeIdentifierInference.BeforeNETSdkTargets.targets (1)
23'$(SelfContained)' == 'true' or