-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSortCS.sln
57 lines (57 loc) · 3.12 KB
/
SortCS.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.381
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SortCS", "src\SortCS\SortCS.csproj", "{D3A9021E-D99C-4C3E-81DD-94B72256490A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SortCS.Evaluate", "src\SortCS.Evaluate\SortCS.Evaluate.csproj", "{F553ADE5-161C-41BD-A043-256EA8B8CBA3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{73204E36-E5E3-4085-B2AA-AE97BAA3C548}"
ProjectSection(SolutionItems) = preProject
.bettercodehub.yml = .bettercodehub.yml
.editorconfig = .editorconfig
analyzers.targets = analyzers.targets
.github\workflows\build.yml = .github\workflows\build.yml
LICENSE = LICENSE
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
sonar-project.properties = sonar-project.properties
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SortCS.Tests", "src\SortCS.Tests\SortCS.Tests.csproj", "{13002E85-6B03-49DA-9700-906A24692C98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortCS.Benchmarks", "src\SortCS.Benchmarks\SortCS.Benchmarks.csproj", "{9A2468E6-4556-4C7C-8D29-996200A10EF3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3A9021E-D99C-4C3E-81DD-94B72256490A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3A9021E-D99C-4C3E-81DD-94B72256490A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3A9021E-D99C-4C3E-81DD-94B72256490A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3A9021E-D99C-4C3E-81DD-94B72256490A}.Release|Any CPU.Build.0 = Release|Any CPU
{F553ADE5-161C-41BD-A043-256EA8B8CBA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F553ADE5-161C-41BD-A043-256EA8B8CBA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F553ADE5-161C-41BD-A043-256EA8B8CBA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F553ADE5-161C-41BD-A043-256EA8B8CBA3}.Release|Any CPU.Build.0 = Release|Any CPU
{13002E85-6B03-49DA-9700-906A24692C98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13002E85-6B03-49DA-9700-906A24692C98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13002E85-6B03-49DA-9700-906A24692C98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13002E85-6B03-49DA-9700-906A24692C98}.Release|Any CPU.Build.0 = Release|Any CPU
{9A2468E6-4556-4C7C-8D29-996200A10EF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A2468E6-4556-4C7C-8D29-996200A10EF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A2468E6-4556-4C7C-8D29-996200A10EF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A2468E6-4556-4C7C-8D29-996200A10EF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8C31716C-280A-44DD-ADAB-E48CEDFBF779}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal