forked from nanoframework/Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSSL.sln
41 lines (41 loc) · 2.45 KB
/
SSL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "ParseCertificate", "ParseCertificate\ParseCertificate.nfproj", "{638EFFB7-ED4A-402C-B70A-0406796B8BA9}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "SecureClient", "SecureClient\SecureClient.nfproj", "{AE046A9A-FACA-4A43-B0A5-B8B808C4F606}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "SecureServer", "SecureServer\SecureServer.nfproj", "{B795119D-A3F0-43FA-99AA-AE582DE61AC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{638EFFB7-ED4A-402C-B70A-0406796B8BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{638EFFB7-ED4A-402C-B70A-0406796B8BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{638EFFB7-ED4A-402C-B70A-0406796B8BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{638EFFB7-ED4A-402C-B70A-0406796B8BA9}.Release|Any CPU.Build.0 = Release|Any CPU
{638EFFB7-ED4A-402C-B70A-0406796B8BA9}.Release|Any CPU.Deploy.0 = Release|Any CPU
{AE046A9A-FACA-4A43-B0A5-B8B808C4F606}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE046A9A-FACA-4A43-B0A5-B8B808C4F606}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE046A9A-FACA-4A43-B0A5-B8B808C4F606}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{AE046A9A-FACA-4A43-B0A5-B8B808C4F606}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE046A9A-FACA-4A43-B0A5-B8B808C4F606}.Release|Any CPU.Build.0 = Release|Any CPU
{AE046A9A-FACA-4A43-B0A5-B8B808C4F606}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B795119D-A3F0-43FA-99AA-AE582DE61AC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B795119D-A3F0-43FA-99AA-AE582DE61AC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B795119D-A3F0-43FA-99AA-AE582DE61AC2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B795119D-A3F0-43FA-99AA-AE582DE61AC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B795119D-A3F0-43FA-99AA-AE582DE61AC2}.Release|Any CPU.Build.0 = Release|Any CPU
{B795119D-A3F0-43FA-99AA-AE582DE61AC2}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48FFE42A-7E6E-4EFC-99C2-13293D5F9C2B}
EndGlobalSection
EndGlobal