-
Notifications
You must be signed in to change notification settings - Fork 1
/
System.Collections.Algorithms.sln
31 lines (31 loc) · 1.75 KB
/
System.Collections.Algorithms.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Collections.Algorithms", "src\System.Collections.Algorithms\System.Collections.Algorithms\System.Collections.Algorithms.csproj", "{022A918A-CCD9-41A7-87E5-7E5CFD03C094}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Collections.Algorithms.Tests", "src\System.Collections.Algorithms\System.Collection.Algorithms.Tests\System.Collections.Algorithms.Tests.csproj", "{62C33E00-5624-48C0-A29F-90ABB1319A7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{022A918A-CCD9-41A7-87E5-7E5CFD03C094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{022A918A-CCD9-41A7-87E5-7E5CFD03C094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{022A918A-CCD9-41A7-87E5-7E5CFD03C094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{022A918A-CCD9-41A7-87E5-7E5CFD03C094}.Release|Any CPU.Build.0 = Release|Any CPU
{62C33E00-5624-48C0-A29F-90ABB1319A7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62C33E00-5624-48C0-A29F-90ABB1319A7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62C33E00-5624-48C0-A29F-90ABB1319A7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62C33E00-5624-48C0-A29F-90ABB1319A7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26D8902C-D32C-4DB4-8297-2B10DCE06A11}
EndGlobalSection
EndGlobal