From 6f48ce91b5a2d6df8c9d711a98af2cce8ceec7f8 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 8 Jul 2025 19:45:43 +0100 Subject: [PATCH] [Refactor] Use newer Avalonia XAML naming convention. --- RomRepoMgr/{App.xaml => App.axaml} | 0 RomRepoMgr/{App.xaml.cs => App.axaml.cs} | 0 RomRepoMgr/Views/{About.xaml => About.axaml} | 0 RomRepoMgr/Views/{About.xaml.cs => About.axaml.cs} | 0 RomRepoMgr/Views/{EditDat.xaml => EditDat.axaml} | 0 RomRepoMgr/Views/{EditDat.xaml.cs => EditDat.axaml.cs} | 0 RomRepoMgr/Views/{ExportDat.xaml => ExportDat.axaml} | 0 RomRepoMgr/Views/{ExportDat.xaml.cs => ExportDat.axaml.cs} | 0 RomRepoMgr/Views/{ExportRoms.xaml => ExportRoms.axaml} | 0 RomRepoMgr/Views/{ExportRoms.xaml.cs => ExportRoms.axaml.cs} | 0 RomRepoMgr/Views/{ImportDat.xaml => ImportDat.axaml} | 0 RomRepoMgr/Views/{ImportDat.xaml.cs => ImportDat.axaml.cs} | 0 RomRepoMgr/Views/{ImportDatFolder.xaml => ImportDatFolder.axaml} | 0 .../Views/{ImportDatFolder.xaml.cs => ImportDatFolder.axaml.cs} | 0 RomRepoMgr/Views/{ImportRomFolder.xaml => ImportRomFolder.axaml} | 0 .../Views/{ImportRomFolder.xaml.cs => ImportRomFolder.axaml.cs} | 0 RomRepoMgr/Views/{MainWindow.xaml => MainWindow.axaml} | 0 RomRepoMgr/Views/{MainWindow.xaml.cs => MainWindow.axaml.cs} | 0 RomRepoMgr/Views/{RemoveDat.xaml => RemoveDat.axaml} | 0 RomRepoMgr/Views/{RemoveDat.xaml.cs => RemoveDat.axaml.cs} | 0 RomRepoMgr/Views/{SettingsDialog.xaml => SettingsDialog.axaml} | 0 .../Views/{SettingsDialog.xaml.cs => SettingsDialog.axaml.cs} | 0 RomRepoMgr/Views/{SplashWindow.xaml => SplashWindow.axaml} | 0 RomRepoMgr/Views/{SplashWindow.xaml.cs => SplashWindow.axaml.cs} | 0 RomRepoMgr/Views/{UpdateStats.xaml => UpdateStats.axaml} | 0 RomRepoMgr/Views/{UpdateStats.xaml.cs => UpdateStats.axaml.cs} | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename RomRepoMgr/{App.xaml => App.axaml} (100%) rename RomRepoMgr/{App.xaml.cs => App.axaml.cs} (100%) rename RomRepoMgr/Views/{About.xaml => About.axaml} (100%) rename RomRepoMgr/Views/{About.xaml.cs => About.axaml.cs} (100%) rename RomRepoMgr/Views/{EditDat.xaml => EditDat.axaml} (100%) rename RomRepoMgr/Views/{EditDat.xaml.cs => EditDat.axaml.cs} (100%) rename RomRepoMgr/Views/{ExportDat.xaml => ExportDat.axaml} (100%) rename RomRepoMgr/Views/{ExportDat.xaml.cs => ExportDat.axaml.cs} (100%) rename RomRepoMgr/Views/{ExportRoms.xaml => ExportRoms.axaml} (100%) rename RomRepoMgr/Views/{ExportRoms.xaml.cs => ExportRoms.axaml.cs} (100%) rename RomRepoMgr/Views/{ImportDat.xaml => ImportDat.axaml} (100%) rename RomRepoMgr/Views/{ImportDat.xaml.cs => ImportDat.axaml.cs} (100%) rename RomRepoMgr/Views/{ImportDatFolder.xaml => ImportDatFolder.axaml} (100%) rename RomRepoMgr/Views/{ImportDatFolder.xaml.cs => ImportDatFolder.axaml.cs} (100%) rename RomRepoMgr/Views/{ImportRomFolder.xaml => ImportRomFolder.axaml} (100%) rename RomRepoMgr/Views/{ImportRomFolder.xaml.cs => ImportRomFolder.axaml.cs} (100%) rename RomRepoMgr/Views/{MainWindow.xaml => MainWindow.axaml} (100%) rename RomRepoMgr/Views/{MainWindow.xaml.cs => MainWindow.axaml.cs} (100%) rename RomRepoMgr/Views/{RemoveDat.xaml => RemoveDat.axaml} (100%) rename RomRepoMgr/Views/{RemoveDat.xaml.cs => RemoveDat.axaml.cs} (100%) rename RomRepoMgr/Views/{SettingsDialog.xaml => SettingsDialog.axaml} (100%) rename RomRepoMgr/Views/{SettingsDialog.xaml.cs => SettingsDialog.axaml.cs} (100%) rename RomRepoMgr/Views/{SplashWindow.xaml => SplashWindow.axaml} (100%) rename RomRepoMgr/Views/{SplashWindow.xaml.cs => SplashWindow.axaml.cs} (100%) rename RomRepoMgr/Views/{UpdateStats.xaml => UpdateStats.axaml} (100%) rename RomRepoMgr/Views/{UpdateStats.xaml.cs => UpdateStats.axaml.cs} (100%) diff --git a/RomRepoMgr/App.xaml b/RomRepoMgr/App.axaml similarity index 100% rename from RomRepoMgr/App.xaml rename to RomRepoMgr/App.axaml diff --git a/RomRepoMgr/App.xaml.cs b/RomRepoMgr/App.axaml.cs similarity index 100% rename from RomRepoMgr/App.xaml.cs rename to RomRepoMgr/App.axaml.cs diff --git a/RomRepoMgr/Views/About.xaml b/RomRepoMgr/Views/About.axaml similarity index 100% rename from RomRepoMgr/Views/About.xaml rename to RomRepoMgr/Views/About.axaml diff --git a/RomRepoMgr/Views/About.xaml.cs b/RomRepoMgr/Views/About.axaml.cs similarity index 100% rename from RomRepoMgr/Views/About.xaml.cs rename to RomRepoMgr/Views/About.axaml.cs diff --git a/RomRepoMgr/Views/EditDat.xaml b/RomRepoMgr/Views/EditDat.axaml similarity index 100% rename from RomRepoMgr/Views/EditDat.xaml rename to RomRepoMgr/Views/EditDat.axaml diff --git a/RomRepoMgr/Views/EditDat.xaml.cs b/RomRepoMgr/Views/EditDat.axaml.cs similarity index 100% rename from RomRepoMgr/Views/EditDat.xaml.cs rename to RomRepoMgr/Views/EditDat.axaml.cs diff --git a/RomRepoMgr/Views/ExportDat.xaml b/RomRepoMgr/Views/ExportDat.axaml similarity index 100% rename from RomRepoMgr/Views/ExportDat.xaml rename to RomRepoMgr/Views/ExportDat.axaml diff --git a/RomRepoMgr/Views/ExportDat.xaml.cs b/RomRepoMgr/Views/ExportDat.axaml.cs similarity index 100% rename from RomRepoMgr/Views/ExportDat.xaml.cs rename to RomRepoMgr/Views/ExportDat.axaml.cs diff --git a/RomRepoMgr/Views/ExportRoms.xaml b/RomRepoMgr/Views/ExportRoms.axaml similarity index 100% rename from RomRepoMgr/Views/ExportRoms.xaml rename to RomRepoMgr/Views/ExportRoms.axaml diff --git a/RomRepoMgr/Views/ExportRoms.xaml.cs b/RomRepoMgr/Views/ExportRoms.axaml.cs similarity index 100% rename from RomRepoMgr/Views/ExportRoms.xaml.cs rename to RomRepoMgr/Views/ExportRoms.axaml.cs diff --git a/RomRepoMgr/Views/ImportDat.xaml b/RomRepoMgr/Views/ImportDat.axaml similarity index 100% rename from RomRepoMgr/Views/ImportDat.xaml rename to RomRepoMgr/Views/ImportDat.axaml diff --git a/RomRepoMgr/Views/ImportDat.xaml.cs b/RomRepoMgr/Views/ImportDat.axaml.cs similarity index 100% rename from RomRepoMgr/Views/ImportDat.xaml.cs rename to RomRepoMgr/Views/ImportDat.axaml.cs diff --git a/RomRepoMgr/Views/ImportDatFolder.xaml b/RomRepoMgr/Views/ImportDatFolder.axaml similarity index 100% rename from RomRepoMgr/Views/ImportDatFolder.xaml rename to RomRepoMgr/Views/ImportDatFolder.axaml diff --git a/RomRepoMgr/Views/ImportDatFolder.xaml.cs b/RomRepoMgr/Views/ImportDatFolder.axaml.cs similarity index 100% rename from RomRepoMgr/Views/ImportDatFolder.xaml.cs rename to RomRepoMgr/Views/ImportDatFolder.axaml.cs diff --git a/RomRepoMgr/Views/ImportRomFolder.xaml b/RomRepoMgr/Views/ImportRomFolder.axaml similarity index 100% rename from RomRepoMgr/Views/ImportRomFolder.xaml rename to RomRepoMgr/Views/ImportRomFolder.axaml diff --git a/RomRepoMgr/Views/ImportRomFolder.xaml.cs b/RomRepoMgr/Views/ImportRomFolder.axaml.cs similarity index 100% rename from RomRepoMgr/Views/ImportRomFolder.xaml.cs rename to RomRepoMgr/Views/ImportRomFolder.axaml.cs diff --git a/RomRepoMgr/Views/MainWindow.xaml b/RomRepoMgr/Views/MainWindow.axaml similarity index 100% rename from RomRepoMgr/Views/MainWindow.xaml rename to RomRepoMgr/Views/MainWindow.axaml diff --git a/RomRepoMgr/Views/MainWindow.xaml.cs b/RomRepoMgr/Views/MainWindow.axaml.cs similarity index 100% rename from RomRepoMgr/Views/MainWindow.xaml.cs rename to RomRepoMgr/Views/MainWindow.axaml.cs diff --git a/RomRepoMgr/Views/RemoveDat.xaml b/RomRepoMgr/Views/RemoveDat.axaml similarity index 100% rename from RomRepoMgr/Views/RemoveDat.xaml rename to RomRepoMgr/Views/RemoveDat.axaml diff --git a/RomRepoMgr/Views/RemoveDat.xaml.cs b/RomRepoMgr/Views/RemoveDat.axaml.cs similarity index 100% rename from RomRepoMgr/Views/RemoveDat.xaml.cs rename to RomRepoMgr/Views/RemoveDat.axaml.cs diff --git a/RomRepoMgr/Views/SettingsDialog.xaml b/RomRepoMgr/Views/SettingsDialog.axaml similarity index 100% rename from RomRepoMgr/Views/SettingsDialog.xaml rename to RomRepoMgr/Views/SettingsDialog.axaml diff --git a/RomRepoMgr/Views/SettingsDialog.xaml.cs b/RomRepoMgr/Views/SettingsDialog.axaml.cs similarity index 100% rename from RomRepoMgr/Views/SettingsDialog.xaml.cs rename to RomRepoMgr/Views/SettingsDialog.axaml.cs diff --git a/RomRepoMgr/Views/SplashWindow.xaml b/RomRepoMgr/Views/SplashWindow.axaml similarity index 100% rename from RomRepoMgr/Views/SplashWindow.xaml rename to RomRepoMgr/Views/SplashWindow.axaml diff --git a/RomRepoMgr/Views/SplashWindow.xaml.cs b/RomRepoMgr/Views/SplashWindow.axaml.cs similarity index 100% rename from RomRepoMgr/Views/SplashWindow.xaml.cs rename to RomRepoMgr/Views/SplashWindow.axaml.cs diff --git a/RomRepoMgr/Views/UpdateStats.xaml b/RomRepoMgr/Views/UpdateStats.axaml similarity index 100% rename from RomRepoMgr/Views/UpdateStats.xaml rename to RomRepoMgr/Views/UpdateStats.axaml diff --git a/RomRepoMgr/Views/UpdateStats.xaml.cs b/RomRepoMgr/Views/UpdateStats.axaml.cs similarity index 100% rename from RomRepoMgr/Views/UpdateStats.xaml.cs rename to RomRepoMgr/Views/UpdateStats.axaml.cs