forked from abhayla/Screener
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Screener.sln
51 lines (51 loc) · 2.96 KB
/
Screener.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Algo2TradeBLL", "Algo2TradeBLL\Algo2TradeBLL.vbproj", "{92C02644-75D1-43AF-A3D3-392EC95F137F}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Utilities", "Utilities\Utilities.vbproj", "{0524D87F-B8BF-4CC2-B955-49950110FE9A}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Screener", "Screener\Screener.vbproj", "{1C4BDCAC-6604-41F0-BA97-8497D0DBDC74}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92C02644-75D1-43AF-A3D3-392EC95F137F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92C02644-75D1-43AF-A3D3-392EC95F137F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92C02644-75D1-43AF-A3D3-392EC95F137F}.Debug|x64.ActiveCfg = Debug|Any CPU
{92C02644-75D1-43AF-A3D3-392EC95F137F}.Debug|x64.Build.0 = Debug|Any CPU
{92C02644-75D1-43AF-A3D3-392EC95F137F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92C02644-75D1-43AF-A3D3-392EC95F137F}.Release|Any CPU.Build.0 = Release|Any CPU
{92C02644-75D1-43AF-A3D3-392EC95F137F}.Release|x64.ActiveCfg = Release|Any CPU
{92C02644-75D1-43AF-A3D3-392EC95F137F}.Release|x64.Build.0 = Release|Any CPU
{0524D87F-B8BF-4CC2-B955-49950110FE9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0524D87F-B8BF-4CC2-B955-49950110FE9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0524D87F-B8BF-4CC2-B955-49950110FE9A}.Debug|x64.ActiveCfg = Debug|x64
{0524D87F-B8BF-4CC2-B955-49950110FE9A}.Debug|x64.Build.0 = Debug|x64
{0524D87F-B8BF-4CC2-B955-49950110FE9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0524D87F-B8BF-4CC2-B955-49950110FE9A}.Release|Any CPU.Build.0 = Release|Any CPU
{0524D87F-B8BF-4CC2-B955-49950110FE9A}.Release|x64.ActiveCfg = Release|x64
{0524D87F-B8BF-4CC2-B955-49950110FE9A}.Release|x64.Build.0 = Release|x64
{1C4BDCAC-6604-41F0-BA97-8497D0DBDC74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C4BDCAC-6604-41F0-BA97-8497D0DBDC74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C4BDCAC-6604-41F0-BA97-8497D0DBDC74}.Debug|x64.ActiveCfg = Debug|Any CPU
{1C4BDCAC-6604-41F0-BA97-8497D0DBDC74}.Debug|x64.Build.0 = Debug|Any CPU
{1C4BDCAC-6604-41F0-BA97-8497D0DBDC74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C4BDCAC-6604-41F0-BA97-8497D0DBDC74}.Release|Any CPU.Build.0 = Release|Any CPU
{1C4BDCAC-6604-41F0-BA97-8497D0DBDC74}.Release|x64.ActiveCfg = Release|Any CPU
{1C4BDCAC-6604-41F0-BA97-8497D0DBDC74}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9DC157B-DF42-4640-A93C-6380E37B1C34}
EndGlobalSection
EndGlobal