$(ResolveStaticWebAssetsInputsDependsOn); ResolveScopedCssAssets; $(ResolveScopedCssAssetsDependsOn); UpdateLegacyPackageScopedCssBundles; GenerateScopedCssFiles; ResolveBundledCssAssets; $(GenerateScopedCssFilesDependsOn); _ResolveBundlingConfiguration; _ProcessScopedCssFiles; BundleScopedCssFiles; _ProcessScopedCssFiles; _ComputeScopedCssStaticWebAssets; $(GenerateScopedCssFilesDependsOn); $(GenerateComputedBuildStaticWebAssetsDependsOn); BundleScopedCssFiles; <_ScopedCssExtension>.rz.scp.css <_ScopedCssIntermediatePath>$([System.IO.Path]::GetFullPath($(IntermediateOutputPath)scopedcss\)) <_ScopedCss Condition="'%(_ScopedCss.Identity)' != ''"> $(_ScopedCssIntermediatePath)%(RelativeDir)%(RecursiveDir)%(FileName)$(_ScopedCssExtension) %(RelativeDir)%(RecursiveDir)%(FileName)$(_ScopedCssExtension) <_ScopedCssOutputs Include="%(_ScopedCss.OutputFile)" /> <_ScopedCssIntermediatePath>$([System.IO.Path]::GetFullPath($(IntermediateOutputPath)scopedcss\)) <_ScopedCssBundleContentRoot>$(_ScopedCssIntermediatePath)bundle\ <_ScopedCssOutputPath>$(_ScopedCssIntermediatePath)bundle\$(PackageId).styles.css <_ScopedCssOutputFullPath>$([System.IO.Path]::Combine('$(MSBuildProjectFileDirectory)', '$(_ScopedCssIntermediatePath)bundle\$(PackageId).styles.css')) <_ScopedCssProjectBundleContentRoot>$(_ScopedCssIntermediatePath)projectbundle\ <_ScopedCssProjectOutputPath>$(_ScopedCssIntermediatePath)projectbundle\$(PackageId).bundle.scp.css <_ScopedCssProjectOutputFullPath>$([System.IO.Path]::Combine('$(MSBuildProjectFileDirectory)', '$(_ScopedCssIntermediatePath)projectbundle\$(PackageId).bundle.scp.css')) <_ScopedCssBundleBasePath>/ <_ScopedCssBundleBasePath Condition="'$(StaticWebAssetBasePath)' != '_content/$(PackageId)'">$(StaticWebAssetBasePath) <_ScopedCssAppBundleStaticWebAssetCandidate Include="$(_ScopedCssOutputPath)"> $(PackageId)#[.{fingerprint}]?.styles.css $(PackageId).styles.css <_ScopedCssProjectBundleStaticWebAssetCandidate Include="$(_ScopedCssProjectOutputPath)"> $(PackageId)#[.{fingerprint}]!.bundle.scp.css $(PackageId).bundle.scp.css <_AddLinkHeaderToAppBundle Include="Append" Condition="'@(_ResolvedScopedCssBundleEndpoints)' != ''"> Header Link @(_ResolvedScopedCssBundleEndpoints->'<%(Identity)>; rel="preload"; as="style"', ', ') <_ScopedCssAppBundleStaticWebAssetEndpoint Remove="@(_UpdatedScopedCssAppBundleStaticWebAssetEndpoint)" /> <_ScopedCssAppBundleStaticWebAssetEndpoint Include="@(_UpdatedScopedCssAppBundleStaticWebAssetEndpoint)" /> <_AllScopedCss Include="@(_ScopedCssProjectBundles);@(_DiscoveredScopedCssFiles)" /> <_ScopedCssCandidateFile Include="%(_ScopedCss.OutputFile)" Condition="@(_ScopedCss) != ''"> %(_ScopedCss.RelativePath) %(_ScopedCss.Identity) <_CurrentProjectDiscoveredScopedCssFiles Include="@(_DiscoveredScopedCssFiles)" /> <_ScopedCssProjectBundleFilters Include="Standalone" Condition="$(StaticWebAssetStandaloneHosting) == 'true'" /> <_ScopedCssProjectBundleFilters Include="Property" Condition="$(StaticWebAssetStandaloneHosting) != 'true'"> fingerprint <_ScopedCssProjectBundleFiltersNoFingerprint Include="Property" Condition="$(StaticWebAssetStandaloneHosting) != 'true'"> fingerprint Exclude <_LegacyOverrides Include="AssetMode" /> <_PackageProjectBundleCandidates Include="@(StaticWebAsset)" Condition="'%(SourceType)' == 'Package'" />