-
Notifications
You must be signed in to change notification settings - Fork 803
/
Copy pathVSPackage.resx
553 lines (542 loc) · 26.6 KB
/
VSPackage.resx
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ProjectReferenceError2" xml:space="preserve">
<value>You must build the target project before it can be referenced.</value>
</data>
<data name="Application" xml:space="preserve">
<value>Application</value>
</data>
<data name="GeneralCaption" xml:space="preserve">
<value>General</value>
</data>
<data name="AssemblyName" xml:space="preserve">
<value>Assembly Name</value>
</data>
<data name="AssemblyNameDescription" xml:space="preserve">
<value>The name of the output file that will hold assembly metadata.</value>
</data>
<data name="OutputType" xml:space="preserve">
<value>Output Type</value>
</data>
<data name="OutputTypeDescription" xml:space="preserve">
<value>The type of application to build.</value>
</data>
<data name="DefaultNamespace" xml:space="preserve">
<value>Default Namespace</value>
</data>
<data name="DefaultNamespaceDescription" xml:space="preserve">
<value>Specifies the default namespace for added items, such as classes, that are added via the Add New Item Dialog Box.</value>
</data>
<data name="StartupObject" xml:space="preserve">
<value>Startup Object</value>
</data>
<data name="StartupObjectDescription" xml:space="preserve">
<value>The name of the class that contains the static Main method that you want called when you launch your application.</value>
</data>
<data name="ApplicationIcon" xml:space="preserve">
<value>Application Icon</value>
</data>
<data name="ApplicationIconDescription" xml:space="preserve">
<value>Sets the .ico file to use as your application icon.</value>
</data>
<data name="Project" xml:space="preserve">
<value>Project</value>
</data>
<data name="ProjectFile" xml:space="preserve">
<value>Project File</value>
</data>
<data name="ProjectFileDescription" xml:space="preserve">
<value>The name of the file containing build, configuration, and other information about the project.</value>
</data>
<data name="ProjectFolder" xml:space="preserve">
<value>Project Folder</value>
</data>
<data name="ProjectFolderDescription" xml:space="preserve">
<value>The absolute location of the project.</value>
</data>
<data name="OutputFile" xml:space="preserve">
<value>Output File</value>
</data>
<data name="OutputFileDescription" xml:space="preserve">
<value>The name of the project's primary output file.</value>
</data>
<data name="TargetPlatform" xml:space="preserve">
<value>Target Platform</value>
</data>
<data name="TargetPlatformDescription" xml:space="preserve">
<value>The version of the Common Language Runtime to use for output assembly</value>
</data>
<data name="TargetPlatformLocation" xml:space="preserve">
<value>Target Platform Location</value>
</data>
<data name="TargetPlatformLocationDescription" xml:space="preserve">
<value>The location of the target platform</value>
</data>
<data name="ProjectFileExtensionFilter" xml:space="preserve">
<value>F# Project File (*.fsproj)</value>
</data>
<data name="ComponentFileExtensionFilter" xml:space="preserve">
<value>Component File (*.dll;*.exe)</value>
</data>
<data name="OtherFlags" xml:space="preserve">
<value>Other Flags</value>
</data>
<data name="OtherFlagsDescription" xml:space="preserve">
<value>Other compiler flags</value>
</data>
<data name="Build" xml:space="preserve">
<value>Build</value>
</data>
<data name="1" xml:space="preserve">
<value />
</data>
<data name="2" xml:space="preserve">
<value />
</data>
<data name="3" xml:space="preserve">
<value />
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="300" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpSplashScreenIcon.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpAboutBox.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4000" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpWindowsApplication.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4001" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpApplication_32.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4002" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpLibrary.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4003" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpScript.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4004" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpTutorial.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4005" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpCodeFile_32.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4006" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpScriptFile.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4007" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpSignature.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4008" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpEmptyProject_32.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4009" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Utility_Text.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4010" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Local_AppConfig.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4011" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Data_XML.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4012" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Resource_Bitmap.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4013" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpSilverLIghtClassLibrary.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4014" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Data_Source.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4015" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Data_LinQToSQL.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4016" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Data_Entity.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4017" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpResources.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4018" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpTestLibrary.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4100" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\ProjectNode.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4101" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSFile.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4102" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSIFile.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4103" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSXFile.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4200" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\FSharpInteractive.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="5001" xml:space="preserve">
<value>F# Script File</value>
</data>
<data name="5002" xml:space="preserve">
<value>A blank F# script file (.fsx)</value>
</data>
<data name="5003" xml:space="preserve">
<value>Script.fsx</value>
</data>
<data name="5005" xml:space="preserve">
<value>FSharp Text Editor</value>
</data>
<data name="5006" xml:space="preserve">
<value>Code</value>
</data>
<data name="5007" xml:space="preserve">
<value>General</value>
</data>
<data name="5008" xml:space="preserve">
<value>Windows</value>
</data>
<data name="5009" xml:space="preserve">
<value>Silverlight</value>
</data>
<data name="5011" xml:space="preserve">
<value>F# Source File</value>
</data>
<data name="5012" xml:space="preserve">
<value>A blank F# source file (.fs)</value>
</data>
<data name="5013" xml:space="preserve">
<value>File.fs</value>
</data>
<data name="5014" xml:space="preserve">
<value>Console Application (.NET Framework)</value>
</data>
<data name="5015" xml:space="preserve">
<value>A project for creating a command-line application</value>
</data>
<data name="5016" xml:space="preserve">
<value>Library (.NET Framework)</value>
</data>
<data name="5017" xml:space="preserve">
<value>A project for creating an F# library</value>
</data>
<data name="5018" xml:space="preserve">
<value>Tutorial (.NET Framework)</value>
</data>
<data name="5019" xml:space="preserve">
<value>A tutorial project providing a walkthrough of the F# language</value>
</data>
<data name="5020" xml:space="preserve">
<value>Silverlight Library</value>
</data>
<data name="5021" xml:space="preserve">
<value>A project for creating an F# Silverlight library</value>
</data>
<data name="5022" xml:space="preserve">
<value>Application Configuration File</value>
</data>
<data name="5023" xml:space="preserve">
<value>A file for storing application configuration and settings values</value>
</data>
<data name="5024" xml:space="preserve">
<value>Source File</value>
</data>
<data name="5025" xml:space="preserve">
<value>A blank F# source file (.fs)</value>
</data>
<data name="5026" xml:space="preserve">
<value>Script File</value>
</data>
<data name="5027" xml:space="preserve">
<value>A blank F# script file (.fsx)</value>
</data>
<data name="5028" xml:space="preserve">
<value>Signature File</value>
</data>
<data name="5029" xml:space="preserve">
<value>A blank F# signature file (.fsi)</value>
</data>
<data name="5030" xml:space="preserve">
<value>Text File</value>
</data>
<data name="5031" xml:space="preserve">
<value>An empty text file</value>
</data>
<data name="5032" xml:space="preserve">
<value>XML File</value>
</data>
<data name="5033" xml:space="preserve">
<value>A blank XML file</value>
</data>
<data name="5034" xml:space="preserve">
<value>Portable Library (.NET 4.5, Windows Store, Silverlight 5, Xamarin)</value>
</data>
<data name="5035" xml:space="preserve">
<value>A project for creating an F# library (.dll) that can run on .NET Framework 4.5, Windows Store, Silverlight 5, Xamarin.iOS, Xamarin.Android and Xamarin.iOS(Classic). Profile 47</value>
</data>
<data name="5036" xml:space="preserve">
<value>Data</value>
</data>
<data name="5037" xml:space="preserve">
<value>OData Service Connection (LINQ, type provider)</value>
</data>
<data name="5038" xml:space="preserve">
<value>A project item for consuming a Open Data Protocol (OData) web service using ODataService type provider.</value>
</data>
<data name="5040" xml:space="preserve">
<value>A project item for consuming a .NET Managed Resources File (Resx) using ResxFile type provider.</value>
</data>
<data name="5041" xml:space="preserve">
<value>SQL Database Connection (LINQ to SQL, type provider)</value>
</data>
<data name="5042" xml:space="preserve">
<value>A project item for using the SqlDataConnection (LINQ to SQL) type provider to generate types and consume data in a live SQL database.</value>
</data>
<data name="5043" xml:space="preserve">
<value>SQL Database Connection (LINQ to Entities, type provider)</value>
</data>
<data name="5044" xml:space="preserve">
<value>A project item for using the SqlEntityConnection (Entity Data Model) type provider to generate types and consume data in a live SQL database.</value>
</data>
<data name="5045" xml:space="preserve">
<value>WSDL Service Connection (type provider)</value>
</data>
<data name="5046" xml:space="preserve">
<value>A project item for consuming a Web Service using WsdlService type provider.</value>
</data>
<data name="5047" xml:space="preserve">
<value>Portable Library (.NET 4.5, Windows Store, Xamarin)</value>
</data>
<data name="5048" xml:space="preserve">
<value>A project for creating an F# library (.dll) that can run on .NET Framework 4.5, Windows Store, Xamarin.iOS, Xamarin.Android and Xamarin.iOS(Classic). Profile 7</value>
</data>
<data name="5049" xml:space="preserve">
<value>Portable Library (.NET 4.5, Windows Store, Windows Phone 8 Silverlight, Xamarin)</value>
</data>
<data name="5050" xml:space="preserve">
<value>A project for creating an F# library (.dll) that can run on .NET Framework 4.5, Windows Store, Windows Phone 8 Silverlight, Xamarin.iOS, Xamarin.Android and Xamarin.iOS(Classic). Profile 78</value>
</data>
<data name="5051" xml:space="preserve">
<value>Portable Library (.NET 4.5, Windows Store, Windows Phone 8.1, Windows Phone Silverlight 8, Xamarin)</value>
</data>
<data name="5052" xml:space="preserve">
<value>A project for creating an F# library (.dll) that can run on .NET Framework 4.5, Windows Store, Windows Phone 8.1, Windows Phone Silverlight 8, Xamarin.iOS, Xamarin.Android and Xamarin.iOS(Classic). Profile 259</value>
</data>
<data name="5053" xml:space="preserve">
<value>Resources File</value>
</data>
<data name="5054" xml:space="preserve">
<value>A file for storing resources</value>
</data>
<data name="6000" xml:space="preserve">
<value>F# Tools</value>
</data>
<data name="6001" xml:space="preserve">
<value>F# Interactive</value>
</data>
<data name="6002" xml:space="preserve">
<value>F# Project Files (*.fsproj);*.fsproj</value>
</data>
<data name="6003" xml:space="preserve">
<value>Visual F# Files (*.fs,*.fsi,*.fsx,*.fsscript);*.fs,*.fsi,*.fsx,*.fsscript</value>
</data>
<data name="7000" xml:space="preserve">
<value>Visual F#</value>
</data>
<data name="7001" xml:space="preserve">
<value>Customizes the environment to maximize code editor screen space and improve the visibility of F# commands and tool windows.</value>
</data>
<data name="ProductDetails" xml:space="preserve">
<value>Microsoft Visual F# Tools {{FSProductVersion}} for F# {{FSLanguageVersion}}</value>
</data>
<data name="9002" xml:space="preserve">
<value>Microsoft Visual F# Tools {{FSProductVersion}} for F# {{FSLanguageVersion}}</value>
</data>
<data name="ProductID" xml:space="preserve">
<value>1.0</value>
</data>
<data name="ProductName" xml:space="preserve">
<value>Microsoft Visual F# Tools</value>
</data>
<data name="9001" xml:space="preserve">
<value>Visual F# Tools {{FSProductVersion}} for F# {{FSLanguageVersion}}</value>
</data>
<data name="9027" xml:space="preserve">
<value>F# Interactive</value>
</data>
<data name="ProductRegistryName" xml:space="preserve">
<value>Microsoft Visual F#</value>
</data>
<data name="InvalidOutputType" xml:space="preserve">
<value>Invalid OutputType value</value>
</data>
<data name="InvalidRunPostBuildEvent" xml:space="preserve">
<value>Invalid RunPostBuildEvent value</value>
</data>
<data name="InvalidTargetFrameworkVersion" xml:space="preserve">
<value>Invalid TargetFrameworkVersion number</value>
</data>
<data name="ProjectRenderFolderMultiple" xml:space="preserve">
<value>The project '{0}' could not be opened because opening it would cause a folder to be rendered multiple times in the solution explorer. One such problematic item is '{1}'. To open this project in Visual Studio, first edit the project file and fix the problem.</value>
</data>
<data name="PropertyDefaultNamespace" xml:space="preserve">
<value>Default Namespace:\nThe string for the default namespace must be a valid identifier</value>
</data>
<data name="TemplateNotFound" xml:space="preserve">
<value>Template file not found: {0}</value>
</data>
<data name="NeedReloadToChangeTargetFx" xml:space="preserve">
<value>Changing the Target Framework requires that the current project be closed and then reopened.\nAny unsaved changes within the project will be automatically saved.\n\nChanging Target Framework may require manual modification of project files in order to build.\n\nAre you sure you want to change the Target Framework for this project?</value>
</data>
<data name="AddReferenceDialogTitle" xml:space="preserve">
<value>Add Reference</value>
</data>
<data name="6005" xml:space="preserve">
<value>Change path and command line arguments passed to the F# Interactive</value>
</data>
<data name="6006" xml:space="preserve">
<value>Enable or disable Type Providers</value>
</data>
<data name="6007" xml:space="preserve">
<value>Visual F# Items</value>
</data>
<data name="AddReferenceDialogTitle_Dev11" xml:space="preserve">
<value>Reference Manager - {0}</value>
</data>
<data name="Dev11SupportsOnlySilverlight5" xml:space="preserve">
<value>F# projects in the current version of Visual Studio support only Silverlight 5.</value>
</data>
<data name="AddReferenceAssemblyPageDialogRetargetingText" xml:space="preserve">
<value>The project will be retargeted, and its targeted frameworks will be reduced.</value>
</data>
<data name="AddReferenceAssemblyPageDialogNoItemsText" xml:space="preserve">
<value>All of the Framework assemblies are already referenced. Please use the Object Browser to explore the references in the Framework.</value>
</data>
<data name="FSharpCoreVersionIsNotLegacyCompatible" xml:space="preserve">
<value>Referencing this version of FSharp.Core will cause your project to be incompatible with older versions of Visual Studio. Do you want to continue?</value>
</data>
<data name="ComputingSourcesAndFlags" xml:space="preserve">
<value>Updating compilation sources and flags...</value>
</data>
<data name="UpdatingSolutionConfiguration" xml:space="preserve">
<value>Updating solution configuration...</value>
</data>
<data name="FileCannotBePlacedBodyAbove" xml:space="preserve">
<value>The file '{0}' cannot be placed above '{1}' in the Solution Explorer.\n\n{2}.</value>
</data>
<data name="FileCannotBePlacedBodyBelow" xml:space="preserve">
<value>The file '{0}' cannot be placed below '{1}' in the Solution Explorer.\n\n{2}.</value>
</data>
<data name="FileCannotBePlacedDifferentSubtree" xml:space="preserve">
<value>The file is in a different subtree</value>
</data>
<data name="FileCannotBePlacedMultipleFiles" xml:space="preserve">
<value>The '{0}' folder cannot be moved as it already exists in the Solution Explorer in a different location</value>
</data>
</root>