From 1a949051ca7c16a9b2c0415a9a4b61ec94ff5667 Mon Sep 17 00:00:00 2001 From: MarcoE Date: Wed, 4 Feb 2026 12:14:03 +0100 Subject: [PATCH] Rinominati file progetto --- .idea/.idea.SteUp/.idea/.gitignore | 15 +++++++++++++++ .idea/.idea.SteUp/.idea/.name | 1 + .idea/.idea.SteUp/.idea/AndroidProjectSystem.xml | 6 ++++++ .idea/.idea.SteUp/.idea/encodings.xml | 4 ++++ .idea/.idea.SteUp/.idea/indexLayout.xml | 8 ++++++++ .../libraries/androidx_annotation_annotation.xml | 9 +++++++++ .../androidx_annotation_annotation_jvm.xml | 9 +++++++++ .../libraries/androidx_arch_core_core_common.xml | 9 +++++++++ .../libraries/androidx_collection_collection.xml | 9 +++++++++ .../androidx_collection_collection_ktx.xml | 9 +++++++++ .../androidx_concurrent_concurrent_futures.xml | 9 +++++++++ ...dx_constraintlayout_constraintlayout_core.xml | 9 +++++++++ .../androidx_lifecycle_lifecycle_common.xml | 9 +++++++++ ...einspection_resourceinspection_annotation.xml | 9 +++++++++ .../.idea.SteUp/.idea/libraries/annotations.xml | 9 +++++++++ .../.idea.SteUp/.idea/libraries/disklrucache.xml | 9 +++++++++ .../.idea/libraries/guava_listenablefuture.xml | 9 +++++++++ .../org_jetbrains_annotations_24_0_1.xml | 9 +++++++++ .../org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml | 9 +++++++++ ...tbrains_kotlin_kotlin_stdlib_common_1_9_0.xml | 9 +++++++++ ...jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml | 9 +++++++++ ...jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml | 9 +++++++++ ..._kotlinx_kotlinx_coroutines_android_1_7_2.xml | 9 +++++++++ ...kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml | 9 +++++++++ .idea/.idea.SteUp/.idea/vcs.xml | 7 +++++++ {Template.Maui => SteUp.Maui}/App.xaml | 0 {Template.Maui => SteUp.Maui}/App.xaml.cs | 0 {Template.Maui => SteUp.Maui}/MainPage.xaml | 0 {Template.Maui => SteUp.Maui}/MainPage.xaml.cs | 0 {Template.Maui => SteUp.Maui}/MauiProgram.cs | 0 .../Platforms/Android/AndroidManifest.xml | 0 .../Platforms/Android/MainActivity.cs | 0 .../Platforms/Android/MainApplication.cs | 0 .../Android/Resources/values/colors.xml | 0 .../Platforms/MacCatalyst/AppDelegate.cs | 0 .../Platforms/MacCatalyst/Entitlements.plist | 0 .../Platforms/MacCatalyst/Info.plist | 0 .../Platforms/MacCatalyst/Program.cs | 0 .../Platforms/Tizen/Main.cs | 0 .../Platforms/Tizen/tizen-manifest.xml | 0 .../Platforms/Windows/App.xaml | 0 .../Platforms/Windows/App.xaml.cs | 0 .../Platforms/Windows/Package.appxmanifest | 0 .../Platforms/Windows/app.manifest | 0 .../Platforms/iOS/AppDelegate.cs | 0 .../Platforms/iOS/Info.plist | 0 .../Platforms/iOS/Program.cs | 0 .../Properties/launchSettings.json | 0 .../Resources/AppIcon/appicon.svg | 0 .../Resources/AppIcon/appiconfg.svg | 0 .../Resources/Fonts/OpenSans-Regular.ttf | Bin .../Resources/Images/dotnet_bot.svg | 0 .../Resources/Raw/AboutAssets.txt | 0 .../Resources/Splash/splash.svg | 0 .../Services/FormFactor.cs | 0 .../SteUp.Maui.csproj | 8 ++++---- .../wwwroot/favicon.png | Bin {Template.Maui => SteUp.Maui}/wwwroot/index.html | 0 .../Components/Layout/MainLayout.razor | 0 .../Components/Layout/MainLayout.razor.css | 0 .../Components/Layout/NavBar.razor | 0 .../Components/Layout/NavBar.razor.css | 0 .../Components/Layout/NavMenu.razor | 0 .../Components/Layout/NavMenu.razor.css | 0 .../Components/Pages/Counter.razor | 0 .../Components/Pages/DeviceFormFactor.razor | 0 .../Components/Pages/Home.razor | 0 .../Components/Pages/Impostazioni.razor | 0 .../Components/Pages/Log Book.razor | 0 .../Components/Pages/Weather.razor | 0 .../Components/Pages/Workout.razor | 0 .../Components/Pages/Workout.razor.css | 0 .../Components/Routes.razor | 0 .../SingleElements/NoDataAvailable.razor | 0 .../SingleElements/NoDataAvailable.razor.css | 0 .../InteractiveRenderSettings.cs | 0 .../Interfaces/IFormFactor.cs | 0 .../SteUp.Shared.csproj | 0 {Template.Shared => SteUp.Shared}/_Imports.razor | 0 .../wwwroot/css/app.css | 0 .../css/bootstrap/bootstrap-icons.min.css | 0 .../wwwroot/css/bootstrap/bootstrap.min.css | 0 .../wwwroot/css/bootstrap/bootstrap.min.css.map | 0 .../css/bootstrap/fonts/bootstrap-icons.woff | Bin .../css/bootstrap/fonts/bootstrap-icons.woff2 | Bin .../wwwroot/css/default-theme.css | 0 .../wwwroot/css/remixicon/remixicon.css | 0 .../wwwroot/css/remixicon/remixicon.eot | Bin .../wwwroot/css/remixicon/remixicon.ttf | Bin .../wwwroot/css/remixicon/remixicon.woff | Bin .../wwwroot/css/remixicon/remixicon.woff2 | Bin .../wwwroot/images/log-book.svg | 0 .../wwwroot/images/man-doing-squats.svg | 0 .../wwwroot/js/bootstrap/Sortable.min.js | 0 .../wwwroot/js/bootstrap/bootstrap.bundle.min.js | 0 .../wwwroot/js/bootstrap/chart.umd.js | 0 .../bootstrap/chartjs-plugin-datalabels.min.js | 0 {Template.Web => SteUp.Web}/Components/App.razor | 0 .../Components/Pages/Error.razor | 0 .../Components/_Imports.razor | 0 {Template.Web => SteUp.Web}/Program.cs | 0 .../Properties/launchSettings.json | 0 .../Services/FormFactor.cs | 0 .../SteUp.Web.csproj | 2 +- .../appsettings.Development.json | 0 {Template.Web => SteUp.Web}/appsettings.json | 0 Template.sln => SteUp.sln | 6 +++--- 107 files changed, 220 insertions(+), 8 deletions(-) create mode 100644 .idea/.idea.SteUp/.idea/.gitignore create mode 100644 .idea/.idea.SteUp/.idea/.name create mode 100644 .idea/.idea.SteUp/.idea/AndroidProjectSystem.xml create mode 100644 .idea/.idea.SteUp/.idea/encodings.xml create mode 100644 .idea/.idea.SteUp/.idea/indexLayout.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/androidx_annotation_annotation.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/androidx_annotation_annotation_jvm.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/androidx_arch_core_core_common.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/androidx_collection_collection.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/androidx_collection_collection_ktx.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/androidx_concurrent_concurrent_futures.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/androidx_lifecycle_lifecycle_common.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/annotations.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/disklrucache.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/guava_listenablefuture.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/org_jetbrains_annotations_24_0_1.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml create mode 100644 .idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml create mode 100644 .idea/.idea.SteUp/.idea/vcs.xml rename {Template.Maui => SteUp.Maui}/App.xaml (100%) rename {Template.Maui => SteUp.Maui}/App.xaml.cs (100%) rename {Template.Maui => SteUp.Maui}/MainPage.xaml (100%) rename {Template.Maui => SteUp.Maui}/MainPage.xaml.cs (100%) rename {Template.Maui => SteUp.Maui}/MauiProgram.cs (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Android/AndroidManifest.xml (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Android/MainActivity.cs (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Android/MainApplication.cs (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Android/Resources/values/colors.xml (100%) rename {Template.Maui => SteUp.Maui}/Platforms/MacCatalyst/AppDelegate.cs (100%) rename {Template.Maui => SteUp.Maui}/Platforms/MacCatalyst/Entitlements.plist (100%) rename {Template.Maui => SteUp.Maui}/Platforms/MacCatalyst/Info.plist (100%) rename {Template.Maui => SteUp.Maui}/Platforms/MacCatalyst/Program.cs (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Tizen/Main.cs (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Tizen/tizen-manifest.xml (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Windows/App.xaml (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Windows/App.xaml.cs (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Windows/Package.appxmanifest (100%) rename {Template.Maui => SteUp.Maui}/Platforms/Windows/app.manifest (100%) rename {Template.Maui => SteUp.Maui}/Platforms/iOS/AppDelegate.cs (100%) rename {Template.Maui => SteUp.Maui}/Platforms/iOS/Info.plist (100%) rename {Template.Maui => SteUp.Maui}/Platforms/iOS/Program.cs (100%) rename {Template.Maui => SteUp.Maui}/Properties/launchSettings.json (100%) rename {Template.Maui => SteUp.Maui}/Resources/AppIcon/appicon.svg (100%) rename {Template.Maui => SteUp.Maui}/Resources/AppIcon/appiconfg.svg (100%) rename {Template.Maui => SteUp.Maui}/Resources/Fonts/OpenSans-Regular.ttf (100%) rename {Template.Maui => SteUp.Maui}/Resources/Images/dotnet_bot.svg (100%) rename {Template.Maui => SteUp.Maui}/Resources/Raw/AboutAssets.txt (100%) rename {Template.Maui => SteUp.Maui}/Resources/Splash/splash.svg (100%) rename {Template.Maui => SteUp.Maui}/Services/FormFactor.cs (100%) rename Template.Maui/Template.Maui.csproj => SteUp.Maui/SteUp.Maui.csproj (96%) rename {Template.Maui => SteUp.Maui}/wwwroot/favicon.png (100%) rename {Template.Maui => SteUp.Maui}/wwwroot/index.html (100%) rename {Template.Shared => SteUp.Shared}/Components/Layout/MainLayout.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Layout/MainLayout.razor.css (100%) rename {Template.Shared => SteUp.Shared}/Components/Layout/NavBar.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Layout/NavBar.razor.css (100%) rename {Template.Shared => SteUp.Shared}/Components/Layout/NavMenu.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Layout/NavMenu.razor.css (100%) rename {Template.Shared => SteUp.Shared}/Components/Pages/Counter.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Pages/DeviceFormFactor.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Pages/Home.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Pages/Impostazioni.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Pages/Log Book.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Pages/Weather.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Pages/Workout.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/Pages/Workout.razor.css (100%) rename {Template.Shared => SteUp.Shared}/Components/Routes.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/SingleElements/NoDataAvailable.razor (100%) rename {Template.Shared => SteUp.Shared}/Components/SingleElements/NoDataAvailable.razor.css (100%) rename {Template.Shared => SteUp.Shared}/InteractiveRenderSettings.cs (100%) rename {Template.Shared => SteUp.Shared}/Interfaces/IFormFactor.cs (100%) rename Template.Shared/Template.Shared.csproj => SteUp.Shared/SteUp.Shared.csproj (100%) rename {Template.Shared => SteUp.Shared}/_Imports.razor (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/app.css (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/bootstrap/bootstrap-icons.min.css (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/bootstrap/bootstrap.min.css (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/bootstrap/bootstrap.min.css.map (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff2 (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/default-theme.css (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/remixicon/remixicon.css (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/remixicon/remixicon.eot (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/remixicon/remixicon.ttf (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/remixicon/remixicon.woff (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/css/remixicon/remixicon.woff2 (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/images/log-book.svg (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/images/man-doing-squats.svg (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/js/bootstrap/Sortable.min.js (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/js/bootstrap/bootstrap.bundle.min.js (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/js/bootstrap/chart.umd.js (100%) rename {Template.Shared => SteUp.Shared}/wwwroot/js/bootstrap/chartjs-plugin-datalabels.min.js (100%) rename {Template.Web => SteUp.Web}/Components/App.razor (100%) rename {Template.Web => SteUp.Web}/Components/Pages/Error.razor (100%) rename {Template.Web => SteUp.Web}/Components/_Imports.razor (100%) rename {Template.Web => SteUp.Web}/Program.cs (100%) rename {Template.Web => SteUp.Web}/Properties/launchSettings.json (100%) rename {Template.Web => SteUp.Web}/Services/FormFactor.cs (100%) rename Template.Web/Template.Web.csproj => SteUp.Web/SteUp.Web.csproj (81%) rename {Template.Web => SteUp.Web}/appsettings.Development.json (100%) rename {Template.Web => SteUp.Web}/appsettings.json (100%) rename Template.sln => SteUp.sln (80%) diff --git a/.idea/.idea.SteUp/.idea/.gitignore b/.idea/.idea.SteUp/.idea/.gitignore new file mode 100644 index 0000000..6235314 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/.gitignore @@ -0,0 +1,15 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/projectSettingsUpdater.xml +/.idea.SteUp.iml +/contentModel.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.idea.SteUp/.idea/.name b/.idea/.idea.SteUp/.idea/.name new file mode 100644 index 0000000..b23cc04 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/.name @@ -0,0 +1 @@ +SteUp \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/AndroidProjectSystem.xml b/.idea/.idea.SteUp/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..e82600c --- /dev/null +++ b/.idea/.idea.SteUp/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/encodings.xml b/.idea/.idea.SteUp/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/indexLayout.xml b/.idea/.idea.SteUp/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/androidx_annotation_annotation.xml b/.idea/.idea.SteUp/.idea/libraries/androidx_annotation_annotation.xml new file mode 100644 index 0000000..1f2c297 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/androidx_annotation_annotation.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/androidx_annotation_annotation_jvm.xml b/.idea/.idea.SteUp/.idea/libraries/androidx_annotation_annotation_jvm.xml new file mode 100644 index 0000000..e8d159c --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/androidx_annotation_annotation_jvm.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/androidx_arch_core_core_common.xml b/.idea/.idea.SteUp/.idea/libraries/androidx_arch_core_core_common.xml new file mode 100644 index 0000000..fe96645 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/androidx_arch_core_core_common.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/androidx_collection_collection.xml b/.idea/.idea.SteUp/.idea/libraries/androidx_collection_collection.xml new file mode 100644 index 0000000..97d234d --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/androidx_collection_collection.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/androidx_collection_collection_ktx.xml b/.idea/.idea.SteUp/.idea/libraries/androidx_collection_collection_ktx.xml new file mode 100644 index 0000000..60c54e1 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/androidx_collection_collection_ktx.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/androidx_concurrent_concurrent_futures.xml b/.idea/.idea.SteUp/.idea/libraries/androidx_concurrent_concurrent_futures.xml new file mode 100644 index 0000000..5194072 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/androidx_concurrent_concurrent_futures.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml b/.idea/.idea.SteUp/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml new file mode 100644 index 0000000..6fa4a5d --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/androidx_lifecycle_lifecycle_common.xml b/.idea/.idea.SteUp/.idea/libraries/androidx_lifecycle_lifecycle_common.xml new file mode 100644 index 0000000..e29cb1c --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/androidx_lifecycle_lifecycle_common.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml b/.idea/.idea.SteUp/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml new file mode 100644 index 0000000..8813a48 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/annotations.xml b/.idea/.idea.SteUp/.idea/libraries/annotations.xml new file mode 100644 index 0000000..528c908 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/annotations.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/disklrucache.xml b/.idea/.idea.SteUp/.idea/libraries/disklrucache.xml new file mode 100644 index 0000000..f8a6e16 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/disklrucache.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/guava_listenablefuture.xml b/.idea/.idea.SteUp/.idea/libraries/guava_listenablefuture.xml new file mode 100644 index 0000000..897dfd4 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/guava_listenablefuture.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_annotations_24_0_1.xml b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_annotations_24_0_1.xml new file mode 100644 index 0000000..69d28f0 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_annotations_24_0_1.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml new file mode 100644 index 0000000..5e10c08 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml new file mode 100644 index 0000000..42cc488 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml new file mode 100644 index 0000000..0915e2d --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml new file mode 100644 index 0000000..88fe2d4 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml new file mode 100644 index 0000000..886c136 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml new file mode 100644 index 0000000..3b237f7 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SteUp/.idea/vcs.xml b/.idea/.idea.SteUp/.idea/vcs.xml new file mode 100644 index 0000000..8306744 --- /dev/null +++ b/.idea/.idea.SteUp/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Template.Maui/App.xaml b/SteUp.Maui/App.xaml similarity index 100% rename from Template.Maui/App.xaml rename to SteUp.Maui/App.xaml diff --git a/Template.Maui/App.xaml.cs b/SteUp.Maui/App.xaml.cs similarity index 100% rename from Template.Maui/App.xaml.cs rename to SteUp.Maui/App.xaml.cs diff --git a/Template.Maui/MainPage.xaml b/SteUp.Maui/MainPage.xaml similarity index 100% rename from Template.Maui/MainPage.xaml rename to SteUp.Maui/MainPage.xaml diff --git a/Template.Maui/MainPage.xaml.cs b/SteUp.Maui/MainPage.xaml.cs similarity index 100% rename from Template.Maui/MainPage.xaml.cs rename to SteUp.Maui/MainPage.xaml.cs diff --git a/Template.Maui/MauiProgram.cs b/SteUp.Maui/MauiProgram.cs similarity index 100% rename from Template.Maui/MauiProgram.cs rename to SteUp.Maui/MauiProgram.cs diff --git a/Template.Maui/Platforms/Android/AndroidManifest.xml b/SteUp.Maui/Platforms/Android/AndroidManifest.xml similarity index 100% rename from Template.Maui/Platforms/Android/AndroidManifest.xml rename to SteUp.Maui/Platforms/Android/AndroidManifest.xml diff --git a/Template.Maui/Platforms/Android/MainActivity.cs b/SteUp.Maui/Platforms/Android/MainActivity.cs similarity index 100% rename from Template.Maui/Platforms/Android/MainActivity.cs rename to SteUp.Maui/Platforms/Android/MainActivity.cs diff --git a/Template.Maui/Platforms/Android/MainApplication.cs b/SteUp.Maui/Platforms/Android/MainApplication.cs similarity index 100% rename from Template.Maui/Platforms/Android/MainApplication.cs rename to SteUp.Maui/Platforms/Android/MainApplication.cs diff --git a/Template.Maui/Platforms/Android/Resources/values/colors.xml b/SteUp.Maui/Platforms/Android/Resources/values/colors.xml similarity index 100% rename from Template.Maui/Platforms/Android/Resources/values/colors.xml rename to SteUp.Maui/Platforms/Android/Resources/values/colors.xml diff --git a/Template.Maui/Platforms/MacCatalyst/AppDelegate.cs b/SteUp.Maui/Platforms/MacCatalyst/AppDelegate.cs similarity index 100% rename from Template.Maui/Platforms/MacCatalyst/AppDelegate.cs rename to SteUp.Maui/Platforms/MacCatalyst/AppDelegate.cs diff --git a/Template.Maui/Platforms/MacCatalyst/Entitlements.plist b/SteUp.Maui/Platforms/MacCatalyst/Entitlements.plist similarity index 100% rename from Template.Maui/Platforms/MacCatalyst/Entitlements.plist rename to SteUp.Maui/Platforms/MacCatalyst/Entitlements.plist diff --git a/Template.Maui/Platforms/MacCatalyst/Info.plist b/SteUp.Maui/Platforms/MacCatalyst/Info.plist similarity index 100% rename from Template.Maui/Platforms/MacCatalyst/Info.plist rename to SteUp.Maui/Platforms/MacCatalyst/Info.plist diff --git a/Template.Maui/Platforms/MacCatalyst/Program.cs b/SteUp.Maui/Platforms/MacCatalyst/Program.cs similarity index 100% rename from Template.Maui/Platforms/MacCatalyst/Program.cs rename to SteUp.Maui/Platforms/MacCatalyst/Program.cs diff --git a/Template.Maui/Platforms/Tizen/Main.cs b/SteUp.Maui/Platforms/Tizen/Main.cs similarity index 100% rename from Template.Maui/Platforms/Tizen/Main.cs rename to SteUp.Maui/Platforms/Tizen/Main.cs diff --git a/Template.Maui/Platforms/Tizen/tizen-manifest.xml b/SteUp.Maui/Platforms/Tizen/tizen-manifest.xml similarity index 100% rename from Template.Maui/Platforms/Tizen/tizen-manifest.xml rename to SteUp.Maui/Platforms/Tizen/tizen-manifest.xml diff --git a/Template.Maui/Platforms/Windows/App.xaml b/SteUp.Maui/Platforms/Windows/App.xaml similarity index 100% rename from Template.Maui/Platforms/Windows/App.xaml rename to SteUp.Maui/Platforms/Windows/App.xaml diff --git a/Template.Maui/Platforms/Windows/App.xaml.cs b/SteUp.Maui/Platforms/Windows/App.xaml.cs similarity index 100% rename from Template.Maui/Platforms/Windows/App.xaml.cs rename to SteUp.Maui/Platforms/Windows/App.xaml.cs diff --git a/Template.Maui/Platforms/Windows/Package.appxmanifest b/SteUp.Maui/Platforms/Windows/Package.appxmanifest similarity index 100% rename from Template.Maui/Platforms/Windows/Package.appxmanifest rename to SteUp.Maui/Platforms/Windows/Package.appxmanifest diff --git a/Template.Maui/Platforms/Windows/app.manifest b/SteUp.Maui/Platforms/Windows/app.manifest similarity index 100% rename from Template.Maui/Platforms/Windows/app.manifest rename to SteUp.Maui/Platforms/Windows/app.manifest diff --git a/Template.Maui/Platforms/iOS/AppDelegate.cs b/SteUp.Maui/Platforms/iOS/AppDelegate.cs similarity index 100% rename from Template.Maui/Platforms/iOS/AppDelegate.cs rename to SteUp.Maui/Platforms/iOS/AppDelegate.cs diff --git a/Template.Maui/Platforms/iOS/Info.plist b/SteUp.Maui/Platforms/iOS/Info.plist similarity index 100% rename from Template.Maui/Platforms/iOS/Info.plist rename to SteUp.Maui/Platforms/iOS/Info.plist diff --git a/Template.Maui/Platforms/iOS/Program.cs b/SteUp.Maui/Platforms/iOS/Program.cs similarity index 100% rename from Template.Maui/Platforms/iOS/Program.cs rename to SteUp.Maui/Platforms/iOS/Program.cs diff --git a/Template.Maui/Properties/launchSettings.json b/SteUp.Maui/Properties/launchSettings.json similarity index 100% rename from Template.Maui/Properties/launchSettings.json rename to SteUp.Maui/Properties/launchSettings.json diff --git a/Template.Maui/Resources/AppIcon/appicon.svg b/SteUp.Maui/Resources/AppIcon/appicon.svg similarity index 100% rename from Template.Maui/Resources/AppIcon/appicon.svg rename to SteUp.Maui/Resources/AppIcon/appicon.svg diff --git a/Template.Maui/Resources/AppIcon/appiconfg.svg b/SteUp.Maui/Resources/AppIcon/appiconfg.svg similarity index 100% rename from Template.Maui/Resources/AppIcon/appiconfg.svg rename to SteUp.Maui/Resources/AppIcon/appiconfg.svg diff --git a/Template.Maui/Resources/Fonts/OpenSans-Regular.ttf b/SteUp.Maui/Resources/Fonts/OpenSans-Regular.ttf similarity index 100% rename from Template.Maui/Resources/Fonts/OpenSans-Regular.ttf rename to SteUp.Maui/Resources/Fonts/OpenSans-Regular.ttf diff --git a/Template.Maui/Resources/Images/dotnet_bot.svg b/SteUp.Maui/Resources/Images/dotnet_bot.svg similarity index 100% rename from Template.Maui/Resources/Images/dotnet_bot.svg rename to SteUp.Maui/Resources/Images/dotnet_bot.svg diff --git a/Template.Maui/Resources/Raw/AboutAssets.txt b/SteUp.Maui/Resources/Raw/AboutAssets.txt similarity index 100% rename from Template.Maui/Resources/Raw/AboutAssets.txt rename to SteUp.Maui/Resources/Raw/AboutAssets.txt diff --git a/Template.Maui/Resources/Splash/splash.svg b/SteUp.Maui/Resources/Splash/splash.svg similarity index 100% rename from Template.Maui/Resources/Splash/splash.svg rename to SteUp.Maui/Resources/Splash/splash.svg diff --git a/Template.Maui/Services/FormFactor.cs b/SteUp.Maui/Services/FormFactor.cs similarity index 100% rename from Template.Maui/Services/FormFactor.cs rename to SteUp.Maui/Services/FormFactor.cs diff --git a/Template.Maui/Template.Maui.csproj b/SteUp.Maui/SteUp.Maui.csproj similarity index 96% rename from Template.Maui/Template.Maui.csproj rename to SteUp.Maui/SteUp.Maui.csproj index 968a0f3..de478fd 100644 --- a/Template.Maui/Template.Maui.csproj +++ b/SteUp.Maui/SteUp.Maui.csproj @@ -16,7 +16,7 @@ Exe - Template.Maui + SteUp.Maui true true enable @@ -24,10 +24,10 @@ enable - Template.Maui + SteUp.Maui - it.integry.template.maui + it.integry.SteUp.maui 1.0 @@ -120,7 +120,7 @@ - + \ No newline at end of file diff --git a/Template.Maui/wwwroot/favicon.png b/SteUp.Maui/wwwroot/favicon.png similarity index 100% rename from Template.Maui/wwwroot/favicon.png rename to SteUp.Maui/wwwroot/favicon.png diff --git a/Template.Maui/wwwroot/index.html b/SteUp.Maui/wwwroot/index.html similarity index 100% rename from Template.Maui/wwwroot/index.html rename to SteUp.Maui/wwwroot/index.html diff --git a/Template.Shared/Components/Layout/MainLayout.razor b/SteUp.Shared/Components/Layout/MainLayout.razor similarity index 100% rename from Template.Shared/Components/Layout/MainLayout.razor rename to SteUp.Shared/Components/Layout/MainLayout.razor diff --git a/Template.Shared/Components/Layout/MainLayout.razor.css b/SteUp.Shared/Components/Layout/MainLayout.razor.css similarity index 100% rename from Template.Shared/Components/Layout/MainLayout.razor.css rename to SteUp.Shared/Components/Layout/MainLayout.razor.css diff --git a/Template.Shared/Components/Layout/NavBar.razor b/SteUp.Shared/Components/Layout/NavBar.razor similarity index 100% rename from Template.Shared/Components/Layout/NavBar.razor rename to SteUp.Shared/Components/Layout/NavBar.razor diff --git a/Template.Shared/Components/Layout/NavBar.razor.css b/SteUp.Shared/Components/Layout/NavBar.razor.css similarity index 100% rename from Template.Shared/Components/Layout/NavBar.razor.css rename to SteUp.Shared/Components/Layout/NavBar.razor.css diff --git a/Template.Shared/Components/Layout/NavMenu.razor b/SteUp.Shared/Components/Layout/NavMenu.razor similarity index 100% rename from Template.Shared/Components/Layout/NavMenu.razor rename to SteUp.Shared/Components/Layout/NavMenu.razor diff --git a/Template.Shared/Components/Layout/NavMenu.razor.css b/SteUp.Shared/Components/Layout/NavMenu.razor.css similarity index 100% rename from Template.Shared/Components/Layout/NavMenu.razor.css rename to SteUp.Shared/Components/Layout/NavMenu.razor.css diff --git a/Template.Shared/Components/Pages/Counter.razor b/SteUp.Shared/Components/Pages/Counter.razor similarity index 100% rename from Template.Shared/Components/Pages/Counter.razor rename to SteUp.Shared/Components/Pages/Counter.razor diff --git a/Template.Shared/Components/Pages/DeviceFormFactor.razor b/SteUp.Shared/Components/Pages/DeviceFormFactor.razor similarity index 100% rename from Template.Shared/Components/Pages/DeviceFormFactor.razor rename to SteUp.Shared/Components/Pages/DeviceFormFactor.razor diff --git a/Template.Shared/Components/Pages/Home.razor b/SteUp.Shared/Components/Pages/Home.razor similarity index 100% rename from Template.Shared/Components/Pages/Home.razor rename to SteUp.Shared/Components/Pages/Home.razor diff --git a/Template.Shared/Components/Pages/Impostazioni.razor b/SteUp.Shared/Components/Pages/Impostazioni.razor similarity index 100% rename from Template.Shared/Components/Pages/Impostazioni.razor rename to SteUp.Shared/Components/Pages/Impostazioni.razor diff --git a/Template.Shared/Components/Pages/Log Book.razor b/SteUp.Shared/Components/Pages/Log Book.razor similarity index 100% rename from Template.Shared/Components/Pages/Log Book.razor rename to SteUp.Shared/Components/Pages/Log Book.razor diff --git a/Template.Shared/Components/Pages/Weather.razor b/SteUp.Shared/Components/Pages/Weather.razor similarity index 100% rename from Template.Shared/Components/Pages/Weather.razor rename to SteUp.Shared/Components/Pages/Weather.razor diff --git a/Template.Shared/Components/Pages/Workout.razor b/SteUp.Shared/Components/Pages/Workout.razor similarity index 100% rename from Template.Shared/Components/Pages/Workout.razor rename to SteUp.Shared/Components/Pages/Workout.razor diff --git a/Template.Shared/Components/Pages/Workout.razor.css b/SteUp.Shared/Components/Pages/Workout.razor.css similarity index 100% rename from Template.Shared/Components/Pages/Workout.razor.css rename to SteUp.Shared/Components/Pages/Workout.razor.css diff --git a/Template.Shared/Components/Routes.razor b/SteUp.Shared/Components/Routes.razor similarity index 100% rename from Template.Shared/Components/Routes.razor rename to SteUp.Shared/Components/Routes.razor diff --git a/Template.Shared/Components/SingleElements/NoDataAvailable.razor b/SteUp.Shared/Components/SingleElements/NoDataAvailable.razor similarity index 100% rename from Template.Shared/Components/SingleElements/NoDataAvailable.razor rename to SteUp.Shared/Components/SingleElements/NoDataAvailable.razor diff --git a/Template.Shared/Components/SingleElements/NoDataAvailable.razor.css b/SteUp.Shared/Components/SingleElements/NoDataAvailable.razor.css similarity index 100% rename from Template.Shared/Components/SingleElements/NoDataAvailable.razor.css rename to SteUp.Shared/Components/SingleElements/NoDataAvailable.razor.css diff --git a/Template.Shared/InteractiveRenderSettings.cs b/SteUp.Shared/InteractiveRenderSettings.cs similarity index 100% rename from Template.Shared/InteractiveRenderSettings.cs rename to SteUp.Shared/InteractiveRenderSettings.cs diff --git a/Template.Shared/Interfaces/IFormFactor.cs b/SteUp.Shared/Interfaces/IFormFactor.cs similarity index 100% rename from Template.Shared/Interfaces/IFormFactor.cs rename to SteUp.Shared/Interfaces/IFormFactor.cs diff --git a/Template.Shared/Template.Shared.csproj b/SteUp.Shared/SteUp.Shared.csproj similarity index 100% rename from Template.Shared/Template.Shared.csproj rename to SteUp.Shared/SteUp.Shared.csproj diff --git a/Template.Shared/_Imports.razor b/SteUp.Shared/_Imports.razor similarity index 100% rename from Template.Shared/_Imports.razor rename to SteUp.Shared/_Imports.razor diff --git a/Template.Shared/wwwroot/css/app.css b/SteUp.Shared/wwwroot/css/app.css similarity index 100% rename from Template.Shared/wwwroot/css/app.css rename to SteUp.Shared/wwwroot/css/app.css diff --git a/Template.Shared/wwwroot/css/bootstrap/bootstrap-icons.min.css b/SteUp.Shared/wwwroot/css/bootstrap/bootstrap-icons.min.css similarity index 100% rename from Template.Shared/wwwroot/css/bootstrap/bootstrap-icons.min.css rename to SteUp.Shared/wwwroot/css/bootstrap/bootstrap-icons.min.css diff --git a/Template.Shared/wwwroot/css/bootstrap/bootstrap.min.css b/SteUp.Shared/wwwroot/css/bootstrap/bootstrap.min.css similarity index 100% rename from Template.Shared/wwwroot/css/bootstrap/bootstrap.min.css rename to SteUp.Shared/wwwroot/css/bootstrap/bootstrap.min.css diff --git a/Template.Shared/wwwroot/css/bootstrap/bootstrap.min.css.map b/SteUp.Shared/wwwroot/css/bootstrap/bootstrap.min.css.map similarity index 100% rename from Template.Shared/wwwroot/css/bootstrap/bootstrap.min.css.map rename to SteUp.Shared/wwwroot/css/bootstrap/bootstrap.min.css.map diff --git a/Template.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff b/SteUp.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff similarity index 100% rename from Template.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff rename to SteUp.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff diff --git a/Template.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff2 b/SteUp.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff2 similarity index 100% rename from Template.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff2 rename to SteUp.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff2 diff --git a/Template.Shared/wwwroot/css/default-theme.css b/SteUp.Shared/wwwroot/css/default-theme.css similarity index 100% rename from Template.Shared/wwwroot/css/default-theme.css rename to SteUp.Shared/wwwroot/css/default-theme.css diff --git a/Template.Shared/wwwroot/css/remixicon/remixicon.css b/SteUp.Shared/wwwroot/css/remixicon/remixicon.css similarity index 100% rename from Template.Shared/wwwroot/css/remixicon/remixicon.css rename to SteUp.Shared/wwwroot/css/remixicon/remixicon.css diff --git a/Template.Shared/wwwroot/css/remixicon/remixicon.eot b/SteUp.Shared/wwwroot/css/remixicon/remixicon.eot similarity index 100% rename from Template.Shared/wwwroot/css/remixicon/remixicon.eot rename to SteUp.Shared/wwwroot/css/remixicon/remixicon.eot diff --git a/Template.Shared/wwwroot/css/remixicon/remixicon.ttf b/SteUp.Shared/wwwroot/css/remixicon/remixicon.ttf similarity index 100% rename from Template.Shared/wwwroot/css/remixicon/remixicon.ttf rename to SteUp.Shared/wwwroot/css/remixicon/remixicon.ttf diff --git a/Template.Shared/wwwroot/css/remixicon/remixicon.woff b/SteUp.Shared/wwwroot/css/remixicon/remixicon.woff similarity index 100% rename from Template.Shared/wwwroot/css/remixicon/remixicon.woff rename to SteUp.Shared/wwwroot/css/remixicon/remixicon.woff diff --git a/Template.Shared/wwwroot/css/remixicon/remixicon.woff2 b/SteUp.Shared/wwwroot/css/remixicon/remixicon.woff2 similarity index 100% rename from Template.Shared/wwwroot/css/remixicon/remixicon.woff2 rename to SteUp.Shared/wwwroot/css/remixicon/remixicon.woff2 diff --git a/Template.Shared/wwwroot/images/log-book.svg b/SteUp.Shared/wwwroot/images/log-book.svg similarity index 100% rename from Template.Shared/wwwroot/images/log-book.svg rename to SteUp.Shared/wwwroot/images/log-book.svg diff --git a/Template.Shared/wwwroot/images/man-doing-squats.svg b/SteUp.Shared/wwwroot/images/man-doing-squats.svg similarity index 100% rename from Template.Shared/wwwroot/images/man-doing-squats.svg rename to SteUp.Shared/wwwroot/images/man-doing-squats.svg diff --git a/Template.Shared/wwwroot/js/bootstrap/Sortable.min.js b/SteUp.Shared/wwwroot/js/bootstrap/Sortable.min.js similarity index 100% rename from Template.Shared/wwwroot/js/bootstrap/Sortable.min.js rename to SteUp.Shared/wwwroot/js/bootstrap/Sortable.min.js diff --git a/Template.Shared/wwwroot/js/bootstrap/bootstrap.bundle.min.js b/SteUp.Shared/wwwroot/js/bootstrap/bootstrap.bundle.min.js similarity index 100% rename from Template.Shared/wwwroot/js/bootstrap/bootstrap.bundle.min.js rename to SteUp.Shared/wwwroot/js/bootstrap/bootstrap.bundle.min.js diff --git a/Template.Shared/wwwroot/js/bootstrap/chart.umd.js b/SteUp.Shared/wwwroot/js/bootstrap/chart.umd.js similarity index 100% rename from Template.Shared/wwwroot/js/bootstrap/chart.umd.js rename to SteUp.Shared/wwwroot/js/bootstrap/chart.umd.js diff --git a/Template.Shared/wwwroot/js/bootstrap/chartjs-plugin-datalabels.min.js b/SteUp.Shared/wwwroot/js/bootstrap/chartjs-plugin-datalabels.min.js similarity index 100% rename from Template.Shared/wwwroot/js/bootstrap/chartjs-plugin-datalabels.min.js rename to SteUp.Shared/wwwroot/js/bootstrap/chartjs-plugin-datalabels.min.js diff --git a/Template.Web/Components/App.razor b/SteUp.Web/Components/App.razor similarity index 100% rename from Template.Web/Components/App.razor rename to SteUp.Web/Components/App.razor diff --git a/Template.Web/Components/Pages/Error.razor b/SteUp.Web/Components/Pages/Error.razor similarity index 100% rename from Template.Web/Components/Pages/Error.razor rename to SteUp.Web/Components/Pages/Error.razor diff --git a/Template.Web/Components/_Imports.razor b/SteUp.Web/Components/_Imports.razor similarity index 100% rename from Template.Web/Components/_Imports.razor rename to SteUp.Web/Components/_Imports.razor diff --git a/Template.Web/Program.cs b/SteUp.Web/Program.cs similarity index 100% rename from Template.Web/Program.cs rename to SteUp.Web/Program.cs diff --git a/Template.Web/Properties/launchSettings.json b/SteUp.Web/Properties/launchSettings.json similarity index 100% rename from Template.Web/Properties/launchSettings.json rename to SteUp.Web/Properties/launchSettings.json diff --git a/Template.Web/Services/FormFactor.cs b/SteUp.Web/Services/FormFactor.cs similarity index 100% rename from Template.Web/Services/FormFactor.cs rename to SteUp.Web/Services/FormFactor.cs diff --git a/Template.Web/Template.Web.csproj b/SteUp.Web/SteUp.Web.csproj similarity index 81% rename from Template.Web/Template.Web.csproj rename to SteUp.Web/SteUp.Web.csproj index fd1e962..6549ed2 100644 --- a/Template.Web/Template.Web.csproj +++ b/SteUp.Web/SteUp.Web.csproj @@ -11,7 +11,7 @@ - + diff --git a/Template.Web/appsettings.Development.json b/SteUp.Web/appsettings.Development.json similarity index 100% rename from Template.Web/appsettings.Development.json rename to SteUp.Web/appsettings.Development.json diff --git a/Template.Web/appsettings.json b/SteUp.Web/appsettings.json similarity index 100% rename from Template.Web/appsettings.json rename to SteUp.Web/appsettings.json diff --git a/Template.sln b/SteUp.sln similarity index 80% rename from Template.sln rename to SteUp.sln index fc29702..998a4a1 100644 --- a/Template.sln +++ b/SteUp.sln @@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.10.34607.79 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template.Maui", "Template.Maui\Template.Maui.csproj", "{765F13F2-2E97-4912-B774-DA38B78DC032}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteUp.Maui", "SteUp.Maui\SteUp.Maui.csproj", "{765F13F2-2E97-4912-B774-DA38B78DC032}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template.Shared", "Template.Shared\Template.Shared.csproj", "{868BF270-578F-4618-9238-C41861F379DF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteUp.Shared", "SteUp.Shared\SteUp.Shared.csproj", "{868BF270-578F-4618-9238-C41861F379DF}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template.Web", "Template.Web\Template.Web.csproj", "{A813A640-4535-4024-8FD9-1EE6B76FB2AE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteUp.Web", "SteUp.Web\SteUp.Web.csproj", "{A813A640-4535-4024-8FD9-1EE6B76FB2AE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution