-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSortAlgorithms.sln
40 lines (40 loc) · 2.86 KB
/
SortAlgorithms.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
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortAlgorithms.Core", "SortAlgorithms.Core\SortAlgorithms.Core.csproj", "{A146C533-E706-4098-A4F8-010C7A1017F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortAlgorithms.Tests", "SortAlgorithms.Tests\SortAlgorithms.Tests.csproj", "{DFCAE009-88CD-40BD-B86E-A8DBA96FED9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortAlgorithms.ArrayGenerators", "SortAlgorithms.ArrayGenerators\SortAlgorithms.ArrayGenerators.csproj", "{30755641-56B7-4BD4-924F-1EDEFBBD40CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortAlgorithms.PerformanceLogger", "SortAlgorithms.PerformanceLogger\SortAlgorithms.PerformanceLogger.csproj", "{3228214B-FA69-4475-89DC-128268E56441}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortAlgorithms.Benchmarks", "SortAlgorithms.Benchmarks\SortAlgorithms.Benchmarks.csproj", "{2767A363-0B70-455D-BF0B-42355251679E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A146C533-E706-4098-A4F8-010C7A1017F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A146C533-E706-4098-A4F8-010C7A1017F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A146C533-E706-4098-A4F8-010C7A1017F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A146C533-E706-4098-A4F8-010C7A1017F4}.Release|Any CPU.Build.0 = Release|Any CPU
{DFCAE009-88CD-40BD-B86E-A8DBA96FED9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFCAE009-88CD-40BD-B86E-A8DBA96FED9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFCAE009-88CD-40BD-B86E-A8DBA96FED9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFCAE009-88CD-40BD-B86E-A8DBA96FED9A}.Release|Any CPU.Build.0 = Release|Any CPU
{30755641-56B7-4BD4-924F-1EDEFBBD40CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30755641-56B7-4BD4-924F-1EDEFBBD40CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30755641-56B7-4BD4-924F-1EDEFBBD40CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30755641-56B7-4BD4-924F-1EDEFBBD40CD}.Release|Any CPU.Build.0 = Release|Any CPU
{3228214B-FA69-4475-89DC-128268E56441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3228214B-FA69-4475-89DC-128268E56441}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3228214B-FA69-4475-89DC-128268E56441}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3228214B-FA69-4475-89DC-128268E56441}.Release|Any CPU.Build.0 = Release|Any CPU
{2767A363-0B70-455D-BF0B-42355251679E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2767A363-0B70-455D-BF0B-42355251679E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2767A363-0B70-455D-BF0B-42355251679E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2767A363-0B70-455D-BF0B-42355251679E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal