-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Demos RCL library
- Loading branch information
Showing
1,154 changed files
with
186 additions
and
28,545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 5 additions & 28 deletions
33
BlazorBootstrap.Demo.Hosted/Client/BlazorBootstrap.Demo.Hosted.Client.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,19 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Pages\GettingStarted\maui-blazor\Snippet_03_Starter_Template_Register_services_Program.cs" /> | ||
<Compile Remove="Pages\GettingStarted\server\Snippet_03_Starter_Template_Register_services_Program.cs" /> | ||
<Compile Remove="Pages\GettingStarted\webassembly\Snippet_03_Starter_Template_Register_services_Program.cs" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.5" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.5" PrivateAssets="all" /> | ||
<PackageReference Include="System.Net.Http.Json" Version="7.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="Pages\GettingStarted\maui-blazor\Snippet_03_Starter_Template_Register_services_Program.cs" /> | ||
<Content Include="Pages\GettingStarted\server\Snippet_03_Starter_Template_Register_services_Program.cs" /> | ||
<Content Include="Pages\GettingStarted\webassembly\Snippet_03_Starter_Template_Register_services_Program.cs" /> | ||
<ProjectReference Include="..\..\BlazorBootstrap.Demo.RCL\BlazorBootstrap.Demo.RCL.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.11" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.11" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\blazorbootstrap\BlazorBootstrap.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="wwwroot\sample-data\" /> | ||
</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*" /> | ||
</ItemGroup> | ||
</Target> | ||
|
||
</Project> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
BlazorBootstrap.Demo.Hosted/Client/Pages/Alerts/AlertDocumentation.razor
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
BlazorBootstrap.Demo.Hosted/Client/Pages/Badge/BadgeDocumentation.razor
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
BlazorBootstrap.Demo.Hosted/Client/Pages/Charts/BarCharts/BarChartDocumentation.razor
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
BlazorBootstrap.Demo.Hosted/Client/Pages/Charts/ChartsDocumentation.razor
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
...Bootstrap.Demo.Hosted/Client/Pages/Charts/DoughnutCharts/DoughnutChartDocumentation.razor
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.