-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathGoogleCaptcha.sln
44 lines (44 loc) · 2.56 KB
/
GoogleCaptcha.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8729638E-38D1-4567-860E-415C62575A05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleCaptchaComponent", "GoogleCaptchaComponent\GoogleCaptchaComponent.csproj", "{ABFBF769-F6D8-4B70-8D22-192F154CF17F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleCaptcha.Exmaple", "GoogleCaptcha.Exmaple\GoogleCaptcha.Exmaple.csproj", "{9492FD66-E3C6-4708-9900-0C73C3C2EFC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleCaptcha.Example.Server", "GoogleCaptcha.Example.Server\GoogleCaptcha.Example.Server.csproj", "{1C68B1ED-578E-4FEB-9605-3A160BF7DF92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABFBF769-F6D8-4B70-8D22-192F154CF17F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABFBF769-F6D8-4B70-8D22-192F154CF17F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABFBF769-F6D8-4B70-8D22-192F154CF17F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABFBF769-F6D8-4B70-8D22-192F154CF17F}.Release|Any CPU.Build.0 = Release|Any CPU
{9492FD66-E3C6-4708-9900-0C73C3C2EFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9492FD66-E3C6-4708-9900-0C73C3C2EFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9492FD66-E3C6-4708-9900-0C73C3C2EFC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9492FD66-E3C6-4708-9900-0C73C3C2EFC7}.Release|Any CPU.Build.0 = Release|Any CPU
{1C68B1ED-578E-4FEB-9605-3A160BF7DF92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C68B1ED-578E-4FEB-9605-3A160BF7DF92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C68B1ED-578E-4FEB-9605-3A160BF7DF92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C68B1ED-578E-4FEB-9605-3A160BF7DF92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ABFBF769-F6D8-4B70-8D22-192F154CF17F} = {8729638E-38D1-4567-860E-415C62575A05}
{9492FD66-E3C6-4708-9900-0C73C3C2EFC7} = {8729638E-38D1-4567-860E-415C62575A05}
{1C68B1ED-578E-4FEB-9605-3A160BF7DF92} = {8729638E-38D1-4567-860E-415C62575A05}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FB783BA-5AA3-4768-BBAD-6B815C4F9CB3}
EndGlobalSection
EndGlobal