-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSSLValidator.sln
More file actions
46 lines (46 loc) · 2.44 KB
/
SSLValidator.sln
File metadata and controls
46 lines (46 loc) · 2.44 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SSLValidator.Server", "SSLValidator\Server\SSLValidator.Server.csproj", "{AE6B4E56-654B-41B4-98CC-FDC84E0495DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SSLValidator.Client", "SSLValidator\Client\SSLValidator.Client.csproj", "{6A29B552-C691-456C-BA75-5B7447354EEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SSLValidator.Shared", "SSLValidator\Shared\SSLValidator.Shared.csproj", "{82117FEA-3E80-4AF4-BBA4-9179896C5C76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8AA6369E-4106-4C12-8BAC-1C5A886E1F5B}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
LICENSE = LICENSE
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
{AE6B4E56-654B-41B4-98CC-FDC84E0495DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE6B4E56-654B-41B4-98CC-FDC84E0495DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE6B4E56-654B-41B4-98CC-FDC84E0495DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE6B4E56-654B-41B4-98CC-FDC84E0495DD}.Release|Any CPU.Build.0 = Release|Any CPU
{6A29B552-C691-456C-BA75-5B7447354EEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A29B552-C691-456C-BA75-5B7447354EEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A29B552-C691-456C-BA75-5B7447354EEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A29B552-C691-456C-BA75-5B7447354EEC}.Release|Any CPU.Build.0 = Release|Any CPU
{82117FEA-3E80-4AF4-BBA4-9179896C5C76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82117FEA-3E80-4AF4-BBA4-9179896C5C76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82117FEA-3E80-4AF4-BBA4-9179896C5C76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82117FEA-3E80-4AF4-BBA4-9179896C5C76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73342F13-2A69-4ABB-BCF5-30A63DFB5F9A}
EndGlobalSection
EndGlobal