-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMARCValidator.sln
81 lines (81 loc) · 5.05 KB
/
MARCValidator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainLayer", "DomainLayer\DomainLayer.csproj", "{14841012-CFB3-4EC6-A7C9-52F8AB390261}"
ProjectSection(ProjectDependencies) = postProject
{85BF0A7C-FBFB-4978-B647-B3475909E498} = {85BF0A7C-FBFB-4978-B647-B3475909E498}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationLayer", "ApplicationLayer\ApplicationLayer.csproj", "{76F9C986-3C49-4B9E-B7FE-10D4DDDDD1E2}"
ProjectSection(ProjectDependencies) = postProject
{85BF0A7C-FBFB-4978-B647-B3475909E498} = {85BF0A7C-FBFB-4978-B647-B3475909E498}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{97120ECD-9E21-42DF-89A8-F47BAA1D4F34}"
ProjectSection(ProjectDependencies) = postProject
{85BF0A7C-FBFB-4978-B647-B3475909E498} = {85BF0A7C-FBFB-4978-B647-B3475909E498}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleViewLayer", "ConsoleViewLayer\ConsoleViewLayer.csproj", "{B3771A70-949F-4621-81FD-15B7DA994469}"
ProjectSection(ProjectDependencies) = postProject
{85BF0A7C-FBFB-4978-B647-B3475909E498} = {85BF0A7C-FBFB-4978-B647-B3475909E498}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedLayer", "SharedLayer\SharedLayer.csproj", "{79E313B0-6C73-4AD8-95AB-3376417C2A10}"
ProjectSection(ProjectDependencies) = postProject
{85BF0A7C-FBFB-4978-B647-B3475909E498} = {85BF0A7C-FBFB-4978-B647-B3475909E498}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MARCValidatorTests", "MARCValidatorTests\MARCValidatorTests.csproj", "{7D866DA2-1F8E-4EA3-9F90-8570BB788BF2}"
ProjectSection(ProjectDependencies) = postProject
{14841012-CFB3-4EC6-A7C9-52F8AB390261} = {14841012-CFB3-4EC6-A7C9-52F8AB390261}
{97120ECD-9E21-42DF-89A8-F47BAA1D4F34} = {97120ECD-9E21-42DF-89A8-F47BAA1D4F34}
{B3771A70-949F-4621-81FD-15B7DA994469} = {B3771A70-949F-4621-81FD-15B7DA994469}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComunicationDataLayer", "ComunicationDataLayer\ComunicationDataLayer.csproj", "{85BF0A7C-FBFB-4978-B647-B3475909E498}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14841012-CFB3-4EC6-A7C9-52F8AB390261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14841012-CFB3-4EC6-A7C9-52F8AB390261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14841012-CFB3-4EC6-A7C9-52F8AB390261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14841012-CFB3-4EC6-A7C9-52F8AB390261}.Release|Any CPU.Build.0 = Release|Any CPU
{76F9C986-3C49-4B9E-B7FE-10D4DDDDD1E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76F9C986-3C49-4B9E-B7FE-10D4DDDDD1E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76F9C986-3C49-4B9E-B7FE-10D4DDDDD1E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76F9C986-3C49-4B9E-B7FE-10D4DDDDD1E2}.Release|Any CPU.Build.0 = Release|Any CPU
{97120ECD-9E21-42DF-89A8-F47BAA1D4F34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97120ECD-9E21-42DF-89A8-F47BAA1D4F34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97120ECD-9E21-42DF-89A8-F47BAA1D4F34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97120ECD-9E21-42DF-89A8-F47BAA1D4F34}.Release|Any CPU.Build.0 = Release|Any CPU
{B3771A70-949F-4621-81FD-15B7DA994469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3771A70-949F-4621-81FD-15B7DA994469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3771A70-949F-4621-81FD-15B7DA994469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3771A70-949F-4621-81FD-15B7DA994469}.Release|Any CPU.Build.0 = Release|Any CPU
{79E313B0-6C73-4AD8-95AB-3376417C2A10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79E313B0-6C73-4AD8-95AB-3376417C2A10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79E313B0-6C73-4AD8-95AB-3376417C2A10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79E313B0-6C73-4AD8-95AB-3376417C2A10}.Release|Any CPU.Build.0 = Release|Any CPU
{7D866DA2-1F8E-4EA3-9F90-8570BB788BF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D866DA2-1F8E-4EA3-9F90-8570BB788BF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D866DA2-1F8E-4EA3-9F90-8570BB788BF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D866DA2-1F8E-4EA3-9F90-8570BB788BF2}.Release|Any CPU.Build.0 = Release|Any CPU
{85BF0A7C-FBFB-4978-B647-B3475909E498}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85BF0A7C-FBFB-4978-B647-B3475909E498}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85BF0A7C-FBFB-4978-B647-B3475909E498}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85BF0A7C-FBFB-4978-B647-B3475909E498}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3AE9B18-2B17-448B-ADB7-66B0C0E5FC14}
EndGlobalSection
EndGlobal