-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCarrotQuant.NET.sln
More file actions
37 lines (37 loc) · 2.16 KB
/
CarrotQuant.NET.sln
File metadata and controls
37 lines (37 loc) · 2.16 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarrotBacktesting.NET", "CarrotBacktesting.NET\CarrotBacktesting.NET.csproj", "{DDAAC259-0B4B-479C-ABA4-DDB75B883131}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarrotBacktesting.NET.Demo", "CarrotBacktesting.NET.Demo\CarrotBacktesting.NET.Demo.csproj", "{F1768A62-DD4B-40C5-BA74-E8EF09B2302F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarrotBackTesting.Net.UnitTest", "CarrotBackTesting.Net.UnitTest\CarrotBackTesting.Net.UnitTest.csproj", "{D20D309D-4BF8-44CE-A832-E4A05950B8DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDAAC259-0B4B-479C-ABA4-DDB75B883131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDAAC259-0B4B-479C-ABA4-DDB75B883131}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDAAC259-0B4B-479C-ABA4-DDB75B883131}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDAAC259-0B4B-479C-ABA4-DDB75B883131}.Release|Any CPU.Build.0 = Release|Any CPU
{F1768A62-DD4B-40C5-BA74-E8EF09B2302F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1768A62-DD4B-40C5-BA74-E8EF09B2302F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1768A62-DD4B-40C5-BA74-E8EF09B2302F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1768A62-DD4B-40C5-BA74-E8EF09B2302F}.Release|Any CPU.Build.0 = Release|Any CPU
{D20D309D-4BF8-44CE-A832-E4A05950B8DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D20D309D-4BF8-44CE-A832-E4A05950B8DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D20D309D-4BF8-44CE-A832-E4A05950B8DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D20D309D-4BF8-44CE-A832-E4A05950B8DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E3E3575-FA62-4828-9BB3-8D35EBCCD707}
EndGlobalSection
EndGlobal