Initial Commit

This commit is contained in:
plane000
2018-04-20 10:15:15 +01:00
parent 49150ccfe4
commit 62101e8e61
2870 changed files with 520122 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickSort", "QuickSort\QuickSort.csproj", "{68325E22-219C-42CD-8600-82309B43DFA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68325E22-219C-42CD-8600-82309B43DFA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68325E22-219C-42CD-8600-82309B43DFA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68325E22-219C-42CD-8600-82309B43DFA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68325E22-219C-42CD-8600-82309B43DFA4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7510E2B-D5DF-4841-8FF9-A2DB8F641B22}
EndGlobalSection
EndGlobal