Manuel Klimek | bb55615 | 2013-09-04 16:11:46 +0000 | [diff] [blame^] | 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 | <root>
|
| 13 | <!--
|
| 14 | Microsoft ResX Schema
|
| 15 |
|
| 16 | 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
|
| 21 | associated with the data types.
|
| 22 |
|
| 23 | Example:
|
| 24 |
|
| 25 | ... ado.net/XML headers & schema ...
|
| 26 | <resheader name="resmimetype">text/microsoft-resx</resheader>
|
| 27 | <resheader name="version">2.0</resheader>
|
| 28 | <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
| 29 | <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
| 30 | <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
| 31 | <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
| 32 | <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
| 33 | <value>[base64 mime encoded serialized .NET Framework object]</value>
|
| 34 | </data>
|
| 35 | <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
| 36 | <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
| 37 | <comment>This is a comment</comment>
|
| 38 | </data>
|
| 39 |
|
| 40 | There are any number of "resheader" rows that contain simple
|
| 41 | 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
|
| 47 | 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
|
| 51 | 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
|
| 55 | read any of the formats listed below.
|
| 56 |
|
| 57 | mimetype: application/x-microsoft.net.object.binary.base64
|
| 58 | value : The object must be serialized with
|
| 59 | : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
| 60 | : and then encoded with base64 encoding.
|
| 61 |
|
| 62 | mimetype: application/x-microsoft.net.object.soap.base64
|
| 63 | value : The object must be serialized with
|
| 64 | : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
| 65 | : and then encoded with base64 encoding.
|
| 66 |
|
| 67 | mimetype: application/x-microsoft.net.object.bytearray.base64
|
| 68 | value : The object must be serialized into a byte array
|
| 69 | : using a System.ComponentModel.TypeConverter
|
| 70 | : and then encoded with base64 encoding.
|
| 71 | -->
|
| 72 | <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
| 73 | <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
| 74 | <xsd:element name="root" msdata:IsDataSet="true">
|
| 75 | <xsd:complexType>
|
| 76 | <xsd:choice maxOccurs="unbounded">
|
| 77 | <xsd:element name="metadata">
|
| 78 | <xsd:complexType>
|
| 79 | <xsd:sequence>
|
| 80 | <xsd:element name="value" type="xsd:string" minOccurs="0" />
|
| 81 | </xsd:sequence>
|
| 82 | <xsd:attribute name="name" use="required" type="xsd:string" />
|
| 83 | <xsd:attribute name="type" type="xsd:string" />
|
| 84 | <xsd:attribute name="mimetype" type="xsd:string" />
|
| 85 | <xsd:attribute ref="xml:space" />
|
| 86 | </xsd:complexType>
|
| 87 | </xsd:element>
|
| 88 | <xsd:element name="assembly">
|
| 89 | <xsd:complexType>
|
| 90 | <xsd:attribute name="alias" type="xsd:string" />
|
| 91 | <xsd:attribute name="name" type="xsd:string" />
|
| 92 | </xsd:complexType>
|
| 93 | </xsd:element>
|
| 94 | <xsd:element name="data">
|
| 95 | <xsd:complexType>
|
| 96 | <xsd:sequence>
|
| 97 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
| 98 | <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
| 99 | </xsd:sequence>
|
| 100 | <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
| 101 | <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
| 102 | <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
| 103 | <xsd:attribute ref="xml:space" />
|
| 104 | </xsd:complexType>
|
| 105 | </xsd:element>
|
| 106 | <xsd:element name="resheader">
|
| 107 | <xsd:complexType>
|
| 108 | <xsd:sequence>
|
| 109 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
| 110 | </xsd:sequence>
|
| 111 | <xsd:attribute name="name" type="xsd:string" use="required" />
|
| 112 | </xsd:complexType>
|
| 113 | </xsd:element>
|
| 114 | </xsd:choice>
|
| 115 | </xsd:complexType>
|
| 116 | </xsd:element>
|
| 117 | </xsd:schema>
|
| 118 | <resheader name="resmimetype">
|
| 119 | <value>text/microsoft-resx</value>
|
| 120 | </resheader>
|
| 121 | <resheader name="version">
|
| 122 | <value>2.0</value>
|
| 123 | </resheader>
|
| 124 | <resheader name="reader">
|
| 125 | <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
| 126 | </resheader>
|
| 127 | <resheader name="writer">
|
| 128 | <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
| 129 | </resheader>
|
| 130 | <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
| 131 | <data name="110" xml:space="preserve">
|
| 132 | <value>ClangFormat</value>
|
| 133 | </data>
|
| 134 | <data name="112" xml:space="preserve">
|
| 135 | <value>Formats code by calling the clang-format executable.</value>
|
| 136 | </data>
|
| 137 | <data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
| 138 | <value>Resources\Package.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
| 139 | </data>
|
| 140 | </root> |