-
Notifications
You must be signed in to change notification settings - Fork 1
/
tls-negotiations.sln
37 lines (37 loc) · 2.12 KB
/
tls-negotiations.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tls-negotiations-net45", "tls-negotiations-net45\tls-negotiations-net45.csproj", "{5538FF8A-BE3E-4E5D-B021-08D07159CA70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tls-negotiations-net46", "tls-negotiations-net46\tls-negotiations-net46.csproj", "{A3CD6885-BD7F-4E63-8A5B-5991C76F5FA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tls-negotiations-net47", "tls-negotiations-net47\tls-negotiations-net47.csproj", "{5B8E54BE-2944-491E-9FFF-3A2539C85722}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5538FF8A-BE3E-4E5D-B021-08D07159CA70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5538FF8A-BE3E-4E5D-B021-08D07159CA70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5538FF8A-BE3E-4E5D-B021-08D07159CA70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5538FF8A-BE3E-4E5D-B021-08D07159CA70}.Release|Any CPU.Build.0 = Release|Any CPU
{A3CD6885-BD7F-4E63-8A5B-5991C76F5FA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3CD6885-BD7F-4E63-8A5B-5991C76F5FA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3CD6885-BD7F-4E63-8A5B-5991C76F5FA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3CD6885-BD7F-4E63-8A5B-5991C76F5FA3}.Release|Any CPU.Build.0 = Release|Any CPU
{5B8E54BE-2944-491E-9FFF-3A2539C85722}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8E54BE-2944-491E-9FFF-3A2539C85722}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8E54BE-2944-491E-9FFF-3A2539C85722}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8E54BE-2944-491E-9FFF-3A2539C85722}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3EF0C90-8CE9-4457-8688-FB19323B07BD}
EndGlobalSection
EndGlobal