From 026897d9e10ec6067d7fb9798be2aa4885906ddb Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 18 Jul 2025 08:57:38 +0200 Subject: [PATCH] Fix proj move --- .../Pages/Counter.razor | 0 .../Test.UI.Client => Test.UI.Client}/Program.cs | 0 .../Test.UI.Client.csproj | 0 .../_Imports.razor | 0 .../wwwroot/appsettings.Development.json | 0 .../wwwroot/appsettings.json | 0 Test.UI/Test.UI.sln => Test.UI.sln | 0 Test.UI/{Test.UI => }/.config/dotnet-tools.json | 0 Test.UI/{Test.UI => }/Components/App.razor | 0 .../Components/Layout/MainLayout.razor | 0 .../Components/Layout/MainLayout.razor.css | 0 .../{Test.UI => }/Components/Layout/NavMenu.razor | 0 .../Components/Layout/NavMenu.razor.css | 0 Test.UI/{Test.UI => }/Components/Pages/Error.razor | 0 Test.UI/{Test.UI => }/Components/Pages/Home.razor | 0 .../{Test.UI => }/Components/Pages/Home.razor.cs | 0 .../{Test.UI => }/Components/Pages/Weather.razor | 0 Test.UI/{Test.UI => }/Components/Routes.razor | 0 Test.UI/{Test.UI => }/Components/_Imports.razor | 0 Test.UI/{Test.UI => }/Data/AntaDoppia.jwd | 0 Test.UI/{Test.UI => }/Data/AntaSingola.jwd | 0 .../{Test.UI => }/Data/FinDueAnteBottomFisso.jwd | 0 Test.UI/{Test.UI => }/Data/FinestraSplitVert.jwd | 0 .../{Test.UI => }/Data/FinestraSplitVertOriz.jwd | 0 Test.UI/{Test.UI => }/Data/Setup.json | 0 Test.UI/{Test.UI => }/Program.cs | 0 .../{Test.UI => }/Properties/launchSettings.json | 0 Test.UI/{Test.UI => }/Test.UI.csproj | 0 Test.UI/{Test.UI => }/appsettings.Development.json | 0 Test.UI/{Test.UI => }/appsettings.json | 0 .../wwwroot/Images/ImgRouter/Doppia.svg | 0 .../wwwroot/Images/ImgRouter/Singola.svg | 0 Test.UI/{Test.UI => }/wwwroot/app.css | 0 .../wwwroot/bootstrap/bootstrap.min.css | 0 .../wwwroot/bootstrap/bootstrap.min.css.map | 0 Test.UI/{Test.UI => }/wwwroot/favicon.png | Bin 36 files changed, 0 insertions(+), 0 deletions(-) rename {Test.UI/Test.UI.Client => Test.UI.Client}/Pages/Counter.razor (100%) rename {Test.UI/Test.UI.Client => Test.UI.Client}/Program.cs (100%) rename {Test.UI/Test.UI.Client => Test.UI.Client}/Test.UI.Client.csproj (100%) rename {Test.UI/Test.UI.Client => Test.UI.Client}/_Imports.razor (100%) rename {Test.UI/Test.UI.Client => Test.UI.Client}/wwwroot/appsettings.Development.json (100%) rename {Test.UI/Test.UI.Client => Test.UI.Client}/wwwroot/appsettings.json (100%) rename Test.UI/Test.UI.sln => Test.UI.sln (100%) rename Test.UI/{Test.UI => }/.config/dotnet-tools.json (100%) rename Test.UI/{Test.UI => }/Components/App.razor (100%) rename Test.UI/{Test.UI => }/Components/Layout/MainLayout.razor (100%) rename Test.UI/{Test.UI => }/Components/Layout/MainLayout.razor.css (100%) rename Test.UI/{Test.UI => }/Components/Layout/NavMenu.razor (100%) rename Test.UI/{Test.UI => }/Components/Layout/NavMenu.razor.css (100%) rename Test.UI/{Test.UI => }/Components/Pages/Error.razor (100%) rename Test.UI/{Test.UI => }/Components/Pages/Home.razor (100%) rename Test.UI/{Test.UI => }/Components/Pages/Home.razor.cs (100%) rename Test.UI/{Test.UI => }/Components/Pages/Weather.razor (100%) rename Test.UI/{Test.UI => }/Components/Routes.razor (100%) rename Test.UI/{Test.UI => }/Components/_Imports.razor (100%) rename Test.UI/{Test.UI => }/Data/AntaDoppia.jwd (100%) rename Test.UI/{Test.UI => }/Data/AntaSingola.jwd (100%) rename Test.UI/{Test.UI => }/Data/FinDueAnteBottomFisso.jwd (100%) rename Test.UI/{Test.UI => }/Data/FinestraSplitVert.jwd (100%) rename Test.UI/{Test.UI => }/Data/FinestraSplitVertOriz.jwd (100%) rename Test.UI/{Test.UI => }/Data/Setup.json (100%) rename Test.UI/{Test.UI => }/Program.cs (100%) rename Test.UI/{Test.UI => }/Properties/launchSettings.json (100%) rename Test.UI/{Test.UI => }/Test.UI.csproj (100%) rename Test.UI/{Test.UI => }/appsettings.Development.json (100%) rename Test.UI/{Test.UI => }/appsettings.json (100%) rename Test.UI/{Test.UI => }/wwwroot/Images/ImgRouter/Doppia.svg (100%) rename Test.UI/{Test.UI => }/wwwroot/Images/ImgRouter/Singola.svg (100%) rename Test.UI/{Test.UI => }/wwwroot/app.css (100%) rename Test.UI/{Test.UI => }/wwwroot/bootstrap/bootstrap.min.css (100%) rename Test.UI/{Test.UI => }/wwwroot/bootstrap/bootstrap.min.css.map (100%) rename Test.UI/{Test.UI => }/wwwroot/favicon.png (100%) diff --git a/Test.UI/Test.UI.Client/Pages/Counter.razor b/Test.UI.Client/Pages/Counter.razor similarity index 100% rename from Test.UI/Test.UI.Client/Pages/Counter.razor rename to Test.UI.Client/Pages/Counter.razor diff --git a/Test.UI/Test.UI.Client/Program.cs b/Test.UI.Client/Program.cs similarity index 100% rename from Test.UI/Test.UI.Client/Program.cs rename to Test.UI.Client/Program.cs diff --git a/Test.UI/Test.UI.Client/Test.UI.Client.csproj b/Test.UI.Client/Test.UI.Client.csproj similarity index 100% rename from Test.UI/Test.UI.Client/Test.UI.Client.csproj rename to Test.UI.Client/Test.UI.Client.csproj diff --git a/Test.UI/Test.UI.Client/_Imports.razor b/Test.UI.Client/_Imports.razor similarity index 100% rename from Test.UI/Test.UI.Client/_Imports.razor rename to Test.UI.Client/_Imports.razor diff --git a/Test.UI/Test.UI.Client/wwwroot/appsettings.Development.json b/Test.UI.Client/wwwroot/appsettings.Development.json similarity index 100% rename from Test.UI/Test.UI.Client/wwwroot/appsettings.Development.json rename to Test.UI.Client/wwwroot/appsettings.Development.json diff --git a/Test.UI/Test.UI.Client/wwwroot/appsettings.json b/Test.UI.Client/wwwroot/appsettings.json similarity index 100% rename from Test.UI/Test.UI.Client/wwwroot/appsettings.json rename to Test.UI.Client/wwwroot/appsettings.json diff --git a/Test.UI/Test.UI.sln b/Test.UI.sln similarity index 100% rename from Test.UI/Test.UI.sln rename to Test.UI.sln diff --git a/Test.UI/Test.UI/.config/dotnet-tools.json b/Test.UI/.config/dotnet-tools.json similarity index 100% rename from Test.UI/Test.UI/.config/dotnet-tools.json rename to Test.UI/.config/dotnet-tools.json diff --git a/Test.UI/Test.UI/Components/App.razor b/Test.UI/Components/App.razor similarity index 100% rename from Test.UI/Test.UI/Components/App.razor rename to Test.UI/Components/App.razor diff --git a/Test.UI/Test.UI/Components/Layout/MainLayout.razor b/Test.UI/Components/Layout/MainLayout.razor similarity index 100% rename from Test.UI/Test.UI/Components/Layout/MainLayout.razor rename to Test.UI/Components/Layout/MainLayout.razor diff --git a/Test.UI/Test.UI/Components/Layout/MainLayout.razor.css b/Test.UI/Components/Layout/MainLayout.razor.css similarity index 100% rename from Test.UI/Test.UI/Components/Layout/MainLayout.razor.css rename to Test.UI/Components/Layout/MainLayout.razor.css diff --git a/Test.UI/Test.UI/Components/Layout/NavMenu.razor b/Test.UI/Components/Layout/NavMenu.razor similarity index 100% rename from Test.UI/Test.UI/Components/Layout/NavMenu.razor rename to Test.UI/Components/Layout/NavMenu.razor diff --git a/Test.UI/Test.UI/Components/Layout/NavMenu.razor.css b/Test.UI/Components/Layout/NavMenu.razor.css similarity index 100% rename from Test.UI/Test.UI/Components/Layout/NavMenu.razor.css rename to Test.UI/Components/Layout/NavMenu.razor.css diff --git a/Test.UI/Test.UI/Components/Pages/Error.razor b/Test.UI/Components/Pages/Error.razor similarity index 100% rename from Test.UI/Test.UI/Components/Pages/Error.razor rename to Test.UI/Components/Pages/Error.razor diff --git a/Test.UI/Test.UI/Components/Pages/Home.razor b/Test.UI/Components/Pages/Home.razor similarity index 100% rename from Test.UI/Test.UI/Components/Pages/Home.razor rename to Test.UI/Components/Pages/Home.razor diff --git a/Test.UI/Test.UI/Components/Pages/Home.razor.cs b/Test.UI/Components/Pages/Home.razor.cs similarity index 100% rename from Test.UI/Test.UI/Components/Pages/Home.razor.cs rename to Test.UI/Components/Pages/Home.razor.cs diff --git a/Test.UI/Test.UI/Components/Pages/Weather.razor b/Test.UI/Components/Pages/Weather.razor similarity index 100% rename from Test.UI/Test.UI/Components/Pages/Weather.razor rename to Test.UI/Components/Pages/Weather.razor diff --git a/Test.UI/Test.UI/Components/Routes.razor b/Test.UI/Components/Routes.razor similarity index 100% rename from Test.UI/Test.UI/Components/Routes.razor rename to Test.UI/Components/Routes.razor diff --git a/Test.UI/Test.UI/Components/_Imports.razor b/Test.UI/Components/_Imports.razor similarity index 100% rename from Test.UI/Test.UI/Components/_Imports.razor rename to Test.UI/Components/_Imports.razor diff --git a/Test.UI/Test.UI/Data/AntaDoppia.jwd b/Test.UI/Data/AntaDoppia.jwd similarity index 100% rename from Test.UI/Test.UI/Data/AntaDoppia.jwd rename to Test.UI/Data/AntaDoppia.jwd diff --git a/Test.UI/Test.UI/Data/AntaSingola.jwd b/Test.UI/Data/AntaSingola.jwd similarity index 100% rename from Test.UI/Test.UI/Data/AntaSingola.jwd rename to Test.UI/Data/AntaSingola.jwd diff --git a/Test.UI/Test.UI/Data/FinDueAnteBottomFisso.jwd b/Test.UI/Data/FinDueAnteBottomFisso.jwd similarity index 100% rename from Test.UI/Test.UI/Data/FinDueAnteBottomFisso.jwd rename to Test.UI/Data/FinDueAnteBottomFisso.jwd diff --git a/Test.UI/Test.UI/Data/FinestraSplitVert.jwd b/Test.UI/Data/FinestraSplitVert.jwd similarity index 100% rename from Test.UI/Test.UI/Data/FinestraSplitVert.jwd rename to Test.UI/Data/FinestraSplitVert.jwd diff --git a/Test.UI/Test.UI/Data/FinestraSplitVertOriz.jwd b/Test.UI/Data/FinestraSplitVertOriz.jwd similarity index 100% rename from Test.UI/Test.UI/Data/FinestraSplitVertOriz.jwd rename to Test.UI/Data/FinestraSplitVertOriz.jwd diff --git a/Test.UI/Test.UI/Data/Setup.json b/Test.UI/Data/Setup.json similarity index 100% rename from Test.UI/Test.UI/Data/Setup.json rename to Test.UI/Data/Setup.json diff --git a/Test.UI/Test.UI/Program.cs b/Test.UI/Program.cs similarity index 100% rename from Test.UI/Test.UI/Program.cs rename to Test.UI/Program.cs diff --git a/Test.UI/Test.UI/Properties/launchSettings.json b/Test.UI/Properties/launchSettings.json similarity index 100% rename from Test.UI/Test.UI/Properties/launchSettings.json rename to Test.UI/Properties/launchSettings.json diff --git a/Test.UI/Test.UI/Test.UI.csproj b/Test.UI/Test.UI.csproj similarity index 100% rename from Test.UI/Test.UI/Test.UI.csproj rename to Test.UI/Test.UI.csproj diff --git a/Test.UI/Test.UI/appsettings.Development.json b/Test.UI/appsettings.Development.json similarity index 100% rename from Test.UI/Test.UI/appsettings.Development.json rename to Test.UI/appsettings.Development.json diff --git a/Test.UI/Test.UI/appsettings.json b/Test.UI/appsettings.json similarity index 100% rename from Test.UI/Test.UI/appsettings.json rename to Test.UI/appsettings.json diff --git a/Test.UI/Test.UI/wwwroot/Images/ImgRouter/Doppia.svg b/Test.UI/wwwroot/Images/ImgRouter/Doppia.svg similarity index 100% rename from Test.UI/Test.UI/wwwroot/Images/ImgRouter/Doppia.svg rename to Test.UI/wwwroot/Images/ImgRouter/Doppia.svg diff --git a/Test.UI/Test.UI/wwwroot/Images/ImgRouter/Singola.svg b/Test.UI/wwwroot/Images/ImgRouter/Singola.svg similarity index 100% rename from Test.UI/Test.UI/wwwroot/Images/ImgRouter/Singola.svg rename to Test.UI/wwwroot/Images/ImgRouter/Singola.svg diff --git a/Test.UI/Test.UI/wwwroot/app.css b/Test.UI/wwwroot/app.css similarity index 100% rename from Test.UI/Test.UI/wwwroot/app.css rename to Test.UI/wwwroot/app.css diff --git a/Test.UI/Test.UI/wwwroot/bootstrap/bootstrap.min.css b/Test.UI/wwwroot/bootstrap/bootstrap.min.css similarity index 100% rename from Test.UI/Test.UI/wwwroot/bootstrap/bootstrap.min.css rename to Test.UI/wwwroot/bootstrap/bootstrap.min.css diff --git a/Test.UI/Test.UI/wwwroot/bootstrap/bootstrap.min.css.map b/Test.UI/wwwroot/bootstrap/bootstrap.min.css.map similarity index 100% rename from Test.UI/Test.UI/wwwroot/bootstrap/bootstrap.min.css.map rename to Test.UI/wwwroot/bootstrap/bootstrap.min.css.map diff --git a/Test.UI/Test.UI/wwwroot/favicon.png b/Test.UI/wwwroot/favicon.png similarity index 100% rename from Test.UI/Test.UI/wwwroot/favicon.png rename to Test.UI/wwwroot/favicon.png