forked from joelpob/betfairng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BetfairNG.sln
43 lines (43 loc) · 2.48 KB
/
BetfairNG.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 15
VisualStudioVersion = 15.0.28307.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetfairNG", "BetfairNG.csproj", "{50F55410-B461-4639-B286-0F3205413D61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleExample", "ConsoleExample\ConsoleExample.csproj", "{123DFF59-E0F8-4D47-AC72-6A81A2E09CB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Betfair.ESAClient", "Betfair.ESAClient.csproj", "{C6F11E1B-DA85-41BC-9DEE-B941D3C6A805}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Betfair.ESASwagger", "Betfair.ESASwagger.csproj", "{05419E45-CAD4-4FB6-BC46-B93119D9F22D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50F55410-B461-4639-B286-0F3205413D61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50F55410-B461-4639-B286-0F3205413D61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50F55410-B461-4639-B286-0F3205413D61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50F55410-B461-4639-B286-0F3205413D61}.Release|Any CPU.Build.0 = Release|Any CPU
{123DFF59-E0F8-4D47-AC72-6A81A2E09CB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{123DFF59-E0F8-4D47-AC72-6A81A2E09CB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{123DFF59-E0F8-4D47-AC72-6A81A2E09CB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{123DFF59-E0F8-4D47-AC72-6A81A2E09CB4}.Release|Any CPU.Build.0 = Release|Any CPU
{C6F11E1B-DA85-41BC-9DEE-B941D3C6A805}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F11E1B-DA85-41BC-9DEE-B941D3C6A805}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F11E1B-DA85-41BC-9DEE-B941D3C6A805}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F11E1B-DA85-41BC-9DEE-B941D3C6A805}.Release|Any CPU.Build.0 = Release|Any CPU
{05419E45-CAD4-4FB6-BC46-B93119D9F22D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05419E45-CAD4-4FB6-BC46-B93119D9F22D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05419E45-CAD4-4FB6-BC46-B93119D9F22D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05419E45-CAD4-4FB6-BC46-B93119D9F22D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FAF8F468-9AAE-4A98-B466-EDC1B9B990F2}
EndGlobalSection
EndGlobal