Skip to content

Commit

Permalink
Frontend.XF.GTK: import XF on non-xbuild builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Aug 23, 2023
1 parent 1a8d0e0 commit 5a6d753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF.Gtk/GWallet.Frontend.XF.Gtk.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,5 @@

<Target Name="AfterBuild">
</Target>
<Import Project="..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.targets')" />
<Import Project="..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.targets" Condition="'$(SeparateNetStandardBuildEngine)'!='true' AND Exists('..\..\packages\Xamarin.Forms.5.0.0.2515\build\Xamarin.Forms.targets')" />
</Project>

0 comments on commit 5a6d753

Please sign in to comment.