-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStringDataSorter.sln
More file actions
52 lines (52 loc) · 3.25 KB
/
StringDataSorter.sln
File metadata and controls
52 lines (52 loc) · 3.25 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0AB3BF05-4346-4AA6-1389-037BE0695223}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringDataSorter.App", "src\StringDataSorter.App\StringDataSorter.App.csproj", "{D2F823AF-1B95-9C67-DFAA-7FD80CC6B6DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringDataSorter.Core", "src\StringDataSorter.Core\StringDataSorter.Core.csproj", "{172A9D8A-3F42-E1BE-5875-E5B2F908890D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringDataSorter.Benchmark", "tests\StringDataSorter.Benchmark\StringDataSorter.Benchmark.csproj", "{6D8E7F2C-37C4-2493-5E97-64DCF487B29C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringDataSorter.Tests", "tests\StringDataSorter.Tests\StringDataSorter.Tests.csproj", "{4E119140-17F2-C28D-722A-268B2E98BAC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2F823AF-1B95-9C67-DFAA-7FD80CC6B6DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2F823AF-1B95-9C67-DFAA-7FD80CC6B6DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2F823AF-1B95-9C67-DFAA-7FD80CC6B6DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2F823AF-1B95-9C67-DFAA-7FD80CC6B6DA}.Release|Any CPU.Build.0 = Release|Any CPU
{172A9D8A-3F42-E1BE-5875-E5B2F908890D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{172A9D8A-3F42-E1BE-5875-E5B2F908890D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{172A9D8A-3F42-E1BE-5875-E5B2F908890D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{172A9D8A-3F42-E1BE-5875-E5B2F908890D}.Release|Any CPU.Build.0 = Release|Any CPU
{6D8E7F2C-37C4-2493-5E97-64DCF487B29C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D8E7F2C-37C4-2493-5E97-64DCF487B29C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D8E7F2C-37C4-2493-5E97-64DCF487B29C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D8E7F2C-37C4-2493-5E97-64DCF487B29C}.Release|Any CPU.Build.0 = Release|Any CPU
{4E119140-17F2-C28D-722A-268B2E98BAC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E119140-17F2-C28D-722A-268B2E98BAC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E119140-17F2-C28D-722A-268B2E98BAC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E119140-17F2-C28D-722A-268B2E98BAC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2F823AF-1B95-9C67-DFAA-7FD80CC6B6DA} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{172A9D8A-3F42-E1BE-5875-E5B2F908890D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{6D8E7F2C-37C4-2493-5E97-64DCF487B29C} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
{4E119140-17F2-C28D-722A-268B2E98BAC6} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AFC5A828-8DA9-4E25-B905-836D330BD67D}
EndGlobalSection
EndGlobal