-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTrading.sln
More file actions
56 lines (56 loc) · 2.94 KB
/
Trading.sln
File metadata and controls
56 lines (56 loc) · 2.94 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{E9D4FAAB-2B84-4E0A-8AAD-D008DCF92080}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{D61B5A3A-E34A-4FA9-A294-E5215E740E51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{60DA8C98-1695-4C24-AB0A-D087F1D94C75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{535BD978-0F4E-41D9-9B06-06F9375A9080}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.md = LICENSE.md
.github\workflows\nuget.yml = .github\workflows\nuget.yml
README.md = README.md
Trading.sln.headertext = Trading.sln.headertext
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trading", "Trading\Trading.csproj", "{FB62B95C-565D-442E-9003-7308121EC611}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrickLoad", "BrickLoad\BrickLoad.csproj", "{4CE34D38-B861-464D-895A-7BB6C9EFCC0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9D4FAAB-2B84-4E0A-8AAD-D008DCF92080}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9D4FAAB-2B84-4E0A-8AAD-D008DCF92080}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9D4FAAB-2B84-4E0A-8AAD-D008DCF92080}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9D4FAAB-2B84-4E0A-8AAD-D008DCF92080}.Release|Any CPU.Build.0 = Release|Any CPU
{FB62B95C-565D-442E-9003-7308121EC611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB62B95C-565D-442E-9003-7308121EC611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB62B95C-565D-442E-9003-7308121EC611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB62B95C-565D-442E-9003-7308121EC611}.Release|Any CPU.Build.0 = Release|Any CPU
{4CE34D38-B861-464D-895A-7BB6C9EFCC0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CE34D38-B861-464D-895A-7BB6C9EFCC0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CE34D38-B861-464D-895A-7BB6C9EFCC0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CE34D38-B861-464D-895A-7BB6C9EFCC0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E9D4FAAB-2B84-4E0A-8AAD-D008DCF92080} = {60DA8C98-1695-4C24-AB0A-D087F1D94C75}
{FB62B95C-565D-442E-9003-7308121EC611} = {D61B5A3A-E34A-4FA9-A294-E5215E740E51}
{4CE34D38-B861-464D-895A-7BB6C9EFCC0A} = {60DA8C98-1695-4C24-AB0A-D087F1D94C75}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE88B44F-709F-40A9-A026-B9324F612352}
EndGlobalSection
EndGlobal