diff --git a/TypefaceUtil.sln b/TypefaceUtil.sln index 857bee0..a9677df 100644 --- a/TypefaceUtil.sln +++ b/TypefaceUtil.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30011.22 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypefaceUtil", "src\TypefaceUtil\TypefaceUtil.csproj", "{35DC5579-5E51-458F-BFFC-65133AE83F50}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypefaceUtil.CLI", "src\TypefaceUtil.CLI\TypefaceUtil.CLI.csproj", "{35DC5579-5E51-458F-BFFC-65133AE83F50}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypefaceUtil.OpenType", "src\TypefaceUtil.OpenType\TypefaceUtil.OpenType.csproj", "{A97DD9DD-60D0-4D3C-847E-BAF7322BDBAE}" EndProject @@ -63,6 +63,7 @@ ProjectSection(SolutionItems) = preProject build\System.CommandLine.props = build\System.CommandLine.props build\System.Text.Json.props = build\System.Text.Json.props build\XUnit.props = build\XUnit.props + build\Avalonia.Web.Blazor.props = build\Avalonia.Web.Blazor.props EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_build", "build\build\_build.csproj", "{A66A3423-81AE-43B9-AAA6-0FBC44BE5152}" diff --git a/src/TypefaceUtil/Exporters/CharacterMapPngExporter.cs b/src/TypefaceUtil.CLI/Exporters/CharacterMapPngExporter.cs similarity index 100% rename from src/TypefaceUtil/Exporters/CharacterMapPngExporter.cs rename to src/TypefaceUtil.CLI/Exporters/CharacterMapPngExporter.cs diff --git a/src/TypefaceUtil/Exporters/CharacterMapSvgExporter.cs b/src/TypefaceUtil.CLI/Exporters/CharacterMapSvgExporter.cs similarity index 100% rename from src/TypefaceUtil/Exporters/CharacterMapSvgExporter.cs rename to src/TypefaceUtil.CLI/Exporters/CharacterMapSvgExporter.cs diff --git a/src/TypefaceUtil/Exporters/CharacterMapXamlExporter.cs b/src/TypefaceUtil.CLI/Exporters/CharacterMapXamlExporter.cs similarity index 100% rename from src/TypefaceUtil/Exporters/CharacterMapXamlExporter.cs rename to src/TypefaceUtil.CLI/Exporters/CharacterMapXamlExporter.cs diff --git a/src/TypefaceUtil/Program.cs b/src/TypefaceUtil.CLI/Program.cs similarity index 100% rename from src/TypefaceUtil/Program.cs rename to src/TypefaceUtil.CLI/Program.cs diff --git a/src/TypefaceUtil/TypefaceUtil.csproj b/src/TypefaceUtil.CLI/TypefaceUtil.CLI.csproj similarity index 96% rename from src/TypefaceUtil/TypefaceUtil.csproj rename to src/TypefaceUtil.CLI/TypefaceUtil.CLI.csproj index d2cc3ce..c2f5378 100644 --- a/src/TypefaceUtil/TypefaceUtil.csproj +++ b/src/TypefaceUtil.CLI/TypefaceUtil.CLI.csproj @@ -6,11 +6,12 @@ preview False enable + TypefaceUtil An OpenType typeface utilities. - TypefaceUtil + TypefaceUtil.CLI MIT opentype;ttf;fonts;cmap;unicode;skiasharp;text;converter;png;svg;xaml;avaloniaui;avalonia;typeface;codepoint