algorithms-sandbox/sorting/dotnet/Sorting.sln

32 lines
1.5 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2011
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sorting", "Sorting\Sorting.csproj", "{5AF0C5C2-36F1-466D-9B0A-74DAF4D726BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sorting.Tests", "Sorting.Tests\Sorting.Tests.csproj", "{397473BF-DA8A-4C75-8224-B525F71260DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5AF0C5C2-36F1-466D-9B0A-74DAF4D726BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AF0C5C2-36F1-466D-9B0A-74DAF4D726BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AF0C5C2-36F1-466D-9B0A-74DAF4D726BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AF0C5C2-36F1-466D-9B0A-74DAF4D726BB}.Release|Any CPU.Build.0 = Release|Any CPU
{397473BF-DA8A-4C75-8224-B525F71260DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{397473BF-DA8A-4C75-8224-B525F71260DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{397473BF-DA8A-4C75-8224-B525F71260DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{397473BF-DA8A-4C75-8224-B525F71260DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5184B8F-5851-42ED-8631-F2FD55088D85}
EndGlobalSection
EndGlobal