-
Notifications
You must be signed in to change notification settings - Fork 13
/
PoliteCaptcha.sln
40 lines (40 loc) · 2.15 KB
/
PoliteCaptcha.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoliteCaptcha", "PoliteCaptcha\PoliteCaptcha.csproj", "{7C663C1F-54D4-4D72-9FF2-650A542397D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Facts", "Facts\Facts.csproj", "{437F66FF-C67E-42FF-B475-277572038D49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{C0A2A2C9-A8FF-46BC-BEA2-122B89A4F1B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7416D16A-E9F7-4020-8E1D-F54C71C85724}"
ProjectSection(SolutionItems) = preProject
Build-Solution.ps1 = Build-Solution.ps1
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
PoliteCaptcha.msbuild = PoliteCaptcha.msbuild
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C663C1F-54D4-4D72-9FF2-650A542397D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C663C1F-54D4-4D72-9FF2-650A542397D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C663C1F-54D4-4D72-9FF2-650A542397D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C663C1F-54D4-4D72-9FF2-650A542397D8}.Release|Any CPU.Build.0 = Release|Any CPU
{437F66FF-C67E-42FF-B475-277572038D49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{437F66FF-C67E-42FF-B475-277572038D49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{437F66FF-C67E-42FF-B475-277572038D49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{437F66FF-C67E-42FF-B475-277572038D49}.Release|Any CPU.Build.0 = Release|Any CPU
{C0A2A2C9-A8FF-46BC-BEA2-122B89A4F1B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0A2A2C9-A8FF-46BC-BEA2-122B89A4F1B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0A2A2C9-A8FF-46BC-BEA2-122B89A4F1B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0A2A2C9-A8FF-46BC-BEA2-122B89A4F1B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal