-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFileSort.sln
102 lines (102 loc) · 6.5 KB
/
FileSort.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{93E24B7F-DE3E-4FBB-9EB4-92A0258397B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E0315440-BA84-40AE-8803-92812177EE73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileSort.Core", "src\FileSort.Core\FileSort.Core.csproj", "{B373C891-F46A-41A5-B00B-C8A82CBA22C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileSort.Core.UnitTests", "tests\FileSort.Core.UnitTests\FileSort.Core.UnitTests.csproj", "{0BD4DBEE-41B8-4E97-A014-60B801840EEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileSort.CLI", "src\FileSort.CLI\FileSort.CLI.csproj", "{2C7365DC-349E-4B52-A70E-7CF7957B06E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|ARM.ActiveCfg = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|ARM.Build.0 = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|ARM64.Build.0 = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|x64.ActiveCfg = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|x64.Build.0 = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|x86.ActiveCfg = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Debug|x86.Build.0 = Debug|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|Any CPU.Build.0 = Release|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|ARM.ActiveCfg = Release|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|ARM.Build.0 = Release|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|ARM64.ActiveCfg = Release|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|ARM64.Build.0 = Release|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|x64.ActiveCfg = Release|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|x64.Build.0 = Release|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|x86.ActiveCfg = Release|Any CPU
{B373C891-F46A-41A5-B00B-C8A82CBA22C9}.Release|x86.Build.0 = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|ARM.ActiveCfg = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|ARM.Build.0 = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|ARM64.Build.0 = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|x64.ActiveCfg = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|x64.Build.0 = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|x86.ActiveCfg = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Debug|x86.Build.0 = Debug|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|Any CPU.Build.0 = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|ARM.ActiveCfg = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|ARM.Build.0 = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|ARM64.ActiveCfg = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|ARM64.Build.0 = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|x64.ActiveCfg = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|x64.Build.0 = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|x86.ActiveCfg = Release|Any CPU
{0BD4DBEE-41B8-4E97-A014-60B801840EEC}.Release|x86.Build.0 = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|ARM.ActiveCfg = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|ARM.Build.0 = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|ARM64.Build.0 = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|x64.ActiveCfg = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|x64.Build.0 = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|x86.ActiveCfg = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Debug|x86.Build.0 = Debug|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|Any CPU.Build.0 = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|ARM.ActiveCfg = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|ARM.Build.0 = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|ARM64.ActiveCfg = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|ARM64.Build.0 = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|x64.ActiveCfg = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|x64.Build.0 = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|x86.ActiveCfg = Release|Any CPU
{2C7365DC-349E-4B52-A70E-7CF7957B06E2}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B373C891-F46A-41A5-B00B-C8A82CBA22C9} = {93E24B7F-DE3E-4FBB-9EB4-92A0258397B6}
{0BD4DBEE-41B8-4E97-A014-60B801840EEC} = {E0315440-BA84-40AE-8803-92812177EE73}
{2C7365DC-349E-4B52-A70E-7CF7957B06E2} = {93E24B7F-DE3E-4FBB-9EB4-92A0258397B6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B858258D-28BC-45C2-BDF9-34DD35B11783}
EndGlobalSection
EndGlobal