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
4    Visual Studio.  For example, Visual Studio will attempt to load resource '400' from this
5    resource stream when it needs to load your package's icon. Because Visual Studio will always
6    look in the VSPackage.resources stream first for resources it needs, you should put additional
7    resources that Visual Studio will load directly into this resx file. 
8
9    Resources that you would like to access directly from your package in a strong-typed fashion
10    should be stored 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">
29      System.Resources.ResXResourceReader, System.Windows.Forms, ...
30    </resheader>
31    <resheader name="writer">
32      System.Resources.ResXResourceWriter, System.Windows.Forms, ...
33    </resheader>
34    <data name="Name1">
35        <value>this is my long string</value>
36        <comment>this is a comment</comment>
37    </data>
38    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
39    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
40        <value>[base64 mime encoded serialized .NET Framework object]</value>
41    </data>
42    <data name="Icon1" type="System.Drawing.Icon, System.Drawing"
43          mimetype="application/x-microsoft.net.object.bytearray.base64">
44        <value>
45          [base64 mime encoded string representing a byte array form of the .NET Framework object]
46        </value>
47        <comment>This is a comment</comment>
48    </data>
49                
50    There are any number of "resheader" rows that contain simple 
51    name/value pairs.
52    
53    Each data row contains a name, and value. The row also contains a 
54    type or mimetype. Type corresponds to a .NET class that support 
55    text/value conversion through the TypeConverter architecture. 
56    Classes that don't support this are serialized and stored with the 
57    mimetype set.
58    
59    The mimetype is used for serialized objects, and tells the 
60    ResXResourceReader how to depersist the object. This is currently not 
61    extensible. For a given mimetype the value must be set accordingly:
62    
63    Note - application/x-microsoft.net.object.binary.base64 is the format 
64    that the ResXResourceWriter will generate, however the reader can 
65    read any of the formats listed below.
66    
67    mimetype: application/x-microsoft.net.object.binary.base64
68    value   : The object must be serialized with 
69            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
70            : and then encoded with base64 encoding.
71    
72    mimetype: application/x-microsoft.net.object.soap.base64
73    value   : The object must be serialized with 
74            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
75            : and then encoded with base64 encoding.
76
77    mimetype: application/x-microsoft.net.object.bytearray.base64
78    value   : The object must be serialized into a byte array 
79            : using a System.ComponentModel.TypeConverter
80            : and then encoded with base64 encoding.
81  -->
82  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
83              xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
84    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
85    <xsd:element name="root" msdata:IsDataSet="true">
86      <xsd:complexType>
87        <xsd:choice maxOccurs="unbounded">
88          <xsd:element name="metadata">
89            <xsd:complexType>
90              <xsd:sequence>
91                <xsd:element name="value" type="xsd:string" minOccurs="0" />
92              </xsd:sequence>
93              <xsd:attribute name="name" use="required" type="xsd:string" />
94              <xsd:attribute name="type" type="xsd:string" />
95              <xsd:attribute name="mimetype" type="xsd:string" />
96              <xsd:attribute ref="xml:space" />
97            </xsd:complexType>
98          </xsd:element>
99          <xsd:element name="assembly">
100            <xsd:complexType>
101              <xsd:attribute name="alias" type="xsd:string" />
102              <xsd:attribute name="name" type="xsd:string" />
103            </xsd:complexType>
104          </xsd:element>
105          <xsd:element name="data">
106            <xsd:complexType>
107              <xsd:sequence>
108                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
109                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
110              </xsd:sequence>
111              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
112              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
113              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
114              <xsd:attribute ref="xml:space" />
115            </xsd:complexType>
116          </xsd:element>
117          <xsd:element name="resheader">
118            <xsd:complexType>
119              <xsd:sequence>
120                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
121              </xsd:sequence>
122              <xsd:attribute name="name" type="xsd:string" use="required" />
123            </xsd:complexType>
124          </xsd:element>
125        </xsd:choice>
126      </xsd:complexType>
127    </xsd:element>
128  </xsd:schema>
129  <resheader name="resmimetype">
130    <value>text/microsoft-resx</value>
131  </resheader>
132  <resheader name="version">
133    <value>2.0</value>
134  </resheader>
135  <resheader name="reader">
136    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
137  </resheader>
138  <resheader name="writer">
139    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
140  </resheader>
141  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
142  <data name="110" xml:space="preserve">
143    <value>ChromeDebug</value>
144  </data>
145  <data name="112" xml:space="preserve">
146    <value>Advanced Debugging Features</value>
147  </data>
148  <data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
149    <value>Resources\Package.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
150  </data>
151</root>