-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStockQuantization.sln
43 lines (43 loc) · 2.56 KB
/
StockQuantization.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyStock.Model", "MyStock.Model\MyStock.Model.csproj", "{B5C2E0F1-77EC-4F03-9C45-EC32171FCE8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyStock.Data", "MyStock.Data\MyStock.Data.csproj", "{0DCFF155-BFAA-435D-8D09-7BA5D68508BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyStock.WebAPI", "MyStock.WebAPI\MyStock.WebAPI.csproj", "{C9B7C40A-3880-42AF-9A75-999208303338}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyTestConsole", "MyTestConsole\MyTestConsole.csproj", "{485F27E6-841D-496D-8C6B-EF5CADFB5F3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5C2E0F1-77EC-4F03-9C45-EC32171FCE8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5C2E0F1-77EC-4F03-9C45-EC32171FCE8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5C2E0F1-77EC-4F03-9C45-EC32171FCE8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5C2E0F1-77EC-4F03-9C45-EC32171FCE8E}.Release|Any CPU.Build.0 = Release|Any CPU
{0DCFF155-BFAA-435D-8D09-7BA5D68508BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DCFF155-BFAA-435D-8D09-7BA5D68508BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DCFF155-BFAA-435D-8D09-7BA5D68508BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DCFF155-BFAA-435D-8D09-7BA5D68508BD}.Release|Any CPU.Build.0 = Release|Any CPU
{C9B7C40A-3880-42AF-9A75-999208303338}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9B7C40A-3880-42AF-9A75-999208303338}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9B7C40A-3880-42AF-9A75-999208303338}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9B7C40A-3880-42AF-9A75-999208303338}.Release|Any CPU.Build.0 = Release|Any CPU
{485F27E6-841D-496D-8C6B-EF5CADFB5F3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{485F27E6-841D-496D-8C6B-EF5CADFB5F3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{485F27E6-841D-496D-8C6B-EF5CADFB5F3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{485F27E6-841D-496D-8C6B-EF5CADFB5F3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7371807D-51EA-48F4-80C5-6CDA7C86914C}
EndGlobalSection
EndGlobal