Initial Commit
This commit is contained in:
25
C#/SimpleSort/SimpleSort.sln
Normal file
25
C#/SimpleSort/SimpleSort.sln
Normal 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}") = "SimpleSort", "SimpleSort\SimpleSort.csproj", "{CE27CAEA-FC37-49E9-B56B-ED8CD9689A6E}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{CE27CAEA-FC37-49E9-B56B-ED8CD9689A6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CE27CAEA-FC37-49E9-B56B-ED8CD9689A6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CE27CAEA-FC37-49E9-B56B-ED8CD9689A6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CE27CAEA-FC37-49E9-B56B-ED8CD9689A6E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {471E36AC-0217-4875-914E-01004D71E350}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user