-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHttpLogger.sln
88 lines (88 loc) · 5.19 KB
/
HttpLogger.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpLogger", "HttpLogger.csproj", "{CAC52A69-45BF-41D6-AB86-8443F977251F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|ARM = Ad-Hoc|ARM
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|x64 = Ad-Hoc|x64
Ad-Hoc|x86 = Ad-Hoc|x86
AppStore|Any CPU = AppStore|Any CPU
AppStore|ARM = AppStore|ARM
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|x64 = AppStore|x64
AppStore|x86 = AppStore|x86
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|Any CPU.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|ARM.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|ARM.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|iPhone.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|x64.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|x64.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|x86.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.AppStore|x86.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|ARM.ActiveCfg = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|ARM.Build.0 = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|iPhone.Build.0 = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|x64.ActiveCfg = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|x64.Build.0 = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|x86.ActiveCfg = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Debug|x86.Build.0 = Debug|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|Any CPU.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|ARM.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|ARM.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|iPhone.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|iPhone.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|x64.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|x64.Build.0 = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|x86.ActiveCfg = Release|Any CPU
{CAC52A69-45BF-41D6-AB86-8443F977251F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal