-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sorter.sln
37 lines (37 loc) · 2.02 KB
/
Sorter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30704.19
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SorterLibrary", "SorterLibrary\SorterLibrary.csproj", "{9D17CB4E-0E1B-4E56-BDFD-E16313D82273}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sorter", "Sorter\Sorter.csproj", "{FB53847C-091F-4164-97B4-5269785E29BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SorterTests", "SorterTests\SorterTests.csproj", "{FF65AB97-B96C-4B30-9EFE-6250B8C4C0AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D17CB4E-0E1B-4E56-BDFD-E16313D82273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D17CB4E-0E1B-4E56-BDFD-E16313D82273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D17CB4E-0E1B-4E56-BDFD-E16313D82273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D17CB4E-0E1B-4E56-BDFD-E16313D82273}.Release|Any CPU.Build.0 = Release|Any CPU
{FB53847C-091F-4164-97B4-5269785E29BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB53847C-091F-4164-97B4-5269785E29BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB53847C-091F-4164-97B4-5269785E29BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB53847C-091F-4164-97B4-5269785E29BD}.Release|Any CPU.Build.0 = Release|Any CPU
{FF65AB97-B96C-4B30-9EFE-6250B8C4C0AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF65AB97-B96C-4B30-9EFE-6250B8C4C0AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF65AB97-B96C-4B30-9EFE-6250B8C4C0AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF65AB97-B96C-4B30-9EFE-6250B8C4C0AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5A70C07-024E-4F4B-AB07-84B896479E85}
EndGlobalSection
EndGlobal