-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathCloudflareSolverRe.sln
43 lines (43 loc) · 2.65 KB
/
CloudflareSolverRe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudflareSolverRe", "src\CloudflareSolverRe\CloudflareSolverRe.csproj", "{E541E27A-8D55-4E2F-AC7D-DCA0DCDAC220}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudflareSolverRe.Sample", "sample\CloudflareSolverRe.Sample\CloudflareSolverRe.Sample.csproj", "{F44FEFA6-B85B-4C05-AD34-836DF6BF63B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudflareSolverRe.Captcha", "src\CloudflareSolverRe.Captcha\CloudflareSolverRe.Captcha.csproj", "{657A5FE7-7CEA-4407-94C3-18FDE56DD950}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudflareSolverRe.Tests", "test\CloudflareSolverRe.Tests\CloudflareSolverRe.Tests.csproj", "{89A9D8CB-01BA-43CA-83AE-2D760088154C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E541E27A-8D55-4E2F-AC7D-DCA0DCDAC220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E541E27A-8D55-4E2F-AC7D-DCA0DCDAC220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E541E27A-8D55-4E2F-AC7D-DCA0DCDAC220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E541E27A-8D55-4E2F-AC7D-DCA0DCDAC220}.Release|Any CPU.Build.0 = Release|Any CPU
{F44FEFA6-B85B-4C05-AD34-836DF6BF63B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F44FEFA6-B85B-4C05-AD34-836DF6BF63B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F44FEFA6-B85B-4C05-AD34-836DF6BF63B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F44FEFA6-B85B-4C05-AD34-836DF6BF63B9}.Release|Any CPU.Build.0 = Release|Any CPU
{657A5FE7-7CEA-4407-94C3-18FDE56DD950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{657A5FE7-7CEA-4407-94C3-18FDE56DD950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{657A5FE7-7CEA-4407-94C3-18FDE56DD950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{657A5FE7-7CEA-4407-94C3-18FDE56DD950}.Release|Any CPU.Build.0 = Release|Any CPU
{89A9D8CB-01BA-43CA-83AE-2D760088154C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89A9D8CB-01BA-43CA-83AE-2D760088154C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89A9D8CB-01BA-43CA-83AE-2D760088154C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89A9D8CB-01BA-43CA-83AE-2D760088154C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9327E4CA-EFBC-4D17-85AB-80D58BD9EF88}
EndGlobalSection
EndGlobal