From ec7031d9fdfaffd9e694b4fe5d18ee1353909050 Mon Sep 17 00:00:00 2001 From: EonaCat Date: Sun, 31 May 2026 07:38:10 +0200 Subject: [PATCH] Initial version --- 007SaveTool/App.xaml | 198 ++++++++ 007SaveTool/App.xaml.cs | 5 + .../EonaCat.FirstLight.SaveTransfer.csproj | 17 + 007SaveTool/MainWindow.xaml | 292 ++++++++++++ 007SaveTool/MainWindow.xaml.cs | 428 ++++++++++++++++++ 007SaveTool/SaveCore.cs | 399 ++++++++++++++++ 007SaveTool/icon.ico | Bin 0 -> 254014 bytes EonaCat.FirstLight.SaveTransfer.sln | 21 + 8 files changed, 1360 insertions(+) create mode 100644 007SaveTool/App.xaml create mode 100644 007SaveTool/App.xaml.cs create mode 100644 007SaveTool/EonaCat.FirstLight.SaveTransfer.csproj create mode 100644 007SaveTool/MainWindow.xaml create mode 100644 007SaveTool/MainWindow.xaml.cs create mode 100644 007SaveTool/SaveCore.cs create mode 100644 007SaveTool/icon.ico create mode 100644 EonaCat.FirstLight.SaveTransfer.sln diff --git a/007SaveTool/App.xaml b/007SaveTool/App.xaml new file mode 100644 index 0000000..82422a5 --- /dev/null +++ b/007SaveTool/App.xaml @@ -0,0 +1,198 @@ + + + + #1A1A2E + #16213E + #0F3460 + #D4AF37 + #F0C840 + #E8E8E8 + #A0A8B8 + #6A7280 + #22C55E + #EF4444 + #F59E0B + #3B82F6 + #1E3A5F + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/007SaveTool/App.xaml.cs b/007SaveTool/App.xaml.cs new file mode 100644 index 0000000..516162a --- /dev/null +++ b/007SaveTool/App.xaml.cs @@ -0,0 +1,5 @@ +using System.Windows; + +namespace EonaCat.FirstLight.SaveTransfer; + +public partial class App : Application { } diff --git a/007SaveTool/EonaCat.FirstLight.SaveTransfer.csproj b/007SaveTool/EonaCat.FirstLight.SaveTransfer.csproj new file mode 100644 index 0000000..1411c48 --- /dev/null +++ b/007SaveTool/EonaCat.FirstLight.SaveTransfer.csproj @@ -0,0 +1,17 @@ + + + + WinExe + net8.0-windows + enable + enable + true + EonaCat.FirstLight.SaveTransfer + EonaCat.FirstLight.SaveTransfer + icon.ico + AnyCPU + false + true + + + diff --git a/007SaveTool/MainWindow.xaml b/007SaveTool/MainWindow.xaml new file mode 100644 index 0000000..2e99c91 --- /dev/null +++ b/007SaveTool/MainWindow.xaml @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +