-
Notifications
You must be signed in to change notification settings - Fork 1
/
XpiritInsurance.sln
73 lines (73 loc) · 4.82 KB
/
XpiritInsurance.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32804.182
MinimumVisualStudioVersion = 16.0.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XpiritInsurance.Api", "XpiritInsurance.Api\XpiritInsurance.Api.csproj", "{D3F46D2E-95DA-4909-AA95-82CE3991BB5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "API", "API", "{E1251F63-BACD-4EC8-9D2A-803851A63CBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sales", "Sales", "{099025A8-F389-460A-9375-77419F44D8B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DamageClaims", "DamageClaims", "{8D86AEAE-8872-4881-8B33-D0276916946C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XpiritInsurance.DamageClaims.Client", "XpiritInsurance.DamageClaims\Client\XpiritInsurance.DamageClaims.Client.csproj", "{5B9E1F0B-88CD-4E92-8915-10E0AB800458}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XpiritInsurance.DamageClaims.Server", "XpiritInsurance.DamageClaims\Server\XpiritInsurance.DamageClaims.Server.csproj", "{EC57567F-9AFC-4D9D-A6DB-07FE06498EDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XpiritInsurance.Sales.Client", "XpiritInsurance.Sales\Client\XpiritInsurance.Sales.Client.csproj", "{5D58180C-5599-4C28-A53E-4E9C0AD70F7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XpiritInsurance.Sales.Server", "XpiritInsurance.Sales\Server\XpiritInsurance.Sales.Server.csproj", "{35A4434A-121E-4166-A72B-F1D168568C84}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{548393CF-649B-439E-82B5-25AF6B10EAA3}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XpiritInsurance.DaprLauncher", "XpiritInsurance.DaprLauncher\XpiritInsurance.DaprLauncher.csproj", "{D8ADA893-BF8D-42ED-80D6-C5B593924526}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3F46D2E-95DA-4909-AA95-82CE3991BB5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3F46D2E-95DA-4909-AA95-82CE3991BB5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3F46D2E-95DA-4909-AA95-82CE3991BB5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3F46D2E-95DA-4909-AA95-82CE3991BB5E}.Release|Any CPU.Build.0 = Release|Any CPU
{5B9E1F0B-88CD-4E92-8915-10E0AB800458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B9E1F0B-88CD-4E92-8915-10E0AB800458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B9E1F0B-88CD-4E92-8915-10E0AB800458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B9E1F0B-88CD-4E92-8915-10E0AB800458}.Release|Any CPU.Build.0 = Release|Any CPU
{EC57567F-9AFC-4D9D-A6DB-07FE06498EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC57567F-9AFC-4D9D-A6DB-07FE06498EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC57567F-9AFC-4D9D-A6DB-07FE06498EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC57567F-9AFC-4D9D-A6DB-07FE06498EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{5D58180C-5599-4C28-A53E-4E9C0AD70F7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D58180C-5599-4C28-A53E-4E9C0AD70F7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D58180C-5599-4C28-A53E-4E9C0AD70F7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D58180C-5599-4C28-A53E-4E9C0AD70F7A}.Release|Any CPU.Build.0 = Release|Any CPU
{35A4434A-121E-4166-A72B-F1D168568C84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35A4434A-121E-4166-A72B-F1D168568C84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35A4434A-121E-4166-A72B-F1D168568C84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35A4434A-121E-4166-A72B-F1D168568C84}.Release|Any CPU.Build.0 = Release|Any CPU
{D8ADA893-BF8D-42ED-80D6-C5B593924526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8ADA893-BF8D-42ED-80D6-C5B593924526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8ADA893-BF8D-42ED-80D6-C5B593924526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8ADA893-BF8D-42ED-80D6-C5B593924526}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D3F46D2E-95DA-4909-AA95-82CE3991BB5E} = {E1251F63-BACD-4EC8-9D2A-803851A63CBA}
{5B9E1F0B-88CD-4E92-8915-10E0AB800458} = {8D86AEAE-8872-4881-8B33-D0276916946C}
{EC57567F-9AFC-4D9D-A6DB-07FE06498EDE} = {8D86AEAE-8872-4881-8B33-D0276916946C}
{5D58180C-5599-4C28-A53E-4E9C0AD70F7A} = {099025A8-F389-460A-9375-77419F44D8B8}
{35A4434A-121E-4166-A72B-F1D168568C84} = {099025A8-F389-460A-9375-77419F44D8B8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCAABF58-95CB-48FD-A302-42C2E288158E}
EndGlobalSection
EndGlobal