-
Notifications
You must be signed in to change notification settings - Fork 121
/
Certes.sln
81 lines (81 loc) · 4.53 KB
/
Certes.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33209.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E9E7371E-AB81-4ECF-9684-2ACB1EF7FF67}"
ProjectSection(SolutionItems) = preProject
docs\APIv2.md = docs\APIv2.md
docs\CHANGELOG.md = docs\CHANGELOG.md
docs\implementation-status.md = docs\implementation-status.md
LICENSE = LICENSE
docs\README.md = docs\README.md
docs\README.v1.md = docs\README.v1.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7B11358C-CCDB-4A64-8CAF-9AA29AFD7DE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{556F2BFB-DE9B-4673-BADC-63C365DA2A55}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{E420B696-0E51-40E1-B534-96E66C2C27F5}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.bettercodehub.yml = .bettercodehub.yml
.codecov.yml = .codecov.yml
.editorconfig = .editorconfig
.travis.yml = .travis.yml
azure-pipelines.yml = azure-pipelines.yml
misc\certes.props = misc\certes.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certes", "src\Certes\Certes.csproj", "{7AA85BF4-2A4F-42C8-A107-82B22C640C4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certes.Cli", "src\Certes.Cli\Certes.Cli.csproj", "{B416791A-F073-446B-87B8-0D63049DB1A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certes.Tests", "test\Certes.Tests\Certes.Tests.csproj", "{67194186-A678-40D3-BEB2-A5572539C423}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certes.Tests.Integration", "test\Certes.Tests.Integration\Certes.Tests.Integration.csproj", "{741DD8E1-DDCB-4D34-9E65-FEE6AC861022}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certes.Func", "test\Certes.Func\Certes.Func.csproj", "{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7AA85BF4-2A4F-42C8-A107-82B22C640C4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AA85BF4-2A4F-42C8-A107-82B22C640C4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AA85BF4-2A4F-42C8-A107-82B22C640C4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AA85BF4-2A4F-42C8-A107-82B22C640C4E}.Release|Any CPU.Build.0 = Release|Any CPU
{B416791A-F073-446B-87B8-0D63049DB1A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B416791A-F073-446B-87B8-0D63049DB1A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B416791A-F073-446B-87B8-0D63049DB1A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B416791A-F073-446B-87B8-0D63049DB1A8}.Release|Any CPU.Build.0 = Release|Any CPU
{67194186-A678-40D3-BEB2-A5572539C423}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67194186-A678-40D3-BEB2-A5572539C423}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67194186-A678-40D3-BEB2-A5572539C423}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67194186-A678-40D3-BEB2-A5572539C423}.Release|Any CPU.Build.0 = Release|Any CPU
{741DD8E1-DDCB-4D34-9E65-FEE6AC861022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{741DD8E1-DDCB-4D34-9E65-FEE6AC861022}.Debug|Any CPU.Build.0 = Debug|Any CPU
{741DD8E1-DDCB-4D34-9E65-FEE6AC861022}.Release|Any CPU.ActiveCfg = Release|Any CPU
{741DD8E1-DDCB-4D34-9E65-FEE6AC861022}.Release|Any CPU.Build.0 = Release|Any CPU
{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7AA85BF4-2A4F-42C8-A107-82B22C640C4E} = {7B11358C-CCDB-4A64-8CAF-9AA29AFD7DE3}
{B416791A-F073-446B-87B8-0D63049DB1A8} = {7B11358C-CCDB-4A64-8CAF-9AA29AFD7DE3}
{67194186-A678-40D3-BEB2-A5572539C423} = {556F2BFB-DE9B-4673-BADC-63C365DA2A55}
{741DD8E1-DDCB-4D34-9E65-FEE6AC861022} = {556F2BFB-DE9B-4673-BADC-63C365DA2A55}
{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800} = {556F2BFB-DE9B-4673-BADC-63C365DA2A55}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E394B03-F0AB-4024-BDCB-334EE482380C}
EndGlobalSection
EndGlobal