-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOfl.Net.Http.sln
More file actions
69 lines (69 loc) · 3.79 KB
/
Copy pathOfl.Net.Http.sln
File metadata and controls
69 lines (69 loc) · 3.79 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F6BBA5CA-78DD-487D-81C9-66F2CD1C3329}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FB51FF78-E7B9-437B-B164-18E0E56170F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ofl.Net.Http", "src\Ofl.Net.Http\Ofl.Net.Http.csproj", "{360A18B8-9FDC-47EA-871E-9CF8787409D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ofl.Net.Http.Tests", "test\Ofl.Net.Http.Tests\Ofl.Net.Http.Tests.csproj", "{C6A7CC81-E57B-4F71-991E-1FD0A817E085}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution-level items", "solution-level items", "{B279F408-0D9E-4B08-8E7E-582C92021AD7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitmodules = .gitmodules
appveyor.yml = appveyor.yml
directory.build.props = directory.build.props
LICENSE = LICENSE
Ofl.Net.Http.sln.DotSettings = Ofl.Net.Http.sln.DotSettings
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Debug|x64.ActiveCfg = Debug|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Debug|x64.Build.0 = Debug|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Debug|x86.ActiveCfg = Debug|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Debug|x86.Build.0 = Debug|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Release|Any CPU.Build.0 = Release|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Release|x64.ActiveCfg = Release|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Release|x64.Build.0 = Release|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Release|x86.ActiveCfg = Release|Any CPU
{360A18B8-9FDC-47EA-871E-9CF8787409D8}.Release|x86.Build.0 = Release|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Debug|x64.ActiveCfg = Debug|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Debug|x64.Build.0 = Debug|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Debug|x86.ActiveCfg = Debug|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Debug|x86.Build.0 = Debug|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Release|Any CPU.Build.0 = Release|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Release|x64.ActiveCfg = Release|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Release|x64.Build.0 = Release|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Release|x86.ActiveCfg = Release|Any CPU
{C6A7CC81-E57B-4F71-991E-1FD0A817E085}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{360A18B8-9FDC-47EA-871E-9CF8787409D8} = {F6BBA5CA-78DD-487D-81C9-66F2CD1C3329}
{C6A7CC81-E57B-4F71-991E-1FD0A817E085} = {FB51FF78-E7B9-437B-B164-18E0E56170F0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57A47AF7-910D-4362-B5D3-59685DEB728A}
EndGlobalSection
EndGlobal