-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHttp.Options.sln
More file actions
64 lines (64 loc) · 4.19 KB
/
Http.Options.sln
File metadata and controls
64 lines (64 loc) · 4.19 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Http.Client.Options", "Http.Client.Options\Http.Client.Options.csproj", "{7B6689F5-99AA-4428-86A2-7BAE17E5F22E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Http.Options.Benchmarks", "Http.Options.Benchmarks\Http.Options.Benchmarks.csproj", "{E0DB1447-72F0-4274-B9D1-AA7B8C4A5215}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Http.Options.UnitTests", "Http.Options.UnitTests\Http.Options.UnitTests.csproj", "{C9CD62E2-7039-4BF4-A92A-593623412F05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{BCF1A367-D38D-4699-89FD-32E9F9D9E887}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.targets = Directory.Build.targets
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".playground", ".playground", "{5D491C0C-69AE-4B2F-8001-8F4E74D1C54B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Http.Options.Playground472", ".playground\Http.Options.Playground472\Http.Options.Playground472.csproj", "{2AAA9B6F-A455-4409-B1D4-BD7A3A0C2A69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Http.Options.PlaygroundCore", ".playground\Http.Options.PlaygroundCore\Http.Options.PlaygroundCore.csproj", "{11FF6998-A3EF-46CE-85FB-64624DEB49A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{30F2E8E3-9847-4B77-BD02-ED61AFA73244}"
ProjectSection(SolutionItems) = preProject
nuget_push_gigya.bat = nuget_push_gigya.bat
nuget_push.bat = nuget_push.bat
nuget_push_local.bat = nuget_push_local.bat
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Http.Client.Options.WireServer", "Http.Client.Options.WireServer\Http.Client.Options.WireServer.csproj", "{5177538B-BD6E-49A0-B4BA-7D3BACADDAE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B6689F5-99AA-4428-86A2-7BAE17E5F22E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B6689F5-99AA-4428-86A2-7BAE17E5F22E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B6689F5-99AA-4428-86A2-7BAE17E5F22E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B6689F5-99AA-4428-86A2-7BAE17E5F22E}.Release|Any CPU.Build.0 = Release|Any CPU
{E0DB1447-72F0-4274-B9D1-AA7B8C4A5215}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0DB1447-72F0-4274-B9D1-AA7B8C4A5215}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0DB1447-72F0-4274-B9D1-AA7B8C4A5215}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0DB1447-72F0-4274-B9D1-AA7B8C4A5215}.Release|Any CPU.Build.0 = Release|Any CPU
{C9CD62E2-7039-4BF4-A92A-593623412F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9CD62E2-7039-4BF4-A92A-593623412F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9CD62E2-7039-4BF4-A92A-593623412F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9CD62E2-7039-4BF4-A92A-593623412F05}.Release|Any CPU.Build.0 = Release|Any CPU
{2AAA9B6F-A455-4409-B1D4-BD7A3A0C2A69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AAA9B6F-A455-4409-B1D4-BD7A3A0C2A69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AAA9B6F-A455-4409-B1D4-BD7A3A0C2A69}.Release|Any CPU.Build.0 = Release|Any CPU
{11FF6998-A3EF-46CE-85FB-64624DEB49A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11FF6998-A3EF-46CE-85FB-64624DEB49A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11FF6998-A3EF-46CE-85FB-64624DEB49A4}.Release|Any CPU.Build.0 = Release|Any CPU
{5177538B-BD6E-49A0-B4BA-7D3BACADDAE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5177538B-BD6E-49A0-B4BA-7D3BACADDAE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5177538B-BD6E-49A0-B4BA-7D3BACADDAE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5177538B-BD6E-49A0-B4BA-7D3BACADDAE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2AAA9B6F-A455-4409-B1D4-BD7A3A0C2A69} = {5D491C0C-69AE-4B2F-8001-8F4E74D1C54B}
{11FF6998-A3EF-46CE-85FB-64624DEB49A4} = {5D491C0C-69AE-4B2F-8001-8F4E74D1C54B}
EndGlobalSection
EndGlobal