-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImageClassifier.sln
More file actions
38 lines (38 loc) · 2.33 KB
/
ImageClassifier.sln
File metadata and controls
38 lines (38 loc) · 2.33 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageClassifier", "ImageClassifier\ImageClassifier.csproj", "{B4D394F0-01B9-4FCA-A0EB-39C625DA54C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageMetadataExtractor", "ImageMetadataExtractor\ImageMetadataExtractor.csproj", "{74D2B76F-75D8-4CE1-BAAA-CC6FC43334BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageClassifierLib", "ImageClassifierLib\ImageClassifierLib.csproj", "{1AE2C2D5-8A4F-4831-BB28-DDB033811C90}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "BingImageDownloader", "BingImageDownloader\BingImageDownloader.pyproj", "{9EB2193B-7643-4729-843C-2947EA23D868}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4D394F0-01B9-4FCA-A0EB-39C625DA54C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4D394F0-01B9-4FCA-A0EB-39C625DA54C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4D394F0-01B9-4FCA-A0EB-39C625DA54C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4D394F0-01B9-4FCA-A0EB-39C625DA54C6}.Release|Any CPU.Build.0 = Release|Any CPU
{74D2B76F-75D8-4CE1-BAAA-CC6FC43334BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74D2B76F-75D8-4CE1-BAAA-CC6FC43334BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74D2B76F-75D8-4CE1-BAAA-CC6FC43334BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74D2B76F-75D8-4CE1-BAAA-CC6FC43334BF}.Release|Any CPU.Build.0 = Release|Any CPU
{1AE2C2D5-8A4F-4831-BB28-DDB033811C90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AE2C2D5-8A4F-4831-BB28-DDB033811C90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AE2C2D5-8A4F-4831-BB28-DDB033811C90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AE2C2D5-8A4F-4831-BB28-DDB033811C90}.Release|Any CPU.Build.0 = Release|Any CPU
{9EB2193B-7643-4729-843C-2947EA23D868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EB2193B-7643-4729-843C-2947EA23D868}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal