-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRequestService.sln
More file actions
55 lines (55 loc) · 3.73 KB
/
Copy pathRequestService.sln
File metadata and controls
55 lines (55 loc) · 3.73 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestService.AzureFunction", "RequestService\RequestService.AzureFunction\RequestService.AzureFunction.csproj", "{66D9996D-4EC6-4893-B565-FF3296E3F822}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestService.Core", "RequestService\RequestService.Core\RequestService.Core.csproj", "{76D714ED-A24B-4701-94E9-8999982B19C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestService.Handlers", "RequestService\RequestService.Handlers\RequestService.Handlers.csproj", "{F60A8D13-917D-44C1-8DC1-4B93E26C8503}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestService.Mappers", "RequestService\RequestService.Mappers\RequestService.Mappers.csproj", "{28BF64D5-A59A-4ACB-8566-46AADBA1754A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestService.Repo", "RequestService\RequestService.Repo\RequestService.Repo.csproj", "{19F3F3B3-248A-47B9-86CF-7943F3031C54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RequestService.UnitTests", "RequestService\RequestService.UnitTests\RequestService.UnitTests.csproj", "{C82D84E0-2ADF-4CCE-9399-6D62EE81A0D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66D9996D-4EC6-4893-B565-FF3296E3F822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66D9996D-4EC6-4893-B565-FF3296E3F822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66D9996D-4EC6-4893-B565-FF3296E3F822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66D9996D-4EC6-4893-B565-FF3296E3F822}.Release|Any CPU.Build.0 = Release|Any CPU
{76D714ED-A24B-4701-94E9-8999982B19C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76D714ED-A24B-4701-94E9-8999982B19C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76D714ED-A24B-4701-94E9-8999982B19C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76D714ED-A24B-4701-94E9-8999982B19C0}.Release|Any CPU.Build.0 = Release|Any CPU
{F60A8D13-917D-44C1-8DC1-4B93E26C8503}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F60A8D13-917D-44C1-8DC1-4B93E26C8503}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F60A8D13-917D-44C1-8DC1-4B93E26C8503}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F60A8D13-917D-44C1-8DC1-4B93E26C8503}.Release|Any CPU.Build.0 = Release|Any CPU
{28BF64D5-A59A-4ACB-8566-46AADBA1754A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28BF64D5-A59A-4ACB-8566-46AADBA1754A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28BF64D5-A59A-4ACB-8566-46AADBA1754A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28BF64D5-A59A-4ACB-8566-46AADBA1754A}.Release|Any CPU.Build.0 = Release|Any CPU
{19F3F3B3-248A-47B9-86CF-7943F3031C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F3F3B3-248A-47B9-86CF-7943F3031C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F3F3B3-248A-47B9-86CF-7943F3031C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19F3F3B3-248A-47B9-86CF-7943F3031C54}.Release|Any CPU.Build.0 = Release|Any CPU
{C82D84E0-2ADF-4CCE-9399-6D62EE81A0D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C82D84E0-2ADF-4CCE-9399-6D62EE81A0D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C82D84E0-2ADF-4CCE-9399-6D62EE81A0D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C82D84E0-2ADF-4CCE-9399-6D62EE81A0D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D9BBE3E-8979-4D2E-8710-636481A96F38}
EndGlobalSection
EndGlobal