Skip to content

Commit

Permalink
Get rid of default images
Browse files Browse the repository at this point in the history
  • Loading branch information
albyrock87 committed Sep 25, 2024
1 parent 94bf380 commit 5e50ac8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 26 deletions.
3 changes: 1 addition & 2 deletions Samples/Nalu.Maui.Sample/Nalu.Maui.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Source\Nalu.Maui.Layouts\Nalu.Maui.Layouts.csproj" />
<ProjectReference Include="..\..\Source\Nalu.Maui.Navigation\Nalu.Maui.Navigation.csproj" />
<ProjectReference Include="..\..\Source\Nalu.Maui\Nalu.Maui.csproj" />
</ItemGroup>
</Project>

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions Source/Nalu.Maui.Navigation/Nalu.Maui.Navigation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,11 @@
</AssemblyAttribute>
</ItemGroup>

<ItemGroup>
<None Include="Nalu.Maui.Navigation.targets" Pack="True" PackagePath="buildTransitive\" />
</ItemGroup>

<ItemGroup>
<MauiImage Include="Images\nalu_navigation_arrow_back_android.svg" TintColor="#FFFFFF" />
<MauiImage Include="Images\nalu_navigation_arrow_back_ios.svg" TintColor="#FFFFFF" />
<MauiImage Include="Images\nalu_navigation_menu.svg" TintColor="#FFFFFF" />
<None Include="Images\nalu_navigation_arrow_back_android.svg" Pack="True" PackagePath="buildTransitive\Images\" />
<None Include="Images\nalu_navigation_arrow_back_ios.svg" Pack="True" PackagePath="buildTransitive\Images\" />
<None Include="Images\nalu_navigation_menu.svg" Pack="True" PackagePath="buildTransitive\Images\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)"/>
</ItemGroup>

<ItemGroup>
<Folder Include="Images\" />
<Folder Include="Platforms\Android\" />
<Folder Include="Platforms\iOS\" />
<Folder Include="Platforms\MacCatalyst\" />
Expand Down
7 changes: 0 additions & 7 deletions Source/Nalu.Maui.Navigation/Nalu.Maui.Navigation.targets

This file was deleted.

1 change: 1 addition & 0 deletions Source/Nalu.Maui/Nalu.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
<ItemGroup>
<ProjectReference Include="..\Nalu.Maui.Core\Nalu.Maui.Core.csproj" />
<ProjectReference Include="..\Nalu.Maui.Navigation\Nalu.Maui.Navigation.csproj" />
<ProjectReference Include="..\Nalu.Maui.Layouts\Nalu.Maui.Layouts.csproj" />
</ItemGroup>
</Project>

0 comments on commit 5e50ac8

Please sign in to comment.