forked from dtrader007/core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cmdty.Core.sln
79 lines (79 loc) · 4.87 KB
/
Cmdty.Core.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
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cmdty.Core.Trees", "src\Cmdty.Core.Trees\Cmdty.Core.Trees.csproj", "{15AAB4DC-DC45-49BA-85D8-BD81E254A2B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{01E0D566-29A3-4432-9577-38FE6B90475E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{39CA761E-F2DE-466F-8D70-F8C055F3CE31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cmdty.Core.Simulation", "src\Cmdty.Core.Simulation\Cmdty.Core.Simulation.csproj", "{2EB22D20-8A93-4D96-ADCC-9BF5C66E85C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4C3ECBE1-49AB-4C95-88EB-ED074E44455E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
build.cake = build.cake
Cmdty.Core.nuspec = Cmdty.Core.nuspec
Directory.Build.props = Directory.Build.props
global.json = global.json
NuGet.config = NuGet.config
version.props = version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cmdty.Core.Trees.Test", "tests\Cmdty.Core.Trees.Test\Cmdty.Core.Trees.Test.csproj", "{6784E33C-3A3A-4EE9-A558-8D64DFBB8404}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cmdty.Core.Simulation.Test", "tests\Cmdty.Core.Simulation.Test\Cmdty.Core.Simulation.Test.csproj", "{4FF72A74-0386-4CBF-AA17-5B64AB1E8665}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cmdty.Core.Common", "src\Cmdty.Core.Common\Cmdty.Core.Common.csproj", "{3F5965B1-10C3-436B-8DD4-62CE782AAC7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cmdty.Core.Common.Test", "tests\Cmdty.Core.Common.Test\Cmdty.Core.Common.Test.csproj", "{B9AF49F8-DE3F-4157-815E-B7D8F2E017E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15AAB4DC-DC45-49BA-85D8-BD81E254A2B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15AAB4DC-DC45-49BA-85D8-BD81E254A2B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15AAB4DC-DC45-49BA-85D8-BD81E254A2B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15AAB4DC-DC45-49BA-85D8-BD81E254A2B9}.Release|Any CPU.Build.0 = Release|Any CPU
{2EB22D20-8A93-4D96-ADCC-9BF5C66E85C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EB22D20-8A93-4D96-ADCC-9BF5C66E85C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EB22D20-8A93-4D96-ADCC-9BF5C66E85C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EB22D20-8A93-4D96-ADCC-9BF5C66E85C0}.Release|Any CPU.Build.0 = Release|Any CPU
{6784E33C-3A3A-4EE9-A558-8D64DFBB8404}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6784E33C-3A3A-4EE9-A558-8D64DFBB8404}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6784E33C-3A3A-4EE9-A558-8D64DFBB8404}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6784E33C-3A3A-4EE9-A558-8D64DFBB8404}.Release|Any CPU.Build.0 = Release|Any CPU
{4FF72A74-0386-4CBF-AA17-5B64AB1E8665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FF72A74-0386-4CBF-AA17-5B64AB1E8665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FF72A74-0386-4CBF-AA17-5B64AB1E8665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FF72A74-0386-4CBF-AA17-5B64AB1E8665}.Release|Any CPU.Build.0 = Release|Any CPU
{3F5965B1-10C3-436B-8DD4-62CE782AAC7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F5965B1-10C3-436B-8DD4-62CE782AAC7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F5965B1-10C3-436B-8DD4-62CE782AAC7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F5965B1-10C3-436B-8DD4-62CE782AAC7E}.Release|Any CPU.Build.0 = Release|Any CPU
{B9AF49F8-DE3F-4157-815E-B7D8F2E017E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9AF49F8-DE3F-4157-815E-B7D8F2E017E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9AF49F8-DE3F-4157-815E-B7D8F2E017E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9AF49F8-DE3F-4157-815E-B7D8F2E017E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{15AAB4DC-DC45-49BA-85D8-BD81E254A2B9} = {01E0D566-29A3-4432-9577-38FE6B90475E}
{2EB22D20-8A93-4D96-ADCC-9BF5C66E85C0} = {01E0D566-29A3-4432-9577-38FE6B90475E}
{6784E33C-3A3A-4EE9-A558-8D64DFBB8404} = {39CA761E-F2DE-466F-8D70-F8C055F3CE31}
{4FF72A74-0386-4CBF-AA17-5B64AB1E8665} = {39CA761E-F2DE-466F-8D70-F8C055F3CE31}
{3F5965B1-10C3-436B-8DD4-62CE782AAC7E} = {01E0D566-29A3-4432-9577-38FE6B90475E}
{B9AF49F8-DE3F-4157-815E-B7D8F2E017E7} = {39CA761E-F2DE-466F-8D70-F8C055F3CE31}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6B2785B-BC80-40AB-84C9-A0CEC15660EA}
EndGlobalSection
EndGlobal