From 481bedf00eca1961e166be482b0b84960fb1b896 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 23 Jan 2024 20:29:37 +0100 Subject: [PATCH] Added a Photino.Net example as well to have a workaround --- NET8Blazor/.run/Run Photino Blazor.run.xml | 21 ++++++ ...hotino.run.xml => Run Photino Net.run.xml} | 8 +-- NET8Blazor/NET8Blazor.sln | 6 ++ .../PhotinoNetAbpp/Components/App.razor | 20 ++++++ .../Components/Layout/MainLayout.razor | 23 ++++++ .../Components/Layout/NavMenu.razor | 29 ++++++++ .../Components/Pages/Counter.razor | 20 ++++++ .../Components/Pages/Error.razor | 38 ++++++++++ .../Components/Pages/Home.razor | 7 ++ .../Components/Pages/Weather.razor | 67 ++++++++++++++++++ .../PhotinoNetAbpp/Components/Routes.razor | 6 ++ .../PhotinoNetAbpp/Components/_Imports.razor | 10 +++ .../PhotinoNetAbpp/PhotinoNetAbpp.csproj | 17 +++++ NET8Blazor/PhotinoNetAbpp/Program.cs | 35 +++++++++ .../wwwroot/bootstrap/bootstrap.min.css.map | 1 + NET8Blazor/PhotinoNetAbpp/wwwroot/favicon.png | Bin 0 -> 1148 bytes 16 files changed, 304 insertions(+), 4 deletions(-) create mode 100644 NET8Blazor/.run/Run Photino Blazor.run.xml rename NET8Blazor/.run/{Run Photino.run.xml => Run Photino Net.run.xml} (70%) create mode 100644 NET8Blazor/PhotinoNetAbpp/Components/App.razor create mode 100644 NET8Blazor/PhotinoNetAbpp/Components/Layout/MainLayout.razor create mode 100644 NET8Blazor/PhotinoNetAbpp/Components/Layout/NavMenu.razor create mode 100644 NET8Blazor/PhotinoNetAbpp/Components/Pages/Counter.razor create mode 100644 NET8Blazor/PhotinoNetAbpp/Components/Pages/Error.razor create mode 100644 NET8Blazor/PhotinoNetAbpp/Components/Pages/Home.razor create mode 100644 NET8Blazor/PhotinoNetAbpp/Components/Pages/Weather.razor create mode 100644 NET8Blazor/PhotinoNetAbpp/Components/Routes.razor create mode 100644 NET8Blazor/PhotinoNetAbpp/Components/_Imports.razor create mode 100644 NET8Blazor/PhotinoNetAbpp/PhotinoNetAbpp.csproj create mode 100644 NET8Blazor/PhotinoNetAbpp/Program.cs create mode 100644 NET8Blazor/PhotinoNetAbpp/wwwroot/bootstrap/bootstrap.min.css.map create mode 100644 NET8Blazor/PhotinoNetAbpp/wwwroot/favicon.png diff --git a/NET8Blazor/.run/Run Photino Blazor.run.xml b/NET8Blazor/.run/Run Photino Blazor.run.xml new file mode 100644 index 0000000..ef52051 --- /dev/null +++ b/NET8Blazor/.run/Run Photino Blazor.run.xml @@ -0,0 +1,21 @@ + + + + \ No newline at end of file diff --git a/NET8Blazor/.run/Run Photino.run.xml b/NET8Blazor/.run/Run Photino Net.run.xml similarity index 70% rename from NET8Blazor/.run/Run Photino.run.xml rename to NET8Blazor/.run/Run Photino Net.run.xml index 565d331..5797891 100644 --- a/NET8Blazor/.run/Run Photino.run.xml +++ b/NET8Blazor/.run/Run Photino Net.run.xml @@ -1,14 +1,14 @@ - -