-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathInsuranceV2.sln
More file actions
116 lines (116 loc) · 8.18 KB
/
InsuranceV2.sln
File metadata and controls
116 lines (116 loc) · 8.18 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{BACFF0EF-117B-42D5-9260-3C08769CE7B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AB86EFB5-9AE9-4053-A59F-99CE36374776}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{E060102D-C1A0-4D80-8A7D-C9501B2F6CC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Content", "Source\InsuranceV2.Modules\Content\Content.csproj", "{D85B6BBE-B29A-4752-B816-6DD58792FA60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Main", "Source\InsuranceV2.Modules\Main\Main.csproj", "{AB8B448C-DD74-4D60-A041-3E5D03A32180}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatusBar", "Source\InsuranceV2.Modules\StatusBar\StatusBar.csproj", "{2C3A81DF-75F6-4D26-AFFF-C96DDC6D330C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToolBar", "Source\InsuranceV2.Modules\ToolBar\ToolBar.csproj", "{D2231706-083B-4395-8684-290C6A70023A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsuranceV2", "Source\InsuranceV2\InsuranceV2.csproj", "{6BAF4915-397F-4DDD-A04A-13421E48CDAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsuranceV2.Application", "Source\InsuranceV2.Application\InsuranceV2.Application.csproj", "{BBF3FB58-F10E-45F3-9756-37CF106A2DDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsuranceV2.Common", "Source\InsuranceV2.Common\InsuranceV2.Common.csproj", "{5AD9F2E1-8E86-4487-BDF4-10AEC79A09B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsuranceV2.Domain", "Source\InsuranceV2.Domain\InsuranceV2.Domain.csproj", "{13975FCB-3D21-4E38-A324-3D8C171CD495}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsuranceV2.Infrastructure", "Source\InsuranceV2.Infrastructure\InsuranceV2.Infrastructure.csproj", "{CC09FB36-526B-4FB3-BC40-CCCF1319DD1D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsuranceV2.Tests.Integration", "Tests\InsuranceV2.Tests.Integration\InsuranceV2.Tests.Integration.csproj", "{E471380C-6F94-4689-BD22-2E8AF79178E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsuranceV2.Tests.Unit", "Tests\InsuranceV2.Tests.Unit\InsuranceV2.Tests.Unit.csproj", "{A3BE1222-C068-4916-9B04-80162511A632}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsuranceV2.Styling", "Source\InsuranceV2.Styling\InsuranceV2.Styling.csproj", "{A85E09F3-F9E0-4BA7-BF0D-167ADB6075CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{C2FE33AB-0A6B-4276-99F5-337A22484653}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
Docs\ToDo.md = Docs\ToDo.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D85B6BBE-B29A-4752-B816-6DD58792FA60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D85B6BBE-B29A-4752-B816-6DD58792FA60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D85B6BBE-B29A-4752-B816-6DD58792FA60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D85B6BBE-B29A-4752-B816-6DD58792FA60}.Release|Any CPU.Build.0 = Release|Any CPU
{AB8B448C-DD74-4D60-A041-3E5D03A32180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB8B448C-DD74-4D60-A041-3E5D03A32180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB8B448C-DD74-4D60-A041-3E5D03A32180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB8B448C-DD74-4D60-A041-3E5D03A32180}.Release|Any CPU.Build.0 = Release|Any CPU
{2C3A81DF-75F6-4D26-AFFF-C96DDC6D330C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C3A81DF-75F6-4D26-AFFF-C96DDC6D330C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C3A81DF-75F6-4D26-AFFF-C96DDC6D330C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C3A81DF-75F6-4D26-AFFF-C96DDC6D330C}.Release|Any CPU.Build.0 = Release|Any CPU
{D2231706-083B-4395-8684-290C6A70023A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2231706-083B-4395-8684-290C6A70023A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2231706-083B-4395-8684-290C6A70023A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2231706-083B-4395-8684-290C6A70023A}.Release|Any CPU.Build.0 = Release|Any CPU
{6BAF4915-397F-4DDD-A04A-13421E48CDAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BAF4915-397F-4DDD-A04A-13421E48CDAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BAF4915-397F-4DDD-A04A-13421E48CDAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BAF4915-397F-4DDD-A04A-13421E48CDAD}.Release|Any CPU.Build.0 = Release|Any CPU
{BBF3FB58-F10E-45F3-9756-37CF106A2DDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBF3FB58-F10E-45F3-9756-37CF106A2DDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBF3FB58-F10E-45F3-9756-37CF106A2DDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBF3FB58-F10E-45F3-9756-37CF106A2DDF}.Release|Any CPU.Build.0 = Release|Any CPU
{5AD9F2E1-8E86-4487-BDF4-10AEC79A09B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AD9F2E1-8E86-4487-BDF4-10AEC79A09B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AD9F2E1-8E86-4487-BDF4-10AEC79A09B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AD9F2E1-8E86-4487-BDF4-10AEC79A09B0}.Release|Any CPU.Build.0 = Release|Any CPU
{13975FCB-3D21-4E38-A324-3D8C171CD495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13975FCB-3D21-4E38-A324-3D8C171CD495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13975FCB-3D21-4E38-A324-3D8C171CD495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13975FCB-3D21-4E38-A324-3D8C171CD495}.Release|Any CPU.Build.0 = Release|Any CPU
{CC09FB36-526B-4FB3-BC40-CCCF1319DD1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC09FB36-526B-4FB3-BC40-CCCF1319DD1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC09FB36-526B-4FB3-BC40-CCCF1319DD1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC09FB36-526B-4FB3-BC40-CCCF1319DD1D}.Release|Any CPU.Build.0 = Release|Any CPU
{E471380C-6F94-4689-BD22-2E8AF79178E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E471380C-6F94-4689-BD22-2E8AF79178E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E471380C-6F94-4689-BD22-2E8AF79178E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E471380C-6F94-4689-BD22-2E8AF79178E1}.Release|Any CPU.Build.0 = Release|Any CPU
{A3BE1222-C068-4916-9B04-80162511A632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3BE1222-C068-4916-9B04-80162511A632}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3BE1222-C068-4916-9B04-80162511A632}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3BE1222-C068-4916-9B04-80162511A632}.Release|Any CPU.Build.0 = Release|Any CPU
{A85E09F3-F9E0-4BA7-BF0D-167ADB6075CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A85E09F3-F9E0-4BA7-BF0D-167ADB6075CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A85E09F3-F9E0-4BA7-BF0D-167ADB6075CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A85E09F3-F9E0-4BA7-BF0D-167ADB6075CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E060102D-C1A0-4D80-8A7D-C9501B2F6CC6} = {BACFF0EF-117B-42D5-9260-3C08769CE7B7}
{D85B6BBE-B29A-4752-B816-6DD58792FA60} = {E060102D-C1A0-4D80-8A7D-C9501B2F6CC6}
{AB8B448C-DD74-4D60-A041-3E5D03A32180} = {E060102D-C1A0-4D80-8A7D-C9501B2F6CC6}
{2C3A81DF-75F6-4D26-AFFF-C96DDC6D330C} = {E060102D-C1A0-4D80-8A7D-C9501B2F6CC6}
{D2231706-083B-4395-8684-290C6A70023A} = {E060102D-C1A0-4D80-8A7D-C9501B2F6CC6}
{6BAF4915-397F-4DDD-A04A-13421E48CDAD} = {BACFF0EF-117B-42D5-9260-3C08769CE7B7}
{BBF3FB58-F10E-45F3-9756-37CF106A2DDF} = {BACFF0EF-117B-42D5-9260-3C08769CE7B7}
{5AD9F2E1-8E86-4487-BDF4-10AEC79A09B0} = {BACFF0EF-117B-42D5-9260-3C08769CE7B7}
{13975FCB-3D21-4E38-A324-3D8C171CD495} = {BACFF0EF-117B-42D5-9260-3C08769CE7B7}
{CC09FB36-526B-4FB3-BC40-CCCF1319DD1D} = {BACFF0EF-117B-42D5-9260-3C08769CE7B7}
{E471380C-6F94-4689-BD22-2E8AF79178E1} = {AB86EFB5-9AE9-4053-A59F-99CE36374776}
{A3BE1222-C068-4916-9B04-80162511A632} = {AB86EFB5-9AE9-4053-A59F-99CE36374776}
{A85E09F3-F9E0-4BA7-BF0D-167ADB6075CA} = {BACFF0EF-117B-42D5-9260-3C08769CE7B7}
EndGlobalSection
EndGlobal