-
Notifications
You must be signed in to change notification settings - Fork 0
/
FastCaptchaApplication.sln
40 lines (40 loc) · 2.43 KB
/
FastCaptchaApplication.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
Microsoft Visual Studio Solution File, Format Version 12.00
#
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion =
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastCaptcha.API", "FastCaptcha.API\FastCaptcha.API.csproj", "{5A33044C-12F1-4FAF-ACF3-06B8E810BED3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastCaptcha.Models", "FastCaptcha.Models\FastCaptcha.Models.csproj", "{96C09A92-62D4-4DB2-A413-1343A6DB8466}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastCaptcha.Hashing", "FastCaptcha.Hashing\FastCaptcha.Hashing.csproj", "{7345C413-8782-4A7D-A748-37B351C9F02E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastCaptcha.ImageProcessing", "FastCaptcha.Image\FastCaptcha.ImageProcessing.csproj", "{F8CE04D0-11BC-4141-83F9-EB7A2910FB9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A33044C-12F1-4FAF-ACF3-06B8E810BED3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A33044C-12F1-4FAF-ACF3-06B8E810BED3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A33044C-12F1-4FAF-ACF3-06B8E810BED3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A33044C-12F1-4FAF-ACF3-06B8E810BED3}.Release|Any CPU.Build.0 = Release|Any CPU
{96C09A92-62D4-4DB2-A413-1343A6DB8466}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96C09A92-62D4-4DB2-A413-1343A6DB8466}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96C09A92-62D4-4DB2-A413-1343A6DB8466}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96C09A92-62D4-4DB2-A413-1343A6DB8466}.Release|Any CPU.Build.0 = Release|Any CPU
{7345C413-8782-4A7D-A748-37B351C9F02E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7345C413-8782-4A7D-A748-37B351C9F02E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7345C413-8782-4A7D-A748-37B351C9F02E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7345C413-8782-4A7D-A748-37B351C9F02E}.Release|Any CPU.Build.0 = Release|Any CPU
{F8CE04D0-11BC-4141-83F9-EB7A2910FB9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8CE04D0-11BC-4141-83F9-EB7A2910FB9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8CE04D0-11BC-4141-83F9-EB7A2910FB9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8CE04D0-11BC-4141-83F9-EB7A2910FB9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal