forked from dotnet/machinelearning-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ImageClassificationTraining.sln
43 lines (43 loc) · 2.66 KB
/
ImageClassificationTraining.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.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageClassification.Train", "ImageClassification.Train\ImageClassification.Train.csproj", "{4C963C3B-DFC9-4236-BA85-C8C71D27CE3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageClassification.Predict", "ImageClassification.Predict\ImageClassification.Predict.csproj", "{313629B6-3560-4633-9775-3A9869EB4692}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageClassification.WebApp", "WebApp.Predict\ImageClassification.WebApp.csproj", "{7C563AB6-B777-4F5C-8662-AC8603D9D4DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageClassification.Shared", "ImageClassification.Shared\ImageClassification.Shared.csproj", "{A70F93E4-BC58-48AB-97BE-58C59D7D4EAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C963C3B-DFC9-4236-BA85-C8C71D27CE3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C963C3B-DFC9-4236-BA85-C8C71D27CE3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C963C3B-DFC9-4236-BA85-C8C71D27CE3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C963C3B-DFC9-4236-BA85-C8C71D27CE3A}.Release|Any CPU.Build.0 = Release|Any CPU
{313629B6-3560-4633-9775-3A9869EB4692}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{313629B6-3560-4633-9775-3A9869EB4692}.Debug|Any CPU.Build.0 = Debug|Any CPU
{313629B6-3560-4633-9775-3A9869EB4692}.Release|Any CPU.ActiveCfg = Release|Any CPU
{313629B6-3560-4633-9775-3A9869EB4692}.Release|Any CPU.Build.0 = Release|Any CPU
{7C563AB6-B777-4F5C-8662-AC8603D9D4DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C563AB6-B777-4F5C-8662-AC8603D9D4DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C563AB6-B777-4F5C-8662-AC8603D9D4DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C563AB6-B777-4F5C-8662-AC8603D9D4DB}.Release|Any CPU.Build.0 = Release|Any CPU
{A70F93E4-BC58-48AB-97BE-58C59D7D4EAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A70F93E4-BC58-48AB-97BE-58C59D7D4EAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A70F93E4-BC58-48AB-97BE-58C59D7D4EAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A70F93E4-BC58-48AB-97BE-58C59D7D4EAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {641A6425-D190-4C6C-9088-18296CA71937}
EndGlobalSection
EndGlobal