-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSales.sln
66 lines (66 loc) · 4.1 KB
/
Sales.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 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{23F90B3A-663A-460D-9A91-D8D4F6A4A7E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{667D1840-E2A4-44F7-8D99-585BC84E2E11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Proposing", "Proposing", "{EEB4A9FB-FC61-4F0E-BD1F-54180F7425F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Proposing.API", "src\Services\Proposing\Proposing.API\Proposing.API.csproj", "{AB99A4D6-43A5-4910-B83E-51AF49F28D98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{83294552-2996-427B-A9F2-52DB5FD81FE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Proposing.IntegrationTests", "src\Services\Proposing\Proposing.IntegrationTests\Proposing.IntegrationTests.csproj", "{98003A42-F4EB-4042-AB81-9C47CE9D100E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ApiGateway", "ApiGateway", "{58223F0D-8594-44C8-90DC-33A2C04D5320}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sales.Bff", "src\ApiGateway\Sales.Bff\Sales.Bff.csproj", "{1C4D3E31-DCAD-439D-8030-F40479471FF7}"
ProjectSection(ProjectDependencies) = postProject
{AB99A4D6-43A5-4910-B83E-51AF49F28D98} = {AB99A4D6-43A5-4910-B83E-51AF49F28D98}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SchemaTypeCodeGenerator", "src\ApiGateway\SchemaGeneration\SchemaTypeCodeGenerator.csproj", "{3F480F94-3249-42C9-81D9-79F648669501}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB99A4D6-43A5-4910-B83E-51AF49F28D98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB99A4D6-43A5-4910-B83E-51AF49F28D98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB99A4D6-43A5-4910-B83E-51AF49F28D98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB99A4D6-43A5-4910-B83E-51AF49F28D98}.Release|Any CPU.Build.0 = Release|Any CPU
{98003A42-F4EB-4042-AB81-9C47CE9D100E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98003A42-F4EB-4042-AB81-9C47CE9D100E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98003A42-F4EB-4042-AB81-9C47CE9D100E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98003A42-F4EB-4042-AB81-9C47CE9D100E}.Release|Any CPU.Build.0 = Release|Any CPU
{1C4D3E31-DCAD-439D-8030-F40479471FF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C4D3E31-DCAD-439D-8030-F40479471FF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C4D3E31-DCAD-439D-8030-F40479471FF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C4D3E31-DCAD-439D-8030-F40479471FF7}.Release|Any CPU.Build.0 = Release|Any CPU
{3F480F94-3249-42C9-81D9-79F648669501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F480F94-3249-42C9-81D9-79F648669501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F480F94-3249-42C9-81D9-79F648669501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F480F94-3249-42C9-81D9-79F648669501}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{667D1840-E2A4-44F7-8D99-585BC84E2E11} = {23F90B3A-663A-460D-9A91-D8D4F6A4A7E3}
{EEB4A9FB-FC61-4F0E-BD1F-54180F7425F3} = {667D1840-E2A4-44F7-8D99-585BC84E2E11}
{AB99A4D6-43A5-4910-B83E-51AF49F28D98} = {EEB4A9FB-FC61-4F0E-BD1F-54180F7425F3}
{83294552-2996-427B-A9F2-52DB5FD81FE1} = {EEB4A9FB-FC61-4F0E-BD1F-54180F7425F3}
{98003A42-F4EB-4042-AB81-9C47CE9D100E} = {83294552-2996-427B-A9F2-52DB5FD81FE1}
{58223F0D-8594-44C8-90DC-33A2C04D5320} = {23F90B3A-663A-460D-9A91-D8D4F6A4A7E3}
{1C4D3E31-DCAD-439D-8030-F40479471FF7} = {58223F0D-8594-44C8-90DC-33A2C04D5320}
{3F480F94-3249-42C9-81D9-79F648669501} = {58223F0D-8594-44C8-90DC-33A2C04D5320}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8CB0B430-474E-4F9E-BBB0-F27698382C80}
EndGlobalSection
EndGlobal