-
Notifications
You must be signed in to change notification settings - Fork 0
/
CurrencyObserverCZK.sln
43 lines (43 loc) · 2.54 KB
/
CurrencyObserverCZK.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.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{42866514-29A4-4CEE-9A3F-DE69E436C039}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLibrary", "DataAccessLibrary\DataAccessLibrary.csproj", "{DD60C05D-BDBF-4441-8DB8-2D43A4495082}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrabExchangeRatesService", "GrabExchangeRatesService\GrabExchangeRatesService.csproj", "{695C7C40-8BA4-415F-A042-ABE072F85383}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NUnitTests", "NUnitTests\NUnitTests.csproj", "{361D39DA-1CD2-4D45-9E90-8FA5DFF83622}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42866514-29A4-4CEE-9A3F-DE69E436C039}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42866514-29A4-4CEE-9A3F-DE69E436C039}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42866514-29A4-4CEE-9A3F-DE69E436C039}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42866514-29A4-4CEE-9A3F-DE69E436C039}.Release|Any CPU.Build.0 = Release|Any CPU
{DD60C05D-BDBF-4441-8DB8-2D43A4495082}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD60C05D-BDBF-4441-8DB8-2D43A4495082}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD60C05D-BDBF-4441-8DB8-2D43A4495082}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD60C05D-BDBF-4441-8DB8-2D43A4495082}.Release|Any CPU.Build.0 = Release|Any CPU
{695C7C40-8BA4-415F-A042-ABE072F85383}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{695C7C40-8BA4-415F-A042-ABE072F85383}.Debug|Any CPU.Build.0 = Debug|Any CPU
{695C7C40-8BA4-415F-A042-ABE072F85383}.Release|Any CPU.ActiveCfg = Release|Any CPU
{695C7C40-8BA4-415F-A042-ABE072F85383}.Release|Any CPU.Build.0 = Release|Any CPU
{361D39DA-1CD2-4D45-9E90-8FA5DFF83622}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{361D39DA-1CD2-4D45-9E90-8FA5DFF83622}.Debug|Any CPU.Build.0 = Debug|Any CPU
{361D39DA-1CD2-4D45-9E90-8FA5DFF83622}.Release|Any CPU.ActiveCfg = Release|Any CPU
{361D39DA-1CD2-4D45-9E90-8FA5DFF83622}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A934BBC-004D-4EBC-8316-D840BB2AB9D8}
EndGlobalSection
EndGlobal