25 changed files with 0 additions and 1372 deletions
			
			
		@ -1,6 +0,0 @@ | 
				
			|||||||
<?xml version="1.0" encoding="utf-8"?> | 
					 | 
				
			||||||
<configuration> | 
					 | 
				
			||||||
    <startup>  | 
					 | 
				
			||||||
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> | 
					 | 
				
			||||||
    </startup> | 
					 | 
				
			||||||
</configuration> | 
					 | 
				
			||||||
@ -1,72 +0,0 @@ | 
				
			|||||||
namespace VXML | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
    partial class Form1 | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        /// Обязательная переменная конструктора. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        private System.ComponentModel.IContainer components = null; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        /// Освободить все используемые ресурсы. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param> | 
					 | 
				
			||||||
        protected override void Dispose(bool disposing) | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            if (disposing && (components != null)) | 
					 | 
				
			||||||
            { | 
					 | 
				
			||||||
                components.Dispose(); | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
            base.Dispose(disposing); | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        #region Код, автоматически созданный конструктором форм Windows | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        /// Требуемый метод для поддержки конструктора — не изменяйте  | 
					 | 
				
			||||||
        /// содержимое этого метода с помощью редактора кода. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        private void InitializeComponent() | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            this.listView1 = new System.Windows.Forms.ListView(); | 
					 | 
				
			||||||
            this.getButton = new System.Windows.Forms.Button(); | 
					 | 
				
			||||||
            this.SuspendLayout(); | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // listView1 | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.listView1.Location = new System.Drawing.Point(13, 53); | 
					 | 
				
			||||||
            this.listView1.Name = "listView1"; | 
					 | 
				
			||||||
            this.listView1.Size = new System.Drawing.Size(702, 230); | 
					 | 
				
			||||||
            this.listView1.TabIndex = 0; | 
					 | 
				
			||||||
            this.listView1.UseCompatibleStateImageBehavior = false; | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // getButton | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.getButton.Location = new System.Drawing.Point(13, 13); | 
					 | 
				
			||||||
            this.getButton.Name = "getButton"; | 
					 | 
				
			||||||
            this.getButton.Size = new System.Drawing.Size(75, 23); | 
					 | 
				
			||||||
            this.getButton.TabIndex = 1; | 
					 | 
				
			||||||
            this.getButton.Text = "Get!"; | 
					 | 
				
			||||||
            this.getButton.UseVisualStyleBackColor = true; | 
					 | 
				
			||||||
            this.getButton.Click += new System.EventHandler(this.getButton_Click); | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // Form1 | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | 
					 | 
				
			||||||
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 
					 | 
				
			||||||
            this.ClientSize = new System.Drawing.Size(727, 295); | 
					 | 
				
			||||||
            this.Controls.Add(this.getButton); | 
					 | 
				
			||||||
            this.Controls.Add(this.listView1); | 
					 | 
				
			||||||
            this.Name = "Form1"; | 
					 | 
				
			||||||
            this.Text = "Form1"; | 
					 | 
				
			||||||
            this.ResumeLayout(false); | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        #endregion | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        private System.Windows.Forms.ListView listView1; | 
					 | 
				
			||||||
        private System.Windows.Forms.Button getButton; | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@ -1,25 +0,0 @@ | 
				
			|||||||
using System; | 
					 | 
				
			||||||
using System.Collections.Generic; | 
					 | 
				
			||||||
using System.ComponentModel; | 
					 | 
				
			||||||
using System.Data; | 
					 | 
				
			||||||
using System.Drawing; | 
					 | 
				
			||||||
using System.Linq; | 
					 | 
				
			||||||
using System.Text; | 
					 | 
				
			||||||
using System.Threading.Tasks; | 
					 | 
				
			||||||
using System.Windows.Forms; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace VXML | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
    public partial class Form1 : Form | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
        public Form1() | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            InitializeComponent(); | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        private void getButton_Click(object sender, EventArgs e) | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,120 +0,0 @@ | 
				
			|||||||
<?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> | 
					 | 
				
			||||||
</root> | 
					 | 
				
			||||||
@ -1,25 +0,0 @@ | 
				
			|||||||
using System; | 
					 | 
				
			||||||
using System.Collections.Generic; | 
					 | 
				
			||||||
using System.Linq; | 
					 | 
				
			||||||
using System.Threading.Tasks; | 
					 | 
				
			||||||
using System.Windows.Forms; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace VXML | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
    static class Program | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        /// Главная точка входа для приложения. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        [STAThread] | 
					 | 
				
			||||||
        static void Main() | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            Application.EnableVisualStyles(); | 
					 | 
				
			||||||
            Application.SetCompatibleTextRenderingDefault(false); | 
					 | 
				
			||||||
            Application.Run(new Form1()); | 
					 | 
				
			||||||
             | 
					 | 
				
			||||||
            parser p = new parser(); | 
					 | 
				
			||||||
            p.getXML(); | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,36 +0,0 @@ | 
				
			|||||||
using System.Reflection; | 
					 | 
				
			||||||
using System.Runtime.CompilerServices; | 
					 | 
				
			||||||
using System.Runtime.InteropServices; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Общие сведения об этой сборке предоставляются следующим набором | 
					 | 
				
			||||||
// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения, | 
					 | 
				
			||||||
// связанные со сборкой. | 
					 | 
				
			||||||
[assembly: AssemblyTitle("VXML")] | 
					 | 
				
			||||||
[assembly: AssemblyDescription("")] | 
					 | 
				
			||||||
[assembly: AssemblyConfiguration("")] | 
					 | 
				
			||||||
[assembly: AssemblyCompany("")] | 
					 | 
				
			||||||
[assembly: AssemblyProduct("VXML")] | 
					 | 
				
			||||||
[assembly: AssemblyCopyright("Copyright ©  2018")] | 
					 | 
				
			||||||
[assembly: AssemblyTrademark("")] | 
					 | 
				
			||||||
[assembly: AssemblyCulture("")] | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми | 
					 | 
				
			||||||
// для компонентов COM. Если необходимо обратиться к типу в этой сборке через | 
					 | 
				
			||||||
// COM, задайте атрибуту ComVisible значение TRUE для этого типа. | 
					 | 
				
			||||||
[assembly: ComVisible(false)] | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Следующий GUID служит для идентификации библиотеки типов, если этот проект будет видимым для COM | 
					 | 
				
			||||||
[assembly: Guid("af1999be-6c1a-433e-8de3-cb3b73deb5f0")] | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Сведения о версии сборки состоят из следующих четырех значений: | 
					 | 
				
			||||||
// | 
					 | 
				
			||||||
//      Основной номер версии | 
					 | 
				
			||||||
//      Дополнительный номер версии | 
					 | 
				
			||||||
//   Номер сборки | 
					 | 
				
			||||||
//      Редакция | 
					 | 
				
			||||||
// | 
					 | 
				
			||||||
// Можно задать все значения или принять номер сборки и номер редакции по умолчанию. | 
					 | 
				
			||||||
// используя "*", как показано ниже: | 
					 | 
				
			||||||
// [assembly: AssemblyVersion("1.0.*")] | 
					 | 
				
			||||||
[assembly: AssemblyVersion("1.0.0.0")] | 
					 | 
				
			||||||
[assembly: AssemblyFileVersion("1.0.0.0")] | 
					 | 
				
			||||||
@ -1,63 +0,0 @@ | 
				
			|||||||
//------------------------------------------------------------------------------ | 
					 | 
				
			||||||
// <auto-generated> | 
					 | 
				
			||||||
//     Этот код создан программой. | 
					 | 
				
			||||||
//     Исполняемая версия:4.0.30319.36415 | 
					 | 
				
			||||||
// | 
					 | 
				
			||||||
//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае | 
					 | 
				
			||||||
//     повторной генерации кода. | 
					 | 
				
			||||||
// </auto-generated> | 
					 | 
				
			||||||
//------------------------------------------------------------------------------ | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace VXML.Properties { | 
					 | 
				
			||||||
    using System; | 
					 | 
				
			||||||
     | 
					 | 
				
			||||||
     | 
					 | 
				
			||||||
    /// <summary> | 
					 | 
				
			||||||
    ///   Класс ресурса со строгой типизацией для поиска локализованных строк и т.д. | 
					 | 
				
			||||||
    /// </summary> | 
					 | 
				
			||||||
    // Этот класс создан автоматически классом StronglyTypedResourceBuilder | 
					 | 
				
			||||||
    // с помощью такого средства, как ResGen или Visual Studio. | 
					 | 
				
			||||||
    // Чтобы добавить или удалить член, измените файл .ResX и снова запустите ResGen | 
					 | 
				
			||||||
    // с параметром /str или перестройте свой проект VS. | 
					 | 
				
			||||||
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] | 
					 | 
				
			||||||
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
					 | 
				
			||||||
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | 
					 | 
				
			||||||
    internal class Resources { | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
        private static global::System.Resources.ResourceManager resourceMan; | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
        private static global::System.Globalization.CultureInfo resourceCulture; | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | 
					 | 
				
			||||||
        internal Resources() { | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        ///   Возвращает кэшированный экземпляр ResourceManager, использованный этим классом. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | 
					 | 
				
			||||||
        internal static global::System.Resources.ResourceManager ResourceManager { | 
					 | 
				
			||||||
            get { | 
					 | 
				
			||||||
                if (object.ReferenceEquals(resourceMan, null)) { | 
					 | 
				
			||||||
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("VXML.Properties.Resources", typeof(Resources).Assembly); | 
					 | 
				
			||||||
                    resourceMan = temp; | 
					 | 
				
			||||||
                } | 
					 | 
				
			||||||
                return resourceMan; | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        ///   Перезаписывает свойство CurrentUICulture текущего потока для всех | 
					 | 
				
			||||||
        ///   обращений к ресурсу с помощью этого класса ресурса со строгой типизацией. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | 
					 | 
				
			||||||
        internal static global::System.Globalization.CultureInfo Culture { | 
					 | 
				
			||||||
            get { | 
					 | 
				
			||||||
                return resourceCulture; | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
            set { | 
					 | 
				
			||||||
                resourceCulture = value; | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,117 +0,0 @@ | 
				
			|||||||
<?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> | 
					 | 
				
			||||||
@ -1,26 +0,0 @@ | 
				
			|||||||
//------------------------------------------------------------------------------ | 
					 | 
				
			||||||
// <auto-generated> | 
					 | 
				
			||||||
//     Этот код создан программой. | 
					 | 
				
			||||||
//     Исполняемая версия:4.0.30319.36415 | 
					 | 
				
			||||||
// | 
					 | 
				
			||||||
//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае | 
					 | 
				
			||||||
//     повторной генерации кода. | 
					 | 
				
			||||||
// </auto-generated> | 
					 | 
				
			||||||
//------------------------------------------------------------------------------ | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace VXML.Properties { | 
					 | 
				
			||||||
     | 
					 | 
				
			||||||
     | 
					 | 
				
			||||||
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | 
					 | 
				
			||||||
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] | 
					 | 
				
			||||||
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
        public static Settings Default { | 
					 | 
				
			||||||
            get { | 
					 | 
				
			||||||
                return defaultInstance; | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,7 +0,0 @@ | 
				
			|||||||
<?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> | 
					 | 
				
			||||||
@ -1,86 +0,0 @@ | 
				
			|||||||
<?xml version="1.0" encoding="utf-8"?> | 
					 | 
				
			||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
					 | 
				
			||||||
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | 
					 | 
				
			||||||
  <PropertyGroup> | 
					 | 
				
			||||||
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
					 | 
				
			||||||
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 
					 | 
				
			||||||
    <ProjectGuid>{AF1999BE-6C1A-433E-8DE3-CB3B73DEB5F0}</ProjectGuid> | 
					 | 
				
			||||||
    <OutputType>WinExe</OutputType> | 
					 | 
				
			||||||
    <RootNamespace>VXML</RootNamespace> | 
					 | 
				
			||||||
    <AssemblyName>VXML</AssemblyName> | 
					 | 
				
			||||||
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 
					 | 
				
			||||||
    <FileAlignment>512</FileAlignment> | 
					 | 
				
			||||||
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | 
					 | 
				
			||||||
    <TargetFrameworkProfile /> | 
					 | 
				
			||||||
  </PropertyGroup> | 
					 | 
				
			||||||
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 
					 | 
				
			||||||
    <PlatformTarget>AnyCPU</PlatformTarget> | 
					 | 
				
			||||||
    <DebugSymbols>true</DebugSymbols> | 
					 | 
				
			||||||
    <DebugType>full</DebugType> | 
					 | 
				
			||||||
    <Optimize>false</Optimize> | 
					 | 
				
			||||||
    <OutputPath>bin\Debug\</OutputPath> | 
					 | 
				
			||||||
    <DefineConstants>DEBUG;TRACE</DefineConstants> | 
					 | 
				
			||||||
    <ErrorReport>prompt</ErrorReport> | 
					 | 
				
			||||||
    <WarningLevel>4</WarningLevel> | 
					 | 
				
			||||||
  </PropertyGroup> | 
					 | 
				
			||||||
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 
					 | 
				
			||||||
    <PlatformTarget>AnyCPU</PlatformTarget> | 
					 | 
				
			||||||
    <DebugType>pdbonly</DebugType> | 
					 | 
				
			||||||
    <Optimize>true</Optimize> | 
					 | 
				
			||||||
    <OutputPath>bin\Release\</OutputPath> | 
					 | 
				
			||||||
    <DefineConstants>TRACE</DefineConstants> | 
					 | 
				
			||||||
    <ErrorReport>prompt</ErrorReport> | 
					 | 
				
			||||||
    <WarningLevel>4</WarningLevel> | 
					 | 
				
			||||||
  </PropertyGroup> | 
					 | 
				
			||||||
  <ItemGroup> | 
					 | 
				
			||||||
    <Reference Include="System" /> | 
					 | 
				
			||||||
    <Reference Include="System.Core" /> | 
					 | 
				
			||||||
    <Reference Include="System.Numerics" /> | 
					 | 
				
			||||||
    <Reference Include="System.Xml.Linq" /> | 
					 | 
				
			||||||
    <Reference Include="System.Data.DataSetExtensions" /> | 
					 | 
				
			||||||
    <Reference Include="Microsoft.CSharp" /> | 
					 | 
				
			||||||
    <Reference Include="System.Data" /> | 
					 | 
				
			||||||
    <Reference Include="System.Deployment" /> | 
					 | 
				
			||||||
    <Reference Include="System.Drawing" /> | 
					 | 
				
			||||||
    <Reference Include="System.Net.Http" /> | 
					 | 
				
			||||||
    <Reference Include="System.Windows.Forms" /> | 
					 | 
				
			||||||
    <Reference Include="System.Xml" /> | 
					 | 
				
			||||||
  </ItemGroup> | 
					 | 
				
			||||||
  <ItemGroup> | 
					 | 
				
			||||||
    <Compile Include="Form1.cs"> | 
					 | 
				
			||||||
      <SubType>Form</SubType> | 
					 | 
				
			||||||
    </Compile> | 
					 | 
				
			||||||
    <Compile Include="Form1.Designer.cs"> | 
					 | 
				
			||||||
      <DependentUpon>Form1.cs</DependentUpon> | 
					 | 
				
			||||||
    </Compile> | 
					 | 
				
			||||||
    <Compile Include="parser.cs" /> | 
					 | 
				
			||||||
    <Compile Include="Program.cs" /> | 
					 | 
				
			||||||
    <Compile Include="Properties\AssemblyInfo.cs" /> | 
					 | 
				
			||||||
    <EmbeddedResource Include="Form1.resx"> | 
					 | 
				
			||||||
      <DependentUpon>Form1.cs</DependentUpon> | 
					 | 
				
			||||||
    </EmbeddedResource> | 
					 | 
				
			||||||
    <EmbeddedResource Include="Properties\Resources.resx"> | 
					 | 
				
			||||||
      <Generator>ResXFileCodeGenerator</Generator> | 
					 | 
				
			||||||
      <LastGenOutput>Resources.Designer.cs</LastGenOutput> | 
					 | 
				
			||||||
      <SubType>Designer</SubType> | 
					 | 
				
			||||||
    </EmbeddedResource> | 
					 | 
				
			||||||
    <Compile Include="Properties\Resources.Designer.cs"> | 
					 | 
				
			||||||
      <AutoGen>True</AutoGen> | 
					 | 
				
			||||||
      <DependentUpon>Resources.resx</DependentUpon> | 
					 | 
				
			||||||
      <DesignTime>True</DesignTime> | 
					 | 
				
			||||||
    </Compile> | 
					 | 
				
			||||||
    <None Include="Properties\Settings.settings"> | 
					 | 
				
			||||||
      <Generator>SettingsSingleFileGenerator</Generator> | 
					 | 
				
			||||||
      <LastGenOutput>Settings.Designer.cs</LastGenOutput> | 
					 | 
				
			||||||
    </None> | 
					 | 
				
			||||||
    <Compile Include="Properties\Settings.Designer.cs"> | 
					 | 
				
			||||||
      <AutoGen>True</AutoGen> | 
					 | 
				
			||||||
      <DependentUpon>Settings.settings</DependentUpon> | 
					 | 
				
			||||||
      <DesignTimeSharedInput>True</DesignTimeSharedInput> | 
					 | 
				
			||||||
    </Compile> | 
					 | 
				
			||||||
  </ItemGroup> | 
					 | 
				
			||||||
  <ItemGroup> | 
					 | 
				
			||||||
    <None Include="App.config" /> | 
					 | 
				
			||||||
  </ItemGroup> | 
					 | 
				
			||||||
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 
					 | 
				
			||||||
</Project> | 
					 | 
				
			||||||
@ -1,30 +0,0 @@ | 
				
			|||||||
using System; | 
					 | 
				
			||||||
using System.Collections.Generic; | 
					 | 
				
			||||||
using System.Linq; | 
					 | 
				
			||||||
using System.Text; | 
					 | 
				
			||||||
using System.Threading.Tasks; | 
					 | 
				
			||||||
using System.Xml; | 
					 | 
				
			||||||
using System.Xml.XPath; | 
					 | 
				
			||||||
using System.IO; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace VXML | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
    class parser | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
        public void getXML() | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            XmlDocument doc = new XmlDocument(); | 
					 | 
				
			||||||
            doc.Load("C:\\Users\\golubev\\Documents\\Личное\\xmlDeser\\bookstore.xml"); | 
					 | 
				
			||||||
            XmlNode root = doc.DocumentElement; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            XmlNamespaceManager nsmg = new XmlNamespaceManager(doc.NameTable); | 
					 | 
				
			||||||
            nsmg.AddNamespace("bk", "url:newbooks-schema"); | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            XmlNode node = root.SelectSingleNode( | 
					 | 
				
			||||||
                  "descendant::bk:book[bk:author/bk:last-name='Kingsolver']", nsmg); | 
					 | 
				
			||||||
            Console.WriteLine(node.InnerXml); | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,6 +0,0 @@ | 
				
			|||||||
<?xml version="1.0" encoding="utf-8" ?> | 
					 | 
				
			||||||
<configuration> | 
					 | 
				
			||||||
    <startup>  | 
					 | 
				
			||||||
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | 
					 | 
				
			||||||
    </startup> | 
					 | 
				
			||||||
</configuration> | 
					 | 
				
			||||||
@ -1,129 +0,0 @@ | 
				
			|||||||
namespace xmlDeserWin | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
    partial class Form1 | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        /// Требуется переменная конструктора. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        private System.ComponentModel.IContainer components = null; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        /// Освободить все используемые ресурсы. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param> | 
					 | 
				
			||||||
        protected override void Dispose(bool disposing) | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            if (disposing && (components != null)) | 
					 | 
				
			||||||
            { | 
					 | 
				
			||||||
                components.Dispose(); | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
            base.Dispose(disposing); | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        #region Код, автоматически созданный конструктором форм Windows | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        /// Обязательный метод для поддержки конструктора - не изменяйте | 
					 | 
				
			||||||
        /// содержимое данного метода при помощи редактора кода. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        private void InitializeComponent() | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            this.button1 = new System.Windows.Forms.Button(); | 
					 | 
				
			||||||
            this.listView = new System.Windows.Forms.ListView(); | 
					 | 
				
			||||||
            this.idField = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); | 
					 | 
				
			||||||
            this.nameField = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); | 
					 | 
				
			||||||
            this.button2 = new System.Windows.Forms.Button(); | 
					 | 
				
			||||||
            this.button3 = new System.Windows.Forms.Button(); | 
					 | 
				
			||||||
            this.button4 = new System.Windows.Forms.Button(); | 
					 | 
				
			||||||
            this.SuspendLayout(); | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // button1 | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.button1.Location = new System.Drawing.Point(12, 9); | 
					 | 
				
			||||||
            this.button1.Name = "button1"; | 
					 | 
				
			||||||
            this.button1.Size = new System.Drawing.Size(75, 23); | 
					 | 
				
			||||||
            this.button1.TabIndex = 0; | 
					 | 
				
			||||||
            this.button1.Text = "Parse"; | 
					 | 
				
			||||||
            this.button1.UseVisualStyleBackColor = true; | 
					 | 
				
			||||||
            this.button1.Click += new System.EventHandler(this.button1_Click); | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // listView | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)  | 
					 | 
				
			||||||
            | System.Windows.Forms.AnchorStyles.Left)  | 
					 | 
				
			||||||
            | System.Windows.Forms.AnchorStyles.Right))); | 
					 | 
				
			||||||
            this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { | 
					 | 
				
			||||||
            this.idField, | 
					 | 
				
			||||||
            this.nameField}); | 
					 | 
				
			||||||
            this.listView.Location = new System.Drawing.Point(12, 38); | 
					 | 
				
			||||||
            this.listView.Name = "listView"; | 
					 | 
				
			||||||
            this.listView.Size = new System.Drawing.Size(495, 203); | 
					 | 
				
			||||||
            this.listView.TabIndex = 1; | 
					 | 
				
			||||||
            this.listView.UseCompatibleStateImageBehavior = false; | 
					 | 
				
			||||||
            this.listView.View = System.Windows.Forms.View.Details; | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // idField | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.idField.Text = "ID"; | 
					 | 
				
			||||||
            this.idField.Width = 125; | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // nameField | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.nameField.Text = "Name"; | 
					 | 
				
			||||||
            this.nameField.Width = 101; | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // button2 | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.button2.Location = new System.Drawing.Point(434, 9); | 
					 | 
				
			||||||
            this.button2.Name = "button2"; | 
					 | 
				
			||||||
            this.button2.Size = new System.Drawing.Size(75, 23); | 
					 | 
				
			||||||
            this.button2.TabIndex = 2; | 
					 | 
				
			||||||
            this.button2.Text = "Edit"; | 
					 | 
				
			||||||
            this.button2.UseVisualStyleBackColor = true; | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // button3 | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.button3.Location = new System.Drawing.Point(434, 247); | 
					 | 
				
			||||||
            this.button3.Name = "button3"; | 
					 | 
				
			||||||
            this.button3.Size = new System.Drawing.Size(75, 23); | 
					 | 
				
			||||||
            this.button3.TabIndex = 3; | 
					 | 
				
			||||||
            this.button3.Text = "Greate New"; | 
					 | 
				
			||||||
            this.button3.UseVisualStyleBackColor = true; | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // button4 | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.button4.Location = new System.Drawing.Point(13, 246); | 
					 | 
				
			||||||
            this.button4.Name = "button4"; | 
					 | 
				
			||||||
            this.button4.Size = new System.Drawing.Size(75, 23); | 
					 | 
				
			||||||
            this.button4.TabIndex = 4; | 
					 | 
				
			||||||
            this.button4.Text = "Load File"; | 
					 | 
				
			||||||
            this.button4.UseVisualStyleBackColor = true; | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            // Form1 | 
					 | 
				
			||||||
            //  | 
					 | 
				
			||||||
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | 
					 | 
				
			||||||
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 
					 | 
				
			||||||
            this.ClientSize = new System.Drawing.Size(519, 273); | 
					 | 
				
			||||||
            this.Controls.Add(this.button4); | 
					 | 
				
			||||||
            this.Controls.Add(this.button3); | 
					 | 
				
			||||||
            this.Controls.Add(this.button2); | 
					 | 
				
			||||||
            this.Controls.Add(this.listView); | 
					 | 
				
			||||||
            this.Controls.Add(this.button1); | 
					 | 
				
			||||||
            this.Name = "Form1"; | 
					 | 
				
			||||||
            this.Text = "Form1"; | 
					 | 
				
			||||||
            this.ResumeLayout(false); | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        #endregion | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        private System.Windows.Forms.Button button1; | 
					 | 
				
			||||||
        private System.Windows.Forms.ListView listView; | 
					 | 
				
			||||||
        private System.Windows.Forms.ColumnHeader idField; | 
					 | 
				
			||||||
        private System.Windows.Forms.ColumnHeader nameField; | 
					 | 
				
			||||||
        private System.Windows.Forms.Button button2; | 
					 | 
				
			||||||
        private System.Windows.Forms.Button button3; | 
					 | 
				
			||||||
        private System.Windows.Forms.Button button4; | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@ -1,55 +0,0 @@ | 
				
			|||||||
using System; | 
					 | 
				
			||||||
using System.Collections.Generic; | 
					 | 
				
			||||||
using System.ComponentModel; | 
					 | 
				
			||||||
using System.Data; | 
					 | 
				
			||||||
using System.Drawing; | 
					 | 
				
			||||||
using System.Linq; | 
					 | 
				
			||||||
using System.Text; | 
					 | 
				
			||||||
using System.Threading.Tasks; | 
					 | 
				
			||||||
using System.Windows.Forms; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace xmlDeserWin | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
    public partial class Form1 : Form | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        //Parser o = new Parser(); | 
					 | 
				
			||||||
        //List<User> p = new List<User>(); | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        public Form1() | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            InitializeComponent(); | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        private void button1_Click(object sender, EventArgs e) | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            | 
					 | 
				
			||||||
            //var users = o.Deser(); | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            Parser o = new Parser(); | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            var users = o.Deser(); | 
					 | 
				
			||||||
            List<User> p = new List<User>(); | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
             | 
					 | 
				
			||||||
            foreach (User c in users) | 
					 | 
				
			||||||
            { | 
					 | 
				
			||||||
                ListViewItem newItem = listView.Items.Add(c.id); | 
					 | 
				
			||||||
                newItem.SubItems.Add(c.name); | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        //public void users_Retrieve_items(object sender, RetrieveVirtualItemEventArgs e) | 
					 | 
				
			||||||
        //{ | 
					 | 
				
			||||||
        //    if(e.ItemIndex >= 0 && e.ItemIndex < p.Count) | 
					 | 
				
			||||||
        //    { | 
					 | 
				
			||||||
        //        e.Item = new ListViewItem(p[e.ItemIndex].id); | 
					 | 
				
			||||||
        //        e.Item.SubItems.Add(p[e.ItemIndex].name); | 
					 | 
				
			||||||
        //    } | 
					 | 
				
			||||||
        //} | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,120 +0,0 @@ | 
				
			|||||||
<?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> | 
					 | 
				
			||||||
</root> | 
					 | 
				
			||||||
@ -1,31 +0,0 @@ | 
				
			|||||||
using System; | 
					 | 
				
			||||||
using System.Collections.Generic; | 
					 | 
				
			||||||
using System.Linq; | 
					 | 
				
			||||||
using System.Threading.Tasks; | 
					 | 
				
			||||||
using System.Windows.Forms; | 
					 | 
				
			||||||
using System.Xml.Serialization; | 
					 | 
				
			||||||
using System.Xml; | 
					 | 
				
			||||||
using System.IO; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace xmlDeserWin | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
    class Parser | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
        public IEnumerable<User> Deser() | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            List<User> users; | 
					 | 
				
			||||||
            using (var reader = new StreamReader("fileXML.xml")) | 
					 | 
				
			||||||
            { | 
					 | 
				
			||||||
                if (reader == null) | 
					 | 
				
			||||||
                    return null;  | 
					 | 
				
			||||||
                XmlSerializer deserializer = new XmlSerializer(typeof(List<User>), | 
					 | 
				
			||||||
                    new XmlRootAttribute("user_list")); | 
					 | 
				
			||||||
                users = (List<User>)deserializer.Deserialize(reader); | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                return users; | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,28 +0,0 @@ | 
				
			|||||||
using System; | 
					 | 
				
			||||||
using System.Collections.Generic; | 
					 | 
				
			||||||
using System.Linq; | 
					 | 
				
			||||||
using System.Threading.Tasks; | 
					 | 
				
			||||||
using System.Windows.Forms; | 
					 | 
				
			||||||
using System.Xml.Serialization; | 
					 | 
				
			||||||
using System.Xml; | 
					 | 
				
			||||||
using System.IO; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace xmlDeserWin | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
    static class Program | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        /// Главная точка входа для приложения. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        [STAThread] | 
					 | 
				
			||||||
        static void Main() | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            Application.EnableVisualStyles(); | 
					 | 
				
			||||||
            Application.SetCompatibleTextRenderingDefault(false); | 
					 | 
				
			||||||
            Application.Run(new Form1()); | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        | 
					 | 
				
			||||||
         | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,36 +0,0 @@ | 
				
			|||||||
using System.Reflection; | 
					 | 
				
			||||||
using System.Runtime.CompilerServices; | 
					 | 
				
			||||||
using System.Runtime.InteropServices; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Управление общими сведениями о сборке осуществляется с помощью  | 
					 | 
				
			||||||
// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения, | 
					 | 
				
			||||||
// связанные со сборкой. | 
					 | 
				
			||||||
[assembly: AssemblyTitle("xmlDeserWin")] | 
					 | 
				
			||||||
[assembly: AssemblyDescription("")] | 
					 | 
				
			||||||
[assembly: AssemblyConfiguration("")] | 
					 | 
				
			||||||
[assembly: AssemblyCompany("")] | 
					 | 
				
			||||||
[assembly: AssemblyProduct("xmlDeserWin")] | 
					 | 
				
			||||||
[assembly: AssemblyCopyright("Copyright ©  2017")] | 
					 | 
				
			||||||
[assembly: AssemblyTrademark("")] | 
					 | 
				
			||||||
[assembly: AssemblyCulture("")] | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Параметр ComVisible со значением FALSE делает типы в сборке невидимыми  | 
					 | 
				
			||||||
// для COM-компонентов.  Если требуется обратиться к типу в этой сборке через  | 
					 | 
				
			||||||
// COM, задайте атрибуту ComVisible значение TRUE для этого типа. | 
					 | 
				
			||||||
[assembly: ComVisible(false)] | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Следующий GUID служит для идентификации библиотеки типов, если этот проект будет видимым для COM | 
					 | 
				
			||||||
[assembly: Guid("8e29c26e-54a3-492c-9ff3-e63ee645c8a6")] | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Сведения о версии сборки состоят из следующих четырех значений: | 
					 | 
				
			||||||
// | 
					 | 
				
			||||||
//      Основной номер версии | 
					 | 
				
			||||||
//      Дополнительный номер версии  | 
					 | 
				
			||||||
//   Номер сборки | 
					 | 
				
			||||||
//      Редакция | 
					 | 
				
			||||||
// | 
					 | 
				
			||||||
// Можно задать все значения или принять номера сборки и редакции по умолчанию  | 
					 | 
				
			||||||
// используя "*", как показано ниже: | 
					 | 
				
			||||||
// [assembly: AssemblyVersion("1.0.*")] | 
					 | 
				
			||||||
[assembly: AssemblyVersion("1.0.0.0")] | 
					 | 
				
			||||||
[assembly: AssemblyFileVersion("1.0.0.0")] | 
					 | 
				
			||||||
@ -1,71 +0,0 @@ | 
				
			|||||||
//------------------------------------------------------------------------------ | 
					 | 
				
			||||||
// <auto-generated> | 
					 | 
				
			||||||
//     Этот код создан программным средством. | 
					 | 
				
			||||||
//     Версия среды выполнения: 4.0.30319.42000 | 
					 | 
				
			||||||
// | 
					 | 
				
			||||||
//     Изменения в этом файле могут привести к неправильному поведению и будут утрачены, если | 
					 | 
				
			||||||
//     код создан повторно. | 
					 | 
				
			||||||
// </auto-generated> | 
					 | 
				
			||||||
//------------------------------------------------------------------------------ | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace xmlDeserWin.Properties | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /// <summary> | 
					 | 
				
			||||||
    ///   Класс ресурсов со строгим типом для поиска локализованных строк и пр. | 
					 | 
				
			||||||
    /// </summary> | 
					 | 
				
			||||||
    // Этот класс был автоматически создан при помощи StronglyTypedResourceBuilder | 
					 | 
				
			||||||
    // класс с  помощью таких средств, как ResGen или Visual Studio. | 
					 | 
				
			||||||
    // Для добавления или удаления члена измените файл .ResX, а затем перезапустите ResGen | 
					 | 
				
			||||||
    // с параметром /str или заново постройте свой VS-проект. | 
					 | 
				
			||||||
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] | 
					 | 
				
			||||||
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
					 | 
				
			||||||
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | 
					 | 
				
			||||||
    internal class Resources | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        private static global::System.Resources.ResourceManager resourceMan; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        private static global::System.Globalization.CultureInfo resourceCulture; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | 
					 | 
				
			||||||
        internal Resources() | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        ///   Возврат кэшированного экземпляра ResourceManager, используемого этим классом. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | 
					 | 
				
			||||||
        internal static global::System.Resources.ResourceManager ResourceManager | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            get | 
					 | 
				
			||||||
            { | 
					 | 
				
			||||||
                if ((resourceMan == null)) | 
					 | 
				
			||||||
                { | 
					 | 
				
			||||||
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("xmlDeserWin.Properties.Resources", typeof(Resources).Assembly); | 
					 | 
				
			||||||
                    resourceMan = temp; | 
					 | 
				
			||||||
                } | 
					 | 
				
			||||||
                return resourceMan; | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        /// <summary> | 
					 | 
				
			||||||
        ///   Переопределяет свойство CurrentUICulture текущего потока для всех | 
					 | 
				
			||||||
        ///   подстановки ресурсов с помощью этого класса ресурсов со строгим типом. | 
					 | 
				
			||||||
        /// </summary> | 
					 | 
				
			||||||
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | 
					 | 
				
			||||||
        internal static global::System.Globalization.CultureInfo Culture | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            get | 
					 | 
				
			||||||
            { | 
					 | 
				
			||||||
                return resourceCulture; | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
            set | 
					 | 
				
			||||||
            { | 
					 | 
				
			||||||
                resourceCulture = value; | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,117 +0,0 @@ | 
				
			|||||||
<?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> | 
					 | 
				
			||||||
@ -1,30 +0,0 @@ | 
				
			|||||||
//------------------------------------------------------------------------------ | 
					 | 
				
			||||||
// <auto-generated> | 
					 | 
				
			||||||
//     This code was generated by a tool. | 
					 | 
				
			||||||
//     Runtime Version:4.0.30319.42000 | 
					 | 
				
			||||||
// | 
					 | 
				
			||||||
//     Changes to this file may cause incorrect behavior and will be lost if | 
					 | 
				
			||||||
//     the code is regenerated. | 
					 | 
				
			||||||
// </auto-generated> | 
					 | 
				
			||||||
//------------------------------------------------------------------------------ | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace xmlDeserWin.Properties | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | 
					 | 
				
			||||||
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] | 
					 | 
				
			||||||
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        public static Settings Default | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            get | 
					 | 
				
			||||||
            { | 
					 | 
				
			||||||
                return defaultInstance; | 
					 | 
				
			||||||
            } | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,7 +0,0 @@ | 
				
			|||||||
<?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> | 
					 | 
				
			||||||
@ -1,38 +0,0 @@ | 
				
			|||||||
using System; | 
					 | 
				
			||||||
using System.Collections.Generic; | 
					 | 
				
			||||||
using System.Linq; | 
					 | 
				
			||||||
using System.Threading.Tasks; | 
					 | 
				
			||||||
using System.Windows.Forms; | 
					 | 
				
			||||||
using System.Xml.Serialization; | 
					 | 
				
			||||||
using System.Xml; | 
					 | 
				
			||||||
using System.IO; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
namespace xmlDeserWin | 
					 | 
				
			||||||
{ | 
					 | 
				
			||||||
    [XmlRoot("user_list")] | 
					 | 
				
			||||||
    public class UserList | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
        public UserList() { } | 
					 | 
				
			||||||
        [XmlAttribute("user")] | 
					 | 
				
			||||||
        public List<User> Items { get; set; } | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
    [XmlType("user")] | 
					 | 
				
			||||||
    public class User | 
					 | 
				
			||||||
    { | 
					 | 
				
			||||||
        private string Id; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        public string id | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            get { return Id; } | 
					 | 
				
			||||||
            set { Id = value; } | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
        //[XmlAttribute("name")] | 
					 | 
				
			||||||
        private string Name; | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        public string name | 
					 | 
				
			||||||
        { | 
					 | 
				
			||||||
            get { return Name; } | 
					 | 
				
			||||||
            set { Name = value; } | 
					 | 
				
			||||||
        } | 
					 | 
				
			||||||
    } | 
					 | 
				
			||||||
} | 
					 | 
				
			||||||
@ -1,91 +0,0 @@ | 
				
			|||||||
<?xml version="1.0" encoding="utf-8"?> | 
					 | 
				
			||||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
					 | 
				
			||||||
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | 
					 | 
				
			||||||
  <PropertyGroup> | 
					 | 
				
			||||||
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
					 | 
				
			||||||
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 
					 | 
				
			||||||
    <ProjectGuid>{74E8BC5A-D98A-435E-92F3-7EE78F8EA953}</ProjectGuid> | 
					 | 
				
			||||||
    <OutputType>WinExe</OutputType> | 
					 | 
				
			||||||
    <AppDesignerFolder>Properties</AppDesignerFolder> | 
					 | 
				
			||||||
    <RootNamespace>xmlDeserWin</RootNamespace> | 
					 | 
				
			||||||
    <AssemblyName>xmlDeserWin</AssemblyName> | 
					 | 
				
			||||||
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 
					 | 
				
			||||||
    <FileAlignment>512</FileAlignment> | 
					 | 
				
			||||||
  </PropertyGroup> | 
					 | 
				
			||||||
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 
					 | 
				
			||||||
    <PlatformTarget>AnyCPU</PlatformTarget> | 
					 | 
				
			||||||
    <DebugSymbols>true</DebugSymbols> | 
					 | 
				
			||||||
    <DebugType>full</DebugType> | 
					 | 
				
			||||||
    <Optimize>false</Optimize> | 
					 | 
				
			||||||
    <OutputPath>bin\Debug\</OutputPath> | 
					 | 
				
			||||||
    <DefineConstants>DEBUG;TRACE</DefineConstants> | 
					 | 
				
			||||||
    <ErrorReport>prompt</ErrorReport> | 
					 | 
				
			||||||
    <WarningLevel>4</WarningLevel> | 
					 | 
				
			||||||
  </PropertyGroup> | 
					 | 
				
			||||||
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 
					 | 
				
			||||||
    <PlatformTarget>AnyCPU</PlatformTarget> | 
					 | 
				
			||||||
    <DebugType>pdbonly</DebugType> | 
					 | 
				
			||||||
    <Optimize>true</Optimize> | 
					 | 
				
			||||||
    <OutputPath>bin\Release\</OutputPath> | 
					 | 
				
			||||||
    <DefineConstants>TRACE</DefineConstants> | 
					 | 
				
			||||||
    <ErrorReport>prompt</ErrorReport> | 
					 | 
				
			||||||
    <WarningLevel>4</WarningLevel> | 
					 | 
				
			||||||
  </PropertyGroup> | 
					 | 
				
			||||||
  <ItemGroup> | 
					 | 
				
			||||||
    <Reference Include="System" /> | 
					 | 
				
			||||||
    <Reference Include="System.Core" /> | 
					 | 
				
			||||||
    <Reference Include="System.Numerics" /> | 
					 | 
				
			||||||
    <Reference Include="System.Xml.Linq" /> | 
					 | 
				
			||||||
    <Reference Include="System.Data.DataSetExtensions" /> | 
					 | 
				
			||||||
    <Reference Include="Microsoft.CSharp" /> | 
					 | 
				
			||||||
    <Reference Include="System.Data" /> | 
					 | 
				
			||||||
    <Reference Include="System.Deployment" /> | 
					 | 
				
			||||||
    <Reference Include="System.Drawing" /> | 
					 | 
				
			||||||
    <Reference Include="System.Windows.Forms" /> | 
					 | 
				
			||||||
    <Reference Include="System.Xml" /> | 
					 | 
				
			||||||
  </ItemGroup> | 
					 | 
				
			||||||
  <ItemGroup> | 
					 | 
				
			||||||
    <Compile Include="Form1.cs"> | 
					 | 
				
			||||||
      <SubType>Form</SubType> | 
					 | 
				
			||||||
    </Compile> | 
					 | 
				
			||||||
    <Compile Include="Form1.Designer.cs"> | 
					 | 
				
			||||||
      <DependentUpon>Form1.cs</DependentUpon> | 
					 | 
				
			||||||
    </Compile> | 
					 | 
				
			||||||
    <Compile Include="Parser.cs" /> | 
					 | 
				
			||||||
    <Compile Include="Program.cs" /> | 
					 | 
				
			||||||
    <Compile Include="Properties\AssemblyInfo.cs" /> | 
					 | 
				
			||||||
    <Compile Include="storage.cs" /> | 
					 | 
				
			||||||
    <EmbeddedResource Include="Form1.resx"> | 
					 | 
				
			||||||
      <DependentUpon>Form1.cs</DependentUpon> | 
					 | 
				
			||||||
    </EmbeddedResource> | 
					 | 
				
			||||||
    <EmbeddedResource Include="Properties\Resources.resx"> | 
					 | 
				
			||||||
      <Generator>ResXFileCodeGenerator</Generator> | 
					 | 
				
			||||||
      <LastGenOutput>Resources.Designer.cs</LastGenOutput> | 
					 | 
				
			||||||
      <SubType>Designer</SubType> | 
					 | 
				
			||||||
    </EmbeddedResource> | 
					 | 
				
			||||||
    <Compile Include="Properties\Resources.Designer.cs"> | 
					 | 
				
			||||||
      <AutoGen>True</AutoGen> | 
					 | 
				
			||||||
      <DependentUpon>Resources.resx</DependentUpon> | 
					 | 
				
			||||||
    </Compile> | 
					 | 
				
			||||||
    <None Include="Properties\Settings.settings"> | 
					 | 
				
			||||||
      <Generator>SettingsSingleFileGenerator</Generator> | 
					 | 
				
			||||||
      <LastGenOutput>Settings.Designer.cs</LastGenOutput> | 
					 | 
				
			||||||
    </None> | 
					 | 
				
			||||||
    <Compile Include="Properties\Settings.Designer.cs"> | 
					 | 
				
			||||||
      <AutoGen>True</AutoGen> | 
					 | 
				
			||||||
      <DependentUpon>Settings.settings</DependentUpon> | 
					 | 
				
			||||||
      <DesignTimeSharedInput>True</DesignTimeSharedInput> | 
					 | 
				
			||||||
    </Compile> | 
					 | 
				
			||||||
  </ItemGroup> | 
					 | 
				
			||||||
  <ItemGroup> | 
					 | 
				
			||||||
    <None Include="App.config" /> | 
					 | 
				
			||||||
  </ItemGroup> | 
					 | 
				
			||||||
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 
					 | 
				
			||||||
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  | 
					 | 
				
			||||||
       Other similar extension points exist, see Microsoft.Common.targets. | 
					 | 
				
			||||||
  <Target Name="BeforeBuild"> | 
					 | 
				
			||||||
  </Target> | 
					 | 
				
			||||||
  <Target Name="AfterBuild"> | 
					 | 
				
			||||||
  </Target> | 
					 | 
				
			||||||
  --> | 
					 | 
				
			||||||
</Project> | 
					 | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue