-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathArchiveComparer2.sln
More file actions
99 lines (99 loc) · 6.61 KB
/
ArchiveComparer2.sln
File metadata and controls
99 lines (99 loc) · 6.61 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchiveComparer2.Library", "ArchiveComparer2.Library\ArchiveComparer2.Library.csproj", "{67956840-1C1E-438A-B05B-13113223D3D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchiveComparer2.Test", "ArchiveComparer2.Test\ArchiveComparer2.Test.csproj", "{C8050D64-72E2-4B2F-9FF8-837550ABB172}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F65A85DB-1459-4723-94F1-9A7CB0406CD4}"
ProjectSection(SolutionItems) = preProject
ArchiveComparer2.vsmdi = ArchiveComparer2.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchiveComparer2.Console", "ArchiveComparer2.Console\ArchiveComparer2.Console.csproj", "{18B0AF18-7E01-4BBB-A35B-34EBB7379244}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchiveComparer2", "ArchiveComparer2\ArchiveComparer2.csproj", "{2554C230-CD39-489F-90A1-FD6E02CAB5E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArchiveComparer2.DB", "ArchiveComparer2.DB\ArchiveComparer2.DB.csproj", "{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67956840-1C1E-438A-B05B-13113223D3D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67956840-1C1E-438A-B05B-13113223D3D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67956840-1C1E-438A-B05B-13113223D3D4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{67956840-1C1E-438A-B05B-13113223D3D4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{67956840-1C1E-438A-B05B-13113223D3D4}.Debug|x86.ActiveCfg = Debug|Any CPU
{67956840-1C1E-438A-B05B-13113223D3D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67956840-1C1E-438A-B05B-13113223D3D4}.Release|Any CPU.Build.0 = Release|Any CPU
{67956840-1C1E-438A-B05B-13113223D3D4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{67956840-1C1E-438A-B05B-13113223D3D4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{67956840-1C1E-438A-B05B-13113223D3D4}.Release|x86.ActiveCfg = Release|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Debug|x86.ActiveCfg = Debug|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Release|Any CPU.Build.0 = Release|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C8050D64-72E2-4B2F-9FF8-837550ABB172}.Release|x86.ActiveCfg = Release|Any CPU
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Debug|Any CPU.ActiveCfg = Debug|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Debug|Any CPU.Build.0 = Debug|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Debug|Mixed Platforms.Build.0 = Debug|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Debug|x86.ActiveCfg = Debug|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Debug|x86.Build.0 = Debug|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Release|Any CPU.ActiveCfg = Release|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Release|Any CPU.Build.0 = Release|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Release|Mixed Platforms.ActiveCfg = Release|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Release|Mixed Platforms.Build.0 = Release|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Release|x86.ActiveCfg = Release|x86
{18B0AF18-7E01-4BBB-A35B-34EBB7379244}.Release|x86.Build.0 = Release|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Debug|Any CPU.ActiveCfg = Debug|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Debug|Any CPU.Build.0 = Debug|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Debug|Mixed Platforms.Build.0 = Debug|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Debug|x86.ActiveCfg = Debug|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Debug|x86.Build.0 = Debug|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Release|Any CPU.ActiveCfg = Release|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Release|Any CPU.Build.0 = Release|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Release|Mixed Platforms.ActiveCfg = Release|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Release|Mixed Platforms.Build.0 = Release|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Release|x86.ActiveCfg = Release|x86
{2554C230-CD39-489F-90A1-FD6E02CAB5E4}.Release|x86.Build.0 = Release|x86
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Debug|x86.ActiveCfg = Debug|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Debug|x86.Build.0 = Debug|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Release|Any CPU.Build.0 = Release|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Release|x86.ActiveCfg = Release|Any CPU
{76B828F6-C01B-4AA9-9B2E-90922ADCFE21}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CAFC9C3-F6B1-490F-81B7-93DAEAC45502}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = ArchiveComparer2.vsmdi
EndGlobalSection
EndGlobal