-
Notifications
You must be signed in to change notification settings - Fork 2
/
mod_sslcrl.sln
43 lines (43 loc) · 2.73 KB
/
mod_sslcrl.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
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_sslcrl", "mod_sslcrl\mod_sslcrl.vcxproj", "{753460AB-4139-4F94-9918-804BB00DE626}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (OpenSSL 1.0.2o)|x64 = Debug (OpenSSL 1.0.2o)|x64
Debug (OpenSSL 1.0.2o)|x86 = Debug (OpenSSL 1.0.2o)|x86
Debug (OpenSSL 1.1.1e)|x64 = Debug (OpenSSL 1.1.1e)|x64
Debug (OpenSSL 1.1.1e)|x86 = Debug (OpenSSL 1.1.1e)|x86
Release (OpenSSL 1.0.2o)|x64 = Release (OpenSSL 1.0.2o)|x64
Release (OpenSSL 1.0.2o)|x86 = Release (OpenSSL 1.0.2o)|x86
Release (OpenSSL 1.1.1e)|x64 = Release (OpenSSL 1.1.1e)|x64
Release (OpenSSL 1.1.1e)|x86 = Release (OpenSSL 1.1.1e)|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{753460AB-4139-4F94-9918-804BB00DE626}.Debug (OpenSSL 1.0.2o)|x64.ActiveCfg = Debug (OpenSSL 1.0.2o)|x64
{753460AB-4139-4F94-9918-804BB00DE626}.Debug (OpenSSL 1.0.2o)|x64.Build.0 = Debug (OpenSSL 1.0.2o)|x64
{753460AB-4139-4F94-9918-804BB00DE626}.Debug (OpenSSL 1.0.2o)|x86.ActiveCfg = Debug (OpenSSL 1.0.2o)|Win32
{753460AB-4139-4F94-9918-804BB00DE626}.Debug (OpenSSL 1.0.2o)|x86.Build.0 = Debug (OpenSSL 1.0.2o)|Win32
{753460AB-4139-4F94-9918-804BB00DE626}.Debug (OpenSSL 1.1.1e)|x64.ActiveCfg = Debug|x64
{753460AB-4139-4F94-9918-804BB00DE626}.Debug (OpenSSL 1.1.1e)|x64.Build.0 = Debug|x64
{753460AB-4139-4F94-9918-804BB00DE626}.Debug (OpenSSL 1.1.1e)|x86.ActiveCfg = Debug|Win32
{753460AB-4139-4F94-9918-804BB00DE626}.Debug (OpenSSL 1.1.1e)|x86.Build.0 = Debug|Win32
{753460AB-4139-4F94-9918-804BB00DE626}.Release (OpenSSL 1.0.2o)|x64.ActiveCfg = Release (OpenSSL 1.0.2o)|x64
{753460AB-4139-4F94-9918-804BB00DE626}.Release (OpenSSL 1.0.2o)|x64.Build.0 = Release (OpenSSL 1.0.2o)|x64
{753460AB-4139-4F94-9918-804BB00DE626}.Release (OpenSSL 1.0.2o)|x86.ActiveCfg = Release (OpenSSL 1.0.2o)|Win32
{753460AB-4139-4F94-9918-804BB00DE626}.Release (OpenSSL 1.0.2o)|x86.Build.0 = Release (OpenSSL 1.0.2o)|Win32
{753460AB-4139-4F94-9918-804BB00DE626}.Release (OpenSSL 1.1.1e)|x64.ActiveCfg = Release|x64
{753460AB-4139-4F94-9918-804BB00DE626}.Release (OpenSSL 1.1.1e)|x64.Build.0 = Release|x64
{753460AB-4139-4F94-9918-804BB00DE626}.Release (OpenSSL 1.1.1e)|x86.ActiveCfg = Release|Win32
{753460AB-4139-4F94-9918-804BB00DE626}.Release (OpenSSL 1.1.1e)|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3EC39CCE-03B1-4313-9C7E-D945EED87803}
EndGlobalSection
EndGlobal