-
Notifications
You must be signed in to change notification settings - Fork 17
/
IB.CSharpApiClient.sln
43 lines (43 loc) · 2.64 KB
/
IB.CSharpApiClient.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 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IB.CSharpApiClient", "src\IB.CSharpApiClient\IB.CSharpApiClient.csproj", "{D99BAB16-8EE1-4D77-BE15-D88B960DFD52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpAPI", "packages\client\CSharpAPI.csproj", "{D4095C13-0FD7-47AC-9729-5A83BB2666BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IB.CSharpApiClient.Tests", "src\IB.CSharpApiClient.Tests\IB.CSharpApiClient.Tests.csproj", "{19CB50FA-7E28-4BFA-B913-3C608905B4C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IB.CSharpApiClient.Tests.Integration", "src\IB.CSharpApiClient.Tests.Integration\IB.CSharpApiClient.Tests.Integration.csproj", "{23B623BA-F5EA-4423-B7A0-1BC1D9E85C70}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D99BAB16-8EE1-4D77-BE15-D88B960DFD52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D99BAB16-8EE1-4D77-BE15-D88B960DFD52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D99BAB16-8EE1-4D77-BE15-D88B960DFD52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D99BAB16-8EE1-4D77-BE15-D88B960DFD52}.Release|Any CPU.Build.0 = Release|Any CPU
{D4095C13-0FD7-47AC-9729-5A83BB2666BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4095C13-0FD7-47AC-9729-5A83BB2666BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4095C13-0FD7-47AC-9729-5A83BB2666BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4095C13-0FD7-47AC-9729-5A83BB2666BE}.Release|Any CPU.Build.0 = Release|Any CPU
{19CB50FA-7E28-4BFA-B913-3C608905B4C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19CB50FA-7E28-4BFA-B913-3C608905B4C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19CB50FA-7E28-4BFA-B913-3C608905B4C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19CB50FA-7E28-4BFA-B913-3C608905B4C3}.Release|Any CPU.Build.0 = Release|Any CPU
{23B623BA-F5EA-4423-B7A0-1BC1D9E85C70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23B623BA-F5EA-4423-B7A0-1BC1D9E85C70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23B623BA-F5EA-4423-B7A0-1BC1D9E85C70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23B623BA-F5EA-4423-B7A0-1BC1D9E85C70}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E69D1BB9-0184-4262-BCBA-F5596E66FF42}
EndGlobalSection
EndGlobal