forked from beniaminzaborski/bz-fott-registration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bz.Fott.Registration.sln
79 lines (79 loc) · 5.05 KB
/
Bz.Fott.Registration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A91950C1-1043-4698-B967-16ED1F728C03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{62BA1A69-42F2-40C1-9AC7-FA47C542896E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{8D3350B7-6792-4886-8D39-2C6E124CF7B4}"
ProjectSection(SolutionItems) = preProject
doc\fott-logo.png = doc\fott-logo.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bz.Fott.Registration.WebAPI", "src\Bz.Fott.Registration.WebAPI\Bz.Fott.Registration.WebAPI.csproj", "{6ABAC8AF-3705-4FDD-923F-62490CE8B4B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bz.Fott.Registration.Application", "src\Bz.Fott.Registration.Application\Bz.Fott.Registration.Application.csproj", "{67C6728C-555E-47AE-9FF7-E404A4C6ADE8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bz.Fott.Registration.Infrastructure", "src\Bz.Fott.Registration.Infrastructure\Bz.Fott.Registration.Infrastructure.csproj", "{7374FD1D-607C-4AD2-8C2D-D71DB21A269C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bz.Fott.Registration.Domain", "src\Bz.Fott.Registration.Domain\Bz.Fott.Registration.Domain.csproj", "{A617FE41-1B14-4657-911B-2F0C8C3CAB95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AE25DE70-D189-42B1-992A-1FEC2DCC1EED}"
ProjectSection(SolutionItems) = preProject
README.MD = README.MD
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{49D5B21D-6CC9-469A-B8E6-60DA51BFA968}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{0D772D28-6BD1-4A62-A984-A65B3F5535DE}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-deploy-appservice.yml = .github\workflows\build-and-deploy-appservice.yml
.github\workflows\build-and-deploy-functionapp.yml = .github\workflows\build-and-deploy-functionapp.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bz.Fott.Registration.NumberAssignatorAzFunction", "src\Bz.Fott.Registration.NumberAssignatorAzFunction\Bz.Fott.Registration.NumberAssignatorAzFunction.csproj", "{57455E30-9F4E-4520-BC67-2C66A208F76F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6ABAC8AF-3705-4FDD-923F-62490CE8B4B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ABAC8AF-3705-4FDD-923F-62490CE8B4B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ABAC8AF-3705-4FDD-923F-62490CE8B4B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ABAC8AF-3705-4FDD-923F-62490CE8B4B0}.Release|Any CPU.Build.0 = Release|Any CPU
{67C6728C-555E-47AE-9FF7-E404A4C6ADE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67C6728C-555E-47AE-9FF7-E404A4C6ADE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67C6728C-555E-47AE-9FF7-E404A4C6ADE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67C6728C-555E-47AE-9FF7-E404A4C6ADE8}.Release|Any CPU.Build.0 = Release|Any CPU
{7374FD1D-607C-4AD2-8C2D-D71DB21A269C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7374FD1D-607C-4AD2-8C2D-D71DB21A269C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7374FD1D-607C-4AD2-8C2D-D71DB21A269C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7374FD1D-607C-4AD2-8C2D-D71DB21A269C}.Release|Any CPU.Build.0 = Release|Any CPU
{A617FE41-1B14-4657-911B-2F0C8C3CAB95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A617FE41-1B14-4657-911B-2F0C8C3CAB95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A617FE41-1B14-4657-911B-2F0C8C3CAB95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A617FE41-1B14-4657-911B-2F0C8C3CAB95}.Release|Any CPU.Build.0 = Release|Any CPU
{57455E30-9F4E-4520-BC67-2C66A208F76F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57455E30-9F4E-4520-BC67-2C66A208F76F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57455E30-9F4E-4520-BC67-2C66A208F76F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57455E30-9F4E-4520-BC67-2C66A208F76F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6ABAC8AF-3705-4FDD-923F-62490CE8B4B0} = {A91950C1-1043-4698-B967-16ED1F728C03}
{67C6728C-555E-47AE-9FF7-E404A4C6ADE8} = {A91950C1-1043-4698-B967-16ED1F728C03}
{7374FD1D-607C-4AD2-8C2D-D71DB21A269C} = {A91950C1-1043-4698-B967-16ED1F728C03}
{A617FE41-1B14-4657-911B-2F0C8C3CAB95} = {A91950C1-1043-4698-B967-16ED1F728C03}
{0D772D28-6BD1-4A62-A984-A65B3F5535DE} = {49D5B21D-6CC9-469A-B8E6-60DA51BFA968}
{57455E30-9F4E-4520-BC67-2C66A208F76F} = {A91950C1-1043-4698-B967-16ED1F728C03}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FF9B86C-B7C7-43BE-A3B1-F3D2388C4C10}
EndGlobalSection
EndGlobal