Skip to content

Commit

Permalink
Fix samples compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Feb 2, 2023
1 parent 64bb11e commit 5ec205d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/CounterApp/CounterApp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Fabulous.Maui.Controls\Fabulous.Maui.Controls.csproj" />
<ProjectReference Include="..\..\src\Fabulous.Maui\Fabulous.Maui.fsproj" />
<ProjectReference Include="..\..\src\Microsoft.Maui.FabCompat\Microsoft.Maui.FabCompat.csproj" />
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions samples/Gallery/Gallery.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Fabulous.Maui.Controls\Fabulous.Maui.Controls.csproj" />
<ProjectReference Include="..\..\src\Fabulous.Maui\Fabulous.Maui.fsproj" />
<ProjectReference Include="..\..\src\Microsoft.Maui.FabCompat\Microsoft.Maui.FabCompat.csproj" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions samples/HelloWorld/HelloWorld.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Fabulous.Maui.Controls\Fabulous.Maui.Controls.csproj" />
<ProjectReference Include="..\..\src\Fabulous.Maui\Fabulous.Maui.fsproj" />
<ProjectReference Include="..\..\src\Microsoft.Maui.FabCompat\Microsoft.Maui.FabCompat.csproj" />
</ItemGroup>
</Project>

0 comments on commit 5ec205d

Please sign in to comment.