Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 2 additions & 7 deletions BlazorBootstrap.Demo.RCL/BlazorBootstrap.Demo.RCL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@
<ProjectReference Include="..\blazorbootstrap\BlazorBootstrap.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Pages\Ribbon\" />
<Folder Include="Pages\SortableList\" />
</ItemGroup>

<Target Name="EmbedDemos" BeforeTargets="PrepareForBuild">
<!-- Let's embed demos sources into the assembly to show the source at runtime. -->
<ItemGroup>
<EmbeddedResource Include="Pages\**\*Demo*.razor" />
<EmbeddedResource Include="Pages\**\*Snippet*" />
<EmbeddedResource Include="Components\**\*Demo*.razor" />
<EmbeddedResource Include="Components\**\*Snippet*" />
</ItemGroup>
</Target>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@page "/charts/line-chart"
@using BlazorBootstrap.Demo.RCL.Pages.Charts.BarCharts

<PageTitle>@title</PageTitle>

Expand Down
Loading