-
Notifications
You must be signed in to change notification settings - Fork 72
/
LetsEncrypt.Azure.sln
37 lines (37 loc) · 2.08 KB
/
LetsEncrypt.Azure.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28606.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LetsEncrypt.Func", "LetsEncrypt.Func\LetsEncrypt.Func.csproj", "{E00D07DA-8CFA-4516-B92B-8F9FDBE576B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LetsEncrypt.Tests", "LetsEncrypt.Tests\LetsEncrypt.Tests.csproj", "{C42690BD-994A-4CBA-8460-AEA9B0150E6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LetsEncrypt.Logic", "LetsEncrypt.Logic\LetsEncrypt.Logic.csproj", "{60830C3B-04FC-4792-8E37-2E0918AB5ECC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E00D07DA-8CFA-4516-B92B-8F9FDBE576B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E00D07DA-8CFA-4516-B92B-8F9FDBE576B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E00D07DA-8CFA-4516-B92B-8F9FDBE576B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E00D07DA-8CFA-4516-B92B-8F9FDBE576B5}.Release|Any CPU.Build.0 = Release|Any CPU
{C42690BD-994A-4CBA-8460-AEA9B0150E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C42690BD-994A-4CBA-8460-AEA9B0150E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C42690BD-994A-4CBA-8460-AEA9B0150E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C42690BD-994A-4CBA-8460-AEA9B0150E6C}.Release|Any CPU.Build.0 = Release|Any CPU
{60830C3B-04FC-4792-8E37-2E0918AB5ECC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60830C3B-04FC-4792-8E37-2E0918AB5ECC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60830C3B-04FC-4792-8E37-2E0918AB5ECC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60830C3B-04FC-4792-8E37-2E0918AB5ECC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41F93EC9-1DCF-4FA8-B410-BB7018D51BE2}
EndGlobalSection
EndGlobal