-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAddressService.sln
66 lines (66 loc) · 4.51 KB
/
AddressService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddressService.AzureFunction", "AddressService\AddressService.AzureFunction\AddressService.AzureFunction.csproj", "{BFEF33E1-68B5-494B-8E9E-76EC98967DF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddressService.Core", "AddressService\AddressService.Core\AddressService.Core.csproj", "{CCDE5818-4522-4500-911B-72E0F574051B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddressService.Handlers", "AddressService\AddressService.Handlers\AddressService.Handlers.csproj", "{A63852FF-B9D2-491C-9DB4-6C4459324051}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddressService.Mappers", "AddressService\AddressService.Mappers\AddressService.Mappers.csproj", "{A0405BF2-8E2B-4596-9E57-B390D86A4331}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddressService.Repo", "AddressService\AddressService.Repo\AddressService.Repo.csproj", "{5A842E46-A872-4843-BAE3-9BF0F867E633}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddressService.UnitTests", "AddressService\AddressService.UnitTests\AddressService.UnitTests.csproj", "{2C18306E-748D-42F0-A8E4-1121436C8DE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddressService.PostcodeLoader", "AddressService\AddressService.PostcodeLoader\AddressService.PostcodeLoader.csproj", "{CE02DA3D-FA8F-4374-A5D2-94D5704B46DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{32FA2114-B5C3-4444-8301-94E5055B1509}"
ProjectSection(SolutionItems) = preProject
CodeCoverage.runsettings = CodeCoverage.runsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BFEF33E1-68B5-494B-8E9E-76EC98967DF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFEF33E1-68B5-494B-8E9E-76EC98967DF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFEF33E1-68B5-494B-8E9E-76EC98967DF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFEF33E1-68B5-494B-8E9E-76EC98967DF4}.Release|Any CPU.Build.0 = Release|Any CPU
{CCDE5818-4522-4500-911B-72E0F574051B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCDE5818-4522-4500-911B-72E0F574051B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCDE5818-4522-4500-911B-72E0F574051B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCDE5818-4522-4500-911B-72E0F574051B}.Release|Any CPU.Build.0 = Release|Any CPU
{A63852FF-B9D2-491C-9DB4-6C4459324051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A63852FF-B9D2-491C-9DB4-6C4459324051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A63852FF-B9D2-491C-9DB4-6C4459324051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A63852FF-B9D2-491C-9DB4-6C4459324051}.Release|Any CPU.Build.0 = Release|Any CPU
{A0405BF2-8E2B-4596-9E57-B390D86A4331}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0405BF2-8E2B-4596-9E57-B390D86A4331}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0405BF2-8E2B-4596-9E57-B390D86A4331}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0405BF2-8E2B-4596-9E57-B390D86A4331}.Release|Any CPU.Build.0 = Release|Any CPU
{5A842E46-A872-4843-BAE3-9BF0F867E633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A842E46-A872-4843-BAE3-9BF0F867E633}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A842E46-A872-4843-BAE3-9BF0F867E633}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A842E46-A872-4843-BAE3-9BF0F867E633}.Release|Any CPU.Build.0 = Release|Any CPU
{2C18306E-748D-42F0-A8E4-1121436C8DE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C18306E-748D-42F0-A8E4-1121436C8DE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C18306E-748D-42F0-A8E4-1121436C8DE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C18306E-748D-42F0-A8E4-1121436C8DE5}.Release|Any CPU.Build.0 = Release|Any CPU
{CE02DA3D-FA8F-4374-A5D2-94D5704B46DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE02DA3D-FA8F-4374-A5D2-94D5704B46DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE02DA3D-FA8F-4374-A5D2-94D5704B46DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE02DA3D-FA8F-4374-A5D2-94D5704B46DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A29869A-595B-47AA-83FD-DD8684C9A5DE}
EndGlobalSection
EndGlobal