WIP: a step to migrate (working on saves)

This commit is contained in:
2025-05-20 02:57:52 +03:00
parent f2b01d4a27
commit 4054003c29
9 changed files with 413 additions and 208 deletions

View File

@@ -5,6 +5,8 @@ VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "McBitFont", "McBitFont\McBitFont.csproj", "{7C01529E-4414-405F-9B57-19FA4AF8ED60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SavedFontsConverter", "SavedFontsConverter\SavedFontsConverter.csproj", "{3FBF35B9-8A24-422B-A825-8628FDD2EA86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
{7C01529E-4414-405F-9B57-19FA4AF8ED60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C01529E-4414-405F-9B57-19FA4AF8ED60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C01529E-4414-405F-9B57-19FA4AF8ED60}.Release|Any CPU.Build.0 = Release|Any CPU
{3FBF35B9-8A24-422B-A825-8628FDD2EA86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FBF35B9-8A24-422B-A825-8628FDD2EA86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FBF35B9-8A24-422B-A825-8628FDD2EA86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FBF35B9-8A24-422B-A825-8628FDD2EA86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE