This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathBerService.sln
69 lines (69 loc) · 4.42 KB
/
BerService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29201.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BerService.DAL", "src\BerService.DAL\BerService.DAL.csproj", "{6F4152B6-8968-4D04-BC1D-2CC890862BAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BerService", "src\BerService\BerService.csproj", "{268134DA-5697-4AC8-A471-FE7D17B4A650}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BerService.Tests", "src\BerService.Tests\BerService.Tests.csproj", "{4572801D-5EA3-4706-B777-71FE0A7A9197}"
EndProject
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "BerService.IaC", "src\BerService.IaC\BerService.IaC.deployproj", "{6D7F741C-C596-4FC4-88B0-369BAF456B3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BerService.Model", "src\BerService.Model\BerService.Model.csproj", "{674A9F36-CD0F-4437-AED2-634C86EB595C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BerService.FunctionApp", "src\BerService.FunctionApp\BerService.FunctionApp.csproj", "{341602A5-6869-49F8-8901-6A94E14C2FDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BerService.Client", "src\BerService.Client\BerService.Client.csproj", "{71C3CA12-D522-402B-8134-B4B3A2739354}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{990DFBB4-33F7-4206-B8DC-CC909E23E1C0}"
ProjectSection(SolutionItems) = preProject
azure-pipelines-function.yml = azure-pipelines-function.yml
azure-pipelines-website.yml = azure-pipelines-website.yml
azure-pipelines.yml = azure-pipelines.yml
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F4152B6-8968-4D04-BC1D-2CC890862BAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F4152B6-8968-4D04-BC1D-2CC890862BAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F4152B6-8968-4D04-BC1D-2CC890862BAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F4152B6-8968-4D04-BC1D-2CC890862BAC}.Release|Any CPU.Build.0 = Release|Any CPU
{268134DA-5697-4AC8-A471-FE7D17B4A650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{268134DA-5697-4AC8-A471-FE7D17B4A650}.Debug|Any CPU.Build.0 = Debug|Any CPU
{268134DA-5697-4AC8-A471-FE7D17B4A650}.Release|Any CPU.ActiveCfg = Release|Any CPU
{268134DA-5697-4AC8-A471-FE7D17B4A650}.Release|Any CPU.Build.0 = Release|Any CPU
{4572801D-5EA3-4706-B777-71FE0A7A9197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4572801D-5EA3-4706-B777-71FE0A7A9197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4572801D-5EA3-4706-B777-71FE0A7A9197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4572801D-5EA3-4706-B777-71FE0A7A9197}.Release|Any CPU.Build.0 = Release|Any CPU
{6D7F741C-C596-4FC4-88B0-369BAF456B3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D7F741C-C596-4FC4-88B0-369BAF456B3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D7F741C-C596-4FC4-88B0-369BAF456B3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D7F741C-C596-4FC4-88B0-369BAF456B3A}.Release|Any CPU.Build.0 = Release|Any CPU
{674A9F36-CD0F-4437-AED2-634C86EB595C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{674A9F36-CD0F-4437-AED2-634C86EB595C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{674A9F36-CD0F-4437-AED2-634C86EB595C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{674A9F36-CD0F-4437-AED2-634C86EB595C}.Release|Any CPU.Build.0 = Release|Any CPU
{341602A5-6869-49F8-8901-6A94E14C2FDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{341602A5-6869-49F8-8901-6A94E14C2FDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{341602A5-6869-49F8-8901-6A94E14C2FDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{341602A5-6869-49F8-8901-6A94E14C2FDC}.Release|Any CPU.Build.0 = Release|Any CPU
{71C3CA12-D522-402B-8134-B4B3A2739354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71C3CA12-D522-402B-8134-B4B3A2739354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71C3CA12-D522-402B-8134-B4B3A2739354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71C3CA12-D522-402B-8134-B4B3A2739354}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A64271B5-A863-4DB0-9D38-734830DB634C}
EndGlobalSection
EndGlobal