11<?xml version =" 1.0" encoding =" utf-8" ?>
22<root >
3- <!--
4- Microsoft ResX Schema
5-
3+ <!--
4+ Microsoft ResX Schema
5+
66 Version 2.0
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
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
1111 associated with the data types.
12-
12+
1313 Example:
14-
14+
1515 ... ado.net/XML headers & schema ...
1616 <resheader name="resmimetype">text/microsoft-resx</resheader>
1717 <resheader name="version">2.0</resheader>
2626 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
2727 <comment>This is a comment</comment>
2828 </data>
29-
30- There are any number of "resheader" rows that contain simple
29+
30+ There are any number of "resheader" rows that contain simple
3131 name/value pairs.
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
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
3737 mimetype set.
38-
39- The mimetype is used for serialized objects, and tells the
40- 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
4141 extensible. For a given mimetype the value must be set accordingly:
42-
43- Note - application/x-microsoft.net.object.binary.base64 is the format
44- 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
4545 read any of the formats listed below.
46-
46+
4747 mimetype: application/x-microsoft.net.object.binary.base64
48- value : The object must be serialized with
48+ value : The object must be serialized with
4949 : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
5050 : and then encoded with base64 encoding.
51-
51+
5252 mimetype: application/x-microsoft.net.object.soap.base64
53- value : The object must be serialized with
53+ value : The object must be serialized with
5454 : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
5555 : and then encoded with base64 encoding.
5656
5757 mimetype: application/x-microsoft.net.object.bytearray.base64
58- value : The object must be serialized into a byte array
58+ value : The object must be serialized into a byte array
5959 : using a System.ComponentModel.TypeConverter
6060 : and then encoded with base64 encoding.
6161 -->
250250 <value >Analysis of method '{0}' has failed. ComInterfaceGenerator will not generate code for this method.</value >
251251 </data >
252252 <data name =" AnalysisFailedTitle" xml : space =" preserve" >
253- <value >Analysis for generation has failed.</value >
253+ <value >Analysis for COM interface generation has failed.</value >
254254 </data >
255255 <data name =" GeneratedComInterfaceStringMarshallingMustMatchBase" xml : space =" preserve" >
256256 <value >The configuration of 'StringMarshalling' and 'StringMarshallingCustomType' must match the base COM interface.</value >
262262 <value >COM interface {0} inherits from {1}, which has errors. ComInterfaceGenerator will not generate source for {0}.</value >
263263 </data >
264264 <data name =" BaseInterfaceCannotBeGeneratedTitle" xml : space =" preserve" >
265- <value >The base COM interface failed to generate source. ComInterfaceGenerator will not generate source for this interface.</value >
265+ <value >The base COM interface failed to generate source. Code will not be generated for this interface.</value >
266266 </data >
267267 <data name =" InvalidStringMarshallingConfigurationOnInterfaceMessage" xml : space =" preserve" >
268268 <value >The configuration of 'StringMarshalling' and 'StringMarshallingCustomType' on interface '{0}' is invalid. {1}</value >
269269 </data >
270+ <data name =" InvalidGeneratedComInterfaceUsageMissingPartialModifier" xml : space =" preserve" >
271+ <value >The interface '{0}' or one of its containing types is missing the 'partial' keyword. Code will not be generated for '{0}'.</value >
272+ </data >
273+ <data name =" InvalidGeneratedComClassAttributeUsageDescription" xml : space =" preserve" >
274+ <value >Classes with 'GeneratedComClassAttribute' must implement one or more interfaces with 'GeneratedComInterfaceAttribute', be marked partial, and be non-generic.</value >
275+ </data >
276+ <data name =" InvalidGeneratedComClassAttributeUsageMissingPartialModifier" xml : space =" preserve" >
277+ <value >Class '{0}' or one of its containing types is not marked 'partial'.</value >
278+ </data >
279+ <data name =" InvalidGeneratedComClassAttributeUsageTitle" xml : space =" preserve" >
280+ <value >Invalid 'GeneratedComClassAttribute' usage</value >
281+ </data >
270282 <data name =" ConvertToGeneratedComInterfaceDescription" xml : space =" preserve" >
271283 <value >Use 'GeneratedComInterfaceAttribute' instead of 'ComImportAttribute' to generate COM marshalling code at compile time</value >
272284 </data >
315327 <data name =" ConvertComInterfaceMayProduceInvalidCode" xml : space =" preserve" >
316328 <value >Converting this interface to use 'GeneratedComInterfaceAttribute' may produce invalid code and may require additional work</value >
317329 </data >
318- </root >
330+ </root >
0 commit comments