Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31829.152 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookSorting", "BookSorting\BookSorting.csproj", "{05847FA0-7BD5-47E8-A262-AF03025A52F1}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestBookSorting", "UnitTestBookSorting\UnitTestBookSorting.csproj", "{3823FDD2-4E30-4E00-AD78-365DA3F9E66A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {05847FA0-7BD5-47E8-A262-AF03025A52F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {05847FA0-7BD5-47E8-A262-AF03025A52F1}.Debug|Any CPU.Build.0 = Debug|Any CPU {05847FA0-7BD5-47E8-A262-AF03025A52F1}.Release|Any CPU.ActiveCfg = Release|Any CPU {05847FA0-7BD5-47E8-A262-AF03025A52F1}.Release|Any CPU.Build.0 = Release|Any CPU {3823FDD2-4E30-4E00-AD78-365DA3F9E66A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3823FDD2-4E30-4E00-AD78-365DA3F9E66A}.Debug|Any CPU.Build.0 = Debug|Any CPU {3823FDD2-4E30-4E00-AD78-365DA3F9E66A}.Release|Any CPU.ActiveCfg = Release|Any CPU {3823FDD2-4E30-4E00-AD78-365DA3F9E66A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {65DEDE01-3539-4594-B37C-4A61CD3688BC} EndGlobalSection EndGlobal