-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathplatforms.json
More file actions
338 lines (319 loc) · 11.1 KB
/
platforms.json
File metadata and controls
338 lines (319 loc) · 11.1 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
{
"vsversions":
[
{"alias":"VS2010",
"name":"Visual Studio 2010",
"download":"http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_4"},
{"alias":"VS2012",
"name":"Visual Studio 2012",
"download":"http://www.microsoft.com/en-us/download/details.aspx?id=30682"},
{"alias":"VS2013",
"name":"Visual Studio 2013",
"download":"http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx"
},
{"alias":"VS2015",
"name":"Visual Studio 2015",
"download":"http://www.visualstudio.com/downloads/visual-studio-2015-downloads-vs"
}
]
,
"platformcategories":
[
{"alias":"netfx",
"name":".NET Framework"},
{"alias":"services",
"name":"Services"},
{"alias":"devices",
"name":"Devices"},
{"alias":"libraries",
"name":"Libraries"},
{"alias":"silverlight",
"name":"Silverlight"}
],
"platforms":
[
{
"platform":".NET Framework 4.6",
"category":"netfx",
"info":"http://blogs.msdn.com/b/dotnet/archive/2015/07/20/announcing-net-framework-4-6.aspx",
"includedIn":["VS2015"],
"supportedBy":["VS2013","VS2012"],
"runtime":[
{"name":".NET Framework 4.6","link":"http://go.microsoft.com/fwlink/?LinkId=528259"}],
"tools":[
{"name":"Visual Studio Community 2015 (free)","link":"https://www.visualstudio.com/products/visual-studio-community-vs"},
{"name":".NET Framework 4.6 Targeting Pack","link":"http://go.microsoft.com/fwlink/?LinkId=528261","description":"The .NET 4.6 Developer pack includes the 4.6 reference assemblies needed by Visual Studio and msbuild."}
]
},
{
"platform":".NET Framework 4.5.2",
"category":"netfx",
"info":"http://go.microsoft.com/fwlink/?LinkID=309958",
"includedIn":["VS2015"],
"supportedBy":["VS2013","VS2012"],
"runtime":[
{"name":".NET Framework 4.5.2","link":"http://go.microsoft.com/fwlink/?LinkId=397674"}],
"tools":[
{"name":".NET Framework 4.5.2 Developer Pack","link":"http://go.microsoft.com/fwlink/?LinkId=328857","description":"The .NET 4.5.2 Developer pack includes the .NET framework 4.5.2 runtime and targeting pack."},
{"name":".NET Framework 4.5.2 Language Packs","link":"http://go.microsoft.com/fwlink/?LinkId=328858","description":"Resources to support languages other than English."}
]
},
{
"platform":".NET Framework 4.5.1",
"category":"netfx",
"info":"http://go.microsoft.com/fwlink/?LinkID=309958",
"includedIn":["VS2015","VS2013"],
"supportedBy":["VS2012"],
"runtime":[
{"name":".NET Framework 4.5.1","link":"http://go.microsoft.com/fwlink/?LinkId=306592"}],
"tools":[
{"name":".NET Framework 4.5.1 Developer Pack","link":"http://www.microsoft.com/en-us/download/details.aspx?id=40772","description":"The .NET 4.5.1 Developer pack includes the .NET framework 4.5.1 runtime and targeting pack."},
{"name":"Windows Software Development Kit for Windows 8.1","link":"http://go.microsoft.com/fwlink/?LinkID=310212"}]
},
{
"platform":".NET Framework 4.5",
"category":"netfx",
"info":"http://blogs.msdn.com/b/dotnet/archive/2012/08/15/announcing-the-release-of-net-framework-4-5-rtm-product-and-source-code.aspx",
"includedIn":["VS2015","VS2013","VS2012"],
"supportedBy":[],
"runtime":[
{"name":".NET Framework 4.5","link":"http://go.microsoft.com/fwlink/?LinkId=306591"}],
"tools":[
{"name":"Windows Software Development Kit (SDK) for Windows 8","link":"http://go.microsoft.com/fwlink/?LinkID=310216"}]
},
{
"platform":".NET Framework 4.0.3",
"category":"netfx",
"info":"http://blogs.msdn.com/b/dotnet/archive/2012/03/05/update-4-0-3-for-the-microsoft-net-framework-4.aspx",
"includedIn":[],
"supportedBy":["VS2010"],
"runtime":[
{"name":".NET Framework 4.0.3","link":"http://go.microsoft.com/fwlink/?LinkID=226775"}
],
"tools":[
{"name":".NET Framework 4.0.3 Targeting Pack","link":"http://go.microsoft.com/fwlink/?LinkID=245232"},
{"name":".NET Framework 4.0.3 -- Design-time Update","link":"http://go.microsoft.com/fwlink/?LinkID=226778"}
]
},
{
"platform":".NET Framework 4",
"category":"netfx",
"info":"http://blogs.msdn.com/b/dotnet/archive/2012/08/15/announcing-the-release-of-net-framework-4-5-rtm-product-and-source-code.aspx",
"includedIn":["VS2015","VS2013","VS2012","VS2010"],
"supportedBy":[],
"runtime":[
{"name":".NET Framework 4","link":"http://go.microsoft.com/fwlink/?LinkID=306589"}],
"tools":[
{"name":"Windows SDK for Windows 7 and .NET Framework 4","link":"http://go.microsoft.com/fwlink/?LinkID=229188"}
]
},
{
"platform":".NET Framework 2.0 + 3.5 SP1",
"category":"netfx",
"info":"http://msdn.microsoft.com/library/w0x726c2(VS.90).aspx",
"includedIn":[],
"supportedBy":["VS2015","VS2013","VS2012","VS2010"],
"runtime":[
{"name":".NET Framework 3.5 SP1","link":"http://go.microsoft.com/fwlink/?LinkID=229190"},
{"name":".NET Framework 3.5 SP1 (Windows 8+)","link":"http://msdn.microsoft.com/library/hh506443.aspx"}],
"tools":[]
},
{
"platform":"Microsoft Azure",
"category":"services",
"info":"http://msdn.microsoft.com/library/azure",
"includedIn":[],
"supportedBy":["VS2015","VS2013","VS2012"],
"tools":[
{"name":"Azure SDK for .NET","link":"http://go.microsoft.com/fwlink/?LinkID=254336"},
{"name":"Visual Studio Express 2013 for Web","link":"http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-web"}
]
},
{
"platform":"Team Foundation Server",
"category":"services",
"info":"http://go.microsoft.com/fwlink/?LinkID=308920",
"includedIn":[],
"supportedBy":["VS2010"],
"tools":[
{"name":"Visual Studio 2010 SP1 Team Foundation Server Compatibility GDR ","link":"http://go.microsoft.com/fwlink/?LinkID=308924"}]
},
{
"platform":"Team Foundation Server",
"category":"services",
"info":"http://go.microsoft.com/fwlink/?LinkID=308920",
"includedIn":["VS2015","VS2013","VS2012"],
"supportedBy":[]
},
{
"platform":"Office 365, Office and SharePoint",
"category":"services",
"info":"http://go.microsoft.com/fwlink/?LinkID=308921",
"includedIn":["VS2015","VS2013"],
"supportedBy":[]
}
,
{
"platform":"OneDrive",
"category":"services",
"info":"http://go.microsoft.com/fwlink/?LinkID=306598",
"includedIn":[],
"supportedBy":["VS2015","VS2013","VS2012"],
"tools":[{"name":"Live SDK","link":"http://go.microsoft.com/fwlink/?LinkID=306598"}]
},
{
"platform":"Bing",
"category":"services",
"info":"http://www.bing.com/dev",
"includedIn":[],
"supportedBy":["VS2013"],
"tools":[{"name":"Maps WPF Control","link":"http://go.microsoft.com/fwlink/?LinkID=306597"},
{"name":"Bing Maps SDK for Windows 8.1","link":"http://go.microsoft.com/fwlink/?LinkID=309954"},
{"name":"Bing Optical Character Recognition Control","link":"http://go.microsoft.com/fwlink/?LinkID=309953"},
{"name":"Bing Translator Control","link":"http://go.microsoft.com/fwlink/?LinkID=309952"}
]
},
{
"platform":"Bing",
"category":"services",
"info":"http://www.bing.com/dev",
"includedIn":[],
"supportedBy":["VS2012"],
"tools":[{"name":"Maps WPF Control","link":"http://go.microsoft.com/fwlink/?LinkID=306597"},
{"name":"Bing Maps SDK for Windows 8","link":"http://go.microsoft.com/fwlink/?LinkID=309950"},
{"name":"Bing Optical Character Recognition Control","link":"http://go.microsoft.com/fwlink/?LinkID=309953"},
{"name":"Bing Translator Control","link":"http://go.microsoft.com/fwlink/?LinkID=309952"}
]
},
{
"platform":"Bing",
"category":"services",
"info":"http://www.bing.com/dev",
"includedIn":[],
"supportedBy":["VS2010"],
"tools":[{"name":"Maps WPF Control","link":"http://go.microsoft.com/fwlink/?LinkID=306597"}]
},
{
"platform":"Microsoft Advertising",
"category":"Services",
"info":"http://go.microsoft.com/fwlink/?LinkID=309951",
"includedIn":[],
"supportedBy":["VS2013","VS2012"],
"tools":[
{"name":"Microsoft Ad SDK for Windows 8","link":"http://go.microsoft.com/fwlink/?LinkID=309951"}
]
},
{
"platform":"Windows Store",
"category":"devices",
"info":"http://msdn.microsoft.com/windows/apps",
"includedIn":["VS2013"],
"supportedBy":[],
"tools":[{"name":"Visual Studio Express 2013 for Windows with Update 2 RC ","link":"http://www.microsoft.com/download/details.aspx?id=42305"},
{"name":"Microsoft .NET Native","link":"http://msdn.microsoft.com/vstudio/dotnetnative"}
]
},
{
"platform":"Windows Store",
"category":"devices",
"info":"http://msdn.microsoft.com/windows/apps",
"includedIn":["VS2012"],
"supportedBy":[],
"tools":[{"name":"Visual Studio Express 2013 for Windows with Update 2 RC ","link":"http://www.microsoft.com/download/details.aspx?id=42305"}]
},
{
"platform":"Windows Phone",
"category":"devices",
"info":"http://msdn.microsoft.com/library/windowsphone/develop/ff402535(v=vs.105).aspx",
"includedIn":["VS2013"],
"supportedBy":[],
"tools":[{"name":"Visual Studio Express 2013 for Windows with Update 2 RC ","link":"http://www.microsoft.com/download/details.aspx?id=42305"}
]
},
{
"platform":"Windows Phone 7.5",
"category":"devices",
"info":"http://dev.windowsphone.com/develop",
"includedIn":[],
"supportedBy":["VS2012","VS2010"],
"tools":[
{"name":"Windows Phone SDK 7.1","link":"http://go.microsoft.com/fwlink/?LinkID=229195"},
{"name":"Visual Studio Express 2012 for Windows Phone","link":"http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-phone"},
{"name":"Visual Studio Express 2013 for Windows with Update 2 RC ","link":"http://www.microsoft.com/download/details.aspx?id=42305"}
]
},
{
"platform":"XBOX 360",
"category":"devices",
"info":"http://xbox.create.msdn.com",
"includedIn":[],
"supportedBy":["VS2010"],
"tools":[
{"name":"XNA Game Studio 4.0","link":"http://go.microsoft.com/fwlink/?LinkID=229196"}
]
},
{
"platform":"Kinect for Windows",
"category":"devices",
"info":"http://www.microsoft.com/en-us/kinectforwindows/develop",
"includedIn":[],
"supportedBy":["VS2013", "VS2012"],
"tools":[{"name":"Kinect for Windows SDK","link":"http://go.microsoft.com/fwlink/?LinkID=324285"}
]
},
{
"platform":"Portable Class Library",
"category":"libraries",
"info":"http://msdn.microsoft.com/library/gg597391(v=vs.110)",
"includedIn":["VS2015","VS2013", "VS2012"],
"supportedBy":[]
},
{
"platform":"Portable Class Library",
"category":"libraries",
"info":"http://msdn.microsoft.com/library/gg597391(v=vs.110)",
"includedIn":[],
"supportedBy":["VS2010"],
"tools":[{"name":"Portable Library Tools","link":"http://go.microsoft.com/fwlink/?LinkID=229189"}]
},
{
"platform":"Silverlight 5",
"category":"silverlight",
"info":"http://msdn.microsoft.com/library/cc838158.aspx)",
"includedIn":["VS2015","VS2013","VS2012"],
"supportedBy":[],
"runtime":[
{"name":"Silverlight 5","link":"http://go.microsoft.com/fwlink/?LinkID=310211"}]
},
{
"platform":"Silverlight 5",
"category":"silverlight",
"info":"http://msdn.microsoft.com/library/cc838158.aspx",
"includedIn":[],
"supportedBy":["VS2010"],
"runtime":[
{"name":"Silverlight 5","link":"http://go.microsoft.com/fwlink/?LinkID=310211"}],
"tools":[
{"name":"Silverlight 5 Tools for Visual Studio 2010 SP1","link":"http://go.microsoft.com/fwlink/?LinkID=229193"}]
},
{
"platform":"Xamarin",
"category":"devices",
"info":"http://xamarin.com",
"includedIn":[],
"supportedBy":["VS2015","VS2013","VS2012","VS2010"],
"runtime":[],
"tools":[
{"name":"Xamarin Tools for iOS and Android","link":"http://go.microsoft.com/fwlink/?LinkID=398052"}]
},
{
"platform":".NET Micro Framework",
"category":"devices",
"info":"http://www.netmf.com",
"includedIn":[],
"supportedBy":["VS2012"],
"runtime":[{"name":".NET MF 4.3 RTM QFE1","link":"http://netmf.codeplex.com/releases/view/118283"}],
"tools":[]
}
]
}