-
Notifications
You must be signed in to change notification settings - Fork 1
/
SectigoCAProxy.sln
43 lines (43 loc) · 2.38 KB
/
SectigoCAProxy.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 Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SectigoCAProxy", "src\SectigoCAProxy\SectigoCAProxy.csproj", "{EA70088A-23B7-4753-B764-8DDEC8571522}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SectigoCAProxyTests", "tests\SectigoCAProxyTests\SectigoCAProxyTests.csproj", "{DF57CB1F-88D4-4F1C-8BCD-91E5DF72F90C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D77A55A9-5874-4E6D-AD20-202D457891C7}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
integration-manifest.json = integration-manifest.json
readme_source.md = readme_source.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SectigoEsentMigrator", "src\SectigoEsentMigrator\SectigoEsentMigrator.csproj", "{B6BCDCDE-F514-44F0-9897-7886281F52E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA70088A-23B7-4753-B764-8DDEC8571522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA70088A-23B7-4753-B764-8DDEC8571522}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA70088A-23B7-4753-B764-8DDEC8571522}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA70088A-23B7-4753-B764-8DDEC8571522}.Release|Any CPU.Build.0 = Release|Any CPU
{DF57CB1F-88D4-4F1C-8BCD-91E5DF72F90C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF57CB1F-88D4-4F1C-8BCD-91E5DF72F90C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF57CB1F-88D4-4F1C-8BCD-91E5DF72F90C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6BCDCDE-F514-44F0-9897-7886281F52E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6BCDCDE-F514-44F0-9897-7886281F52E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6BCDCDE-F514-44F0-9897-7886281F52E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6BCDCDE-F514-44F0-9897-7886281F52E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C972B61D-B5BF-40C9-8145-DE41F9124E00}
EndGlobalSection
EndGlobal