Skip to content

Commit

Permalink
Merge pull request #14585 from unoplatform/Youssef1313/fix-build-skia
Browse files Browse the repository at this point in the history
build: Adjust UnoIslands.Skia.Wpf to properly have Uno.UI.Tasks
  • Loading branch information
jeromelaban authored Nov 28, 2023
2 parents 8b88124 + 8c1b3e5 commit f3cc757
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SamplesApp/UnoIslands.Skia.Wpf/UnoIslands.Skia.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
</Compile>
</ItemGroup>

<PropertyGroup>
<UnoUIMSBuildTasksPath>$(MSBuildThisFileDirectory)..\..\SourceGenerators\Uno.UI.Tasks\bin\$(Configuration)_Shadow</UnoUIMSBuildTasksPath>
</PropertyGroup>

<Import Project="..\..\SourceGenerators\Uno.UI.Tasks\Content\Uno.UI.Tasks.targets" Condition="'$(SkipUnoResourceGeneration)' == '' " />

<Import Project="..\..\..\build\nuget\*.Skia.Wpf.props" />
<Import Project="..\..\..\build\nuget\*.Skia.Wpf.targets" />
<Import Project="..\..\..\build\nuget\uno.winui.runtime-replace.targets" />
Expand Down

0 comments on commit f3cc757

Please sign in to comment.