This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Images-Classifier.sln
31 lines (31 loc) · 1.62 KB
/
Images-Classifier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34902.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Images-Classifier", "Images-Classifier\Images-Classifier.csproj", "{BB986C1F-0BD3-46AE-94AA-7C9DCD08AA6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Images-Classifier.Desktop", "Images-Classifier.Desktop\Images-Classifier.Desktop.csproj", "{31AA93EE-8D2D-47D1-B88E-5EF4CECF3E8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB986C1F-0BD3-46AE-94AA-7C9DCD08AA6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB986C1F-0BD3-46AE-94AA-7C9DCD08AA6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB986C1F-0BD3-46AE-94AA-7C9DCD08AA6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB986C1F-0BD3-46AE-94AA-7C9DCD08AA6B}.Release|Any CPU.Build.0 = Release|Any CPU
{31AA93EE-8D2D-47D1-B88E-5EF4CECF3E8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31AA93EE-8D2D-47D1-B88E-5EF4CECF3E8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31AA93EE-8D2D-47D1-B88E-5EF4CECF3E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31AA93EE-8D2D-47D1-B88E-5EF4CECF3E8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B756081-35B5-49AF-9655-993149599CE8}
EndGlobalSection
EndGlobal