fix: extract core

This commit is contained in:
Александр
2026-03-04 18:02:12 +03:00
parent ac7bbe303c
commit c4f81b6904
71 changed files with 925 additions and 160 deletions

View File

@@ -2,9 +2,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalTagEditor.CUI", "UniversalTagEditor.CUI\UniversalTagEditor.CUI.csproj", "{D5E49A25-1755-40AF-222B-1B6B25021959}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalTagEditor", "src\UniversalTagEditor.csproj", "{F12A64BA-EF0D-DBA6-7B72-63FC4220F8EC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalTagEditor.Core", "UniversalTagEditor.Core\UniversalTagEditor.Core.csproj", "{7FCA3DD3-F46A-4F7C-B58F-5BF7C30C9C0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -12,17 +12,18 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F12A64BA-EF0D-DBA6-7B72-63FC4220F8EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F12A64BA-EF0D-DBA6-7B72-63FC4220F8EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F12A64BA-EF0D-DBA6-7B72-63FC4220F8EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F12A64BA-EF0D-DBA6-7B72-63FC4220F8EC}.Release|Any CPU.Build.0 = Release|Any CPU
{D5E49A25-1755-40AF-222B-1B6B25021959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5E49A25-1755-40AF-222B-1B6B25021959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5E49A25-1755-40AF-222B-1B6B25021959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5E49A25-1755-40AF-222B-1B6B25021959}.Release|Any CPU.Build.0 = Release|Any CPU
{7FCA3DD3-F46A-4F7C-B58F-5BF7C30C9C0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FCA3DD3-F46A-4F7C-B58F-5BF7C30C9C0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FCA3DD3-F46A-4F7C-B58F-5BF7C30C9C0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FCA3DD3-F46A-4F7C-B58F-5BF7C30C9C0D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F12A64BA-EF0D-DBA6-7B72-63FC4220F8EC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0E6B6A0-0573-41C6-88A8-2678B8799BA7}
EndGlobalSection