-
Notifications
You must be signed in to change notification settings - Fork 1
/
forex-arbitrage.sln
32 lines (32 loc) · 1.91 KB
/
forex-arbitrage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "forex-arbitrage", "forex-arbitrage\forex-arbitrage.csproj", "{FAC4C69C-516D-4D75-88D5-4D83BADD91D6}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RateServiceAPI", "RateServiceAPI\RateServiceAPI.vbproj", "{4E00515B-4230-4CA4-AC11-2045E0E58B01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RateServiceExampleCSharp", "RateServiceExampleCSharp\RateServiceExampleCSharp.csproj", "{902EB878-6101-4B96-9CDF-EB471BEE991E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAC4C69C-516D-4D75-88D5-4D83BADD91D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAC4C69C-516D-4D75-88D5-4D83BADD91D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAC4C69C-516D-4D75-88D5-4D83BADD91D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAC4C69C-516D-4D75-88D5-4D83BADD91D6}.Release|Any CPU.Build.0 = Release|Any CPU
{4E00515B-4230-4CA4-AC11-2045E0E58B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E00515B-4230-4CA4-AC11-2045E0E58B01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E00515B-4230-4CA4-AC11-2045E0E58B01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E00515B-4230-4CA4-AC11-2045E0E58B01}.Release|Any CPU.Build.0 = Release|Any CPU
{902EB878-6101-4B96-9CDF-EB471BEE991E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{902EB878-6101-4B96-9CDF-EB471BEE991E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{902EB878-6101-4B96-9CDF-EB471BEE991E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{902EB878-6101-4B96-9CDF-EB471BEE991E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal