refactor: change folder structure

This commit is contained in:
2025-07-18 13:02:13 +03:30
parent 835f833927
commit 3c05411a29
1329 changed files with 116 additions and 38 deletions
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "C02_RoutingBasics", "C02_RoutingBasics.csproj", "{45BE36A9-6F22-4A24-BC03-DF18D369A710}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45BE36A9-6F22-4A24-BC03-DF18D369A710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45BE36A9-6F22-4A24-BC03-DF18D369A710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45BE36A9-6F22-4A24-BC03-DF18D369A710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45BE36A9-6F22-4A24-BC03-DF18D369A710}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C625B6F6-CA66-4364-A346-D5246557374D}
EndGlobalSection
EndGlobal