-
Notifications
You must be signed in to change notification settings - Fork 5
/
SSLLabsApiWrapper.sln
41 lines (41 loc) · 2.32 KB
/
SSLLabsApiWrapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SSLLabsApiWrapper", "SSLLabsApiWrapper\SSLLabsApiWrapper.csproj", "{9D2FF62D-01C0-41B0-A3BE-32005365290C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{06122B2D-FE98-44A4-9801-B3381751A8B6}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SSLLabsApiWrapper.Tests", "SSLLabsApiWrapper.Tests\SSLLabsApiWrapper.Tests.csproj", "{3F2EFE11-F333-4413-9FB9-61BC7CA2D6E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SSLLabsApiWrapper.IntegrationTests", "SSLLabsApiWrapper.IntegrationTests\SSLLabsApiWrapper.IntegrationTests.csproj", "{2A33ABC5-814C-41B4-88D3-82BFC26CEA23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D2FF62D-01C0-41B0-A3BE-32005365290C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D2FF62D-01C0-41B0-A3BE-32005365290C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D2FF62D-01C0-41B0-A3BE-32005365290C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D2FF62D-01C0-41B0-A3BE-32005365290C}.Release|Any CPU.Build.0 = Release|Any CPU
{3F2EFE11-F333-4413-9FB9-61BC7CA2D6E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F2EFE11-F333-4413-9FB9-61BC7CA2D6E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F2EFE11-F333-4413-9FB9-61BC7CA2D6E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F2EFE11-F333-4413-9FB9-61BC7CA2D6E6}.Release|Any CPU.Build.0 = Release|Any CPU
{2A33ABC5-814C-41B4-88D3-82BFC26CEA23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A33ABC5-814C-41B4-88D3-82BFC26CEA23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A33ABC5-814C-41B4-88D3-82BFC26CEA23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A33ABC5-814C-41B4-88D3-82BFC26CEA23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal