forked from QuantConnect/AlphaStreams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QuantConnect.AlphaStream.sln
52 lines (52 loc) · 3.21 KB
/
QuantConnect.AlphaStream.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuantConnect.AlphaStream", "QuantConnect.AlphaStream\QuantConnect.AlphaStream.csproj", "{1C4A3A40-B5C9-4EB5-8776-C81AC10348E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuantConnect.AlphaStream.Tests", "QuantConnect.AlphaStream.Tests\QuantConnect.AlphaStream.Tests.csproj", "{042957CA-BDA8-4E02-8456-0B1258621AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantConnect.AlphaStream.Demo", "QuantConnect.AlphaStream.Demo\QuantConnect.AlphaStream.Demo.csproj", "{B5FBAF11-8966-45A7-82C4-7B36F3A4D138}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "QuantConnect.AlphaStream.Python", "AlphaStream\QuantConnect.AlphaStream.Python.pyproj", "{4A5DED1F-3E34-40E2-B1F2-9A8A02195508}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8374AA55-6087-4598-8637-11226D53E1ED}"
ProjectSection(SolutionItems) = preProject
app.py = app.py
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantConnect", "..\Lean\Common\QuantConnect.csproj", "{EA634AA0-3DDF-4787-8A2D-309EB7F28980}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C4A3A40-B5C9-4EB5-8776-C81AC10348E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C4A3A40-B5C9-4EB5-8776-C81AC10348E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C4A3A40-B5C9-4EB5-8776-C81AC10348E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C4A3A40-B5C9-4EB5-8776-C81AC10348E1}.Release|Any CPU.Build.0 = Release|Any CPU
{042957CA-BDA8-4E02-8456-0B1258621AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{042957CA-BDA8-4E02-8456-0B1258621AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{042957CA-BDA8-4E02-8456-0B1258621AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{042957CA-BDA8-4E02-8456-0B1258621AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{B5FBAF11-8966-45A7-82C4-7B36F3A4D138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5FBAF11-8966-45A7-82C4-7B36F3A4D138}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5FBAF11-8966-45A7-82C4-7B36F3A4D138}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5FBAF11-8966-45A7-82C4-7B36F3A4D138}.Release|Any CPU.Build.0 = Release|Any CPU
{4A5DED1F-3E34-40E2-B1F2-9A8A02195508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A5DED1F-3E34-40E2-B1F2-9A8A02195508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA634AA0-3DDF-4787-8A2D-309EB7F28980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA634AA0-3DDF-4787-8A2D-309EB7F28980}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA634AA0-3DDF-4787-8A2D-309EB7F28980}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA634AA0-3DDF-4787-8A2D-309EB7F28980}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AADD43A-3198-48AB-828D-11DB5E5F693F}
EndGlobalSection
EndGlobal