forked from dotnet/machinelearning-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheShopDashboardML.sln
More file actions
61 lines (61 loc) · 3.58 KB
/
Copy patheShopDashboardML.sln
File metadata and controls
61 lines (61 loc) · 3.58 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F395612F-24C7-4666-90B2-62E417033B4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{B3AF01E5-D172-47F9-991E-A85504958F43}"
ProjectSection(SolutionItems) = preProject
scripts\add-migration.cmd = scripts\add-migration.cmd
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eShopDashboard", "src\eShopDashboard\eShopDashboard.csproj", "{29DB8569-F5D6-4190-9DF4-8D18CA0AABA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eShopForecastModelsTrainer", "src\eShopForecastModelsTrainer\eShopForecastModelsTrainer.csproj", "{5AB1C510-FEF6-4930-AE05-D16AF802084D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scripts.Cli", "scripts\Scripts.Cli\Scripts.Cli.csproj", "{F5DC33CF-35B3-45DD-A4A2-977DEA38060A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A34F872-AF56-4D8C-B76A-03C7C9AD413D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestObjectPoolingConsoleApp", "src\TestObjectPoolingConsoleApp\TestObjectPoolingConsoleApp.csproj", "{CF3DE8C7-81D6-4B2B-A2F0-82D15701F10A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29DB8569-F5D6-4190-9DF4-8D18CA0AABA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29DB8569-F5D6-4190-9DF4-8D18CA0AABA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29DB8569-F5D6-4190-9DF4-8D18CA0AABA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29DB8569-F5D6-4190-9DF4-8D18CA0AABA8}.Release|Any CPU.Build.0 = Release|Any CPU
{5AB1C510-FEF6-4930-AE05-D16AF802084D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AB1C510-FEF6-4930-AE05-D16AF802084D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AB1C510-FEF6-4930-AE05-D16AF802084D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AB1C510-FEF6-4930-AE05-D16AF802084D}.Release|Any CPU.Build.0 = Release|Any CPU
{F5DC33CF-35B3-45DD-A4A2-977DEA38060A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5DC33CF-35B3-45DD-A4A2-977DEA38060A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5DC33CF-35B3-45DD-A4A2-977DEA38060A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5DC33CF-35B3-45DD-A4A2-977DEA38060A}.Release|Any CPU.Build.0 = Release|Any CPU
{CF3DE8C7-81D6-4B2B-A2F0-82D15701F10A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF3DE8C7-81D6-4B2B-A2F0-82D15701F10A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF3DE8C7-81D6-4B2B-A2F0-82D15701F10A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF3DE8C7-81D6-4B2B-A2F0-82D15701F10A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{29DB8569-F5D6-4190-9DF4-8D18CA0AABA8} = {F395612F-24C7-4666-90B2-62E417033B4B}
{5AB1C510-FEF6-4930-AE05-D16AF802084D} = {F395612F-24C7-4666-90B2-62E417033B4B}
{F5DC33CF-35B3-45DD-A4A2-977DEA38060A} = {B3AF01E5-D172-47F9-991E-A85504958F43}
{CF3DE8C7-81D6-4B2B-A2F0-82D15701F10A} = {F395612F-24C7-4666-90B2-62E417033B4B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E47A71B-4F99-48EA-9267-DEE93B23BA31}
EndGlobalSection
EndGlobal