-
Notifications
You must be signed in to change notification settings - Fork 110
/
TuringTrader.sln
67 lines (67 loc) · 3.92 KB
/
TuringTrader.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
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TuringTrader", "TuringTrader\TuringTrader.csproj", "{A49636EA-6181-428F-BF50-C3BA8DAC2679}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TuringTrader.Simulator", "TuringTrader.Simulator\TuringTrader.Simulator.csproj", "{C2FEFD1F-CC28-4AB0-B054-CF02C415046D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TuringTrader.Tests", "TuringTrader.Tests\TuringTrader.Tests.csproj", "{C0E4E9FB-93F0-44F3-9001-78C4AE93CFD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BooksAndPubs", "BooksAndPubs\BooksAndPubs.csproj", "{255CBB65-56DE-4C87-9DC4-DF0A9E4AD7E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C893D96F-CB3B-423F-998F-77BBCA3D580E}"
ProjectSection(SolutionItems) = preProject
COPYING.txt = COPYING.txt
README.md = README.md
DocFX\articles\overview\Versions.md = DocFX\articles\overview\Versions.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TuringTrader.CustomApp", "More\TuringTrader.CustomApp\TuringTrader.CustomApp.csproj", "{5209DD87-E725-4971-AA21-0D3BB2441A4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "More", "More", "{0594F683-F733-4BBF-821F-B5EC1EE5385E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BooksAndPubsV2", "BooksAndPubsV2\BooksAndPubsV2.csproj", "{FEA0D82C-2AEB-4CEA-B2B7-4FA6B465B4A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A49636EA-6181-428F-BF50-C3BA8DAC2679}.Debug|x64.ActiveCfg = Debug|x64
{A49636EA-6181-428F-BF50-C3BA8DAC2679}.Debug|x64.Build.0 = Debug|x64
{A49636EA-6181-428F-BF50-C3BA8DAC2679}.Release|x64.ActiveCfg = Release|x64
{A49636EA-6181-428F-BF50-C3BA8DAC2679}.Release|x64.Build.0 = Release|x64
{C2FEFD1F-CC28-4AB0-B054-CF02C415046D}.Debug|x64.ActiveCfg = Debug|x64
{C2FEFD1F-CC28-4AB0-B054-CF02C415046D}.Debug|x64.Build.0 = Debug|x64
{C2FEFD1F-CC28-4AB0-B054-CF02C415046D}.Release|x64.ActiveCfg = Release|x64
{C2FEFD1F-CC28-4AB0-B054-CF02C415046D}.Release|x64.Build.0 = Release|x64
{C0E4E9FB-93F0-44F3-9001-78C4AE93CFD5}.Debug|x64.ActiveCfg = Debug|x64
{C0E4E9FB-93F0-44F3-9001-78C4AE93CFD5}.Debug|x64.Build.0 = Debug|x64
{C0E4E9FB-93F0-44F3-9001-78C4AE93CFD5}.Release|x64.ActiveCfg = Release|x64
{C0E4E9FB-93F0-44F3-9001-78C4AE93CFD5}.Release|x64.Build.0 = Release|x64
{255CBB65-56DE-4C87-9DC4-DF0A9E4AD7E2}.Debug|x64.ActiveCfg = Debug|x64
{255CBB65-56DE-4C87-9DC4-DF0A9E4AD7E2}.Debug|x64.Build.0 = Debug|x64
{255CBB65-56DE-4C87-9DC4-DF0A9E4AD7E2}.Release|x64.ActiveCfg = Release|x64
{255CBB65-56DE-4C87-9DC4-DF0A9E4AD7E2}.Release|x64.Build.0 = Release|x64
{5209DD87-E725-4971-AA21-0D3BB2441A4B}.Debug|x64.ActiveCfg = Debug|x64
{5209DD87-E725-4971-AA21-0D3BB2441A4B}.Debug|x64.Build.0 = Debug|x64
{5209DD87-E725-4971-AA21-0D3BB2441A4B}.Release|x64.ActiveCfg = Release|x64
{5209DD87-E725-4971-AA21-0D3BB2441A4B}.Release|x64.Build.0 = Release|x64
{FEA0D82C-2AEB-4CEA-B2B7-4FA6B465B4A1}.Debug|x64.ActiveCfg = Debug|x64
{FEA0D82C-2AEB-4CEA-B2B7-4FA6B465B4A1}.Debug|x64.Build.0 = Debug|x64
{FEA0D82C-2AEB-4CEA-B2B7-4FA6B465B4A1}.Release|x64.ActiveCfg = Release|x64
{FEA0D82C-2AEB-4CEA-B2B7-4FA6B465B4A1}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5209DD87-E725-4971-AA21-0D3BB2441A4B} = {0594F683-F733-4BBF-821F-B5EC1EE5385E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01740A88-D940-4010-ACCF-D5ACB06DF99A}
EndGlobalSection
EndGlobal