-
Notifications
You must be signed in to change notification settings - Fork 6
/
classify.sln
49 lines (49 loc) · 3.04 KB
/
classify.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "classify", "classify\classify.csproj", "{2F8EBE38-1B20-47D7-8EE5-B644E2E1E3B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "classify.model-builder.console", "classify.model-builder.console\classify.model-builder.console.csproj", "{A1908D80-443A-40B5-838C-73C8D04568EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "classify.console", "classify.console\classify.console.csproj", "{0043A236-F94A-4048-BB4A-0A2BCA440305}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "classify.webService", "classify.WebService\classify.webService.csproj", "{036DE597-AAAC-46A5-A8EF-4123C8471E87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "captcha", "captcha\captcha.csproj", "{02255501-163A-432F-AB6B-DBA9F38DA0EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F8EBE38-1B20-47D7-8EE5-B644E2E1E3B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F8EBE38-1B20-47D7-8EE5-B644E2E1E3B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F8EBE38-1B20-47D7-8EE5-B644E2E1E3B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F8EBE38-1B20-47D7-8EE5-B644E2E1E3B9}.Release|Any CPU.Build.0 = Release|Any CPU
{A1908D80-443A-40B5-838C-73C8D04568EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1908D80-443A-40B5-838C-73C8D04568EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1908D80-443A-40B5-838C-73C8D04568EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1908D80-443A-40B5-838C-73C8D04568EB}.Release|Any CPU.Build.0 = Release|Any CPU
{0043A236-F94A-4048-BB4A-0A2BCA440305}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0043A236-F94A-4048-BB4A-0A2BCA440305}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0043A236-F94A-4048-BB4A-0A2BCA440305}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0043A236-F94A-4048-BB4A-0A2BCA440305}.Release|Any CPU.Build.0 = Release|Any CPU
{036DE597-AAAC-46A5-A8EF-4123C8471E87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{036DE597-AAAC-46A5-A8EF-4123C8471E87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{036DE597-AAAC-46A5-A8EF-4123C8471E87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{036DE597-AAAC-46A5-A8EF-4123C8471E87}.Release|Any CPU.Build.0 = Release|Any CPU
{02255501-163A-432F-AB6B-DBA9F38DA0EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02255501-163A-432F-AB6B-DBA9F38DA0EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02255501-163A-432F-AB6B-DBA9F38DA0EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02255501-163A-432F-AB6B-DBA9F38DA0EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53563ED2-3CD0-475B-B3B5-A698ED837CC2}
EndGlobalSection
EndGlobal