forked from alpacahq/alpaca-trade-api-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alpaca.Markets.sln
55 lines (55 loc) · 3.34 KB
/
Alpaca.Markets.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
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alpaca.Markets", "Alpaca.Markets\Alpaca.Markets.csproj", "{F339D73B-347F-47D4-9BFB-EBEA010FC6F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UsageExamples", "UsageExamples\UsageExamples.csproj", "{0978C009-0490-4A98-A219-87EB1127BD20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Documentation", "Documentation\Documentation.csproj", "{0ECB1697-4464-4970-AD06-E98245702B44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alpaca.Markets.Extensions", "Alpaca.Markets.Extensions\Alpaca.Markets.Extensions.csproj", "{4CCE5C4A-688A-40DA-BEFD-12E6803B41D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CB95A13-09E5-49B1-803C-409F25BD1AAA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
GlobalSuppressions.cs = GlobalSuppressions.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Documentation|Any CPU = Documentation|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F339D73B-347F-47D4-9BFB-EBEA010FC6F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F339D73B-347F-47D4-9BFB-EBEA010FC6F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F339D73B-347F-47D4-9BFB-EBEA010FC6F7}.Documentation|Any CPU.ActiveCfg = Release|Any CPU
{F339D73B-347F-47D4-9BFB-EBEA010FC6F7}.Documentation|Any CPU.Build.0 = Release|Any CPU
{F339D73B-347F-47D4-9BFB-EBEA010FC6F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F339D73B-347F-47D4-9BFB-EBEA010FC6F7}.Release|Any CPU.Build.0 = Release|Any CPU
{0978C009-0490-4A98-A219-87EB1127BD20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0978C009-0490-4A98-A219-87EB1127BD20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0978C009-0490-4A98-A219-87EB1127BD20}.Documentation|Any CPU.ActiveCfg = Release|Any CPU
{0978C009-0490-4A98-A219-87EB1127BD20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0978C009-0490-4A98-A219-87EB1127BD20}.Release|Any CPU.Build.0 = Release|Any CPU
{0ECB1697-4464-4970-AD06-E98245702B44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ECB1697-4464-4970-AD06-E98245702B44}.Documentation|Any CPU.ActiveCfg = Release|Any CPU
{0ECB1697-4464-4970-AD06-E98245702B44}.Documentation|Any CPU.Build.0 = Release|Any CPU
{0ECB1697-4464-4970-AD06-E98245702B44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CCE5C4A-688A-40DA-BEFD-12E6803B41D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CCE5C4A-688A-40DA-BEFD-12E6803B41D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CCE5C4A-688A-40DA-BEFD-12E6803B41D3}.Documentation|Any CPU.ActiveCfg = Release|Any CPU
{4CCE5C4A-688A-40DA-BEFD-12E6803B41D3}.Documentation|Any CPU.Build.0 = Release|Any CPU
{4CCE5C4A-688A-40DA-BEFD-12E6803B41D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CCE5C4A-688A-40DA-BEFD-12E6803B41D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7748A3F4-1EFB-47D1-AFC7-C558CCBA9FCE}
EndGlobalSection
EndGlobal