Rearrange files to shared project

This commit is contained in:
2026-03-04 21:09:54 +09:00
parent 182055d19e
commit 385f794b03
61 changed files with 68 additions and 45 deletions
@@ -0,0 +1,9 @@
using System.Text.Json.Serialization;
using MayShow.Models;
namespace MayShow.Helpers;
[JsonSerializable(typeof(Settings))]
[JsonSerializable(typeof(ReportFile))]
[JsonSerializable(typeof(PDFReport))]
internal partial class SourceGenerationContext : JsonSerializerContext { }