Skip to content

Commit

Permalink
Merge pull request #245 from unoplatform/pj/fix-splash-on-wasm
Browse files Browse the repository at this point in the history
Make sure VS doesn't messup with Splash-screen generation
  • Loading branch information
pictos authored Apr 18, 2024
2 parents a825f44 + d24dfea commit eba9920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/.nuspec/Uno.Resizetizer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,10 @@
Outputs="$(_UnoResizetizerStampFile)"
AfterTargets="$(UnoResizetizeAfterTargets)"
BeforeTargets="$(UnoResizetizeBeforeTargets)"
DependsOnTargets="$(UnoResizetizeDependsOnTargets)">
DependsOnTargets="$(UnoResizetizeDependsOnTargets)"
Condition="
'$(DesignTimeBuild)' != 'true'
OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android' ">

<DetectInvalidResourceOutputFilenamesTask_v0
Items="@(UnoImage->Distinct())"
Expand Down

0 comments on commit eba9920

Please sign in to comment.