-
Notifications
You must be signed in to change notification settings - Fork 1
/
WebViewRDVBB.sln
187 lines (187 loc) · 13.3 KB
/
WebViewRDVBB.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "NodeServer", "NodeServer\NodeServer.njsproj", "{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "public", "NodeServer\public\", "{62B0469D-9E60-4A05-9E80-5FF56175AB60}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_1906"
Debug.AspNetCompiler.PhysicalPath = "NodeServer\public\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_1906\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_1906"
Release.AspNetCompiler.PhysicalPath = "NodeServer\public\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_1906\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "1906"
SlnRelativePath = "NodeServer\public\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Android = Debug|Android
Debug|Any CPU = Debug|Any CPU
Debug|iOS = Debug|iOS
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Windows Phone (Universal) = Debug|Windows Phone (Universal)
Debug|Windows Phone 8 = Debug|Windows Phone 8
Debug|Windows-AnyCPU = Debug|Windows-AnyCPU
Debug|Windows-ARM = Debug|Windows-ARM
Debug|Windows-x64 = Debug|Windows-x64
Debug|Windows-x86 = Debug|Windows-x86
Distribution|Android = Distribution|Android
Distribution|Any CPU = Distribution|Any CPU
Distribution|iOS = Distribution|iOS
Distribution|Mixed Platforms = Distribution|Mixed Platforms
Distribution|Windows Phone (Universal) = Distribution|Windows Phone (Universal)
Distribution|Windows Phone 8 = Distribution|Windows Phone 8
Distribution|Windows-AnyCPU = Distribution|Windows-AnyCPU
Distribution|Windows-ARM = Distribution|Windows-ARM
Distribution|Windows-x64 = Distribution|Windows-x64
Distribution|Windows-x86 = Distribution|Windows-x86
Release|Android = Release|Android
Release|Any CPU = Release|Any CPU
Release|iOS = Release|iOS
Release|Mixed Platforms = Release|Mixed Platforms
Release|Windows Phone (Universal) = Release|Windows Phone (Universal)
Release|Windows Phone 8 = Release|Windows Phone 8
Release|Windows-AnyCPU = Release|Windows-AnyCPU
Release|Windows-ARM = Release|Windows-ARM
Release|Windows-x64 = Release|Windows-x64
Release|Windows-x86 = Release|Windows-x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Android.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Android.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|iOS.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|iOS.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows Phone (Universal).ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows Phone (Universal).Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows Phone 8.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows Phone 8.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows-AnyCPU.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows-AnyCPU.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows-ARM.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows-ARM.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows-x64.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows-x64.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows-x86.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Debug|Windows-x86.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Android.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Android.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Any CPU.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Any CPU.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|iOS.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|iOS.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Mixed Platforms.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Mixed Platforms.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows Phone (Universal).ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows Phone (Universal).Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows Phone 8.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows Phone 8.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows-AnyCPU.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows-AnyCPU.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows-ARM.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows-ARM.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows-x64.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows-x64.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows-x86.ActiveCfg = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Distribution|Windows-x86.Build.0 = Debug|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Android.ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Android.Build.0 = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Any CPU.Build.0 = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|iOS.ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|iOS.Build.0 = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows Phone (Universal).ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows Phone (Universal).Build.0 = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows Phone 8.ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows Phone 8.Build.0 = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows-AnyCPU.ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows-AnyCPU.Build.0 = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows-ARM.ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows-ARM.Build.0 = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows-x64.ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows-x64.Build.0 = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows-x86.ActiveCfg = Release|Any CPU
{11E89FA1-3428-4B25-B75B-BAF4EEEB34DC}.Release|Windows-x86.Build.0 = Release|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Android.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Android.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|iOS.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|iOS.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows Phone (Universal).ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows Phone (Universal).Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows Phone 8.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows Phone 8.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows-AnyCPU.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows-AnyCPU.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows-ARM.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows-ARM.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows-x64.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows-x64.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows-x86.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Debug|Windows-x86.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Android.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Android.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Any CPU.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Any CPU.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|iOS.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|iOS.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Mixed Platforms.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Mixed Platforms.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows Phone (Universal).ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows Phone (Universal).Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows Phone 8.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows Phone 8.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows-AnyCPU.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows-AnyCPU.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows-ARM.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows-ARM.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows-x64.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows-x64.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows-x86.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Distribution|Windows-x86.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Android.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Android.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Any CPU.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|iOS.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|iOS.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows Phone (Universal).ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows Phone (Universal).Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows Phone 8.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows Phone 8.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows-AnyCPU.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows-AnyCPU.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows-ARM.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows-ARM.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows-x64.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows-x64.Build.0 = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows-x86.ActiveCfg = Debug|Any CPU
{62B0469D-9E60-4A05-9E80-5FF56175AB60}.Release|Windows-x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal