Skip to content

Commit

Permalink
fix: remove inputs from all GenerateSplash Targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrojesus-work committed Apr 18, 2024
1 parent eba9920 commit 826c34e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/.nuspec/Uno.Resizetizer.android.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Name="GenerateUnoSplashAndroid"
BeforeTargets="ProcessUnoSplashScreens"
Condition=" '@(UnoSplashScreen)' != '' "
Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">

<CallTarget Targets="GenerateUnoSplashScreens" />
Expand Down
1 change: 0 additions & 1 deletion src/.nuspec/Uno.Resizetizer.apple.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Name="GenerateUnoSplashApple"
BeforeTargets="ProcessUnoSplashScreens"
Condition="'$(DesignTimeBuild)' != 'True' And '@(UnoSplashScreen)' != ''"
Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">

<CallTarget Targets="GenerateUnoSplashScreens" />
Expand Down
1 change: 0 additions & 1 deletion src/.nuspec/Uno.Resizetizer.windows.skia.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
Name="GenerateUnoSplashWindowsSkia"
BeforeTargets="ProcessUnoSplashScreens"
Condition="'$(DesignTimeBuild)' != 'True' And '@(UnoSplashScreen)' != ''"
Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">

<CallTarget Targets="GenerateUnoSplashScreens" />
Expand Down

0 comments on commit 826c34e

Please sign in to comment.