-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFullStackWebProject.sln
More file actions
61 lines (61 loc) · 4.37 KB
/
FullStackWebProject.sln
File metadata and controls
61 lines (61 loc) · 4.37 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FullStackWebProject.UserInterface", "FullStackWebProject.UserInterface\FullStackWebProject.UserInterface.csproj", "{0518A24F-DD14-46C4-AA29-E7655C99D7BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FullStackWebProject.Repositories", "FullStackWebProject.Repositories\FullStackWebProject.Repositories.csproj", "{54BF496A-8404-49AC-897E-DBEC7B6F679F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FullStackWebProject.Services", "FullStackWebProject.Services\FullStackWebProject.Services.csproj", "{3DCC1547-BF0E-4FB4-BC3B-C25B48403E39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FullStackWebProject.Models", "FullStackWebProject.Models\FullStackWebProject.Models.csproj", "{480BE0DD-DB58-439A-82A9-EC4526EC8EC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FullStackWebProject.RepositoriesContracts", "FullStackWebProject.RepositoriesContracts\FullStackWebProject.RepositoriesContracts.csproj", "{3380A8AE-F2C7-4602-BB7D-03DDBA1FA59A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FullStackWebProject.ServicesContracts", "FullStackWebProject.ServicesContracts\FullStackWebProject.ServicesContracts.csproj", "{00888138-EFB2-4918-A00E-54478A9A975D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FullStackWebProject.RepositoriesTests", "FullStackWebProject.RepositoriesTests\FullStackWebProject.RepositoriesTests.csproj", "{2A23A507-8444-4057-9DCA-8AF582060BC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0518A24F-DD14-46C4-AA29-E7655C99D7BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0518A24F-DD14-46C4-AA29-E7655C99D7BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0518A24F-DD14-46C4-AA29-E7655C99D7BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0518A24F-DD14-46C4-AA29-E7655C99D7BA}.Release|Any CPU.Build.0 = Release|Any CPU
{54BF496A-8404-49AC-897E-DBEC7B6F679F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54BF496A-8404-49AC-897E-DBEC7B6F679F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54BF496A-8404-49AC-897E-DBEC7B6F679F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54BF496A-8404-49AC-897E-DBEC7B6F679F}.Release|Any CPU.Build.0 = Release|Any CPU
{3DCC1547-BF0E-4FB4-BC3B-C25B48403E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DCC1547-BF0E-4FB4-BC3B-C25B48403E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DCC1547-BF0E-4FB4-BC3B-C25B48403E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DCC1547-BF0E-4FB4-BC3B-C25B48403E39}.Release|Any CPU.Build.0 = Release|Any CPU
{480BE0DD-DB58-439A-82A9-EC4526EC8EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{480BE0DD-DB58-439A-82A9-EC4526EC8EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{480BE0DD-DB58-439A-82A9-EC4526EC8EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{480BE0DD-DB58-439A-82A9-EC4526EC8EC9}.Release|Any CPU.Build.0 = Release|Any CPU
{3380A8AE-F2C7-4602-BB7D-03DDBA1FA59A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3380A8AE-F2C7-4602-BB7D-03DDBA1FA59A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3380A8AE-F2C7-4602-BB7D-03DDBA1FA59A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3380A8AE-F2C7-4602-BB7D-03DDBA1FA59A}.Release|Any CPU.Build.0 = Release|Any CPU
{00888138-EFB2-4918-A00E-54478A9A975D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00888138-EFB2-4918-A00E-54478A9A975D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00888138-EFB2-4918-A00E-54478A9A975D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00888138-EFB2-4918-A00E-54478A9A975D}.Release|Any CPU.Build.0 = Release|Any CPU
{2A23A507-8444-4057-9DCA-8AF582060BC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A23A507-8444-4057-9DCA-8AF582060BC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A23A507-8444-4057-9DCA-8AF582060BC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A23A507-8444-4057-9DCA-8AF582060BC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A29D9F45-A4C3-45AD-8EFB-6277F4718AFA}
EndGlobalSection
EndGlobal