diff --git a/src/App.axaml b/src/MayShow.Desktop/App.axaml similarity index 100% rename from src/App.axaml rename to src/MayShow.Desktop/App.axaml diff --git a/src/App.axaml.cs b/src/MayShow.Desktop/App.axaml.cs similarity index 100% rename from src/App.axaml.cs rename to src/MayShow.Desktop/App.axaml.cs diff --git a/src/Assets/Fonts/FontAwesome/Font Awesome 7 Brands-Regular-400.otf b/src/MayShow.Desktop/Assets/Fonts/FontAwesome/Font Awesome 7 Brands-Regular-400.otf similarity index 100% rename from src/Assets/Fonts/FontAwesome/Font Awesome 7 Brands-Regular-400.otf rename to src/MayShow.Desktop/Assets/Fonts/FontAwesome/Font Awesome 7 Brands-Regular-400.otf diff --git a/src/Assets/Fonts/FontAwesome/Font Awesome 7 Free-Regular-400.otf b/src/MayShow.Desktop/Assets/Fonts/FontAwesome/Font Awesome 7 Free-Regular-400.otf similarity index 100% rename from src/Assets/Fonts/FontAwesome/Font Awesome 7 Free-Regular-400.otf rename to src/MayShow.Desktop/Assets/Fonts/FontAwesome/Font Awesome 7 Free-Regular-400.otf diff --git a/src/Assets/Fonts/FontAwesome/Font Awesome 7 Free-Solid-900.otf b/src/MayShow.Desktop/Assets/Fonts/FontAwesome/Font Awesome 7 Free-Solid-900.otf similarity index 100% rename from src/Assets/Fonts/FontAwesome/Font Awesome 7 Free-Solid-900.otf rename to src/MayShow.Desktop/Assets/Fonts/FontAwesome/Font Awesome 7 Free-Solid-900.otf diff --git a/src/Assets/Fonts/FontAwesome/LICENSE.txt b/src/MayShow.Desktop/Assets/Fonts/FontAwesome/LICENSE.txt similarity index 100% rename from src/Assets/Fonts/FontAwesome/LICENSE.txt rename to src/MayShow.Desktop/Assets/Fonts/FontAwesome/LICENSE.txt diff --git a/src/Assets/Fonts/Noto_Sans/OFL.txt b/src/MayShow.Desktop/Assets/Fonts/Noto_Sans/OFL.txt similarity index 100% rename from src/Assets/Fonts/Noto_Sans/OFL.txt rename to src/MayShow.Desktop/Assets/Fonts/Noto_Sans/OFL.txt diff --git a/src/Assets/Fonts/Noto_Sans/README.txt b/src/MayShow.Desktop/Assets/Fonts/Noto_Sans/README.txt similarity index 100% rename from src/Assets/Fonts/Noto_Sans/README.txt rename to src/MayShow.Desktop/Assets/Fonts/Noto_Sans/README.txt diff --git a/src/Assets/Fonts/Noto_Sans/static/NotoSans-Bold.ttf b/src/MayShow.Desktop/Assets/Fonts/Noto_Sans/static/NotoSans-Bold.ttf similarity index 100% rename from src/Assets/Fonts/Noto_Sans/static/NotoSans-Bold.ttf rename to src/MayShow.Desktop/Assets/Fonts/Noto_Sans/static/NotoSans-Bold.ttf diff --git a/src/Assets/Fonts/Noto_Sans/static/NotoSans-Italic.ttf b/src/MayShow.Desktop/Assets/Fonts/Noto_Sans/static/NotoSans-Italic.ttf similarity index 100% rename from src/Assets/Fonts/Noto_Sans/static/NotoSans-Italic.ttf rename to src/MayShow.Desktop/Assets/Fonts/Noto_Sans/static/NotoSans-Italic.ttf diff --git a/src/Assets/Fonts/Noto_Sans/static/NotoSans-Regular.ttf b/src/MayShow.Desktop/Assets/Fonts/Noto_Sans/static/NotoSans-Regular.ttf similarity index 100% rename from src/Assets/Fonts/Noto_Sans/static/NotoSans-Regular.ttf rename to src/MayShow.Desktop/Assets/Fonts/Noto_Sans/static/NotoSans-Regular.ttf diff --git a/src/Assets/Fonts/Noto_Sans_JP/OFL.txt b/src/MayShow.Desktop/Assets/Fonts/Noto_Sans_JP/OFL.txt similarity index 100% rename from src/Assets/Fonts/Noto_Sans_JP/OFL.txt rename to src/MayShow.Desktop/Assets/Fonts/Noto_Sans_JP/OFL.txt diff --git a/src/Assets/Fonts/Noto_Sans_JP/README.txt b/src/MayShow.Desktop/Assets/Fonts/Noto_Sans_JP/README.txt similarity index 100% rename from src/Assets/Fonts/Noto_Sans_JP/README.txt rename to src/MayShow.Desktop/Assets/Fonts/Noto_Sans_JP/README.txt diff --git a/src/Assets/Fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf b/src/MayShow.Desktop/Assets/Fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf similarity index 100% rename from src/Assets/Fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf rename to src/MayShow.Desktop/Assets/Fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf diff --git a/src/Assets/Fonts/Noto_Sans_JP/static/NotoSansJP-SemiBold.ttf b/src/MayShow.Desktop/Assets/Fonts/Noto_Sans_JP/static/NotoSansJP-SemiBold.ttf similarity index 100% rename from src/Assets/Fonts/Noto_Sans_JP/static/NotoSansJP-SemiBold.ttf rename to src/MayShow.Desktop/Assets/Fonts/Noto_Sans_JP/static/NotoSansJP-SemiBold.ttf diff --git a/src/Assets/LICENSES.txt b/src/MayShow.Desktop/Assets/LICENSES.txt similarity index 100% rename from src/Assets/LICENSES.txt rename to src/MayShow.Desktop/Assets/LICENSES.txt diff --git a/src/Directory.Build.props b/src/MayShow.Desktop/Directory.Build.props similarity index 100% rename from src/Directory.Build.props rename to src/MayShow.Desktop/Directory.Build.props diff --git a/src/Helpers/ChangeNotifier.cs b/src/MayShow.Desktop/Helpers/ChangeNotifier.cs similarity index 100% rename from src/Helpers/ChangeNotifier.cs rename to src/MayShow.Desktop/Helpers/ChangeNotifier.cs diff --git a/src/Helpers/Constants.cs b/src/MayShow.Desktop/Helpers/Constants.cs similarity index 100% rename from src/Helpers/Constants.cs rename to src/MayShow.Desktop/Helpers/Constants.cs diff --git a/src/Helpers/DataGridDropHandler.cs b/src/MayShow.Desktop/Helpers/DataGridDropHandler.cs similarity index 100% rename from src/Helpers/DataGridDropHandler.cs rename to src/MayShow.Desktop/Helpers/DataGridDropHandler.cs diff --git a/src/Helpers/ListExtensions.cs b/src/MayShow.Desktop/Helpers/ListExtensions.cs similarity index 100% rename from src/Helpers/ListExtensions.cs rename to src/MayShow.Desktop/Helpers/ListExtensions.cs diff --git a/src/Helpers/SourceGenerationContext.cs b/src/MayShow.Desktop/Helpers/SourceGenerationContext.cs similarity index 100% rename from src/Helpers/SourceGenerationContext.cs rename to src/MayShow.Desktop/Helpers/SourceGenerationContext.cs diff --git a/src/Helpers/Utilities.cs b/src/MayShow.Desktop/Helpers/Utilities.cs similarity index 100% rename from src/Helpers/Utilities.cs rename to src/MayShow.Desktop/Helpers/Utilities.cs diff --git a/src/Interfaces/ICanCheckShutdown.cs b/src/MayShow.Desktop/Interfaces/ICanCheckShutdown.cs similarity index 100% rename from src/Interfaces/ICanCheckShutdown.cs rename to src/MayShow.Desktop/Interfaces/ICanCheckShutdown.cs diff --git a/src/Interfaces/IChangeViewModel.cs b/src/MayShow.Desktop/Interfaces/IChangeViewModel.cs similarity index 100% rename from src/Interfaces/IChangeViewModel.cs rename to src/MayShow.Desktop/Interfaces/IChangeViewModel.cs diff --git a/src/Interfaces/ITopLevelGrabber.cs b/src/MayShow.Desktop/Interfaces/ITopLevelGrabber.cs similarity index 100% rename from src/Interfaces/ITopLevelGrabber.cs rename to src/MayShow.Desktop/Interfaces/ITopLevelGrabber.cs diff --git a/src/MainWindow.axaml b/src/MayShow.Desktop/MainWindow.axaml similarity index 100% rename from src/MainWindow.axaml rename to src/MayShow.Desktop/MainWindow.axaml diff --git a/src/MainWindow.axaml.cs b/src/MayShow.Desktop/MainWindow.axaml.cs similarity index 100% rename from src/MainWindow.axaml.cs rename to src/MayShow.Desktop/MainWindow.axaml.cs diff --git a/src/MayShow-icon.ico b/src/MayShow.Desktop/MayShow-icon.ico similarity index 100% rename from src/MayShow-icon.ico rename to src/MayShow.Desktop/MayShow-icon.ico diff --git a/src/MayShow.csproj b/src/MayShow.Desktop/MayShow.Desktop.csproj similarity index 100% rename from src/MayShow.csproj rename to src/MayShow.Desktop/MayShow.Desktop.csproj diff --git a/src/Models/PDFReport.cs b/src/MayShow.Desktop/Models/PDFReport.cs similarity index 100% rename from src/Models/PDFReport.cs rename to src/MayShow.Desktop/Models/PDFReport.cs diff --git a/src/Models/ReportFile.cs b/src/MayShow.Desktop/Models/ReportFile.cs similarity index 100% rename from src/Models/ReportFile.cs rename to src/MayShow.Desktop/Models/ReportFile.cs diff --git a/src/Models/Settings.cs b/src/MayShow.Desktop/Models/Settings.cs similarity index 100% rename from src/Models/Settings.cs rename to src/MayShow.Desktop/Models/Settings.cs diff --git a/src/Models/ShutdownCheckOptions.cs b/src/MayShow.Desktop/Models/ShutdownCheckOptions.cs similarity index 100% rename from src/Models/ShutdownCheckOptions.cs rename to src/MayShow.Desktop/Models/ShutdownCheckOptions.cs diff --git a/src/Program.cs b/src/MayShow.Desktop/Program.cs similarity index 100% rename from src/Program.cs rename to src/MayShow.Desktop/Program.cs diff --git a/src/ViewModels/AboutViewModel.cs b/src/MayShow.Desktop/ViewModels/AboutViewModel.cs similarity index 100% rename from src/ViewModels/AboutViewModel.cs rename to src/MayShow.Desktop/ViewModels/AboutViewModel.cs diff --git a/src/ViewModels/BaseViewModel.cs b/src/MayShow.Desktop/ViewModels/BaseViewModel.cs similarity index 100% rename from src/ViewModels/BaseViewModel.cs rename to src/MayShow.Desktop/ViewModels/BaseViewModel.cs diff --git a/src/ViewModels/ConfirmViewModel.cs b/src/MayShow.Desktop/ViewModels/ConfirmViewModel.cs similarity index 100% rename from src/ViewModels/ConfirmViewModel.cs rename to src/MayShow.Desktop/ViewModels/ConfirmViewModel.cs diff --git a/src/ViewModels/EditFileViewModel.cs b/src/MayShow.Desktop/ViewModels/EditFileViewModel.cs similarity index 100% rename from src/ViewModels/EditFileViewModel.cs rename to src/MayShow.Desktop/ViewModels/EditFileViewModel.cs diff --git a/src/ViewModels/MainViewModel.cs b/src/MayShow.Desktop/ViewModels/MainViewModel.cs similarity index 100% rename from src/ViewModels/MainViewModel.cs rename to src/MayShow.Desktop/ViewModels/MainViewModel.cs diff --git a/src/ViewModels/MainWindowViewModel.cs b/src/MayShow.Desktop/ViewModels/MainWindowViewModel.cs similarity index 100% rename from src/ViewModels/MainWindowViewModel.cs rename to src/MayShow.Desktop/ViewModels/MainWindowViewModel.cs diff --git a/src/ViewModels/SettingsViewModel.cs b/src/MayShow.Desktop/ViewModels/SettingsViewModel.cs similarity index 100% rename from src/ViewModels/SettingsViewModel.cs rename to src/MayShow.Desktop/ViewModels/SettingsViewModel.cs diff --git a/src/ViewModels/ShutdownCheckViewModel.cs b/src/MayShow.Desktop/ViewModels/ShutdownCheckViewModel.cs similarity index 100% rename from src/ViewModels/ShutdownCheckViewModel.cs rename to src/MayShow.Desktop/ViewModels/ShutdownCheckViewModel.cs diff --git a/src/ViewModels/WarningDeleteItemViewModel.cs b/src/MayShow.Desktop/ViewModels/WarningDeleteItemViewModel.cs similarity index 100% rename from src/ViewModels/WarningDeleteItemViewModel.cs rename to src/MayShow.Desktop/ViewModels/WarningDeleteItemViewModel.cs diff --git a/src/ViewModels/WarningViewModel.cs b/src/MayShow.Desktop/ViewModels/WarningViewModel.cs similarity index 100% rename from src/ViewModels/WarningViewModel.cs rename to src/MayShow.Desktop/ViewModels/WarningViewModel.cs diff --git a/src/Views/AboutView.axaml b/src/MayShow.Desktop/Views/AboutView.axaml similarity index 100% rename from src/Views/AboutView.axaml rename to src/MayShow.Desktop/Views/AboutView.axaml diff --git a/src/Views/AboutView.axaml.cs b/src/MayShow.Desktop/Views/AboutView.axaml.cs similarity index 100% rename from src/Views/AboutView.axaml.cs rename to src/MayShow.Desktop/Views/AboutView.axaml.cs diff --git a/src/Views/ConfirmView.axaml b/src/MayShow.Desktop/Views/ConfirmView.axaml similarity index 100% rename from src/Views/ConfirmView.axaml rename to src/MayShow.Desktop/Views/ConfirmView.axaml diff --git a/src/Views/ConfirmView.axaml.cs b/src/MayShow.Desktop/Views/ConfirmView.axaml.cs similarity index 100% rename from src/Views/ConfirmView.axaml.cs rename to src/MayShow.Desktop/Views/ConfirmView.axaml.cs diff --git a/src/Views/EditFile.axaml b/src/MayShow.Desktop/Views/EditFile.axaml similarity index 100% rename from src/Views/EditFile.axaml rename to src/MayShow.Desktop/Views/EditFile.axaml diff --git a/src/Views/EditFile.axaml.cs b/src/MayShow.Desktop/Views/EditFile.axaml.cs similarity index 100% rename from src/Views/EditFile.axaml.cs rename to src/MayShow.Desktop/Views/EditFile.axaml.cs diff --git a/src/Views/MainView.axaml b/src/MayShow.Desktop/Views/MainView.axaml similarity index 100% rename from src/Views/MainView.axaml rename to src/MayShow.Desktop/Views/MainView.axaml diff --git a/src/Views/MainView.axaml.cs b/src/MayShow.Desktop/Views/MainView.axaml.cs similarity index 100% rename from src/Views/MainView.axaml.cs rename to src/MayShow.Desktop/Views/MainView.axaml.cs diff --git a/src/Views/SettingsView.axaml b/src/MayShow.Desktop/Views/SettingsView.axaml similarity index 100% rename from src/Views/SettingsView.axaml rename to src/MayShow.Desktop/Views/SettingsView.axaml diff --git a/src/Views/SettingsView.axaml.cs b/src/MayShow.Desktop/Views/SettingsView.axaml.cs similarity index 100% rename from src/Views/SettingsView.axaml.cs rename to src/MayShow.Desktop/Views/SettingsView.axaml.cs diff --git a/src/Views/ShutdownCheckView.axaml b/src/MayShow.Desktop/Views/ShutdownCheckView.axaml similarity index 100% rename from src/Views/ShutdownCheckView.axaml rename to src/MayShow.Desktop/Views/ShutdownCheckView.axaml diff --git a/src/Views/ShutdownCheckView.axaml.cs b/src/MayShow.Desktop/Views/ShutdownCheckView.axaml.cs similarity index 100% rename from src/Views/ShutdownCheckView.axaml.cs rename to src/MayShow.Desktop/Views/ShutdownCheckView.axaml.cs diff --git a/src/Views/WarningDeleteItem.axaml b/src/MayShow.Desktop/Views/WarningDeleteItem.axaml similarity index 100% rename from src/Views/WarningDeleteItem.axaml rename to src/MayShow.Desktop/Views/WarningDeleteItem.axaml diff --git a/src/Views/WarningDeleteItem.axaml.cs b/src/MayShow.Desktop/Views/WarningDeleteItem.axaml.cs similarity index 100% rename from src/Views/WarningDeleteItem.axaml.cs rename to src/MayShow.Desktop/Views/WarningDeleteItem.axaml.cs diff --git a/src/Views/WarningView.axaml b/src/MayShow.Desktop/Views/WarningView.axaml similarity index 100% rename from src/Views/WarningView.axaml rename to src/MayShow.Desktop/Views/WarningView.axaml diff --git a/src/Views/WarningView.axaml.cs b/src/MayShow.Desktop/Views/WarningView.axaml.cs similarity index 100% rename from src/Views/WarningView.axaml.cs rename to src/MayShow.Desktop/Views/WarningView.axaml.cs diff --git a/src/app.manifest b/src/MayShow.Desktop/app.manifest similarity index 100% rename from src/app.manifest rename to src/MayShow.Desktop/app.manifest diff --git a/src/MayShow.slnx b/src/MayShow.slnx new file mode 100644 index 0000000..4068b80 --- /dev/null +++ b/src/MayShow.slnx @@ -0,0 +1,5 @@ + + + + +