-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCallCenter.sln
More file actions
58 lines (58 loc) · 3.87 KB
/
CallCenter.sln
File metadata and controls
58 lines (58 loc) · 3.87 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34316.72
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{BEB722CA-C4E0-4E1B-8536-071D183D5DD7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{DD04A90B-59BA-4453-A47D-029C3CA2B335}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{815BA3AF-E21D-4194-A0F1-892FC8FBACD5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{BDCE4DE9-7199-42EF-BF47-B620CD97D578}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure.Repositories.Implementations", "Infrastructure\Infrastructure.Repositories.Implementations\Infrastructure.Repositories.Implementations.csproj", "{68D242F0-210A-470A-992E-85245430F6EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain.Entities", "Domain\Domain.Entities\Domain.Entities.csproj", "{3518D316-32FD-4E90-842B-C27289F6D68E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services.Repositories.Abstractions", "Services\Services.Repositories.Abstractions\Services.Repositories.Abstractions.csproj", "{B2BEE245-9B42-4486-A031-1F5C869AF848}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure.EntityFramework", "Infrastructure\Infrastructure.EntityFramework\Infrastructure.EntityFramework.csproj", "{7FA2A220-4693-4837-930B-E46FDB4C132E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEB722CA-C4E0-4E1B-8536-071D183D5DD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEB722CA-C4E0-4E1B-8536-071D183D5DD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEB722CA-C4E0-4E1B-8536-071D183D5DD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEB722CA-C4E0-4E1B-8536-071D183D5DD7}.Release|Any CPU.Build.0 = Release|Any CPU
{68D242F0-210A-470A-992E-85245430F6EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68D242F0-210A-470A-992E-85245430F6EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68D242F0-210A-470A-992E-85245430F6EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68D242F0-210A-470A-992E-85245430F6EF}.Release|Any CPU.Build.0 = Release|Any CPU
{3518D316-32FD-4E90-842B-C27289F6D68E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3518D316-32FD-4E90-842B-C27289F6D68E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3518D316-32FD-4E90-842B-C27289F6D68E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3518D316-32FD-4E90-842B-C27289F6D68E}.Release|Any CPU.Build.0 = Release|Any CPU
{B2BEE245-9B42-4486-A031-1F5C869AF848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2BEE245-9B42-4486-A031-1F5C869AF848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2BEE245-9B42-4486-A031-1F5C869AF848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2BEE245-9B42-4486-A031-1F5C869AF848}.Release|Any CPU.Build.0 = Release|Any CPU
{7FA2A220-4693-4837-930B-E46FDB4C132E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FA2A220-4693-4837-930B-E46FDB4C132E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FA2A220-4693-4837-930B-E46FDB4C132E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FA2A220-4693-4837-930B-E46FDB4C132E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{68D242F0-210A-470A-992E-85245430F6EF} = {DD04A90B-59BA-4453-A47D-029C3CA2B335}
{3518D316-32FD-4E90-842B-C27289F6D68E} = {815BA3AF-E21D-4194-A0F1-892FC8FBACD5}
{B2BEE245-9B42-4486-A031-1F5C869AF848} = {BDCE4DE9-7199-42EF-BF47-B620CD97D578}
{7FA2A220-4693-4837-930B-E46FDB4C132E} = {DD04A90B-59BA-4453-A47D-029C3CA2B335}
EndGlobalSection
EndGlobal