-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRatesGateway.sln
47 lines (47 loc) · 2.52 KB
/
RatesGateway.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RatesCollector", "RatesCollector\RatesCollector.csproj", "{316AB88F-F975-4865-B0F1-9521087F21D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{90A9CFCE-C87C-4626-9947-89BD2A9BA1EB}"
ProjectSection(SolutionItems) = preProject
build_docker_images.cmd = build_docker_images.cmd
DB_Create_Script.sql = DB_Create_Script.sql
gateway-stack.yml = gateway-stack.yml
nginx.conf = nginx.conf
start_gateway_stack.cmd = start_gateway_stack.cmd
test-requests.txt = test-requests.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RatesGatwewayApi", "RatesGatwewayApi\RatesGatwewayApi.csproj", "{26195105-D8BA-4EBC-99B1-DAF4233382E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatisticsCollector", "StatisticsCollector\StatisticsCollector.csproj", "{5FF2793C-CFC0-4300-8C25-073A97EEF2B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{316AB88F-F975-4865-B0F1-9521087F21D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{316AB88F-F975-4865-B0F1-9521087F21D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{316AB88F-F975-4865-B0F1-9521087F21D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{316AB88F-F975-4865-B0F1-9521087F21D2}.Release|Any CPU.Build.0 = Release|Any CPU
{26195105-D8BA-4EBC-99B1-DAF4233382E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26195105-D8BA-4EBC-99B1-DAF4233382E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26195105-D8BA-4EBC-99B1-DAF4233382E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26195105-D8BA-4EBC-99B1-DAF4233382E2}.Release|Any CPU.Build.0 = Release|Any CPU
{5FF2793C-CFC0-4300-8C25-073A97EEF2B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FF2793C-CFC0-4300-8C25-073A97EEF2B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FF2793C-CFC0-4300-8C25-073A97EEF2B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FF2793C-CFC0-4300-8C25-073A97EEF2B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E3C9460-81AE-4220-8861-8218C2EBE06B}
EndGlobalSection
EndGlobal