Added UI app.

This commit is contained in:
2025-06-01 22:29:14 -04:00
parent 1348684144
commit 7dbcdc6169
36 changed files with 1645 additions and 25 deletions

View File

@@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MangaReader.Core", "MangaRe
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MangaReader.Tests", "MangaReader.Tests\MangaReader.Tests.csproj", "{D86F1282-485A-4FF2-A75A-AB8102F3C853}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MangaReader.WinUI", "MangaReader.WinUI\MangaReader.WinUI.csproj", "{9B2AB426-6100-488A-B09E-EEAA3A3E7F06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -21,6 +23,12 @@ Global
{D86F1282-485A-4FF2-A75A-AB8102F3C853}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D86F1282-485A-4FF2-A75A-AB8102F3C853}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D86F1282-485A-4FF2-A75A-AB8102F3C853}.Release|Any CPU.Build.0 = Release|Any CPU
{9B2AB426-6100-488A-B09E-EEAA3A3E7F06}.Debug|Any CPU.ActiveCfg = Debug|x64
{9B2AB426-6100-488A-B09E-EEAA3A3E7F06}.Debug|Any CPU.Build.0 = Debug|x64
{9B2AB426-6100-488A-B09E-EEAA3A3E7F06}.Debug|Any CPU.Deploy.0 = Debug|x64
{9B2AB426-6100-488A-B09E-EEAA3A3E7F06}.Release|Any CPU.ActiveCfg = Release|x64
{9B2AB426-6100-488A-B09E-EEAA3A3E7F06}.Release|Any CPU.Build.0 = Release|x64
{9B2AB426-6100-488A-B09E-EEAA3A3E7F06}.Release|Any CPU.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE