1 assignment to MSBuild property IncludeAllContentForSelfExtract
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (1)
1124
<
IncludeAllContentForSelfExtract
Condition="'$(IncludeAllContentForSelfExtract)' == ''">false</IncludeAllContentForSelfExtract>
5 usages of MSBuild property IncludeAllContentForSelfExtract
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (5)
1093
<_GenerateSingleFileBundlePropertyInputsCacheToHash Include="$(
IncludeAllContentForSelfExtract
)" />
1124
<IncludeAllContentForSelfExtract Condition="'$(
IncludeAllContentForSelfExtract
)' == ''">false</IncludeAllContentForSelfExtract>
1125
<IncludeNativeLibrariesForSelfExtract Condition="'$(IncludeNativeLibrariesForSelfExtract)' == ''">$(
IncludeAllContentForSelfExtract
)</IncludeNativeLibrariesForSelfExtract>
1129
<NETSdkError Condition="'$(
IncludeAllContentForSelfExtract
)' == 'true' And '$(IncludeNativeLibrariesForSelfExtract)' != 'true'"
1137
IncludeAllContent="$(
IncludeAllContentForSelfExtract
)"