forked from joelpob/betfairng
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBetfairNG.sln
42 lines (42 loc) · 2.46 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetfairNG", "BetfairNG.csproj", "{50F55410-B461-4639-B286-0F3205413D61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetfairNG.ESASwagger", "BetfairNG.ESASwagger\BetfairNG.ESASwagger.csproj", "{D81C6761-EB92-43DA-86EB-F5FD1B174E7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetfairNG.ESAClient", "BetfairNG.ESAClient\BetfairNG.ESAClient.csproj", "{99CB1599-F6C1-40ED-AC53-DB3B70CFFA06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleExample", "ConsoleExample\ConsoleExample.csproj", "{16329E9F-7C5C-446A-B3E4-D2C2010CD80A}"
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
{D81C6761-EB92-43DA-86EB-F5FD1B174E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D81C6761-EB92-43DA-86EB-F5FD1B174E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D81C6761-EB92-43DA-86EB-F5FD1B174E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D81C6761-EB92-43DA-86EB-F5FD1B174E7A}.Release|Any CPU.Build.0 = Release|Any CPU
{99CB1599-F6C1-40ED-AC53-DB3B70CFFA06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99CB1599-F6C1-40ED-AC53-DB3B70CFFA06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99CB1599-F6C1-40ED-AC53-DB3B70CFFA06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99CB1599-F6C1-40ED-AC53-DB3B70CFFA06}.Release|Any CPU.Build.0 = Release|Any CPU
{16329E9F-7C5C-446A-B3E4-D2C2010CD80A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16329E9F-7C5C-446A-B3E4-D2C2010CD80A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16329E9F-7C5C-446A-B3E4-D2C2010CD80A}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FAF8F468-9AAE-4A98-B466-EDC1B9B990F2}
EndGlobalSection
EndGlobal