/// /// Copyright © 2003-2008 JetBrains s.r.o. /// You may distribute under the terms of the GNU General Public License, as published by the Free Software Foundation, version 2 (see License.txt in the repository root folder). /// //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.1433 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // // This source code was auto-generated by xsd, Version=2.0.50727.1432. // using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Xml.Serialization; namespace JetBrains.Build.GuidCache { /// [GeneratedCode("xsd", "2.0.50727.1432")] [Serializable] [DebuggerStepThrough] [DesignerCategory("code")] [XmlType(Namespace = "urn:shemas-jetbrains-com:guid-cache")] [XmlRoot("GuidCache", Namespace = "urn:shemas-jetbrains-com:guid-cache", IsNullable = false)] public partial class GuidCacheXml { #region Attributes /// [XmlElement("Loose")] public LooseGuidXml[] Loose { get; set; } /// [XmlElement("Strict")] public StrictGuidXml[] Strict { get; set; } #endregion } /// [GeneratedCode("xsd", "2.0.50727.1432")] [Serializable] [DebuggerStepThrough] [DesignerCategory("code")] [XmlType(Namespace = "urn:shemas-jetbrains-com:guid-cache")] public partial class StrictGuidXml { #region Attributes /// [XmlAttribute] public GuidIdXml Id { get; set; } /// [XmlAttribute] public string Value { get; set; } #endregion } /// [GeneratedCode("xsd", "2.0.50727.1432")] [Serializable] [XmlType(Namespace = "urn:shemas-jetbrains-com:guid-cache")] public enum GuidIdXml { /// MsiComponent_RegistryData_Hklm, /// MsiComponent_RegistryData_Hkcu, /// MsiComponent_RegistryData_Hkmu, /// MsiComponent_RegistryData_Hkcr, /// MsiComponent_ProductBinaries_Registry_Hkmu, } /// [GeneratedCode("xsd", "2.0.50727.1432")] [Serializable] [DebuggerStepThrough] [DesignerCategory("code")] [XmlType(Namespace = "urn:shemas-jetbrains-com:guid-cache")] public partial class LooseGuidXml { #region Attributes /// [XmlAttribute] public string Name { get; set; } /// [XmlAttribute] public string Value { get; set; } #endregion } }