-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWebcamImageClassification.sln
More file actions
37 lines (37 loc) · 2.13 KB
/
WebcamImageClassification.sln
File metadata and controls
37 lines (37 loc) · 2.13 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebcamImageClassification", "WebcamImageClassification\WebcamImageClassification.csproj", "{D484281F-83BE-4648-8128-82538B7241C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebCamImageClassificationNet472", "WebCamImageClassificationNet472\WebCamImageClassificationNet472.csproj", "{4204B01C-2527-4838-A9B2-74A6150F51B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebCamPanel", "WebCamPanel\WebCamPanel.csproj", "{CB928C99-A85F-4746-B78B-7234F2AACFFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D484281F-83BE-4648-8128-82538B7241C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D484281F-83BE-4648-8128-82538B7241C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D484281F-83BE-4648-8128-82538B7241C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D484281F-83BE-4648-8128-82538B7241C2}.Release|Any CPU.Build.0 = Release|Any CPU
{4204B01C-2527-4838-A9B2-74A6150F51B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4204B01C-2527-4838-A9B2-74A6150F51B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4204B01C-2527-4838-A9B2-74A6150F51B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4204B01C-2527-4838-A9B2-74A6150F51B3}.Release|Any CPU.Build.0 = Release|Any CPU
{CB928C99-A85F-4746-B78B-7234F2AACFFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB928C99-A85F-4746-B78B-7234F2AACFFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB928C99-A85F-4746-B78B-7234F2AACFFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB928C99-A85F-4746-B78B-7234F2AACFFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74C889FB-5F80-41C1-8DFB-1F297A6364F1}
EndGlobalSection
EndGlobal