-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCurrencyX.sln
43 lines (43 loc) · 2.35 KB
/
CurrencyX.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExchangeRates.Shared", "ExchangeRates.Shared\ExchangeRates.Shared.csproj", "{7449A987-628F-43C9-8409-987C69E5A830}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExchangeRates.Api", "ExchangeRates.Api\ExchangeRates.Api.csproj", "{42FAFA56-C7A2-4C03-96FB-9B3BA16EB1FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExchangeRates.Fetcher", "ExchangeRates.Fetcher\ExchangeRates.Fetcher.csproj", "{1613BE67-321D-4034-8691-E8001A5D1E6E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC5A2292-C313-454A-A049-3E53F02D93F1}"
ProjectSection(SolutionItems) = preProject
.env = .env
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7449A987-628F-43C9-8409-987C69E5A830}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7449A987-628F-43C9-8409-987C69E5A830}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7449A987-628F-43C9-8409-987C69E5A830}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7449A987-628F-43C9-8409-987C69E5A830}.Release|Any CPU.Build.0 = Release|Any CPU
{42FAFA56-C7A2-4C03-96FB-9B3BA16EB1FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42FAFA56-C7A2-4C03-96FB-9B3BA16EB1FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42FAFA56-C7A2-4C03-96FB-9B3BA16EB1FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42FAFA56-C7A2-4C03-96FB-9B3BA16EB1FB}.Release|Any CPU.Build.0 = Release|Any CPU
{1613BE67-321D-4034-8691-E8001A5D1E6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1613BE67-321D-4034-8691-E8001A5D1E6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1613BE67-321D-4034-8691-E8001A5D1E6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1613BE67-321D-4034-8691-E8001A5D1E6E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {666E69EB-80B6-45DF-86F5-4A1B33AC0A44}
EndGlobalSection
EndGlobal