-
Notifications
You must be signed in to change notification settings - Fork 5
/
HttpLib.sln
50 lines (50 loc) · 2.9 KB
/
HttpLib.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
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{9F853A87-AAE2-4752-9019-E8D1C43FB10E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "example1", "examples\example1\example1.csproj", "{ECE9ECDB-4E9B-4BAE-A0AE-826F095E7272}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpLib", "src\HttpLib.csproj", "{BB60B69E-6842-4421-8068-EB59B8899B9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "download", "examples\download\download.csproj", "{23FDA92E-C67E-401B-9E54-E44BF1E2220D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDown", "examples\TDown\TDown.csproj", "{EB71932D-C4E7-47B1-9FB9-36604FE648E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECE9ECDB-4E9B-4BAE-A0AE-826F095E7272}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECE9ECDB-4E9B-4BAE-A0AE-826F095E7272}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECE9ECDB-4E9B-4BAE-A0AE-826F095E7272}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECE9ECDB-4E9B-4BAE-A0AE-826F095E7272}.Release|Any CPU.Build.0 = Release|Any CPU
{BB60B69E-6842-4421-8068-EB59B8899B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB60B69E-6842-4421-8068-EB59B8899B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB60B69E-6842-4421-8068-EB59B8899B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB60B69E-6842-4421-8068-EB59B8899B9E}.Release|Any CPU.Build.0 = Release|Any CPU
{23FDA92E-C67E-401B-9E54-E44BF1E2220D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23FDA92E-C67E-401B-9E54-E44BF1E2220D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23FDA92E-C67E-401B-9E54-E44BF1E2220D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23FDA92E-C67E-401B-9E54-E44BF1E2220D}.Release|Any CPU.Build.0 = Release|Any CPU
{EB71932D-C4E7-47B1-9FB9-36604FE648E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB71932D-C4E7-47B1-9FB9-36604FE648E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB71932D-C4E7-47B1-9FB9-36604FE648E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB71932D-C4E7-47B1-9FB9-36604FE648E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECE9ECDB-4E9B-4BAE-A0AE-826F095E7272} = {9F853A87-AAE2-4752-9019-E8D1C43FB10E}
{23FDA92E-C67E-401B-9E54-E44BF1E2220D} = {9F853A87-AAE2-4752-9019-E8D1C43FB10E}
{EB71932D-C4E7-47B1-9FB9-36604FE648E2} = {9F853A87-AAE2-4752-9019-E8D1C43FB10E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B251537-182B-4B3E-9549-9AC4710A1C90}
EndGlobalSection
EndGlobal