-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPinkSystem.Net.Http.Tls.sln
More file actions
86 lines (86 loc) · 5.94 KB
/
PinkSystem.Net.Http.Tls.sln
File metadata and controls
86 lines (86 loc) · 5.94 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinkSystem.Net.Http.Tls", "PinkSystem.Net.Http.Tls\PinkSystem.Net.Http.Tls.csproj", "{73F66105-453A-4EB4-BF68-205D5498EA09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinkSystem", "PinkSystem\PinkSystem\PinkSystem.csproj", "{8F547489-4C95-4C5E-A936-670BBD289E99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinkSystem.IO", "PinkSystem\PinkSystem.IO\PinkSystem.IO.csproj", "{58B374C6-E079-4073-9112-1BA98A6683AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinkSystem.Net", "PinkSystem\PinkSystem.Net\PinkSystem.Net.csproj", "{CC176AA6-6DCD-4B67-B02E-B67C7402793A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinkSystem.Net.Http", "PinkSystem\PinkSystem.Net.Http\PinkSystem.Net.Http.csproj", "{FF221E53-D115-4F40-BEB7-CEBB2397A7F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinkSystem.RegularExpressions", "PinkSystem\PinkSystem.RegularExpressions\PinkSystem.RegularExpressions.csproj", "{C7508405-626C-4F81-BDBE-842D6E645BB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BouncyCastle.Crypto", "bc-csharp\crypto\src\BouncyCastle.Crypto.csproj", "{730A571E-49E9-4C3F-A6B4-3D6036B77168}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{962783EF-5749-4AD2-ADBC-97C77768E28B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Publish|Any CPU = Publish|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73F66105-453A-4EB4-BF68-205D5498EA09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73F66105-453A-4EB4-BF68-205D5498EA09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73F66105-453A-4EB4-BF68-205D5498EA09}.Publish|Any CPU.ActiveCfg = Release|Any CPU
{73F66105-453A-4EB4-BF68-205D5498EA09}.Publish|Any CPU.Build.0 = Release|Any CPU
{73F66105-453A-4EB4-BF68-205D5498EA09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73F66105-453A-4EB4-BF68-205D5498EA09}.Release|Any CPU.Build.0 = Release|Any CPU
{8F547489-4C95-4C5E-A936-670BBD289E99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F547489-4C95-4C5E-A936-670BBD289E99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F547489-4C95-4C5E-A936-670BBD289E99}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{8F547489-4C95-4C5E-A936-670BBD289E99}.Publish|Any CPU.Build.0 = Debug|Any CPU
{8F547489-4C95-4C5E-A936-670BBD289E99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F547489-4C95-4C5E-A936-670BBD289E99}.Release|Any CPU.Build.0 = Release|Any CPU
{58B374C6-E079-4073-9112-1BA98A6683AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58B374C6-E079-4073-9112-1BA98A6683AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58B374C6-E079-4073-9112-1BA98A6683AF}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{58B374C6-E079-4073-9112-1BA98A6683AF}.Publish|Any CPU.Build.0 = Debug|Any CPU
{58B374C6-E079-4073-9112-1BA98A6683AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58B374C6-E079-4073-9112-1BA98A6683AF}.Release|Any CPU.Build.0 = Release|Any CPU
{CC176AA6-6DCD-4B67-B02E-B67C7402793A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC176AA6-6DCD-4B67-B02E-B67C7402793A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC176AA6-6DCD-4B67-B02E-B67C7402793A}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{CC176AA6-6DCD-4B67-B02E-B67C7402793A}.Publish|Any CPU.Build.0 = Debug|Any CPU
{CC176AA6-6DCD-4B67-B02E-B67C7402793A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC176AA6-6DCD-4B67-B02E-B67C7402793A}.Release|Any CPU.Build.0 = Release|Any CPU
{FF221E53-D115-4F40-BEB7-CEBB2397A7F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF221E53-D115-4F40-BEB7-CEBB2397A7F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF221E53-D115-4F40-BEB7-CEBB2397A7F0}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{FF221E53-D115-4F40-BEB7-CEBB2397A7F0}.Publish|Any CPU.Build.0 = Debug|Any CPU
{FF221E53-D115-4F40-BEB7-CEBB2397A7F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF221E53-D115-4F40-BEB7-CEBB2397A7F0}.Release|Any CPU.Build.0 = Release|Any CPU
{C7508405-626C-4F81-BDBE-842D6E645BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7508405-626C-4F81-BDBE-842D6E645BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7508405-626C-4F81-BDBE-842D6E645BB9}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{C7508405-626C-4F81-BDBE-842D6E645BB9}.Publish|Any CPU.Build.0 = Debug|Any CPU
{C7508405-626C-4F81-BDBE-842D6E645BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7508405-626C-4F81-BDBE-842D6E645BB9}.Release|Any CPU.Build.0 = Release|Any CPU
{730A571E-49E9-4C3F-A6B4-3D6036B77168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{730A571E-49E9-4C3F-A6B4-3D6036B77168}.Debug|Any CPU.Build.0 = Debug|Any CPU
{730A571E-49E9-4C3F-A6B4-3D6036B77168}.Publish|Any CPU.ActiveCfg = Publish|Any CPU
{730A571E-49E9-4C3F-A6B4-3D6036B77168}.Publish|Any CPU.Build.0 = Publish|Any CPU
{730A571E-49E9-4C3F-A6B4-3D6036B77168}.Release|Any CPU.ActiveCfg = Release|Any CPU
{730A571E-49E9-4C3F-A6B4-3D6036B77168}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F547489-4C95-4C5E-A936-670BBD289E99} = {962783EF-5749-4AD2-ADBC-97C77768E28B}
{58B374C6-E079-4073-9112-1BA98A6683AF} = {962783EF-5749-4AD2-ADBC-97C77768E28B}
{CC176AA6-6DCD-4B67-B02E-B67C7402793A} = {962783EF-5749-4AD2-ADBC-97C77768E28B}
{FF221E53-D115-4F40-BEB7-CEBB2397A7F0} = {962783EF-5749-4AD2-ADBC-97C77768E28B}
{C7508405-626C-4F81-BDBE-842D6E645BB9} = {962783EF-5749-4AD2-ADBC-97C77768E28B}
{730A571E-49E9-4C3F-A6B4-3D6036B77168} = {962783EF-5749-4AD2-ADBC-97C77768E28B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD3EF032-7E6C-4DB2-ADE6-5958E74B8053}
EndGlobalSection
EndGlobal