forked from TalAloni/StandardSocketsHttpHandler
-
Notifications
You must be signed in to change notification settings - Fork 1
/
StandardSocketsHttpHandler.sln
37 lines (37 loc) · 2.24 KB
/
StandardSocketsHttpHandler.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.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardSocketsHttpHandler", "StandardSocketsHttpHandler\StandardSocketsHttpHandler.csproj", "{11A435CA-F8F4-4AC9-BBFE-642DF2C33007}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xunit.NetCore.Extensions", "Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj", "{AEFDD44F-C86E-41CD-B0F3-6F383480FC89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardSocketsHttpHandler.FunctionalTests", "StandardSocketsHttpHandler.FunctionalTests\StandardSocketsHttpHandler.FunctionalTests.csproj", "{FE5031F1-8EAC-4830-86AB-67105784967A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11A435CA-F8F4-4AC9-BBFE-642DF2C33007}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11A435CA-F8F4-4AC9-BBFE-642DF2C33007}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11A435CA-F8F4-4AC9-BBFE-642DF2C33007}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11A435CA-F8F4-4AC9-BBFE-642DF2C33007}.Release|Any CPU.Build.0 = Release|Any CPU
{AEFDD44F-C86E-41CD-B0F3-6F383480FC89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEFDD44F-C86E-41CD-B0F3-6F383480FC89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEFDD44F-C86E-41CD-B0F3-6F383480FC89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEFDD44F-C86E-41CD-B0F3-6F383480FC89}.Release|Any CPU.Build.0 = Release|Any CPU
{FE5031F1-8EAC-4830-86AB-67105784967A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE5031F1-8EAC-4830-86AB-67105784967A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE5031F1-8EAC-4830-86AB-67105784967A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE5031F1-8EAC-4830-86AB-67105784967A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97A17FF2-0C43-4DE4-9A8C-3F39FDA31005}
EndGlobalSection
EndGlobal