-
Notifications
You must be signed in to change notification settings - Fork 28
/
TDAmeritrade.sln
49 lines (49 loc) · 3.08 KB
/
TDAmeritrade.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDAmeritrade.Console", "TDAmeritrade.Console\TDAmeritrade.Console.csproj", "{6B4686F9-E24C-422E-8719-14C8C379E275}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDAmeritrade", "TDAmeritrade\TDAmeritrade.csproj", "{A48977B2-49A5-49E0-B49B-7C17653665E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDAmeritrade.Tests", "TDAmeritrade.Tests\TDAmeritrade.Tests.csproj", "{4615427C-1A6B-4A32-A309-1EC5F3AFA1AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDAmeritrade.Web", "TDAmeritrade.Web\TDAmeritrade.Web.csproj", "{C25F8E19-E248-43BD-AE08-847A2997CFA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDAmeritrade.DataProtection", "TDAmeritrade.DataProtection\TDAmeritrade.DataProtection.csproj", "{0B3196C6-DD40-42AF-AED8-BA22B6B65368}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B4686F9-E24C-422E-8719-14C8C379E275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B4686F9-E24C-422E-8719-14C8C379E275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B4686F9-E24C-422E-8719-14C8C379E275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B4686F9-E24C-422E-8719-14C8C379E275}.Release|Any CPU.Build.0 = Release|Any CPU
{A48977B2-49A5-49E0-B49B-7C17653665E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A48977B2-49A5-49E0-B49B-7C17653665E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A48977B2-49A5-49E0-B49B-7C17653665E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A48977B2-49A5-49E0-B49B-7C17653665E3}.Release|Any CPU.Build.0 = Release|Any CPU
{4615427C-1A6B-4A32-A309-1EC5F3AFA1AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4615427C-1A6B-4A32-A309-1EC5F3AFA1AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4615427C-1A6B-4A32-A309-1EC5F3AFA1AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4615427C-1A6B-4A32-A309-1EC5F3AFA1AC}.Release|Any CPU.Build.0 = Release|Any CPU
{C25F8E19-E248-43BD-AE08-847A2997CFA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C25F8E19-E248-43BD-AE08-847A2997CFA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C25F8E19-E248-43BD-AE08-847A2997CFA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C25F8E19-E248-43BD-AE08-847A2997CFA2}.Release|Any CPU.Build.0 = Release|Any CPU
{0B3196C6-DD40-42AF-AED8-BA22B6B65368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B3196C6-DD40-42AF-AED8-BA22B6B65368}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B3196C6-DD40-42AF-AED8-BA22B6B65368}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B3196C6-DD40-42AF-AED8-BA22B6B65368}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D401615-33E5-4A8B-AE75-235F1D4D3F33}
EndGlobalSection
EndGlobal