-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCertificateChecker.sln
29 lines (29 loc) · 1.49 KB
/
CertificateChecker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CertificateChecker", "CertificateChecker\CertificateChecker.csproj", "{9BFA5019-7D11-46A2-8B7B-6BCA78C1D8B4}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CertificateChecker_Setup_v4.0", "CertificateChecker_Setup_v4.0\CertificateChecker_Setup_v4.0.vdproj", "{A76DC82E-BEA1-46C0-98D4-A289941C4DF3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BFA5019-7D11-46A2-8B7B-6BCA78C1D8B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BFA5019-7D11-46A2-8B7B-6BCA78C1D8B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BFA5019-7D11-46A2-8B7B-6BCA78C1D8B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BFA5019-7D11-46A2-8B7B-6BCA78C1D8B4}.Release|Any CPU.Build.0 = Release|Any CPU
{A76DC82E-BEA1-46C0-98D4-A289941C4DF3}.Debug|Any CPU.ActiveCfg = Debug
{A76DC82E-BEA1-46C0-98D4-A289941C4DF3}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38AE4BE8-959C-4D39-95D2-14C8E47DEC9C}
EndGlobalSection
EndGlobal