| 12345678910111213141516171819202122232425 | Microsoft Visual Studio Solution File, Format Version 12.00# Visual Studio Version 17VisualStudioVersion = 17.5.33502.453MinimumVisualStudioVersion = 10.0.40219.1Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SUBD_Kadry", "СУБД_Кадры\SUBD_Kadry.csproj", "{096339FD-81E2-49AA-BCEC-48C6803375C9}"EndProjectGlobal	GlobalSection(SolutionConfigurationPlatforms) = preSolution		Debug|Any CPU = Debug|Any CPU		Release|Any CPU = Release|Any CPU	EndGlobalSection	GlobalSection(ProjectConfigurationPlatforms) = postSolution		{096339FD-81E2-49AA-BCEC-48C6803375C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU		{096339FD-81E2-49AA-BCEC-48C6803375C9}.Debug|Any CPU.Build.0 = Debug|Any CPU		{096339FD-81E2-49AA-BCEC-48C6803375C9}.Release|Any CPU.ActiveCfg = Release|Any CPU		{096339FD-81E2-49AA-BCEC-48C6803375C9}.Release|Any CPU.Build.0 = Release|Any CPU	EndGlobalSection	GlobalSection(SolutionProperties) = preSolution		HideSolutionNode = FALSE	EndGlobalSection	GlobalSection(ExtensibilityGlobals) = postSolution		SolutionGuid = {B8D7A2D7-00CB-4E25-9BD2-BF51E54E685D}	EndGlobalSectionEndGlobal
 |