|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<!-- |
3 |
| - VS SDK Notes: This resx file contains the resources that will be consumed from your package by Visual Studio. |
4 |
| - For example, Visual Studio will attempt to load resource '400' from this resource stream when it needs to |
5 |
| - load your package's icon. Because Visual Studio will always look in the VSPackage.resources stream first for |
6 |
| - resources it needs, you should put additional resources that Visual Studio will load directly into this resx |
7 |
| - file. |
8 |
| -
|
9 |
| - Resources that you would like to access directly from your package in a strong-typed fashion should be stored |
10 |
| - in Resources.resx or another resx file. |
11 |
| ---> |
12 | 2 | <root>
|
13 |
| - <!-- |
14 |
| - Microsoft ResX Schema |
15 |
| -
|
| 3 | + <!-- |
| 4 | + Microsoft ResX Schema |
| 5 | + |
16 | 6 | Version 2.0
|
17 |
| -
|
18 |
| - The primary goals of this format is to allow a simple XML format |
19 |
| - that is mostly human readable. The generation and parsing of the |
20 |
| - various data types are done through the TypeConverter classes |
| 7 | + |
| 8 | + The primary goals of this format is to allow a simple XML format |
| 9 | + that is mostly human readable. The generation and parsing of the |
| 10 | + various data types are done through the TypeConverter classes |
21 | 11 | associated with the data types.
|
22 |
| -
|
| 12 | + |
23 | 13 | Example:
|
24 |
| -
|
| 14 | + |
25 | 15 | ... ado.net/XML headers & schema ...
|
26 | 16 | <resheader name="resmimetype">text/microsoft-resx</resheader>
|
27 | 17 | <resheader name="version">2.0</resheader>
|
|
36 | 26 | <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
37 | 27 | <comment>This is a comment</comment>
|
38 | 28 | </data>
|
39 |
| -
|
40 |
| - There are any number of "resheader" rows that contain simple |
| 29 | + |
| 30 | + There are any number of "resheader" rows that contain simple |
41 | 31 | name/value pairs.
|
42 |
| -
|
43 |
| - Each data row contains a name, and value. The row also contains a |
44 |
| - type or mimetype. Type corresponds to a .NET class that support |
45 |
| - text/value conversion through the TypeConverter architecture. |
46 |
| - Classes that don't support this are serialized and stored with the |
| 32 | + |
| 33 | + Each data row contains a name, and value. The row also contains a |
| 34 | + type or mimetype. Type corresponds to a .NET class that support |
| 35 | + text/value conversion through the TypeConverter architecture. |
| 36 | + Classes that don't support this are serialized and stored with the |
47 | 37 | mimetype set.
|
48 |
| -
|
49 |
| - The mimetype is used for serialized objects, and tells the |
50 |
| - ResXResourceReader how to depersist the object. This is currently not |
| 38 | + |
| 39 | + The mimetype is used for serialized objects, and tells the |
| 40 | + ResXResourceReader how to depersist the object. This is currently not |
51 | 41 | extensible. For a given mimetype the value must be set accordingly:
|
52 |
| -
|
53 |
| - Note - application/x-microsoft.net.object.binary.base64 is the format |
54 |
| - that the ResXResourceWriter will generate, however the reader can |
| 42 | + |
| 43 | + Note - application/x-microsoft.net.object.binary.base64 is the format |
| 44 | + that the ResXResourceWriter will generate, however the reader can |
55 | 45 | read any of the formats listed below.
|
56 |
| -
|
| 46 | + |
57 | 47 | mimetype: application/x-microsoft.net.object.binary.base64
|
58 |
| - value : The object must be serialized with |
| 48 | + value : The object must be serialized with |
59 | 49 | : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
60 | 50 | : and then encoded with base64 encoding.
|
61 |
| -
|
| 51 | + |
62 | 52 | mimetype: application/x-microsoft.net.object.soap.base64
|
63 |
| - value : The object must be serialized with |
| 53 | + value : The object must be serialized with |
64 | 54 | : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
65 | 55 | : and then encoded with base64 encoding.
|
66 | 56 |
|
67 | 57 | mimetype: application/x-microsoft.net.object.bytearray.base64
|
68 |
| - value : The object must be serialized into a byte array |
| 58 | + value : The object must be serialized into a byte array |
69 | 59 | : using a System.ComponentModel.TypeConverter
|
70 | 60 | : and then encoded with base64 encoding.
|
71 | 61 | -->
|
|
127 | 117 | <resheader name="writer">
|
128 | 118 | <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
129 | 119 | </resheader>
|
130 |
| - <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
131 | 120 | <data name="110" xml:space="preserve">
|
132 | 121 | <value>GenerateFilter Extension</value>
|
133 | 122 | </data>
|
134 | 123 | <data name="112" xml:space="preserve">
|
135 | 124 | <value>GenerateFilter Visual Studio Extension Detailed Info</value>
|
136 | 125 | </data>
|
| 126 | + <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
137 | 127 | <data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
138 | 128 | <value>Resources\GenerateFilterPackage.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
139 | 129 | </data>
|
|
0 commit comments