添加项目文件。
parent
0e00b464f0
commit
897d4314d4
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,197 @@
|
|||||||
|
<?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>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAABAAEAICAAAAEAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAAMMOAADDDgAAAAAAAAAA
|
||||||
|
AAATGyEHExshbRMbId0TGyH6Exsh+xMbIfsTGyH7Exsh+xMbIfsTGyH7Exsh+xMbIe8TGyFeExshABMb
|
||||||
|
IQAAAAAAAAAAABMbIQATGyEAExshZxMbIfYTGyH/Exsh/xMbIf8TGyH/Exsh/xMbIf8TGyH/Exsh/xMb
|
||||||
|
IeITGyFwExshBxMbIW8TGyHzExsh/xMbIf4TGyH9Exsh/RMbIf0TGyH9Exsh/RMbIf0TGyH+Exsh/xMb
|
||||||
|
IZcTGyEAExshAAAAAAAAAAAAExshABIaKQATGyGdExsh/xMbIf4TGyH9Exsh/RMbIf0TGyH9Exsh/RMb
|
||||||
|
If0TGyH+Exsh/xMbIfMTGyFuExsh4hMbIf8TGyG6ExshWxMbIVYTGyFWExshVhMbIVYTGyFWExshVxMb
|
||||||
|
IcITGyH/ExshmxMbIQATGyEAAAAAAAAAAAATGyEAFBwiARMbIaITGyH/ExshvRMbIVYTGyFWExshVhMb
|
||||||
|
IVYTGyFWExshVhMbIVsTGyG+Exsh/xMbId4TGyH/Exsh/BMbIVUTGyEAExshABMbIQATGyEAExshABMb
|
||||||
|
IQATGyEAExshnxMbIf8TGyGeCBAQABMbIQAAAAAAAAAAABMbIQATGyIBExshpBMbIf8TGyGYExshABMb
|
||||||
|
IQATGyEAExshABMbIQATGyEAExshABMbIVwTGyH+Exsh+hMbIf8TGyH7ExshTxMbIQATGyEAAQEBAAAA
|
||||||
|
AAAAAAAAExshABcdJgATGyGdExsh/xMbIaEUHCEBExshAAAAAAAAAAAAExshABMbIQITGyGnExsh/xMb
|
||||||
|
IZYTGyAAExshAAAAAAAAAAAAAQMEABMbIQATGyEAExshVhMbIf0TGyH7Exsh/xMbIfsTGyFQExshAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAATGyEAExshABMbIZoTGyH/ExshpBMbIgETGyEAAAAAAAAAAAATGyEAExshAxMb
|
||||||
|
IaoTGyH/ExshkxMbIQATGyEAAAAAAAAAAAAAAAAAAQMEABMbIQATGyFWExsh/RMbIfsTGyH/Exsh+xMb
|
||||||
|
IVATGyEAAAAAAAAAAAAAAAAAAAAAABMbIQATGyAAExshlxMbIf8TGyGnExshAhMbIQAAAAAAAAAAABMb
|
||||||
|
IQATGyEEExshrRMbIf8TGyGQExshABMbIQAAAAAAAAAAAAAAAAAAAAAAExshABMbIVYTGyH9Exsh+xMb
|
||||||
|
If8TGyH7ExshUBMbIQAAAAAAAAAAAAAAAAAAAAAAExshABMbIQATGyGUExsh/xMbIaoTGyEDExshAAAA
|
||||||
|
AAAAAAAAExshABMbIQQTGyGwExsh/xMbIY0TGyEAExshAAAAAAAAAAAAAAAAAAAAAAATGyEAExshVhMb
|
||||||
|
If0TGyH7Exsh/xMbIfsTGyFQExshAAAAAAAAAAAAAAAAABMbIQATGyEAExshABMbIZYTGyH/ExshrhMb
|
||||||
|
IQQTGyEAAAAAAAAAAAATGyEAExshBRMbIbMTGyH/ExshjhMbIQATGyEAExshAAAAAAAAAAAAAAAAABMb
|
||||||
|
IQATGyFWExsh/RMbIfsTGyH/Exsh+xMbIVATGyEAAAAAAAAAAAATGyEAExshABMbIQATGyE6Exsh3RMb
|
||||||
|
If8TGyGnExshAhMbIQAAAAAAAAAAABMbIQATGyEDExshqxMbIf8TGyHXExshMxMbIQATGyEADSkfAAAA
|
||||||
|
AAAAAAAAExshABMbIVYTGyH9Exsh+xMbIf8TGyH7ExshUBMbIQAAAAAAAAAAABMbIQATGyEAExshHhMb
|
||||||
|
IckTGyH/Exsh4RMbIUMTGyEAERUYAEOy/wBDsv8AERYZABMbIQATGyFBExsh3xMbIf8TGyHCExshGhMb
|
||||||
|
IQATGyEAAAAAAAAAAAATGyEAExshVhMbIf0TGyH7Exsh/xMbIfsTGyFQExshAAAAAAALGSIAExshABMb
|
||||||
|
IQMTGyGRExsh/xMbIe0TGyFRIEVeAEKu+QBDsv8AQ7L/AEOy/wBDsv8AQq75AB9AVwATGyFOExsh7BMb
|
||||||
|
If8TGyGIExshARMbIQAUGyEAAAAAABMbIQATGyFWExsh/RMbIfsTGyH/Exsh+xMbIVATGyEAAAAAABMb
|
||||||
|
IQATGyEAExshNhMbIesTGyH/ExshgD6j6ABEtv8QQ7L/W0Oy/21Dsv9sQ7L/bEOy/21Dsv9aRLb/DziO
|
||||||
|
yQATGyF/Exsh/xMbIecTGyEwExshABMbIQAAAAAAExshABMbIVYTGyH9Exsh+xMbIf8TGyH7ExshUBMb
|
||||||
|
IQAAAAAAExshABMbIQATGyGIExsh/xMbIdMTGyEbM4C1AEOy/11Dsv//Q7L//0Oy//9Dsv//Q7L//0Oy
|
||||||
|
//5Dsv9YM3+0ABMbIRwTGyHUExsh/xMbIYETGyEAExshAAAAAAATGyEAExshVhMbIf0TGyH7Exsh/xMb
|
||||||
|
IfsTGyFQExshAAAAAAATGyEAExshDRMbIcUTGyH/ExshiBMbIQBCsPsAQ7L/NEOy/7xDsv/OQ7L/zUOy
|
||||||
|
/81Dsv/OQ7L/ukOy/zFCr/oAExshABMbIYsTGyH/ExshvxMbIQsTGyEAAAAAABMbIQATGyFWExsh/RMb
|
||||||
|
IfsTGyH/Exsh+xMbIVATGyEAAAAAABMbIQATGyEhExsh4hMbIf0TGyFTExshAP///wA8m90ARbn/CkW3
|
||||||
|
/xBFt/8QRbf/EEW3/xBFuf8KPaDkABUhLAATGyEAExshWBMbIf8TGyHdExshHRMbIQAAAAAAExshABMb
|
||||||
|
IVYTGyH9Exsh+xMbIf8TGyH7ExshUBMbIQAAAAAAExshABMbISsTGyHqExsh9xMbIUETGyEAEhkfAB4+
|
||||||
|
UwAODAsHDQcECA0HBAgNBwQIDQcECA4MCwcYKzgAExkfABMbIQATGyFGExsh+hMbIecTGyEmExshAAAA
|
||||||
|
AAATGyEAExshVxMbIf4TGyH8Exsh/xMbIfsTGyFQExshAAAAAAATGyEAExshJBMbIeUTGyH8ExshThMb
|
||||||
|
IQABADIAExshXxMbIbwTGyG9ExshvRMbIb0TGyG9ExshuxMbIVsTGyEAExshABMbIVITGyH9Exsh4RMb
|
||||||
|
ISATGyEAAAAAABMbIQATGyE6Exsh4xMbIdETGyH/Exsh+xMbIVATGyEAAAAAABMbIQATGyERExshzBMb
|
||||||
|
If8TGyF9ExshABMbIQgTGyG9Exsh/xMbIf8TGyH/Exsh/xMbIf8TGyH/ExshuBMbIQYTGyEAExshgRMb
|
||||||
|
If8TGyHHExshDhMbIQAAAAAAExshABMbIQMTGyEtExshIhMbIf8TGyH7ExshUBMbIQAAAAAAExshABUe
|
||||||
|
JAATGyGVExsh/xMbIckTGyEUExshCBMbIb8TGyH/ExshvRMbIX4TGyF+ExshwRMbIf8TGyG6ExshBhMb
|
||||||
|
IRYTGyHMExsh/xMbIY8TGyEAExshAAAAAAATGyEAExshABMbIQATGyEAExsh/xMbIfsTGyFQExshAAAA
|
||||||
|
AAATGyEAExshABMbIUETGyHxExsh/hMbIXkTGyEJExshvhMbIf8TGyF6ExshABMbIQATGyGBExsh/xMb
|
||||||
|
IbkTGyEIExshexMbIf8TGyHvExshPBMbIQATGyEAAAAAAAAAAAAAAAAAAAAAAAAAAAATGyH/Exsh+xMb
|
||||||
|
IVATGyEAAAAAABIbIgATGyEAExshBRMbIZkTGyH/Exsh7xMbIW8TGyHDExsh/xMbIXwTGyEAExshABMb
|
||||||
|
IYMTGyH/ExshvxMbIW0TGyHvExsh/xMbIZQTGyEEExshABMbIgAAAAAAExshABMbIQATGyEAExshABMb
|
||||||
|
If8TGyH7ExshUBMbIQAAAAAAAAAAABMbIQATGyEAExshHhMbIcETGyH/Exsh9hMbIfUTGyH/ExshfBMb
|
||||||
|
IQATGyEAExshgxMbIf8TGyHzExsh9hMbIf8TGyG9ExshHBMbIQATGyEAAAAAAAAAAAATGyEAExshBRMb
|
||||||
|
IToTGyEsExsh/xMbIfsTGyFQExshAAAAAAAAAAAAEhshABMbIQATGyEAExshJxMbIbgTGyH/Exsh/xMb
|
||||||
|
If8TGyF9ExshABMbIQATGyGEExsh/xMbIf8TGyH/ExshtBMbISQTGyEAExshABMcIQAAAAAAAAAAABMb
|
||||||
|
IQATGyE+Exsh6xMbIdsTGyH/Exsh+xMbIVATGyEAAAAAAAAAAAAAAAAAExshABMbIQATGyEAExshFBMb
|
||||||
|
IXkTGyHYExsh7xMbIVoTGyEAExshABMbIWATGyHwExsh1hMbIXYTGyESExshABMbIQATGyEAAAAAAAAA
|
||||||
|
AAAAAAAAExshABMbIVcTGyH+Exsh/BMbIf8TGyH7ExshUBMbIQAAAAAAAAAAAAAAAAAAAAAAExshABMb
|
||||||
|
IQATGyEAExshABMbIR4TGyE1ExshCRMbIQATGyEAExshCRMbITUTGyEcExshABMbIQATGyEAExshAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAATGyEAExshVhMbIf0TGyH7Exsh/xMbIfsTGyFQExshAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAExshABMbIQATGyEAExshABMbIQATGyEAExshABMbIQATGyEAExshABMbIQATGyEAExshABMb
|
||||||
|
IQAAAAAAAAAAAAAAAAAAAAAAAAABABMbIQATGyFWExsh/RMbIfsTGyH/Exsh+xMbIU8TGyEAExohAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATGyEAExshABMbIVYTGyH9Exsh+xMbIf8TGyH8ExshVBMb
|
||||||
|
IQATGyEAExshABMbIQATGyEAExshABMbIQATGyEAExshABMbIQATGyEAExshABMbIQATGyEAExshABMb
|
||||||
|
IQATGyEAExshABMbIQATGyEAExshABMbIQATGyEAExshABMbIQATGyEAExshWxMbIf4TGyH6Exsh4xMb
|
||||||
|
If8TGyG2ExshVBMbIU8TGyFQExshUBMbIVATGyFQExshUBMbIVATGyFQExshUBMbIVATGyFQExshUBMb
|
||||||
|
IVATGyFQExshUBMbIVATGyFQExshUBMbIVATGyFQExshUBMbIVATGyFQExshTxMbIVUTGyG6Exsh/xMb
|
||||||
|
Id4TGyFzExsh9BMbIf8TGyH8Exsh+xMbIfsTGyH7Exsh+xMbIfsTGyH7Exsh+xMbIfsTGyH7Exsh+xMb
|
||||||
|
IfsTGyH7Exsh+xMbIfsTGyH7Exsh+xMbIfsTGyH7Exsh+xMbIfsTGyH7Exsh+xMbIfsTGyH7Exsh/BMb
|
||||||
|
If8TGyHzExshbhMbIQkTGyFzExsh4xMbIf8TGyH/Exsh/xMbIf8TGyH/Exsh/xMbIf8TGyH/Exsh/xMb
|
||||||
|
If8TGyH/Exsh/xMbIf8TGyH/Exsh/xMbIf8TGyH/Exsh/xMbIf8TGyH/Exsh/xMbIf8TGyH/Exsh/xMb
|
||||||
|
If8TGyH/Exsh4hMbIXATGyEHAAGAAAABgAAAAYAAAAGAAAMBgMAPAYDgDwGA8A8BgPAOAYBwDAGAMAwA
|
||||||
|
ADAIAAAQCAAAEAgAABAIAAAQCAAAEAgAABAIAAAQCAAAEAgAABAIAAAfCAAAEAwAADAMAAAwDgAAcA8A
|
||||||
|
APAPgAHgB///4AAAAAAAAAAAAAAAAAAAAAA=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
@ -0,0 +1,13 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace Dat2Bin
|
||||||
|
{
|
||||||
|
public class Node
|
||||||
|
{
|
||||||
|
public SiteParameter data;
|
||||||
|
public Node Next;
|
||||||
|
public Node Pre;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,117 @@
|
|||||||
|
<?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.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: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" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
</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" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
</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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||||
|
<Profiles>
|
||||||
|
<Profile Name="(Default)" />
|
||||||
|
</Profiles>
|
||||||
|
<Settings />
|
||||||
|
</SettingsFile>
|
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -0,0 +1,3 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
|
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
|
||||||
|
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
|
||||||
|
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
|
||||||
|
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.3" targetFramework="net48" />
|
||||||
|
</packages>
|
Loading…
Reference in New Issue