-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSecureTradingApi.sln
42 lines (42 loc) · 2.36 KB
/
SecureTradingApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureTradingApi", "SecureTradingApi\SecureTradingApi.csproj", "{4FE2A3CB-4CF3-4182-892D-1330C4FC4EB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution files", "Solution files", "{D546C903-CB90-446E-BB34-FFC11A393E67}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureTradingApi.Test", "SecureTradingApi.Test\SecureTradingApi.Test.csproj", "{EA4A44B2-6B64-4BD6-8B01-6D5890535B23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureTradingApi.Console", "SecureTradingApi.Console\SecureTradingApi.Console.csproj", "{A3FDC780-0613-498F-87CB-01A300215C40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FE2A3CB-4CF3-4182-892D-1330C4FC4EB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FE2A3CB-4CF3-4182-892D-1330C4FC4EB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FE2A3CB-4CF3-4182-892D-1330C4FC4EB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FE2A3CB-4CF3-4182-892D-1330C4FC4EB9}.Release|Any CPU.Build.0 = Release|Any CPU
{EA4A44B2-6B64-4BD6-8B01-6D5890535B23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA4A44B2-6B64-4BD6-8B01-6D5890535B23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA4A44B2-6B64-4BD6-8B01-6D5890535B23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA4A44B2-6B64-4BD6-8B01-6D5890535B23}.Release|Any CPU.Build.0 = Release|Any CPU
{A3FDC780-0613-498F-87CB-01A300215C40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3FDC780-0613-498F-87CB-01A300215C40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3FDC780-0613-498F-87CB-01A300215C40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3FDC780-0613-498F-87CB-01A300215C40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B189E23D-B1E5-4B7D-8137-2708DD02B90C}
EndGlobalSection
EndGlobal