diff --git a/Projects/WindowsApplication1/WindowsApplication1.sln b/Projects/WindowsApplication1/WindowsApplication1.sln new file mode 100644 index 0000000000000000000000000000000000000000..797527f8abceed5020a052d9a2dcfae470209a4a --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Basic Express 2010 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WindowsApplication1", "WindowsApplication1\WindowsApplication1.vbproj", "{41FA52F9-0BEF-4509-B9FD-115442D7D81D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {41FA52F9-0BEF-4509-B9FD-115442D7D81D}.Debug|x86.ActiveCfg = Debug|x86 + {41FA52F9-0BEF-4509-B9FD-115442D7D81D}.Debug|x86.Build.0 = Debug|x86 + {41FA52F9-0BEF-4509-B9FD-115442D7D81D}.Release|x86.ActiveCfg = Release|x86 + {41FA52F9-0BEF-4509-B9FD-115442D7D81D}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Projects/WindowsApplication1/WindowsApplication1.suo b/Projects/WindowsApplication1/WindowsApplication1.suo new file mode 100644 index 0000000000000000000000000000000000000000..96811b50c9cfad986cf063902dd7079e4ef5ea24 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1.suo differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/Form1.Designer.vb b/Projects/WindowsApplication1/WindowsApplication1/Form1.Designer.vb new file mode 100644 index 0000000000000000000000000000000000000000..9d7c4ad9ce1e2a9d0efd084722285e5557a3094b --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/Form1.Designer.vb @@ -0,0 +1,279 @@ +<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ +Partial Class Form1 + Inherits System.Windows.Forms.Form + + 'Form reemplaza a Dispose para limpiar la lista de componentes. + <System.Diagnostics.DebuggerNonUserCode()> _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Requerido por el Diseñador de Windows Forms + Private components As System.ComponentModel.IContainer + + 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento + 'Se puede modificar usando el Diseñador de Windows Forms. + 'No lo modifique con el editor de código. + <System.Diagnostics.DebuggerStepThrough()> _ + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Me.RichTextBox1 = New System.Windows.Forms.RichTextBox() + Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() + Me.ConversióToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ConvertirDocumentToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.EditarToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ObrirDocumentToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.GuardarToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.GenerarWordToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.Label1 = New System.Windows.Forms.Label() + Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.Label2 = New System.Windows.Forms.Label() + Me.RichTextBox2 = New System.Windows.Forms.RichTextBox() + Me.Button9 = New System.Windows.Forms.Button() + Me.TextBox1 = New System.Windows.Forms.TextBox() + Me.Button7 = New System.Windows.Forms.Button() + Me.Button6 = New System.Windows.Forms.Button() + Me.Button5 = New System.Windows.Forms.Button() + Me.Timer1 = New System.Windows.Forms.Timer(Me.components) + Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() + Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() + Me.RichTextBox3 = New System.Windows.Forms.RichTextBox() + Me.MenuStrip1.SuspendLayout() + Me.GroupBox1.SuspendLayout() + Me.StatusStrip1.SuspendLayout() + Me.SuspendLayout() + ' + 'RichTextBox1 + ' + Me.RichTextBox1.EnableAutoDragDrop = True + Me.RichTextBox1.Font = New System.Drawing.Font("Times New Roman", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.RichTextBox1.Location = New System.Drawing.Point(204, 76) + Me.RichTextBox1.Name = "RichTextBox1" + Me.RichTextBox1.Size = New System.Drawing.Size(1265, 644) + Me.RichTextBox1.TabIndex = 1 + Me.RichTextBox1.Text = "" + Me.RichTextBox1.Visible = False + ' + 'MenuStrip1 + ' + Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ConversióToolStripMenuItem, Me.EditarToolStripMenuItem, Me.GenerarWordToolStripMenuItem}) + Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) + Me.MenuStrip1.Name = "MenuStrip1" + Me.MenuStrip1.Size = New System.Drawing.Size(1481, 28) + Me.MenuStrip1.TabIndex = 11 + Me.MenuStrip1.Text = "MenuStrip1" + ' + 'ConversióToolStripMenuItem + ' + Me.ConversióToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ConvertirDocumentToolStripMenuItem}) + Me.ConversióToolStripMenuItem.Name = "ConversióToolStripMenuItem" + Me.ConversióToolStripMenuItem.Size = New System.Drawing.Size(86, 24) + Me.ConversióToolStripMenuItem.Text = "Conversió" + ' + 'ConvertirDocumentToolStripMenuItem + ' + Me.ConvertirDocumentToolStripMenuItem.Name = "ConvertirDocumentToolStripMenuItem" + Me.ConvertirDocumentToolStripMenuItem.Size = New System.Drawing.Size(211, 24) + Me.ConvertirDocumentToolStripMenuItem.Text = "Convertir Document" + ' + 'EditarToolStripMenuItem + ' + Me.EditarToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ObrirDocumentToolStripMenuItem, Me.GuardarToolStripMenuItem}) + Me.EditarToolStripMenuItem.Name = "EditarToolStripMenuItem" + Me.EditarToolStripMenuItem.Size = New System.Drawing.Size(101, 24) + Me.EditarToolStripMenuItem.Text = "Editar Takes" + ' + 'ObrirDocumentToolStripMenuItem + ' + Me.ObrirDocumentToolStripMenuItem.Name = "ObrirDocumentToolStripMenuItem" + Me.ObrirDocumentToolStripMenuItem.Size = New System.Drawing.Size(185, 24) + Me.ObrirDocumentToolStripMenuItem.Text = "Obrir Document" + ' + 'GuardarToolStripMenuItem + ' + Me.GuardarToolStripMenuItem.Name = "GuardarToolStripMenuItem" + Me.GuardarToolStripMenuItem.Size = New System.Drawing.Size(185, 24) + Me.GuardarToolStripMenuItem.Text = "Guardar" + ' + 'GenerarWordToolStripMenuItem + ' + Me.GenerarWordToolStripMenuItem.Name = "GenerarWordToolStripMenuItem" + Me.GenerarWordToolStripMenuItem.Size = New System.Drawing.Size(114, 24) + Me.GenerarWordToolStripMenuItem.Text = "Generar Word" + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(201, 43) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(222, 17) + Me.Label1.TabIndex = 12 + Me.Label1.Text = "Visualització Previa a la conversió" + Me.Label1.Visible = False + ' + 'GroupBox1 + ' + Me.GroupBox1.Controls.Add(Me.Label2) + Me.GroupBox1.Controls.Add(Me.RichTextBox2) + Me.GroupBox1.Controls.Add(Me.Button9) + Me.GroupBox1.Controls.Add(Me.TextBox1) + Me.GroupBox1.Controls.Add(Me.Button7) + Me.GroupBox1.Controls.Add(Me.Button6) + Me.GroupBox1.Controls.Add(Me.Button5) + Me.GroupBox1.Location = New System.Drawing.Point(12, 76) + Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(172, 193) + Me.GroupBox1.TabIndex = 25 + Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "Opcions per insertar" + Me.GroupBox1.Visible = False + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(6, 29) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(136, 17) + Me.Label2.TabIndex = 26 + Me.Label2.Text = "Selecciona el sÃmbol" + ' + 'RichTextBox2 + ' + Me.RichTextBox2.EnableAutoDragDrop = True + Me.RichTextBox2.Enabled = False + Me.RichTextBox2.Font = New System.Drawing.Font("Times New Roman", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.RichTextBox2.Location = New System.Drawing.Point(6, 153) + Me.RichTextBox2.Name = "RichTextBox2" + Me.RichTextBox2.ReadOnly = True + Me.RichTextBox2.Size = New System.Drawing.Size(161, 33) + Me.RichTextBox2.TabIndex = 30 + Me.RichTextBox2.Text = "" + ' + 'Button9 + ' + Me.Button9.Enabled = False + Me.Button9.Location = New System.Drawing.Point(107, 124) + Me.Button9.Name = "Button9" + Me.Button9.Size = New System.Drawing.Size(60, 23) + Me.Button9.TabIndex = 29 + Me.Button9.Text = "ADD CUSTOM" + Me.Button9.UseVisualStyleBackColor = True + ' + 'TextBox1 + ' + Me.TextBox1.Enabled = False + Me.TextBox1.Location = New System.Drawing.Point(6, 125) + Me.TextBox1.Name = "TextBox1" + Me.TextBox1.Size = New System.Drawing.Size(95, 22) + Me.TextBox1.TabIndex = 28 + ' + 'Button7 + ' + Me.Button7.Enabled = False + Me.Button7.Location = New System.Drawing.Point(89, 58) + Me.Button7.Name = "Button7" + Me.Button7.Size = New System.Drawing.Size(78, 28) + Me.Button7.TabIndex = 27 + Me.Button7.Text = "( OFF )" + Me.Button7.UseVisualStyleBackColor = True + ' + 'Button6 + ' + Me.Button6.Enabled = False + Me.Button6.Location = New System.Drawing.Point(6, 91) + Me.Button6.Name = "Button6" + Me.Button6.Size = New System.Drawing.Size(161, 28) + Me.Button6.TabIndex = 26 + Me.Button6.Text = "( ON / OFF )" + Me.Button6.UseVisualStyleBackColor = True + ' + 'Button5 + ' + Me.Button5.Enabled = False + Me.Button5.Location = New System.Drawing.Point(6, 58) + Me.Button5.Name = "Button5" + Me.Button5.Size = New System.Drawing.Size(77, 28) + Me.Button5.TabIndex = 25 + Me.Button5.Text = "( ON )" + Me.Button5.UseVisualStyleBackColor = True + ' + 'StatusStrip1 + ' + Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1}) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 737) + Me.StatusStrip1.Name = "StatusStrip1" + Me.StatusStrip1.Size = New System.Drawing.Size(1481, 22) + Me.StatusStrip1.TabIndex = 26 + Me.StatusStrip1.Text = "StatusStrip1" + ' + 'ToolStripStatusLabel1 + ' + Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" + Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 17) + ' + 'RichTextBox3 + ' + Me.RichTextBox3.Location = New System.Drawing.Point(41, 525) + Me.RichTextBox3.Name = "RichTextBox3" + Me.RichTextBox3.Size = New System.Drawing.Size(138, 96) + Me.RichTextBox3.TabIndex = 27 + Me.RichTextBox3.Text = "" + Me.RichTextBox3.Visible = False + ' + 'Form1 + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(1481, 759) + Me.Controls.Add(Me.RichTextBox3) + Me.Controls.Add(Me.StatusStrip1) + Me.Controls.Add(Me.GroupBox1) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.RichTextBox1) + Me.Controls.Add(Me.MenuStrip1) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D + Me.MainMenuStrip = Me.MenuStrip1 + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "Form1" + Me.Text = "Takeiteasy" + Me.MenuStrip1.ResumeLayout(False) + Me.MenuStrip1.PerformLayout() + Me.GroupBox1.ResumeLayout(False) + Me.GroupBox1.PerformLayout() + Me.StatusStrip1.ResumeLayout(False) + Me.StatusStrip1.PerformLayout() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox + Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents RichTextBox2 As System.Windows.Forms.RichTextBox + Friend WithEvents Button9 As System.Windows.Forms.Button + Friend WithEvents TextBox1 As System.Windows.Forms.TextBox + Friend WithEvents Button7 As System.Windows.Forms.Button + Friend WithEvents Button6 As System.Windows.Forms.Button + Friend WithEvents Button5 As System.Windows.Forms.Button + Friend WithEvents Timer1 As System.Windows.Forms.Timer + Friend WithEvents ConversióToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ConvertirDocumentToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents EditarToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ObrirDocumentToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents GuardarToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents GenerarWordToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip + Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents RichTextBox3 As System.Windows.Forms.RichTextBox + +End Class diff --git a/Projects/WindowsApplication1/WindowsApplication1/Form1.resx b/Projects/WindowsApplication1/WindowsApplication1/Form1.resx new file mode 100644 index 0000000000000000000000000000000000000000..50c67bdf15ed90006c54e14de93c051f9f7d2920 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/Form1.resx @@ -0,0 +1,129 @@ +<?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> + <metadata name="MenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>17, 17</value> + </metadata> + <metadata name="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>149, 17</value> + </metadata> + <metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>248, 17</value> + </metadata> +</root> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/Form1.vb b/Projects/WindowsApplication1/WindowsApplication1/Form1.vb new file mode 100644 index 0000000000000000000000000000000000000000..83c07bc96e5e8e88b701dda2478b4c612ab6bcf9 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/Form1.vb @@ -0,0 +1,240 @@ +Imports Word = Microsoft.Office.Interop.Word +Imports Microsoft.Office.Interop +Imports System.Runtime.InteropServices + + +Public Class Form1 + + + + + + Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load + + + + + End Sub + + Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) + + Dim doc As New Word.Document + Dim WordApp As New Word.Application() + Dim file As Object = "Z:\j.doc" + Dim Nothingobj As Object = System.Reflection.Missing.Value + doc = WordApp.Documents.Open(file, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj) + doc.ActiveWindow.Selection.WholeStory() + doc.ActiveWindow.Selection.Copy() + + + Dim data As IDataObject = Clipboard.GetDataObject() + + doc.Close() + End Sub + + + + + + + + + + Private Sub DesarToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) + Dim saveFileDialog1 As New SaveFileDialog() + saveFileDialog1.Filter = "Document de Word Convertit|*.doc" + saveFileDialog1.Title = "Guardar Document de Word Convertit" + saveFileDialog1.ShowDialog() + + + If saveFileDialog1.ShowDialog() = DialogResult.OK Then + RichTextBox1.SaveFile(saveFileDialog1.FileName, _ + RichTextBoxStreamType.PlainText) + MsgBox("correcto") + End If + End Sub + + + + + + + + + + + + + + + + + + Private Sub SortirToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) + End + End Sub + + + + + Private Sub ConvertirDocumentToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ConvertirDocumentToolStripMenuItem.Click + + + End Sub + + Private Sub ObrirDocumentToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ObrirDocumentToolStripMenuItem.Click + RichTextBox1.Text = "" + + End Sub + + + Private Sub GuardarToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GuardarToolStripMenuItem.Click + + End Sub + + Private Sub GenerarWordToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GenerarWordToolStripMenuItem.Click + Dim saveFileDialog1 As New SaveFileDialog() + saveFileDialog1.Filter = "Word Final |*.doc" + saveFileDialog1.Title = "Document de Word Final " + + If saveFileDialog1.ShowDialog() = DialogResult.OK Then + + ' Create Word Application + Dim oWord As Object + oWord = CreateObject("Word.Application") + ' Create new word document + + Dim doc As New Word.Document + oWord.ScreenUpdating = False + + ToolStripStatusLabel1.Text = "Word obert" + Dim file As Object = saveFileDialog1.FileName + + Dim data As IDataObject = Clipboard.GetDataObject() + Dim oTable As Word.Table + Dim datos(0 To RichTextBox1.Lines.GetLength(0), 0 To 2) As String + Dim i As Integer + i = 0 + Dim lines() As String = RichTextBox1.Lines + Dim doit As String + doit = "false" + For Each line As String In RichTextBox1.Lines + Dim primercaracter As String + If RichTextBox1.Lines(i).ToString = vbCrLf Then MsgBox(RichTextBox1.Lines(i).ToString) + If (RichTextBox1.Lines(i).ToString = "") Then + + 'MsgBox(RichTextBox1.Lines(i).ToString & vbCrLf & i) + Else + primercaracter = RichTextBox1.Lines(i).Substring(0, 1).ToString + If (primercaracter = "<") Then + datos(i, 0) = "newtake" + datos(i, 1) = RichTextBox1.Lines(i).Trim.ToString + datos(i, 2) = "-NADA-" + doit = "true" + ElseIf (primercaracter = "*") Then + Dim textof As String + Dim textofs() As String + textof = RichTextBox1.Lines(i).ToString + textofs = textof.Split("*") + datos(i, 0) = "voz" + datos(i, 1) = textofs(1).Trim.ToString + datos(i, 2) = textofs(2).Trim.ToString + Else + If (doit = "false") Then + datos(i, 0) = "titulo" + datos(i, 1) = RichTextBox1.Lines(i).ToString + datos(i, 2) = "-NADA-" + Else + If (datos(i - 1, 2) = "") Then + 'MsgBox("fila : " & i & vbCrLf & "previo : " & datos(i - 2, 2) & vbCrLf & "actual : " & RichTextBox1.Lines(i).ToString) + datos(i - 2, 2) = datos(i - 2, 2) & " " & RichTextBox1.Lines(i).ToString + Else + 'MsgBox("fila : " & i & vbCrLf & "previo : " & datos(i - 1, 2) & vbCrLf & "actual : " & RichTextBox1.Lines(i).ToString) + datos(i - 1, 2) = datos(i - 1, 2) & " " & RichTextBox1.Lines(i).ToString + End If + End If + End If + End If + + i = i + 1 + Next line + Dim datos2(0 To RichTextBox1.Lines.GetLength(0), 0 To 2) As String + Dim canti As String = datos.GetUpperBound(0) + Dim p As Integer = 0 + + For j As Integer = 1 To canti - 1 Step +1 + + If datos(j - 1, 1) = "" Then + + Else + datos2(p, 1) = datos(j - 1, 1) + datos2(p, 2) = datos(j - 1, 2) + p = p + 1 + End If + Next + oWord.Visible = False + oTable = doc.Tables.Add(doc.Bookmarks.Item("\endofdoc").Range, datos2.GetUpperBound(0), 2) + oTable.Range.ParagraphFormat.SpaceAfter = 6 + oTable.Range.Font.Name = "Times New Roman" + oTable.Range.Font.Size = 11 + oTable.Range.Font.Bold = True + + Dim takes As Boolean = False + For n As Integer = 1 To datos2.GetUpperBound(0) Step +1 + Me.Text = "Quedan " & (datos2.GetUpperBound(0) - n) - 1 & " Lineas per convertir" + If (n <= 1) Then + oTable.Cell(1, 1).Range.Text = datos2(n - 1, 1) + oTable.Cell(1, 1).Merge(oTable.Cell(1, 2)) + Else + Dim pric As String + '(datos(n - 1, 1)) + If (datos2(n - 1, 1) = "") Then + ' oTable.Rows(n - 1).Delete() + Else + + If datos2(n - 1, 1) IsNot "" Then + pric = datos2(n - 1, 1).Substring(0, 1).ToString + If (pric = "<") Then + oTable.Cell(n, 1).Merge(oTable.Cell(n, 2)) + oTable.Cell(n, 1).Range.Text = datos2(n - 1, 1) + oTable.Cell(n, 1).Range.Font.ColorIndex = Word.WdColorIndex.wdGreen + takes = True + + Else + If takes = True Then + oTable.Cell(n, 1).Range.Text = "*" & datos2(n - 1, 1) & "*" + oTable.Cell(n, 2).Range.Text = datos2(n - 1, 2) + oTable.Cell(n, 2).Width = 360 + oTable.Cell(n, 1).Width = 100 + Else + oTable.Cell(n, 1).Range.Text = datos2(n - 1, 1) + oTable.Cell(n, 1).Merge(oTable.Cell(n, 2)) + + End If + + End If + Else + 'oTable.Rows(n - 1).Delete() + End If + + End If + End If + + Next + doc.SaveAs2(saveFileDialog1.FileName) + + doc.Close() + oWord.Application.Quit() + MsgBox("Guardat :)") + ToolStripStatusLabel1.Text = "Word tancat" + End If + End Sub + + Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click + + End Sub + + Private Sub Button9_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button9.Click + + End Sub +End Class \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/Form2.Designer.vb b/Projects/WindowsApplication1/WindowsApplication1/Form2.Designer.vb new file mode 100644 index 0000000000000000000000000000000000000000..8240bf0ceb78fe11c7b2863bc1bd493c7a11fab2 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/Form2.Designer.vb @@ -0,0 +1,166 @@ +<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ +Partial Class Form2 + Inherits System.Windows.Forms.Form + + 'Form reemplaza a Dispose para limpiar la lista de componentes. + <System.Diagnostics.DebuggerNonUserCode()> _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Requerido por el Diseñador de Windows Forms + Private components As System.ComponentModel.IContainer + + 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento + 'Se puede modificar usando el Diseñador de Windows Forms. + 'No lo modifique con el editor de código. + <System.Diagnostics.DebuggerStepThrough()> _ + Private Sub InitializeComponent() + Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.Label2 = New System.Windows.Forms.Label() + Me.RichTextBox2 = New System.Windows.Forms.RichTextBox() + Me.Button9 = New System.Windows.Forms.Button() + Me.TextBox1 = New System.Windows.Forms.TextBox() + Me.Button7 = New System.Windows.Forms.Button() + Me.Button6 = New System.Windows.Forms.Button() + Me.Button5 = New System.Windows.Forms.Button() + Me.Label1 = New System.Windows.Forms.Label() + Me.RichTextBox1 = New System.Windows.Forms.RichTextBox() + Me.GroupBox1.SuspendLayout() + Me.SuspendLayout() + ' + 'GroupBox1 + ' + Me.GroupBox1.Controls.Add(Me.Label2) + Me.GroupBox1.Controls.Add(Me.RichTextBox2) + Me.GroupBox1.Controls.Add(Me.Button9) + Me.GroupBox1.Controls.Add(Me.TextBox1) + Me.GroupBox1.Controls.Add(Me.Button7) + Me.GroupBox1.Controls.Add(Me.Button6) + Me.GroupBox1.Controls.Add(Me.Button5) + Me.GroupBox1.Location = New System.Drawing.Point(12, 28) + Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(172, 193) + Me.GroupBox1.TabIndex = 28 + Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "Opcions per insertar" + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(6, 29) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(136, 17) + Me.Label2.TabIndex = 26 + Me.Label2.Text = "Selecciona el sÃmbol" + ' + 'RichTextBox2 + ' + Me.RichTextBox2.EnableAutoDragDrop = True + Me.RichTextBox2.Font = New System.Drawing.Font("Times New Roman", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.RichTextBox2.Location = New System.Drawing.Point(6, 153) + Me.RichTextBox2.Name = "RichTextBox2" + Me.RichTextBox2.ReadOnly = True + Me.RichTextBox2.Size = New System.Drawing.Size(161, 33) + Me.RichTextBox2.TabIndex = 30 + Me.RichTextBox2.Text = "" + ' + 'Button9 + ' + Me.Button9.DialogResult = System.Windows.Forms.DialogResult.Cancel + Me.Button9.Location = New System.Drawing.Point(107, 124) + Me.Button9.Name = "Button9" + Me.Button9.Size = New System.Drawing.Size(60, 23) + Me.Button9.TabIndex = 29 + Me.Button9.Text = "ADD CUSTOM" + Me.Button9.UseVisualStyleBackColor = True + ' + 'TextBox1 + ' + Me.TextBox1.Location = New System.Drawing.Point(6, 125) + Me.TextBox1.Name = "TextBox1" + Me.TextBox1.Size = New System.Drawing.Size(95, 22) + Me.TextBox1.TabIndex = 28 + ' + 'Button7 + ' + Me.Button7.DialogResult = System.Windows.Forms.DialogResult.Cancel + Me.Button7.Location = New System.Drawing.Point(89, 58) + Me.Button7.Name = "Button7" + Me.Button7.Size = New System.Drawing.Size(78, 28) + Me.Button7.TabIndex = 27 + Me.Button7.Text = "( OFF )" + Me.Button7.UseVisualStyleBackColor = True + ' + 'Button6 + ' + Me.Button6.DialogResult = System.Windows.Forms.DialogResult.Cancel + Me.Button6.Location = New System.Drawing.Point(6, 91) + Me.Button6.Name = "Button6" + Me.Button6.Size = New System.Drawing.Size(161, 28) + Me.Button6.TabIndex = 26 + Me.Button6.Text = "( ON / OFF )" + Me.Button6.UseVisualStyleBackColor = True + ' + 'Button5 + ' + Me.Button5.Location = New System.Drawing.Point(6, 58) + Me.Button5.Name = "Button5" + Me.Button5.Size = New System.Drawing.Size(77, 28) + Me.Button5.TabIndex = 25 + Me.Button5.Text = "( ON )" + Me.Button5.UseVisualStyleBackColor = True + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(187, 8) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(222, 17) + Me.Label1.TabIndex = 27 + Me.Label1.Text = "Visualització Previa a la conversió" + ' + 'RichTextBox1 + ' + Me.RichTextBox1.EnableAutoDragDrop = True + Me.RichTextBox1.Font = New System.Drawing.Font("Times New Roman", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.RichTextBox1.Location = New System.Drawing.Point(190, 28) + Me.RichTextBox1.Name = "RichTextBox1" + Me.RichTextBox1.Size = New System.Drawing.Size(1287, 644) + Me.RichTextBox1.TabIndex = 26 + Me.RichTextBox1.Text = "" + ' + 'Form2 + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(1489, 680) + Me.Controls.Add(Me.GroupBox1) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.RichTextBox1) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle + Me.Name = "Form2" + Me.Text = "Form2" + Me.GroupBox1.ResumeLayout(False) + Me.GroupBox1.PerformLayout() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents RichTextBox2 As System.Windows.Forms.RichTextBox + Friend WithEvents Button9 As System.Windows.Forms.Button + Friend WithEvents TextBox1 As System.Windows.Forms.TextBox + Friend WithEvents Button7 As System.Windows.Forms.Button + Friend WithEvents Button6 As System.Windows.Forms.Button + Friend WithEvents Button5 As System.Windows.Forms.Button + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox +End Class diff --git a/Projects/WindowsApplication1/WindowsApplication1/Form2.resx b/Projects/WindowsApplication1/WindowsApplication1/Form2.resx new file mode 100644 index 0000000000000000000000000000000000000000..29dcb1b3a353ba227f65e11fbe3d6f0766e84292 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/Form2.resx @@ -0,0 +1,120 @@ +<?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> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/Form2.vb b/Projects/WindowsApplication1/WindowsApplication1/Form2.vb new file mode 100644 index 0000000000000000000000000000000000000000..b2d3fc80b02232ff2bbc36a060565f78e1d807c3 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/Form2.vb @@ -0,0 +1,31 @@ +Public Class Form2 + + Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load + + End Sub + + Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click + RichTextBox2.Text = "( ON )" + End Sub + + + + Private Sub RichTextBox2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles RichTextBox2.Click + RichTextBox2.SelectAll() + End Sub + + + Private Sub Button7_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button7.Click + RichTextBox2.Text = "( OFF )" + End Sub + + Private Sub Button6_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click + RichTextBox2.Text = "( ON / OFF )" + End Sub + + Private Sub Button9_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button9.Click + If TextBox1.Text IsNot "" Then + RichTextBox2.Text = TextBox1.Text + End If + End Sub +End Class \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/MDIParent1.Designer.vb b/Projects/WindowsApplication1/WindowsApplication1/MDIParent1.Designer.vb new file mode 100644 index 0000000000000000000000000000000000000000..47b8603b67c7a3102d24116ea50ba55995d15bd9 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/MDIParent1.Designer.vb @@ -0,0 +1,237 @@ +<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ +Partial Class MDIParent1 + Inherits System.Windows.Forms.Form + + 'Form reemplaza a Dispose para limpiar la lista de componentes. + <System.Diagnostics.DebuggerNonUserCode()> _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + + 'Requerido por el Diseñador de Windows Forms + Private components As System.ComponentModel.IContainer + + 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento + 'Se puede modificar usando el Diseñador de Windows Forms. + 'No lo modifique con el editor de código. + <System.Diagnostics.DebuggerStepThrough()> _ + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MDIParent1)) + Me.MenuStrip = New System.Windows.Forms.MenuStrip() + Me.FileMenu = New System.Windows.Forms.ToolStripMenuItem() + Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() + Me.SaveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.SaveAsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator() + Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolsMenu = New System.Windows.Forms.ToolStripMenuItem() + Me.OptionsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolStrip = New System.Windows.Forms.ToolStrip() + Me.OpenToolStripButton = New System.Windows.Forms.ToolStripButton() + Me.SaveToolStripButton = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() + Me.StatusStrip = New System.Windows.Forms.StatusStrip() + Me.ToolStripStatusLabel = New System.Windows.Forms.ToolStripStatusLabel() + Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components) + Me.GenerarDocumentoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.RichTextBox1 = New System.Windows.Forms.RichTextBox() + Me.MenuStrip.SuspendLayout() + Me.ToolStrip.SuspendLayout() + Me.StatusStrip.SuspendLayout() + Me.SuspendLayout() + ' + 'MenuStrip + ' + Me.MenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileMenu, Me.ToolsMenu}) + Me.MenuStrip.Location = New System.Drawing.Point(0, 0) + Me.MenuStrip.Name = "MenuStrip" + Me.MenuStrip.Padding = New System.Windows.Forms.Padding(8, 2, 0, 2) + Me.MenuStrip.Size = New System.Drawing.Size(843, 28) + Me.MenuStrip.TabIndex = 5 + Me.MenuStrip.Text = "MenuStrip" + ' + 'FileMenu + ' + Me.FileMenu.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripMenuItem, Me.ToolStripSeparator3, Me.SaveToolStripMenuItem, Me.SaveAsToolStripMenuItem, Me.ToolStripSeparator4, Me.ToolStripSeparator5, Me.ExitToolStripMenuItem}) + Me.FileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder + Me.FileMenu.Name = "FileMenu" + Me.FileMenu.Size = New System.Drawing.Size(71, 24) + Me.FileMenu.Text = "&Archivo" + ' + 'OpenToolStripMenuItem + ' + Me.OpenToolStripMenuItem.Image = CType(resources.GetObject("OpenToolStripMenuItem.Image"), System.Drawing.Image) + Me.OpenToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black + Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem" + Me.OpenToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys) + Me.OpenToolStripMenuItem.Size = New System.Drawing.Size(181, 24) + Me.OpenToolStripMenuItem.Text = "&Abrir" + ' + 'ToolStripSeparator3 + ' + Me.ToolStripSeparator3.Name = "ToolStripSeparator3" + Me.ToolStripSeparator3.Size = New System.Drawing.Size(178, 6) + ' + 'SaveToolStripMenuItem + ' + Me.SaveToolStripMenuItem.Image = CType(resources.GetObject("SaveToolStripMenuItem.Image"), System.Drawing.Image) + Me.SaveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black + Me.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem" + Me.SaveToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys) + Me.SaveToolStripMenuItem.Size = New System.Drawing.Size(181, 24) + Me.SaveToolStripMenuItem.Text = "&Guardar" + ' + 'SaveAsToolStripMenuItem + ' + Me.SaveAsToolStripMenuItem.Name = "SaveAsToolStripMenuItem" + Me.SaveAsToolStripMenuItem.Size = New System.Drawing.Size(181, 24) + Me.SaveAsToolStripMenuItem.Text = "Guardar &como" + ' + 'ToolStripSeparator4 + ' + Me.ToolStripSeparator4.Name = "ToolStripSeparator4" + Me.ToolStripSeparator4.Size = New System.Drawing.Size(178, 6) + ' + 'ToolStripSeparator5 + ' + Me.ToolStripSeparator5.Name = "ToolStripSeparator5" + Me.ToolStripSeparator5.Size = New System.Drawing.Size(178, 6) + ' + 'ExitToolStripMenuItem + ' + Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem" + Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(181, 24) + Me.ExitToolStripMenuItem.Text = "&Salir" + ' + 'ToolsMenu + ' + Me.ToolsMenu.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OptionsToolStripMenuItem, Me.GenerarDocumentoToolStripMenuItem}) + Me.ToolsMenu.Name = "ToolsMenu" + Me.ToolsMenu.Size = New System.Drawing.Size(110, 24) + Me.ToolsMenu.Text = "&Herramientas" + ' + 'OptionsToolStripMenuItem + ' + Me.OptionsToolStripMenuItem.Name = "OptionsToolStripMenuItem" + Me.OptionsToolStripMenuItem.Size = New System.Drawing.Size(220, 24) + Me.OptionsToolStripMenuItem.Text = "&Convertir Documento" + ' + 'ToolStrip + ' + Me.ToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripButton, Me.SaveToolStripButton, Me.ToolStripSeparator1}) + Me.ToolStrip.Location = New System.Drawing.Point(0, 28) + Me.ToolStrip.Name = "ToolStrip" + Me.ToolStrip.Size = New System.Drawing.Size(843, 25) + Me.ToolStrip.TabIndex = 6 + Me.ToolStrip.Text = "ToolStrip" + ' + 'OpenToolStripButton + ' + Me.OpenToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.OpenToolStripButton.Image = CType(resources.GetObject("OpenToolStripButton.Image"), System.Drawing.Image) + Me.OpenToolStripButton.ImageTransparentColor = System.Drawing.Color.Black + Me.OpenToolStripButton.Name = "OpenToolStripButton" + Me.OpenToolStripButton.Size = New System.Drawing.Size(23, 22) + Me.OpenToolStripButton.Text = "Abrir" + ' + 'SaveToolStripButton + ' + Me.SaveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.SaveToolStripButton.Image = CType(resources.GetObject("SaveToolStripButton.Image"), System.Drawing.Image) + Me.SaveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black + Me.SaveToolStripButton.Name = "SaveToolStripButton" + Me.SaveToolStripButton.Size = New System.Drawing.Size(23, 22) + Me.SaveToolStripButton.Text = "Guardar" + ' + 'ToolStripSeparator1 + ' + Me.ToolStripSeparator1.Name = "ToolStripSeparator1" + Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) + ' + 'StatusStrip + ' + Me.StatusStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel}) + Me.StatusStrip.Location = New System.Drawing.Point(0, 533) + Me.StatusStrip.Name = "StatusStrip" + Me.StatusStrip.Padding = New System.Windows.Forms.Padding(1, 0, 19, 0) + Me.StatusStrip.Size = New System.Drawing.Size(843, 25) + Me.StatusStrip.TabIndex = 7 + Me.StatusStrip.Text = "StatusStrip" + ' + 'ToolStripStatusLabel + ' + Me.ToolStripStatusLabel.Name = "ToolStripStatusLabel" + Me.ToolStripStatusLabel.Size = New System.Drawing.Size(54, 20) + Me.ToolStripStatusLabel.Text = "Estado" + ' + 'GenerarDocumentoToolStripMenuItem + ' + Me.GenerarDocumentoToolStripMenuItem.Name = "GenerarDocumentoToolStripMenuItem" + Me.GenerarDocumentoToolStripMenuItem.Size = New System.Drawing.Size(220, 24) + Me.GenerarDocumentoToolStripMenuItem.Text = "Generar Documento" + ' + 'RichTextBox1 + ' + Me.RichTextBox1.Location = New System.Drawing.Point(743, 434) + Me.RichTextBox1.Name = "RichTextBox1" + Me.RichTextBox1.Size = New System.Drawing.Size(100, 96) + Me.RichTextBox1.TabIndex = 9 + Me.RichTextBox1.Text = "" + Me.RichTextBox1.Visible = False + ' + 'MDIParent1 + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(843, 558) + Me.Controls.Add(Me.RichTextBox1) + Me.Controls.Add(Me.ToolStrip) + Me.Controls.Add(Me.MenuStrip) + Me.Controls.Add(Me.StatusStrip) + Me.IsMdiContainer = True + Me.MainMenuStrip = Me.MenuStrip + Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.Name = "MDIParent1" + Me.Text = "MDIParent1" + Me.MenuStrip.ResumeLayout(False) + Me.MenuStrip.PerformLayout() + Me.ToolStrip.ResumeLayout(False) + Me.ToolStrip.PerformLayout() + Me.StatusStrip.ResumeLayout(False) + Me.StatusStrip.PerformLayout() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents OptionsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ToolTip As System.Windows.Forms.ToolTip + Friend WithEvents ToolStripStatusLabel As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents StatusStrip As System.Windows.Forms.StatusStrip + Friend WithEvents ToolStrip As System.Windows.Forms.ToolStrip + Friend WithEvents OpenToolStripButton As System.Windows.Forms.ToolStripButton + Friend WithEvents SaveToolStripButton As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents SaveAsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents FileMenu As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents OpenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents SaveToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents MenuStrip As System.Windows.Forms.MenuStrip + Friend WithEvents ToolsMenu As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents GenerarDocumentoToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox + +End Class diff --git a/Projects/WindowsApplication1/WindowsApplication1/MDIParent1.resx b/Projects/WindowsApplication1/WindowsApplication1/MDIParent1.resx new file mode 100644 index 0000000000000000000000000000000000000000..34414bbd6a62c556ee2b4069f38d2b8c4b6b7fa5 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/MDIParent1.resx @@ -0,0 +1,198 @@ +<?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> + <metadata name="MenuStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>257, 17</value> + </metadata> + <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <data name="OpenToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value> + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAJfSURBVDhPvZNbSBNgGIZ30UVXFmlRCEaWhF2IgSHVRUjS + SVFKs8JIE8pTBwzFNg9tOnVzJ6eudJjbdE2dVpZhWCEUikRoqaPEtCwoKsXMUMnT09xCkyzwph/em5/v + fb73+35+geB/nJxiMxKthctyE3k6K2lKI8vqG52sIyxe5TCdF5aTZYelSA1EJRcjqDNrWEqNNbK/dklI + KyE8UUVofIET0NtlZGKk1qEfwxamBg1YTSrqzdIlIWEJakLjtATHFiGorVAzPly1yDzzqYQpWxJV5XIq + S3MxFGehL8jkmlJEkSx1MbTaqGD8i3G+86zdTK8IbLFL6g/AjTIZ3z/qHbHnzE11CofuW/NpsMi4XZmL + 1ZCNRS/BpLvCdW06pWoROoXQmaZSn8vou0LmYr9pEVNfpWbmjQQGpIv11n7XnwY9yfAykc6aCC7GhCAw + 6LL51ieH90ruVKtoe6B0Fv0+wosoaA9nujWIiYcBvK7w4dyp/U5AmVbM11cSBlozqLcome0XQ3ecE9AZ + YzceZ7othInmfYw27maobjuSeC9OBLo5l1mizmCoS8hNs4KOJ/YkPUl2wBnoOMns08NMPj7IWNMehuv9 + +FztTXvOaiKDPPHb6uIE6PJFdDdncsucD32Z8Nwe99lRJluCGXsUwEiDP4NWHz4Yt2BTuiKO3YzvNveF + pyzMS6XWJMd2N4F2jWBebcoVNMtWci9rFTXpazGkunP10kYiD23C39djAaCRpqARnyVPGE3ahWOOxZyO + COTIgZ3s3eXDDh8vvD3d8djgxro1Lqx3/RV9Wb/pH8U/ATEu7l+AbzRZAAAAAElFTkSuQmCC +</value> + </data> + <data name="SaveToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value> + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIpSURBVDhPrZPdS5NxFMf3L3TfTdBFtzU1hmuxGjzlHMqq + YVgRvT2RL+XSZZqoWJlGLV8gW+HSScvpJJxU+AamSI2hTCVLM1e0xKGm2EQw+PY7v+j5tTJv6gfn8vM5 + zznn+6hU/+M9exoFla99GW3eJTx2L6CxIYL7jhnU1nyC/XYIN8qnUFoygcKC18jLHcWF80EovQns7QFq + qlex0VtZXYMxrReH057wUgTe1kUuqKz48lee4MjCCnabn0OtlmE55BEC96N5Ligt+byu4Cf8PryIOJMP + BZenccDcJATO+lkuuGR794fgV3hkMoJtkhfWnHGkpjiFoO5umAuys0ZjBL/Dg8EwNuvdkOUATCaHEFRX + feQC+UxAEawH9/g/YFNiA44cfYGkpFohuFk5je4usFMCx0++guXYAN82LYxmps+mzj/gPhy0dEKS7EJw + tWwSHT6wDABNrm/s7l9Rfn2OL5UWRjNnZgQVODm1HQZDhRBcKRyHpxl46FxjwYnCmJ4TU+YTNqSfK+Kd + k1MYvN8Dvb5MCGx5YwwGqu5EeWcSUEjitBKG3s5ibGoOcu417DW2cVi7xwWdrkgIKJaOe1A+mwQEn82/ + hTeheYRmlnCx2I54vYvBjYjf9QDaxHwhyMwYZnMv85m3GjzYskNCS0c/fF2D6O7zY+DlEPaZLFDr6pHA + 4O2aOmg01ljB6VP9PJ6UMAoJ3ZlORdumhdHM1JWK4J0J2ULwL3/0d2xoOmtKzOuNAAAAAElFTkSuQmCC +</value> + </data> + <metadata name="ToolStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>143, 17</value> + </metadata> + <data name="OpenToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value> + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAJfSURBVDhPvZNbSBNgGIZ30UVXFmlRCEaWhF2IgSHVRUjS + SVFKs8JIE8pTBwzFNg9tOnVzJ6eudJjbdE2dVpZhWCEUikRoqaPEtCwoKsXMUMnT09xCkyzwph/em5/v + fb73+35+geB/nJxiMxKthctyE3k6K2lKI8vqG52sIyxe5TCdF5aTZYelSA1EJRcjqDNrWEqNNbK/dklI + KyE8UUVofIET0NtlZGKk1qEfwxamBg1YTSrqzdIlIWEJakLjtATHFiGorVAzPly1yDzzqYQpWxJV5XIq + S3MxFGehL8jkmlJEkSx1MbTaqGD8i3G+86zdTK8IbLFL6g/AjTIZ3z/qHbHnzE11CofuW/NpsMi4XZmL + 1ZCNRS/BpLvCdW06pWoROoXQmaZSn8vou0LmYr9pEVNfpWbmjQQGpIv11n7XnwY9yfAykc6aCC7GhCAw + 6LL51ieH90ruVKtoe6B0Fv0+wosoaA9nujWIiYcBvK7w4dyp/U5AmVbM11cSBlozqLcome0XQ3ecE9AZ + YzceZ7othInmfYw27maobjuSeC9OBLo5l1mizmCoS8hNs4KOJ/YkPUl2wBnoOMns08NMPj7IWNMehuv9 + +FztTXvOaiKDPPHb6uIE6PJFdDdncsucD32Z8Nwe99lRJluCGXsUwEiDP4NWHz4Yt2BTuiKO3YzvNveF + pyzMS6XWJMd2N4F2jWBebcoVNMtWci9rFTXpazGkunP10kYiD23C39djAaCRpqARnyVPGE3ahWOOxZyO + COTIgZ3s3eXDDh8vvD3d8djgxro1Lqx3/RV9Wb/pH8U/ATEu7l+AbzRZAAAAAElFTkSuQmCC +</value> + </data> + <data name="SaveToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value> + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIpSURBVDhPrZPdS5NxFMf3L3TfTdBFtzU1hmuxGjzlHMqq + YVgRvT2RL+XSZZqoWJlGLV8gW+HSScvpJJxU+AamSI2hTCVLM1e0xKGm2EQw+PY7v+j5tTJv6gfn8vM5 + zznn+6hU/+M9exoFla99GW3eJTx2L6CxIYL7jhnU1nyC/XYIN8qnUFoygcKC18jLHcWF80EovQns7QFq + qlex0VtZXYMxrReH057wUgTe1kUuqKz48lee4MjCCnabn0OtlmE55BEC96N5Ligt+byu4Cf8PryIOJMP + BZenccDcJATO+lkuuGR794fgV3hkMoJtkhfWnHGkpjiFoO5umAuys0ZjBL/Dg8EwNuvdkOUATCaHEFRX + feQC+UxAEawH9/g/YFNiA44cfYGkpFohuFk5je4usFMCx0++guXYAN82LYxmps+mzj/gPhy0dEKS7EJw + tWwSHT6wDABNrm/s7l9Rfn2OL5UWRjNnZgQVODm1HQZDhRBcKRyHpxl46FxjwYnCmJ4TU+YTNqSfK+Kd + k1MYvN8Dvb5MCGx5YwwGqu5EeWcSUEjitBKG3s5ibGoOcu417DW2cVi7xwWdrkgIKJaOe1A+mwQEn82/ + hTeheYRmlnCx2I54vYvBjYjf9QDaxHwhyMwYZnMv85m3GjzYskNCS0c/fF2D6O7zY+DlEPaZLFDr6pHA + 4O2aOmg01ljB6VP9PJ6UMAoJ3ZlORdumhdHM1JWK4J0J2ULwL3/0d2xoOmtKzOuNAAAAAElFTkSuQmCC +</value> + </data> + <metadata name="StatusStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>17, 17</value> + </metadata> + <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>381, 17</value> + </metadata> + <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>51</value> + </metadata> +</root> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/MDIParent1.vb b/Projects/WindowsApplication1/WindowsApplication1/MDIParent1.vb new file mode 100644 index 0000000000000000000000000000000000000000..23ada0eac05e56f9acf166c558c580d24d220d7f --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/MDIParent1.vb @@ -0,0 +1,396 @@ +Imports System.Windows.Forms +Imports Word = Microsoft.Office.Interop.Word +Imports Microsoft.Office.Interop +Imports System.Runtime.InteropServices + +Public Class MDIParent1 + + Private Sub ShowNewForm(ByVal sender As Object, ByVal e As EventArgs) + ' Cree una nueva instancia del formulario secundario. + Dim ChildForm As New Form1 + ' Conviértalo en un elemento secundario de este formulario MDI antes de mostrarlo. + ChildForm.MdiParent = Me + + m_ChildFormNumber += 1 + ChildForm.Text = "Ventana " & m_ChildFormNumber + + ChildForm.Show() + End Sub + + Public Function convertirdoc() + Dim i As Integer + i = 0 + + Dim activeChild As Form2 = Me.ActiveMdiChild + If (Not activeChild Is Nothing) Then + Dim lines() As String = activeChild.RichTextBox1.Lines + Dim datos(0 To activeChild.RichTextBox1.Lines.GetLength(0), 0 To 2) As String + Dim doit As String + + doit = "false" + For Each line As String In activeChild.RichTextBox1.Lines + Dim primercaracter As String + + If (activeChild.RichTextBox1.Lines(i).ToString = "") Then + 'MsgBox(RichTextBox1.Lines(i).ToString & vbCrLf & i) + Else + primercaracter = activeChild.RichTextBox1.Lines(i).Substring(0, 1).ToString + If (primercaracter = "<") Then + datos(i, 0) = "newtake" + datos(i, 1) = activeChild.RichTextBox1.Lines(i).Trim.ToString + datos(i, 2) = "-NADA-" + doit = "true" + + ElseIf (primercaracter = "*") Then + + Dim textof As String + Dim textofs() As String + textof = activeChild.RichTextBox1.Lines(i).ToString + textofs = textof.Split("*") + datos(i, 0) = "voz" + datos(i, 1) = textofs(1).Trim.ToString + datos(i, 2) = textofs(2).Trim.ToString + Else + If (doit = "false") Then + + datos(i, 0) = "titulo" + datos(i, 1) = activeChild.RichTextBox1.Lines(i).ToString + datos(i, 2) = "-NADA-" + Else + If (datos(i - 1, 2) = "") Then + 'MsgBox("fila : " & i & vbCrLf & "previo : " & datos(i - 2, 2) & vbCrLf & "actual : " & RichTextBox1.Lines(i).ToString) + datos(i - 2, 2) = datos(i - 2, 2) & " " & activeChild.RichTextBox1.Lines(i).ToString + Else + 'MsgBox("fila : " & i & vbCrLf & "previo : " & datos(i - 1, 2) & vbCrLf & "actual : " & RichTextBox1.Lines(i).ToString) + datos(i - 1, 2) = datos(i - 1, 2) & " " & activeChild.RichTextBox1.Lines(i).ToString + End If + + End If + + + + + + End If + End If + Me.Text = "Falten " & (datos.GetUpperBound(0) - i) - 1 & " per convertir" + i = i + 1 + Next line + + Dim datos2(0 To activeChild.RichTextBox1.Lines.GetLength(0), 0 To 2) As String + Dim canti As String = datos.GetUpperBound(0) + Dim p As Integer = 0 + + For j As Integer = 1 To canti - 1 Step +1 + + If datos(j - 1, 1) = "" Then + + Else + datos2(p, 1) = datos(j - 1, 1) + datos2(p, 2) = datos(j - 1, 2) + p = p + 1 + End If + Next + Dim takes As Boolean = False + + + For n As Integer = 1 To datos2.GetUpperBound(0) Step +1 + If (n <= 1) Then + RichTextBox1.Text = datos2(n - 1, 1) & "|" + Else + Dim pric As String + + If (datos2(n - 1, 1) = "") Then + ' oTable.Rows(n - 1).Delete() + Else + + If datos2(n - 1, 1) IsNot "" Then + pric = datos2(n - 1, 1).Substring(0, 1).ToString + If (pric = "<") Then + RichTextBox1.Text = RichTextBox1.Text & datos2(n - 1, 1).ToString & "|" + takes = True + Else + If takes = True Then + RichTextBox1.Text = RichTextBox1.Text & "*" & datos2(n - 1, 1).ToString & "*" & "+" & datos2(n - 1, 2).Trim.ToString & "|" + Else + RichTextBox1.Text = RichTextBox1.Text & datos2(n - 1, 1).ToString & "|" + + End If + + End If + Else + 'oTable.Rows(n - 1).Delete() + End If + + End If + End If + + Next + Dim saveFileDialog1 As New SaveFileDialog() + saveFileDialog1.Filter = "Document de Takes Convertit|*.txt" + saveFileDialog1.Title = "Guardar Document de Takes Convertit" + + If saveFileDialog1.ShowDialog() = DialogResult.OK Then + RichTextBox1.SaveFile(saveFileDialog1.FileName, _ + RichTextBoxStreamType.PlainText) + MsgBox("correcto") + + End If + + End If + Return True + End Function + Private Sub OpenFile(ByVal sender As Object, ByVal e As EventArgs) Handles OpenToolStripMenuItem.Click, OpenToolStripButton.Click + Dim openFileDialog1 As New OpenFileDialog() + openFileDialog1.Filter = "Document convertit |*.txt" + openFileDialog1.Title = "Selecciona el document..." + If openFileDialog1.ShowDialog() = DialogResult.OK Then + Dim sr As New System.IO.StreamReader(openFileDialog1.FileName, System.Text.Encoding.Default) + Dim takes As String = sr.ReadToEnd.ToString + Dim textof As String + Dim textofs() As String + Dim texto2() As String + textof = takes + textofs = textof.Split("|") + Dim primercaracter As String + + ' Cree una nueva instancia del formulario secundario. + Dim ChildForm As New Form2 + ' Conviértalo en un elemento secundario de este formulario MDI antes de mostrarlo. + ChildForm.MdiParent = Me + + m_ChildFormNumber += 1 + ChildForm.Text = "Archivo " & m_ChildFormNumber & " - Nombre : " & openFileDialog1.FileName + ChildForm.Show() + + For n As Integer = 0 To textofs.GetUpperBound(0) - 1 Step +1 + If textofs(n).Length > 1 Then + primercaracter = textofs(n).Substring(0, 1).ToString + If primercaracter = "<" Then + ChildForm.RichTextBox1.Text = ChildForm.RichTextBox1.Text & vbCrLf & vbCrLf & vbCrLf & textofs(n) & vbCrLf + + ElseIf primercaracter = "*" Then + texto2 = textofs(n).Split("+") + ChildForm.RichTextBox1.Text = ChildForm.RichTextBox1.Text & vbCrLf & vbCrLf & texto2(0) & " " & texto2(1) & vbCrLf + Else + ChildForm.RichTextBox1.Text = ChildForm.RichTextBox1.Text & textofs(n) & vbCrLf + + End If + End If + Next + sr.Close() + + End If + End Sub + + Private Sub SaveAsToolStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) Handles SaveAsToolStripMenuItem.Click + Dim SaveFileDialog As New SaveFileDialog + SaveFileDialog.InitialDirectory = My.Computer.FileSystem.SpecialDirectories.MyDocuments + SaveFileDialog.Filter = "Archivos de texto (*.txt)|*.txt|Todos los archivos (*.*)|*.*" + + If (SaveFileDialog.ShowDialog(Me) = System.Windows.Forms.DialogResult.OK) Then + Dim FileName As String = SaveFileDialog.FileName + ' TODO: agregue código aquà para guardar el contenido actual del formulario en un archivo. + End If + End Sub + + + Private Sub ExitToolsStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) Handles ExitToolStripMenuItem.Click + Me.Close() + End Sub + + Private Sub CutToolStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) + ' Utilice My.Computer.Clipboard para insertar el texto o las imágenes seleccionadas en el Portapapeles + End Sub + + Private Sub CopyToolStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) + ' Utilice My.Computer.Clipboard para insertar el texto o las imágenes seleccionadas en el Portapapeles + End Sub + + Private Sub PasteToolStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) + 'Utilice My.Computer.Clipboard.GetText() o My.Computer.Clipboard.GetData para recuperar la información del Portapapeles. + End Sub + + Private Sub CascadeToolStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) + Me.LayoutMdi(MdiLayout.Cascade) + End Sub + + Private Sub TileVerticalToolStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) + Me.LayoutMdi(MdiLayout.TileVertical) + End Sub + + Private Sub TileHorizontalToolStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) + Me.LayoutMdi(MdiLayout.TileHorizontal) + End Sub + + Private Sub ArrangeIconsToolStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) + Me.LayoutMdi(MdiLayout.ArrangeIcons) + End Sub + + Private Sub CloseAllToolStripMenuItem_Click(ByVal sender As Object, ByVal e As EventArgs) + ' Cierre todos los formularios secundarios del principal. + For Each ChildForm As Form In Me.MdiChildren + ChildForm.Close() + Next + End Sub + + Private m_ChildFormNumber As Integer + + Private Sub OptionsToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OptionsToolStripMenuItem.Click + ' Displays an OpenFileDialog so the user can select a Cursor. + Dim openFileDialog1 As New OpenFileDialog() + openFileDialog1.Filter = "Original |*.doc" + openFileDialog1.Title = "Selecciona el document..." + + ' Show the Dialog. + ' If the user clicked OK in the dialog and + ' a .CUR file was selected, open it. + If openFileDialog1.ShowDialog() = DialogResult.OK Then + Dim doc As New Word.Document + Dim WordApp As New Word.Application() + + Dim file As Object = openFileDialog1.FileName + Dim Nothingobj As Object = System.Reflection.Missing.Value + doc = WordApp.Documents.Open(file, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj, Nothingobj) + doc.ActiveWindow.Selection.WholeStory() + doc.ActiveWindow.Selection.Copy() + Dim data As IDataObject = Clipboard.GetDataObject() + RichTextBox1.Text = data.GetData(DataFormats.Text).ToString() + Dim datos(0 To RichTextBox1.Lines.GetLength(0), 0 To 2) As String + If RichTextBox1.Text = "" Then + MsgBox("Carrega l'arxiu primer!!", vbInformation) + + Else + Dim i As Integer + i = 0 + Dim lines() As String = RichTextBox1.Lines + + + + + Dim doit As String + doit = "false" + For Each line As String In RichTextBox1.Lines + Dim primercaracter As String + + If (RichTextBox1.Lines(i).ToString = "") Then + 'MsgBox(RichTextBox1.Lines(i).ToString & vbCrLf & i) + Else + primercaracter = RichTextBox1.Lines(i).Substring(0, 1).ToString + If (primercaracter = "<") Then + datos(i, 0) = "newtake" + datos(i, 1) = RichTextBox1.Lines(i).Trim.ToString + datos(i, 2) = "-NADA-" + doit = "true" + + ElseIf (primercaracter = "*") Then + + Dim textof As String + Dim textofs() As String + textof = RichTextBox1.Lines(i).ToString + textofs = textof.Split("*") + datos(i, 0) = "voz" + datos(i, 1) = textofs(1).Trim.ToString + datos(i, 2) = textofs(2).Trim.ToString + Else + If (doit = "false") Then + + datos(i, 0) = "titulo" + datos(i, 1) = RichTextBox1.Lines(i).ToString + datos(i, 2) = "-NADA-" + Else + If (datos(i - 1, 2) = "") Then + 'MsgBox("fila : " & i & vbCrLf & "previo : " & datos(i - 2, 2) & vbCrLf & "actual : " & RichTextBox1.Lines(i).ToString) + datos(i - 2, 2) = datos(i - 2, 2) & " " & RichTextBox1.Lines(i).ToString + Else + 'MsgBox("fila : " & i & vbCrLf & "previo : " & datos(i - 1, 2) & vbCrLf & "actual : " & RichTextBox1.Lines(i).ToString) + datos(i - 1, 2) = datos(i - 1, 2) & " " & RichTextBox1.Lines(i).ToString + End If + + End If + + + + + + End If + End If + Me.Text = "Falten " & datos.GetUpperBound(0) - i & " per convertir" + i = i + 1 + Next line + + Dim datos2(0 To RichTextBox1.Lines.GetLength(0), 0 To 2) As String + Dim canti As String = datos.GetUpperBound(0) + Dim p As Integer = 0 + + For j As Integer = 1 To canti - 1 Step +1 + + If datos(j - 1, 1) = "" Then + + Else + + datos2(p, 1) = datos(j - 1, 1) + datos2(p, 2) = datos(j - 1, 2) + p = p + 1 + End If + Next + Dim takes As Boolean = False + + + For n As Integer = 1 To datos2.GetUpperBound(0) Step +1 + If (n <= 1) Then + RichTextBox1.Text = datos2(n - 1, 1) & "|" + Else + Dim pric As String + + If (datos2(n - 1, 1) = "") Then + ' oTable.Rows(n - 1).Delete() + Else + + If datos2(n - 1, 1) IsNot "" Then + pric = datos2(n - 1, 1).Substring(0, 1).ToString + If (pric = "<") Then + RichTextBox1.Text = RichTextBox1.Text & datos2(n - 1, 1).ToString & "|" + takes = True + Else + If takes = True Then + RichTextBox1.Text = RichTextBox1.Text & "*" & datos2(n - 1, 1).ToString & "*" & "+" & datos2(n - 1, 2).Trim.ToString & "|" + Else + RichTextBox1.Text = RichTextBox1.Text & datos2(n - 1, 1).ToString & "|" + + End If + + End If + Else + 'oTable.Rows(n - 1).Delete() + End If + + End If + End If + + Next + + Dim saveFileDialog1 As New SaveFileDialog() + saveFileDialog1.Filter = "Document de Takes Convertit|*.txt" + saveFileDialog1.Title = "Guardar Document de Takes Convertit" + + If saveFileDialog1.ShowDialog() = DialogResult.OK Then + RichTextBox1.SaveFile(saveFileDialog1.FileName, _ + RichTextBoxStreamType.PlainText) + MsgBox("correcto") + + + doc.Close() + WordApp.Application.Quit() + End If + + + + End If + End If + End Sub + + Private Sub SaveToolStripButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripButton.Click + convertirdoc() + End Sub +End Class diff --git a/Projects/WindowsApplication1/WindowsApplication1/My Project/Application.Designer.vb b/Projects/WindowsApplication1/WindowsApplication1/My Project/Application.Designer.vb new file mode 100644 index 0000000000000000000000000000000000000000..c6d64b692b21454ea2dbd25ae47e78df7fc6e4a3 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/My Project/Application.Designer.vb @@ -0,0 +1,38 @@ +'------------------------------------------------------------------------------ +' <auto-generated> +' Este código fue generado por una herramienta. +' Versión de runtime:4.0.30319.261 +' +' Los cambios en este archivo podrÃan causar un comportamiento incorrecto y se perderán si +' se vuelve a generar el código. +' </auto-generated> +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + 'NOTA: este archivo se genera de forma automática; no lo modifique directamente. Para realizar cambios, + ' o si detecta errores de compilación en este archivo, vaya al Diseñador de proyectos + ' (vaya a Propiedades del proyecto o haga doble clic en el nodo My Project en el + ' Explorador de soluciones) y realice cambios en la ficha Aplicación. + ' + Partial Friend Class MyApplication + + <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ + Public Sub New() + MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) + Me.IsSingleInstance = false + Me.EnableVisualStyles = true + Me.SaveMySettingsOnExit = true + Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses + End Sub + + <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ + Protected Overrides Sub OnCreateMainForm() + Me.MainForm = Global.WindowsApplication1.MDIParent1 + End Sub + End Class +End Namespace diff --git a/Projects/WindowsApplication1/WindowsApplication1/My Project/Application.myapp b/Projects/WindowsApplication1/WindowsApplication1/My Project/Application.myapp new file mode 100644 index 0000000000000000000000000000000000000000..fbdf40528ab4e4b65e4a0dc943625225b724c344 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/My Project/Application.myapp @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <MySubMain>true</MySubMain> + <MainForm>MDIParent1</MainForm> + <SingleInstance>false</SingleInstance> + <ShutdownMode>0</ShutdownMode> + <EnableVisualStyles>true</EnableVisualStyles> + <AuthenticationMode>0</AuthenticationMode> + <SaveMySettingsOnExit>true</SaveMySettingsOnExit> +</MyApplicationData> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/My Project/AssemblyInfo.vb b/Projects/WindowsApplication1/WindowsApplication1/My Project/AssemblyInfo.vb new file mode 100644 index 0000000000000000000000000000000000000000..2b323da6331635988cb9fc90a1a29176a722f0ce --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/My Project/AssemblyInfo.vb @@ -0,0 +1,35 @@ +Imports System +Imports System.Reflection +Imports System.Runtime.InteropServices + +' La información general sobre un ensamblado se controla mediante el siguiente +' conjunto de atributos. Cambie estos atributos para modificar la información +' asociada con un ensamblado. + +' Revisar los valores de los atributos del ensamblado + +<Assembly: AssemblyTitle("WindowsApplication1")> +<Assembly: AssemblyDescription("")> +<Assembly: AssemblyCompany("")> +<Assembly: AssemblyProduct("WindowsApplication1")> +<Assembly: AssemblyCopyright("Copyright © 2012")> +<Assembly: AssemblyTrademark("")> + +<Assembly: ComVisible(False)> + +'El siguiente GUID sirve como identificador de typelib si este proyecto se expone a COM +<Assembly: Guid("da55af75-b161-4200-9667-c4c244b27a36")> + +' La información de versión de un ensamblado consta de los cuatro valores siguientes: +' +' Versión principal +' Versión secundaria +' Número de compilación +' Revisión +' +' Puede especificar todos los valores o usar los valores predeterminados de número de compilación y de revisión +' mediante el asterisco ('*'), como se muestra a continuación: +' <Assembly: AssemblyVersion("1.0.*")> + +<Assembly: AssemblyVersion("1.0.0.0")> +<Assembly: AssemblyFileVersion("1.0.0.0")> diff --git a/Projects/WindowsApplication1/WindowsApplication1/My Project/Resources.Designer.vb b/Projects/WindowsApplication1/WindowsApplication1/My Project/Resources.Designer.vb new file mode 100644 index 0000000000000000000000000000000000000000..9afe3db39902dcbb956797ff7415cf6d3986cee5 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/My Project/Resources.Designer.vb @@ -0,0 +1,62 @@ +'------------------------------------------------------------------------------ +' <auto-generated> +' This code was generated by a tool. +' Runtime Version:4.0.30319.261 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' </auto-generated> +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My.Resources + + 'This class was auto-generated by the StronglyTypedResourceBuilder + 'class via a tool like ResGen or Visual Studio. + 'To add or remove a member, edit your .ResX file then rerun ResGen + 'with the /str option, or rebuild your VS project. + '''<summary> + ''' A strongly-typed resource class, for looking up localized strings, etc. + '''</summary> + <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _ + Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ + Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _ + Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _ + Friend Module Resources + + Private resourceMan As Global.System.Resources.ResourceManager + + Private resourceCulture As Global.System.Globalization.CultureInfo + + '''<summary> + ''' Returns the cached ResourceManager instance used by this class. + '''</summary> + <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ + Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager + Get + If Object.ReferenceEquals(resourceMan, Nothing) Then + Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("WindowsApplication1.Resources", GetType(Resources).Assembly) + resourceMan = temp + End If + Return resourceMan + End Get + End Property + + '''<summary> + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. + '''</summary> + <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ + Friend Property Culture() As Global.System.Globalization.CultureInfo + Get + Return resourceCulture + End Get + Set(ByVal value As Global.System.Globalization.CultureInfo) + resourceCulture = value + End Set + End Property + End Module +End Namespace diff --git a/Projects/WindowsApplication1/WindowsApplication1/My Project/Resources.resx b/Projects/WindowsApplication1/WindowsApplication1/My Project/Resources.resx new file mode 100644 index 0000000000000000000000000000000000000000..ffecec851ab4deae63e81647b4655c7d1fe6dfd7 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/My Project/Resources.resx @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <!-- + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + <resheader name="resmimetype">text/microsoft-resx</resheader> + <resheader name="version">2.0</resheader> + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> + <value>[base64 mime encoded serialized .NET Framework object]</value> + </data> + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> + </data> + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="data"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="resheader"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:schema> + <resheader name="resmimetype"> + <value>text/microsoft-resx</value> + </resheader> + <resheader name="version"> + <value>2.0</value> + </resheader> + <resheader name="reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> +</root> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/My Project/Settings.Designer.vb b/Projects/WindowsApplication1/WindowsApplication1/My Project/Settings.Designer.vb new file mode 100644 index 0000000000000000000000000000000000000000..852fa00f7da1d433486b265e7a617790b387547f --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/My Project/Settings.Designer.vb @@ -0,0 +1,73 @@ +'------------------------------------------------------------------------------ +' <auto-generated> +' This code was generated by a tool. +' Runtime Version:4.0.30319.261 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' </auto-generated> +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _ + Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _ + Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ + Partial Friend NotInheritable Class MySettings + Inherits Global.System.Configuration.ApplicationSettingsBase + + Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings) + +#Region "My.Settings Auto-Save Functionality" +#If _MyType = "WindowsForms" Then + Private Shared addedHandler As Boolean + + Private Shared addedHandlerLockObject As New Object + + <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ + Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) + If My.Application.SaveMySettingsOnExit Then + My.Settings.Save() + End If + End Sub +#End If +#End Region + + Public Shared ReadOnly Property [Default]() As MySettings + Get + +#If _MyType = "WindowsForms" Then + If Not addedHandler Then + SyncLock addedHandlerLockObject + If Not addedHandler Then + AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings + addedHandler = True + End If + End SyncLock + End If +#End If + Return defaultInstance + End Get + End Property + End Class +End Namespace + +Namespace My + + <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _ + Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ + Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _ + Friend Module MySettingsProperty + + <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _ + Friend ReadOnly Property Settings() As Global.WindowsApplication1.My.MySettings + Get + Return Global.WindowsApplication1.My.MySettings.Default + End Get + End Property + End Module +End Namespace diff --git a/Projects/WindowsApplication1/WindowsApplication1/My Project/Settings.settings b/Projects/WindowsApplication1/WindowsApplication1/My Project/Settings.settings new file mode 100644 index 0000000000000000000000000000000000000000..377f56d6b1c07be246086b62ae66d9b8025ed6de --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/My Project/Settings.settings @@ -0,0 +1,7 @@ +<?xml version='1.0' encoding='utf-8'?> +<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true"> + <Profiles> + <Profile Name="(Default)" /> + </Profiles> + <Settings /> +</SettingsFile> diff --git a/Projects/WindowsApplication1/WindowsApplication1/My Project/app.manifest b/Projects/WindowsApplication1/WindowsApplication1/My Project/app.manifest new file mode 100644 index 0000000000000000000000000000000000000000..d3854b33d9e403631cc8b64402763fc12ab05d58 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/My Project/app.manifest @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <assemblyIdentity version="1.0.0.0" name="MyApplication.app" /> + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> + <security> + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> + <!-- Opciones del manifiesto de Control de cuentas de usuario + Si desea cambiar el nivel de Control de cuentas de usuario de Windows, reemplace el + nodo requestedExecutionLevel por alguno de los siguientes. + + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> + + La especificación del nodo requestedExecutionLevel deshabilitará la virtualización de archivos y del Registro. + Si desea usar la virtualización de archivos y del Registro para la compatibilidad + con versiones anteriores, elimine el nodo requestedExecutionLevel. + --> + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + </requestedPrivileges> + <applicationRequestMinimum> + <PermissionSet Unrestricted="true" ID="Custom" SameSite="site" /> + <defaultAssemblyRequest permissionSetReference="Custom" /> + </applicationRequestMinimum> + </security> + </trustInfo> + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!-- Lista de todas las versiones de Windows con las que esta aplicación está diseñada para funcionar. Windows seleccionará automáticamente el entorno de mayor compatibilidad.--> + <!-- Si la aplicación está diseñada para funcionar con Windows 7, quite los comentarios del siguiente nodo supportedOS--> + <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>--> + </application> + </compatibility> + <!-- Habilitar los temas para los controles y cuadros de diálogo comunes de Windows (Windows XP y versiones posteriores) --> + <!-- <dependency> + <dependentAssembly> + <assemblyIdentity + type="win32" + name="Microsoft.Windows.Common-Controls" + version="6.0.0.0" + processorArchitecture="*" + publicKeyToken="6595b64144ccf1df" + language="*" + /> + </dependentAssembly> + </dependency>--> +</asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/WindowsApplication1.vbproj b/Projects/WindowsApplication1/WindowsApplication1/WindowsApplication1.vbproj new file mode 100644 index 0000000000000000000000000000000000000000..6df720cc3b5a87291b39691989bf2bec2b533a24 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/WindowsApplication1.vbproj @@ -0,0 +1,234 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">x86</Platform> + <ProductVersion> + </ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{41FA52F9-0BEF-4509-B9FD-115442D7D81D}</ProjectGuid> + <OutputType>WinExe</OutputType> + <StartupObject>WindowsApplication1.My.MyApplication</StartupObject> + <RootNamespace>WindowsApplication1</RootNamespace> + <AssemblyName>WindowsApplication1</AssemblyName> + <FileAlignment>512</FileAlignment> + <MyType>WindowsForms</MyType> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <TargetFrameworkProfile>Client</TargetFrameworkProfile> + <IsWebBootstrapper>false</IsWebBootstrapper> + <PublishUrl>publish\</PublishUrl> + <Install>true</Install> + <InstallFrom>Disk</InstallFrom> + <UpdateEnabled>false</UpdateEnabled> + <UpdateMode>Foreground</UpdateMode> + <UpdateInterval>7</UpdateInterval> + <UpdateIntervalUnits>Days</UpdateIntervalUnits> + <UpdatePeriodically>false</UpdatePeriodically> + <UpdateRequired>false</UpdateRequired> + <MapFileExtensions>true</MapFileExtensions> + <AutorunEnabled>true</AutorunEnabled> + <ApplicationRevision>1</ApplicationRevision> + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> + <UseApplicationTrust>false</UseApplicationTrust> + <PublishWizardCompleted>true</PublishWizardCompleted> + <BootstrapperEnabled>true</BootstrapperEnabled> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> + <PlatformTarget>x86</PlatformTarget> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <DefineDebug>true</DefineDebug> + <DefineTrace>true</DefineTrace> + <OutputPath>bin\Debug\</OutputPath> + <DocumentationFile>WindowsApplication1.xml</DocumentationFile> + <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> + <PlatformTarget>x86</PlatformTarget> + <DebugType>pdbonly</DebugType> + <DefineDebug>false</DefineDebug> + <DefineTrace>true</DefineTrace> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DocumentationFile>WindowsApplication1.xml</DocumentationFile> + <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> + </PropertyGroup> + <PropertyGroup> + <OptionExplicit>On</OptionExplicit> + </PropertyGroup> + <PropertyGroup> + <OptionCompare>Binary</OptionCompare> + </PropertyGroup> + <PropertyGroup> + <OptionStrict>Off</OptionStrict> + </PropertyGroup> + <PropertyGroup> + <OptionInfer>On</OptionInfer> + </PropertyGroup> + <PropertyGroup> + <ApplicationManifest>My Project\app.manifest</ApplicationManifest> + </PropertyGroup> + <PropertyGroup> + <ManifestCertificateThumbprint>73A112ECACC61E8BAC9EFD7C229F76276A3B4C42</ManifestCertificateThumbprint> + </PropertyGroup> + <PropertyGroup> + <ManifestKeyFile>WindowsApplication1_TemporaryKey.pfx</ManifestKeyFile> + </PropertyGroup> + <PropertyGroup> + <GenerateManifests>true</GenerateManifests> + </PropertyGroup> + <PropertyGroup> + <TargetZone>LocalIntranet</TargetZone> + </PropertyGroup> + <PropertyGroup> + <SignManifests>true</SignManifests> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Deployment" /> + <Reference Include="System.Drawing" /> + <Reference Include="System.Windows.Forms" /> + <Reference Include="System.Xml" /> + <Reference Include="System.Core" /> + <Reference Include="System.Xml.Linq" /> + <Reference Include="System.Data.DataSetExtensions" /> + </ItemGroup> + <ItemGroup> + <Import Include="Microsoft.VisualBasic" /> + <Import Include="System" /> + <Import Include="System.Collections" /> + <Import Include="System.Collections.Generic" /> + <Import Include="System.Data" /> + <Import Include="System.Drawing" /> + <Import Include="System.Diagnostics" /> + <Import Include="System.Windows.Forms" /> + <Import Include="System.Linq" /> + <Import Include="System.Xml.Linq" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Form1.vb"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Form1.Designer.vb"> + <DependentUpon>Form1.vb</DependentUpon> + <SubType>Form</SubType> + </Compile> + <Compile Include="Form2.Designer.vb"> + <DependentUpon>Form2.vb</DependentUpon> + </Compile> + <Compile Include="Form2.vb"> + <SubType>Form</SubType> + </Compile> + <Compile Include="MDIParent1.Designer.vb"> + <DependentUpon>MDIParent1.vb</DependentUpon> + </Compile> + <Compile Include="MDIParent1.vb"> + <SubType>Form</SubType> + </Compile> + <Compile Include="My Project\AssemblyInfo.vb" /> + <Compile Include="My Project\Application.Designer.vb"> + <AutoGen>True</AutoGen> + <DependentUpon>Application.myapp</DependentUpon> + </Compile> + <Compile Include="My Project\Resources.Designer.vb"> + <AutoGen>True</AutoGen> + <DesignTime>True</DesignTime> + <DependentUpon>Resources.resx</DependentUpon> + </Compile> + <Compile Include="My Project\Settings.Designer.vb"> + <AutoGen>True</AutoGen> + <DependentUpon>Settings.settings</DependentUpon> + <DesignTimeSharedInput>True</DesignTimeSharedInput> + </Compile> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Form1.resx"> + <DependentUpon>Form1.vb</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="Form2.resx"> + <DependentUpon>Form2.vb</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="MDIParent1.resx"> + <DependentUpon>MDIParent1.vb</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="My Project\Resources.resx"> + <Generator>VbMyResourcesResXFileCodeGenerator</Generator> + <LastGenOutput>Resources.Designer.vb</LastGenOutput> + <CustomToolNamespace>My.Resources</CustomToolNamespace> + <SubType>Designer</SubType> + </EmbeddedResource> + </ItemGroup> + <ItemGroup> + <None Include="My Project\app.manifest" /> + <None Include="My Project\Application.myapp"> + <Generator>MyApplicationCodeGenerator</Generator> + <LastGenOutput>Application.Designer.vb</LastGenOutput> + </None> + <None Include="My Project\Settings.settings"> + <Generator>SettingsSingleFileGenerator</Generator> + <CustomToolNamespace>My</CustomToolNamespace> + <LastGenOutput>Settings.Designer.vb</LastGenOutput> + </None> + <None Include="WindowsApplication1_TemporaryKey.pfx" /> + </ItemGroup> + <ItemGroup> + <COMReference Include="Microsoft.Office.Core"> + <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid> + <VersionMajor>2</VersionMajor> + <VersionMinor>5</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>primary</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="Microsoft.Office.Interop.Word"> + <Guid>{00020905-0000-0000-C000-000000000046}</Guid> + <VersionMajor>8</VersionMajor> + <VersionMinor>5</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>primary</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="VBIDE"> + <Guid>{0002E157-0000-0000-C000-000000000046}</Guid> + <VersionMajor>5</VersionMajor> + <VersionMinor>3</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>primary</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + </ItemGroup> + <ItemGroup> + <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client"> + <Visible>False</Visible> + <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 y x64%29</ProductName> + <Install>true</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> + <Visible>False</Visible> + <ProductName>Windows Installer 3.1</ProductName> + <Install>true</Install> + </BootstrapperPackage> + </ItemGroup> + <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.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> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/WindowsApplication1.vbproj.user b/Projects/WindowsApplication1/WindowsApplication1/WindowsApplication1.vbproj.user new file mode 100644 index 0000000000000000000000000000000000000000..fe42a76ccacd2e820c78f1b09e71db7de5c072b0 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/WindowsApplication1.vbproj.user @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <PublishUrlHistory>publish\</PublishUrlHistory> + <InstallUrlHistory /> + <SupportUrlHistory /> + <UpdateUrlHistory /> + <BootstrapperUrlHistory /> + <ErrorReportUrlHistory /> + <FallbackCulture>es-ES</FallbackCulture> + <VerifyUploadedFiles>false</VerifyUploadedFiles> + </PropertyGroup> +</Project> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/WindowsApplication1_TemporaryKey.pfx b/Projects/WindowsApplication1/WindowsApplication1/WindowsApplication1_TemporaryKey.pfx new file mode 100644 index 0000000000000000000000000000000000000000..f9b397099db37254cf0e3f85c9168cc49f1b6077 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/WindowsApplication1_TemporaryKey.pfx differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.application b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.application new file mode 100644 index 0000000000000000000000000000000000000000..9362a3884ac45a665a68b32df85a150e9c8e6613 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.application @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <assemblyIdentity name="WindowsApplication1.application" version="1.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <description asmv2:publisher="WindowsApplication1" asmv2:product="WindowsApplication1" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <deployment install="true" mapFileExtensions="true" /> + <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> + <framework targetVersion="4.0" profile="Client" supportedRuntime="4.0.30319" /> + <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" /> + </compatibleFrameworks> + <dependency> + <dependentAssembly dependencyType="install" codebase="WindowsApplication1.exe.manifest" size="3984"> + <assemblyIdentity name="WindowsApplication1.exe" version="1.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>Tx7daQfI7BbcbknnaV6oePCjlLo=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> +</asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.exe b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.exe new file mode 100644 index 0000000000000000000000000000000000000000..de136bc0a2f5e34e6ba0cc861d1f014cd1e4672d Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.exe differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.exe.manifest b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.exe.manifest new file mode 100644 index 0000000000000000000000000000000000000000..f8b526e0839953ee0b9b16ef3dea41de736c4a31 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.exe.manifest @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly manifestVersion="1.0" xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1"> + <asmv1:assemblyIdentity version="1.0.0.1" name="WindowsApplication1.exe" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" /> + <application /> + <entryPoint> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <commandLine file="WindowsApplication1.exe" parameters="" /> + </entryPoint> + <trustInfo> + <security> + <applicationRequestMinimum> + <PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" /> + <defaultAssemblyRequest permissionSetReference="Custom" /> + </applicationRequestMinimum> + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> + <!-- Opciones del manifiesto de Control de cuentas de usuario + Si desea cambiar el nivel de Control de cuentas de usuario de Windows, reemplace el + nodo requestedExecutionLevel por alguno de los siguientes. + + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> + + La especificación del nodo requestedExecutionLevel deshabilitará la virtualización de archivos y del Registro. + Si desea usar la virtualización de archivos y del Registro para la compatibilidad + con versiones anteriores, elimine el nodo requestedExecutionLevel. + --> + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + </requestedPrivileges> + </security> + </trustInfo> + <dependency> + <dependentOS> + <osVersionInfo> + <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" /> + </osVersionInfo> + </dependentOS> + </dependency> + <dependency> + <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> + <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" /> + </dependentAssembly> + </dependency> + <dependency> + <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WindowsApplication1.exe" size="67584"> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>Wahy6QAzBWn4jdJUvS+wHQ0uE50=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!-- Lista de todas las versiones de Windows con las que esta aplicación está diseñada para funcionar. Windows seleccionará automáticamente el entorno de mayor compatibilidad.--> + <!-- Si la aplicación está diseñada para funcionar con Windows 7, quite los comentarios del siguiente nodo supportedOS--> + <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>--> + </application> + </compatibility> +</asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.pdb b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.pdb new file mode 100644 index 0000000000000000000000000000000000000000..dd19a9b7153ac650d8557eae222a61e3e5949492 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.pdb differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.vshost.application b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.vshost.application new file mode 100644 index 0000000000000000000000000000000000000000..9362a3884ac45a665a68b32df85a150e9c8e6613 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.vshost.application @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <assemblyIdentity name="WindowsApplication1.application" version="1.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <description asmv2:publisher="WindowsApplication1" asmv2:product="WindowsApplication1" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <deployment install="true" mapFileExtensions="true" /> + <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> + <framework targetVersion="4.0" profile="Client" supportedRuntime="4.0.30319" /> + <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" /> + </compatibleFrameworks> + <dependency> + <dependentAssembly dependencyType="install" codebase="WindowsApplication1.exe.manifest" size="3984"> + <assemblyIdentity name="WindowsApplication1.exe" version="1.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>Tx7daQfI7BbcbknnaV6oePCjlLo=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> +</asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.vshost.exe b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.vshost.exe new file mode 100644 index 0000000000000000000000000000000000000000..bb84a51ac4f20534146c09f2fd9c928d15a903b2 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.vshost.exe differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.vshost.exe.manifest b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.vshost.exe.manifest new file mode 100644 index 0000000000000000000000000000000000000000..f8b526e0839953ee0b9b16ef3dea41de736c4a31 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.vshost.exe.manifest @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly manifestVersion="1.0" xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1"> + <asmv1:assemblyIdentity version="1.0.0.1" name="WindowsApplication1.exe" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" /> + <application /> + <entryPoint> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <commandLine file="WindowsApplication1.exe" parameters="" /> + </entryPoint> + <trustInfo> + <security> + <applicationRequestMinimum> + <PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" /> + <defaultAssemblyRequest permissionSetReference="Custom" /> + </applicationRequestMinimum> + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> + <!-- Opciones del manifiesto de Control de cuentas de usuario + Si desea cambiar el nivel de Control de cuentas de usuario de Windows, reemplace el + nodo requestedExecutionLevel por alguno de los siguientes. + + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> + + La especificación del nodo requestedExecutionLevel deshabilitará la virtualización de archivos y del Registro. + Si desea usar la virtualización de archivos y del Registro para la compatibilidad + con versiones anteriores, elimine el nodo requestedExecutionLevel. + --> + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + </requestedPrivileges> + </security> + </trustInfo> + <dependency> + <dependentOS> + <osVersionInfo> + <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" /> + </osVersionInfo> + </dependentOS> + </dependency> + <dependency> + <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> + <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" /> + </dependentAssembly> + </dependency> + <dependency> + <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WindowsApplication1.exe" size="67584"> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>Wahy6QAzBWn4jdJUvS+wHQ0uE50=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!-- Lista de todas las versiones de Windows con las que esta aplicación está diseñada para funcionar. Windows seleccionará automáticamente el entorno de mayor compatibilidad.--> + <!-- Si la aplicación está diseñada para funcionar con Windows 7, quite los comentarios del siguiente nodo supportedOS--> + <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>--> + </application> + </compatibility> +</asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.xml b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.xml new file mode 100644 index 0000000000000000000000000000000000000000..7a1ac27b27d1b7106db508f29a27a19e42bfacb0 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/WindowsApplication1.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<doc> +<assembly> +<name> +WindowsApplication1 +</name> +</assembly> +<members> +<member name="P:WindowsApplication1.My.Resources.Resources.ResourceManager"> + <summary> + Returns the cached ResourceManager instance used by this class. +</summary> +</member><member name="P:WindowsApplication1.My.Resources.Resources.Culture"> + <summary> + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. +</summary> +</member><member name="T:WindowsApplication1.My.Resources.Resources"> + <summary> + A strongly-typed resource class, for looking up localized strings, etc. +</summary> +</member> +</members> +</doc> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.deploy b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.deploy new file mode 100644 index 0000000000000000000000000000000000000000..dcb1b4e5a80df2c25a542c4b9bcccc0f5ece6518 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.deploy differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.manifest b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.manifest new file mode 100644 index 0000000000000000000000000000000000000000..dc9b24d62dce1d9cff9c69b4d97d071584480585 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.manifest @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly manifestVersion="1.0" xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1"> + <asmv1:assemblyIdentity version="1.0.0.0" name="WindowsApplication1.exe" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" type="win32" /> + <application /> + <entryPoint> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <commandLine file="WindowsApplication1.exe" parameters="" /> + </entryPoint> + <trustInfo> + <security> + <applicationRequestMinimum> + <PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" /> + <defaultAssemblyRequest permissionSetReference="Custom" /> + </applicationRequestMinimum> + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> + <!-- Opciones del manifiesto de Control de cuentas de usuario + Si desea cambiar el nivel de Control de cuentas de usuario de Windows, reemplace el + nodo requestedExecutionLevel por alguno de los siguientes. + + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> + + La especificación del nodo requestedExecutionLevel deshabilitará la virtualización de archivos y del Registro. + Si desea usar la virtualización de archivos y del Registro para la compatibilidad + con versiones anteriores, elimine el nodo requestedExecutionLevel. + --> + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + </requestedPrivileges> + </security> + </trustInfo> + <dependency> + <dependentOS> + <osVersionInfo> + <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" /> + </osVersionInfo> + </dependentOS> + </dependency> + <dependency> + <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> + <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" /> + </dependentAssembly> + </dependency> + <dependency> + <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WindowsApplication1.exe" size="47616"> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>VqNfCLlZ24lvOOnGyetpVLSY29w=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!-- Lista de todas las versiones de Windows con las que esta aplicación está diseñada para funcionar. Windows seleccionará automáticamente el entorno de mayor compatibilidad.--> + <!-- Si la aplicación está diseñada para funcionar con Windows 7, quite los comentarios del siguiente nodo supportedOS--> + <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>--> + </application> + </compatibility> +<publisherIdentity name="CN=elribonazo\ribo" issuerKeyHash="1c05daf424f5a92d903fdd4b95210317cd1866bd" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>FrQEihkJNGmy5VjNzijh2mlWJjM=</DigestValue></Reference></SignedInfo><SignatureValue>erEpRg3dJMDcmS12JKvpUPIQnEkpoocW8ISTx14k+uCNM/vAkHySbXItAXzOnSf7+9xFTM5oGz41uSDsQfHkEEpblXzsSI38PGmP939UVMN1U+MjJhk5fCdOmnpje8UjAsiSSZpHQe/BEtAZxPcAjSjeedXGpyGQJCKTIf6HdUE=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="33265669dae128cecd58e5b2693409198a04b416" Description="" Url=""><as:assemblyIdentity version="1.0.0.0" name="WindowsApplication1.exe" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=elribonazo\ribo</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>zxZW3eFhQfmH8VZN+qLiBgAykKA=</DigestValue></Reference></SignedInfo><SignatureValue>xKHVGtd2i5gCrCNsdd2/bGPGwFNP/uqPuPt0lZebTS7Qb3ZjCJp0+s2E/nxtj/rA593BZB6fZV35mKgnb0W/MLva+x5vyA1W8LSJdY0Va7gBYzm3iSnstfnWV+uRSVzxAPmoQmWirvFmGzhtxPJEqK4GqiYer3rj5I+JoXQJ8gs=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB1TCCAT6gAwIBAgIQKV53iWFkK49Js/eYj5Bb/zANBgkqhkiG9w0BAQUFADApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wHhcNMTIwMzI5MDEwOTAzWhcNMTMwMzI5MDcwOTAzWjApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN3+c0sKO7uFKq+tZRfM7J36RJBGTp/hcyX8OXRqzC+5bb5cIYs/IO0YGeEL3Od3D4y9YqLSaJTCUCYYNkvcTPylv5YVcOYQOkmCwHHL4G6tt54NjlrU87jBLKHZ2j0ahzZ8feKDWsih/xv82Y1sdmEIuu5qDJpmanEnvIK2DB9LAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAs3mNeDqgXRp3hCm7KqeyW7ZlLJyeLagXxKEExhMTYUZlkJJ7HU49M2EfWR4pcQysD3nVZmNq/YxtAHX0P2k8xf5aahdJYOmHQIx+RVAJTVDU+SQPN8ZEiIaxoLTwAVHvfkSVkNLSqntfaLfL6bXKRB9wsrTLTnK9gYyMzSIkY4w=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/WindowsApplication1.application b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/WindowsApplication1.application new file mode 100644 index 0000000000000000000000000000000000000000..c604fea57332854c52c3cc3797c3eb91784885ee --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/WindowsApplication1.application @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <assemblyIdentity name="WindowsApplication1.application" version="1.0.0.0" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <description asmv2:publisher="WindowsApplication1" asmv2:product="WindowsApplication1" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <deployment install="true" mapFileExtensions="true" /> + <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> + <framework targetVersion="4.0" profile="Client" supportedRuntime="4.0.30319" /> + <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" /> + </compatibleFrameworks> + <dependency> + <dependentAssembly dependencyType="install" codebase="Application Files\WindowsApplication1_1_0_0_0\WindowsApplication1.exe.manifest" size="7642"> + <assemblyIdentity name="WindowsApplication1.exe" version="1.0.0.0" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" type="win32" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>jmeuMDVD+/hj03NKgaIGaPt1TKE=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> +<publisherIdentity name="CN=elribonazo\ribo" issuerKeyHash="1c05daf424f5a92d903fdd4b95210317cd1866bd" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>nC0bGJMTLO8rMLHIBWDk45VmQbw=</DigestValue></Reference></SignedInfo><SignatureValue>YCF3bpFKyT/3gy0m/Pf2wbRIhNqaZU1yg8Z0p30Z+mDFGpY1s34et8recn2SjAahC9Y9Mtr0D1kzUBW7LgQSB692Rt0vTUK9r07NKJ3Xj0VKZVZYgl5wDYhzds7XKvgdctFcWZDzuorH79VpoeyxWc8wn/EYO+ioRbrtV4wgrVc=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="bc416695e3e46005c8b1302bef2c1393181b2d9c" Description="" Url=""><as:assemblyIdentity name="WindowsApplication1.application" version="1.0.0.0" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=elribonazo\ribo</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>bDLL9DSnGn6uia0xgcySsP8/dtA=</DigestValue></Reference></SignedInfo><SignatureValue>zXHUgp0CFw1od7nfZTgAe2efZui8YICIcxiospjmoy9B6HqDSAyHhPOiMwi/2pD8OQakG8mhNXSXNeaFHGIuQxFVy99Mz0P5TY4By5mhPjlNxTAQ3lhvDWiTK5xr+aH6dy8TsfZNmr/djkjpC6L6k5U53WhB3GUGn+iWkHgxAF4=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB1TCCAT6gAwIBAgIQKV53iWFkK49Js/eYj5Bb/zANBgkqhkiG9w0BAQUFADApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wHhcNMTIwMzI5MDEwOTAzWhcNMTMwMzI5MDcwOTAzWjApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN3+c0sKO7uFKq+tZRfM7J36RJBGTp/hcyX8OXRqzC+5bb5cIYs/IO0YGeEL3Od3D4y9YqLSaJTCUCYYNkvcTPylv5YVcOYQOkmCwHHL4G6tt54NjlrU87jBLKHZ2j0ahzZ8feKDWsih/xv82Y1sdmEIuu5qDJpmanEnvIK2DB9LAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAs3mNeDqgXRp3hCm7KqeyW7ZlLJyeLagXxKEExhMTYUZlkJJ7HU49M2EfWR4pcQysD3nVZmNq/YxtAHX0P2k8xf5aahdJYOmHQIx+RVAJTVDU+SQPN8ZEiIaxoLTwAVHvfkSVkNLSqntfaLfL6bXKRB9wsrTLTnK9gYyMzSIkY4w=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/autorun.inf b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/autorun.inf new file mode 100644 index 0000000000000000000000000000000000000000..7e7adee0bbac046f1b413723a1afda7453e6a534 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/autorun.inf @@ -0,0 +1,3 @@ +[autorun] +open=setup.exe +icon=setup.exe,0 diff --git a/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/setup.exe b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/setup.exe new file mode 100644 index 0000000000000000000000000000000000000000..6332325b655d6de756e5ec01683e2428b4a42b32 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/bin/Debug/app.publish/setup.exe differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000000000000000000000000000000000000..6a1fe31f690276a8e0533b5040263f6c1e5b20b1 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..e70d54eef7e2bfa3be88bb026db78a4e5fda8379 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/GenerateResource.read.1.tlog b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/GenerateResource.read.1.tlog new file mode 100644 index 0000000000000000000000000000000000000000..6d56191b44d5701a04e853763378f6015ace8554 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/GenerateResource.read.1.tlog differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/GenerateResource.write.1.tlog b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/GenerateResource.write.1.tlog new file mode 100644 index 0000000000000000000000000000000000000000..04d435ed304c33854ccab786541c3b68f692b954 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/GenerateResource.write.1.tlog differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll new file mode 100644 index 0000000000000000000000000000000000000000..beac3e1044c61868c230cec84d5205dc6610f862 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.Form1.resources b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.Form1.resources new file mode 100644 index 0000000000000000000000000000000000000000..6c05a9776bd7cbae976fdcec7e3a254e93018279 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.Form1.resources differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.Form2.resources b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.Form2.resources new file mode 100644 index 0000000000000000000000000000000000000000..6c05a9776bd7cbae976fdcec7e3a254e93018279 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.Form2.resources differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.MDIParent1.resources b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.MDIParent1.resources new file mode 100644 index 0000000000000000000000000000000000000000..9060a1abc4ea3e5050509693ef883422a694511c Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.MDIParent1.resources differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.Resources.resources b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.Resources.resources new file mode 100644 index 0000000000000000000000000000000000000000..6c05a9776bd7cbae976fdcec7e3a254e93018279 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.Resources.resources differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.TrustInfo.xml b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.TrustInfo.xml new file mode 100644 index 0000000000000000000000000000000000000000..ade52e194967145108067dc8590c57c9b00142ec --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.TrustInfo.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?><trustInfo xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2"><security><applicationRequestMinimum><PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" /><defaultAssemblyRequest permissionSetReference="Custom" /></applicationRequestMinimum><requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"><!-- Opciones del manifiesto de Control de cuentas de usuario + Si desea cambiar el nivel de Control de cuentas de usuario de Windows, reemplace el + nodo requestedExecutionLevel por alguno de los siguientes. + + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> + + La especificación del nodo requestedExecutionLevel deshabilitará la virtualización de archivos y del Registro. + Si desea usar la virtualización de archivos y del Registro para la compatibilidad + con versiones anteriores, elimine el nodo requestedExecutionLevel. + --><requestedExecutionLevel level="asInvoker" uiAccess="false" /></requestedPrivileges></security></trustInfo> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.application b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.application new file mode 100644 index 0000000000000000000000000000000000000000..9362a3884ac45a665a68b32df85a150e9c8e6613 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.application @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <assemblyIdentity name="WindowsApplication1.application" version="1.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <description asmv2:publisher="WindowsApplication1" asmv2:product="WindowsApplication1" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <deployment install="true" mapFileExtensions="true" /> + <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> + <framework targetVersion="4.0" profile="Client" supportedRuntime="4.0.30319" /> + <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" /> + </compatibleFrameworks> + <dependency> + <dependentAssembly dependencyType="install" codebase="WindowsApplication1.exe.manifest" size="3984"> + <assemblyIdentity name="WindowsApplication1.exe" version="1.0.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>Tx7daQfI7BbcbknnaV6oePCjlLo=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> +</asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.exe b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.exe new file mode 100644 index 0000000000000000000000000000000000000000..de136bc0a2f5e34e6ba0cc861d1f014cd1e4672d Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.exe differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.exe.manifest b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.exe.manifest new file mode 100644 index 0000000000000000000000000000000000000000..f8b526e0839953ee0b9b16ef3dea41de736c4a31 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.exe.manifest @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly manifestVersion="1.0" xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1"> + <asmv1:assemblyIdentity version="1.0.0.1" name="WindowsApplication1.exe" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" /> + <application /> + <entryPoint> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <commandLine file="WindowsApplication1.exe" parameters="" /> + </entryPoint> + <trustInfo> + <security> + <applicationRequestMinimum> + <PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" /> + <defaultAssemblyRequest permissionSetReference="Custom" /> + </applicationRequestMinimum> + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> + <!-- Opciones del manifiesto de Control de cuentas de usuario + Si desea cambiar el nivel de Control de cuentas de usuario de Windows, reemplace el + nodo requestedExecutionLevel por alguno de los siguientes. + + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> + + La especificación del nodo requestedExecutionLevel deshabilitará la virtualización de archivos y del Registro. + Si desea usar la virtualización de archivos y del Registro para la compatibilidad + con versiones anteriores, elimine el nodo requestedExecutionLevel. + --> + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + </requestedPrivileges> + </security> + </trustInfo> + <dependency> + <dependentOS> + <osVersionInfo> + <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" /> + </osVersionInfo> + </dependentOS> + </dependency> + <dependency> + <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> + <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" /> + </dependentAssembly> + </dependency> + <dependency> + <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WindowsApplication1.exe" size="67584"> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>Wahy6QAzBWn4jdJUvS+wHQ0uE50=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!-- Lista de todas las versiones de Windows con las que esta aplicación está diseñada para funcionar. Windows seleccionará automáticamente el entorno de mayor compatibilidad.--> + <!-- Si la aplicación está diseñada para funcionar con Windows 7, quite los comentarios del siguiente nodo supportedOS--> + <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>--> + </application> + </compatibility> +</asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.pdb b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.pdb new file mode 100644 index 0000000000000000000000000000000000000000..dd19a9b7153ac650d8557eae222a61e3e5949492 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.pdb differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.vbproj.FileListAbsolute.txt b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.vbproj.FileListAbsolute.txt new file mode 100644 index 0000000000000000000000000000000000000000..e62875767160ead313fc2e4f7b3d3f8d93eb0039 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.vbproj.FileListAbsolute.txt @@ -0,0 +1,31 @@ +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\bin\Debug\WindowsApplication1.exe +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\bin\Debug\WindowsApplication1.pdb +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\bin\Debug\WindowsApplication1.xml +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\obj\x86\Debug\ResolveAssemblyReference.cache +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\obj\x86\Debug\WindowsApplication1.vbproj.ResolveComReference.cache +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\obj\x86\Debug\WindowsApplication1.Form1.resources +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\obj\x86\Debug\WindowsApplication1.Resources.resources +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\obj\x86\Debug\GenerateResource.read.1.tlog +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\obj\x86\Debug\GenerateResource.write.1.tlog +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\obj\x86\Debug\WindowsApplication1.exe +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\obj\x86\Debug\WindowsApplication1.xml +C:\Users\ribo\AppData\Local\Temporary Projects\WindowsApplication1\obj\x86\Debug\WindowsApplication1.pdb +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.vbproj.ResolveComReference.cache +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.exe +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.xml +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.pdb +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\ResolveAssemblyReference.cache +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.Form1.resources +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.Resources.resources +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\GenerateResource.read.1.tlog +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\GenerateResource.write.1.tlog +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\bin\Debug\WindowsApplication1.exe +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\bin\Debug\WindowsApplication1.pdb +C:\Users\ribo\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\bin\Debug\WindowsApplication1.xml +C:\Users\ribo\Documents\Visual Studio 2010\Projects\WindowsApplication1\WindowsApplication1\bin\Debug\WindowsApplication1.exe.manifest +C:\Users\ribo\Documents\Visual Studio 2010\Projects\WindowsApplication1\WindowsApplication1\bin\Debug\WindowsApplication1.application +C:\Users\ribo\Documents\Visual Studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.TrustInfo.xml +C:\Users\ribo\Documents\Visual Studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.exe.manifest +C:\Users\ribo\Documents\Visual Studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.application +C:\Users\ribo\Documents\Visual Studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.MDIParent1.resources +C:\Users\ribo\Documents\Visual Studio 2010\Projects\WindowsApplication1\WindowsApplication1\obj\x86\Debug\WindowsApplication1.Form2.resources diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.vbproj.ResolveComReference.cache b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.vbproj.ResolveComReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..2dc37b6792e09192411f516b2848c124151b48fa Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.vbproj.ResolveComReference.cache differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.xml b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.xml new file mode 100644 index 0000000000000000000000000000000000000000..7a1ac27b27d1b7106db508f29a27a19e42bfacb0 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/obj/x86/Debug/WindowsApplication1.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<doc> +<assembly> +<name> +WindowsApplication1 +</name> +</assembly> +<members> +<member name="P:WindowsApplication1.My.Resources.Resources.ResourceManager"> + <summary> + Returns the cached ResourceManager instance used by this class. +</summary> +</member><member name="P:WindowsApplication1.My.Resources.Resources.Culture"> + <summary> + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. +</summary> +</member><member name="T:WindowsApplication1.My.Resources.Resources"> + <summary> + A strongly-typed resource class, for looking up localized strings, etc. +</summary> +</member> +</members> +</doc> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.application b/Projects/WindowsApplication1/WindowsApplication1/publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.application new file mode 100644 index 0000000000000000000000000000000000000000..c604fea57332854c52c3cc3797c3eb91784885ee --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.application @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <assemblyIdentity name="WindowsApplication1.application" version="1.0.0.0" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <description asmv2:publisher="WindowsApplication1" asmv2:product="WindowsApplication1" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <deployment install="true" mapFileExtensions="true" /> + <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> + <framework targetVersion="4.0" profile="Client" supportedRuntime="4.0.30319" /> + <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" /> + </compatibleFrameworks> + <dependency> + <dependentAssembly dependencyType="install" codebase="Application Files\WindowsApplication1_1_0_0_0\WindowsApplication1.exe.manifest" size="7642"> + <assemblyIdentity name="WindowsApplication1.exe" version="1.0.0.0" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" type="win32" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>jmeuMDVD+/hj03NKgaIGaPt1TKE=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> +<publisherIdentity name="CN=elribonazo\ribo" issuerKeyHash="1c05daf424f5a92d903fdd4b95210317cd1866bd" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>nC0bGJMTLO8rMLHIBWDk45VmQbw=</DigestValue></Reference></SignedInfo><SignatureValue>YCF3bpFKyT/3gy0m/Pf2wbRIhNqaZU1yg8Z0p30Z+mDFGpY1s34et8recn2SjAahC9Y9Mtr0D1kzUBW7LgQSB692Rt0vTUK9r07NKJ3Xj0VKZVZYgl5wDYhzds7XKvgdctFcWZDzuorH79VpoeyxWc8wn/EYO+ioRbrtV4wgrVc=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="bc416695e3e46005c8b1302bef2c1393181b2d9c" Description="" Url=""><as:assemblyIdentity name="WindowsApplication1.application" version="1.0.0.0" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=elribonazo\ribo</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>bDLL9DSnGn6uia0xgcySsP8/dtA=</DigestValue></Reference></SignedInfo><SignatureValue>zXHUgp0CFw1od7nfZTgAe2efZui8YICIcxiospjmoy9B6HqDSAyHhPOiMwi/2pD8OQakG8mhNXSXNeaFHGIuQxFVy99Mz0P5TY4By5mhPjlNxTAQ3lhvDWiTK5xr+aH6dy8TsfZNmr/djkjpC6L6k5U53WhB3GUGn+iWkHgxAF4=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB1TCCAT6gAwIBAgIQKV53iWFkK49Js/eYj5Bb/zANBgkqhkiG9w0BAQUFADApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wHhcNMTIwMzI5MDEwOTAzWhcNMTMwMzI5MDcwOTAzWjApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN3+c0sKO7uFKq+tZRfM7J36RJBGTp/hcyX8OXRqzC+5bb5cIYs/IO0YGeEL3Od3D4y9YqLSaJTCUCYYNkvcTPylv5YVcOYQOkmCwHHL4G6tt54NjlrU87jBLKHZ2j0ahzZ8feKDWsih/xv82Y1sdmEIuu5qDJpmanEnvIK2DB9LAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAs3mNeDqgXRp3hCm7KqeyW7ZlLJyeLagXxKEExhMTYUZlkJJ7HU49M2EfWR4pcQysD3nVZmNq/YxtAHX0P2k8xf5aahdJYOmHQIx+RVAJTVDU+SQPN8ZEiIaxoLTwAVHvfkSVkNLSqntfaLfL6bXKRB9wsrTLTnK9gYyMzSIkY4w=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.deploy b/Projects/WindowsApplication1/WindowsApplication1/publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.deploy new file mode 100644 index 0000000000000000000000000000000000000000..dcb1b4e5a80df2c25a542c4b9bcccc0f5ece6518 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.deploy differ diff --git a/Projects/WindowsApplication1/WindowsApplication1/publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.manifest b/Projects/WindowsApplication1/WindowsApplication1/publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.manifest new file mode 100644 index 0000000000000000000000000000000000000000..dc9b24d62dce1d9cff9c69b4d97d071584480585 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/publish/Application Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.manifest @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly manifestVersion="1.0" xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1"> + <asmv1:assemblyIdentity version="1.0.0.0" name="WindowsApplication1.exe" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" type="win32" /> + <application /> + <entryPoint> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <commandLine file="WindowsApplication1.exe" parameters="" /> + </entryPoint> + <trustInfo> + <security> + <applicationRequestMinimum> + <PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" /> + <defaultAssemblyRequest permissionSetReference="Custom" /> + </applicationRequestMinimum> + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> + <!-- Opciones del manifiesto de Control de cuentas de usuario + Si desea cambiar el nivel de Control de cuentas de usuario de Windows, reemplace el + nodo requestedExecutionLevel por alguno de los siguientes. + + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> + + La especificación del nodo requestedExecutionLevel deshabilitará la virtualización de archivos y del Registro. + Si desea usar la virtualización de archivos y del Registro para la compatibilidad + con versiones anteriores, elimine el nodo requestedExecutionLevel. + --> + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + </requestedPrivileges> + </security> + </trustInfo> + <dependency> + <dependentOS> + <osVersionInfo> + <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" /> + </osVersionInfo> + </dependentOS> + </dependency> + <dependency> + <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> + <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" /> + </dependentAssembly> + </dependency> + <dependency> + <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WindowsApplication1.exe" size="47616"> + <assemblyIdentity name="WindowsApplication1" version="1.0.0.0" language="neutral" processorArchitecture="x86" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>VqNfCLlZ24lvOOnGyetpVLSY29w=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!-- Lista de todas las versiones de Windows con las que esta aplicación está diseñada para funcionar. Windows seleccionará automáticamente el entorno de mayor compatibilidad.--> + <!-- Si la aplicación está diseñada para funcionar con Windows 7, quite los comentarios del siguiente nodo supportedOS--> + <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>--> + </application> + </compatibility> +<publisherIdentity name="CN=elribonazo\ribo" issuerKeyHash="1c05daf424f5a92d903fdd4b95210317cd1866bd" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>FrQEihkJNGmy5VjNzijh2mlWJjM=</DigestValue></Reference></SignedInfo><SignatureValue>erEpRg3dJMDcmS12JKvpUPIQnEkpoocW8ISTx14k+uCNM/vAkHySbXItAXzOnSf7+9xFTM5oGz41uSDsQfHkEEpblXzsSI38PGmP939UVMN1U+MjJhk5fCdOmnpje8UjAsiSSZpHQe/BEtAZxPcAjSjeedXGpyGQJCKTIf6HdUE=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="33265669dae128cecd58e5b2693409198a04b416" Description="" Url=""><as:assemblyIdentity version="1.0.0.0" name="WindowsApplication1.exe" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=elribonazo\ribo</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>zxZW3eFhQfmH8VZN+qLiBgAykKA=</DigestValue></Reference></SignedInfo><SignatureValue>xKHVGtd2i5gCrCNsdd2/bGPGwFNP/uqPuPt0lZebTS7Qb3ZjCJp0+s2E/nxtj/rA593BZB6fZV35mKgnb0W/MLva+x5vyA1W8LSJdY0Va7gBYzm3iSnstfnWV+uRSVzxAPmoQmWirvFmGzhtxPJEqK4GqiYer3rj5I+JoXQJ8gs=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB1TCCAT6gAwIBAgIQKV53iWFkK49Js/eYj5Bb/zANBgkqhkiG9w0BAQUFADApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wHhcNMTIwMzI5MDEwOTAzWhcNMTMwMzI5MDcwOTAzWjApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN3+c0sKO7uFKq+tZRfM7J36RJBGTp/hcyX8OXRqzC+5bb5cIYs/IO0YGeEL3Od3D4y9YqLSaJTCUCYYNkvcTPylv5YVcOYQOkmCwHHL4G6tt54NjlrU87jBLKHZ2j0ahzZ8feKDWsih/xv82Y1sdmEIuu5qDJpmanEnvIK2DB9LAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAs3mNeDqgXRp3hCm7KqeyW7ZlLJyeLagXxKEExhMTYUZlkJJ7HU49M2EfWR4pcQysD3nVZmNq/YxtAHX0P2k8xf5aahdJYOmHQIx+RVAJTVDU+SQPN8ZEiIaxoLTwAVHvfkSVkNLSqntfaLfL6bXKRB9wsrTLTnK9gYyMzSIkY4w=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/publish/WindowsApplication1.application b/Projects/WindowsApplication1/WindowsApplication1/publish/WindowsApplication1.application new file mode 100644 index 0000000000000000000000000000000000000000..c604fea57332854c52c3cc3797c3eb91784885ee --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/publish/WindowsApplication1.application @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <assemblyIdentity name="WindowsApplication1.application" version="1.0.0.0" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <description asmv2:publisher="WindowsApplication1" asmv2:product="WindowsApplication1" xmlns="urn:schemas-microsoft-com:asm.v1" /> + <deployment install="true" mapFileExtensions="true" /> + <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> + <framework targetVersion="4.0" profile="Client" supportedRuntime="4.0.30319" /> + <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" /> + </compatibleFrameworks> + <dependency> + <dependentAssembly dependencyType="install" codebase="Application Files\WindowsApplication1_1_0_0_0\WindowsApplication1.exe.manifest" size="7642"> + <assemblyIdentity name="WindowsApplication1.exe" version="1.0.0.0" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" type="win32" /> + <hash> + <dsig:Transforms> + <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> + </dsig:Transforms> + <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> + <dsig:DigestValue>jmeuMDVD+/hj03NKgaIGaPt1TKE=</dsig:DigestValue> + </hash> + </dependentAssembly> + </dependency> +<publisherIdentity name="CN=elribonazo\ribo" issuerKeyHash="1c05daf424f5a92d903fdd4b95210317cd1866bd" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>nC0bGJMTLO8rMLHIBWDk45VmQbw=</DigestValue></Reference></SignedInfo><SignatureValue>YCF3bpFKyT/3gy0m/Pf2wbRIhNqaZU1yg8Z0p30Z+mDFGpY1s34et8recn2SjAahC9Y9Mtr0D1kzUBW7LgQSB692Rt0vTUK9r07NKJ3Xj0VKZVZYgl5wDYhzds7XKvgdctFcWZDzuorH79VpoeyxWc8wn/EYO+ioRbrtV4wgrVc=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="bc416695e3e46005c8b1302bef2c1393181b2d9c" Description="" Url=""><as:assemblyIdentity name="WindowsApplication1.application" version="1.0.0.0" publicKeyToken="4200932b3df22f62" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=elribonazo\ribo</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>bDLL9DSnGn6uia0xgcySsP8/dtA=</DigestValue></Reference></SignedInfo><SignatureValue>zXHUgp0CFw1od7nfZTgAe2efZui8YICIcxiospjmoy9B6HqDSAyHhPOiMwi/2pD8OQakG8mhNXSXNeaFHGIuQxFVy99Mz0P5TY4By5mhPjlNxTAQ3lhvDWiTK5xr+aH6dy8TsfZNmr/djkjpC6L6k5U53WhB3GUGn+iWkHgxAF4=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>3f5zSwo7u4Uqr61lF8zsnfpEkEZOn+FzJfw5dGrML7ltvlwhiz8g7RgZ4Qvc53cPjL1iotJolMJQJhg2S9xM/KW/lhVw5hA6SYLAccvgbq23ng2OWtTzuMEsodnaPRqHNnx94oNayKH/G/zZjWx2YQi67moMmmZqcSe8grYMH0s=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB1TCCAT6gAwIBAgIQKV53iWFkK49Js/eYj5Bb/zANBgkqhkiG9w0BAQUFADApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wHhcNMTIwMzI5MDEwOTAzWhcNMTMwMzI5MDcwOTAzWjApMScwJQYDVQQDHh4AZQBsAHIAaQBiAG8AbgBhAHoAbwBcAHIAaQBiAG8wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN3+c0sKO7uFKq+tZRfM7J36RJBGTp/hcyX8OXRqzC+5bb5cIYs/IO0YGeEL3Od3D4y9YqLSaJTCUCYYNkvcTPylv5YVcOYQOkmCwHHL4G6tt54NjlrU87jBLKHZ2j0ahzZ8feKDWsih/xv82Y1sdmEIuu5qDJpmanEnvIK2DB9LAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAs3mNeDqgXRp3hCm7KqeyW7ZlLJyeLagXxKEExhMTYUZlkJJ7HU49M2EfWR4pcQysD3nVZmNq/YxtAHX0P2k8xf5aahdJYOmHQIx+RVAJTVDU+SQPN8ZEiIaxoLTwAVHvfkSVkNLSqntfaLfL6bXKRB9wsrTLTnK9gYyMzSIkY4w=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly> \ No newline at end of file diff --git a/Projects/WindowsApplication1/WindowsApplication1/publish/autorun.inf b/Projects/WindowsApplication1/WindowsApplication1/publish/autorun.inf new file mode 100644 index 0000000000000000000000000000000000000000..7e7adee0bbac046f1b413723a1afda7453e6a534 --- /dev/null +++ b/Projects/WindowsApplication1/WindowsApplication1/publish/autorun.inf @@ -0,0 +1,3 @@ +[autorun] +open=setup.exe +icon=setup.exe,0 diff --git a/Projects/WindowsApplication1/WindowsApplication1/publish/setup.exe b/Projects/WindowsApplication1/WindowsApplication1/publish/setup.exe new file mode 100644 index 0000000000000000000000000000000000000000..6332325b655d6de756e5ec01683e2428b4a42b32 Binary files /dev/null and b/Projects/WindowsApplication1/WindowsApplication1/publish/setup.exe differ diff --git a/Settings/VB Express/CurrentSettings-2012-03-25.vssettings b/Settings/VB Express/CurrentSettings-2012-03-25.vssettings new file mode 100644 index 0000000000000000000000000000000000000000..0f388e067d71a7d3388ea13ba5977b8841b466da --- /dev/null +++ b/Settings/VB Express/CurrentSettings-2012-03-25.vssettings @@ -0,0 +1,1925 @@ +<?xml version="1.0" encoding="us-ascii"?> +<UserSettings> + <ApplicationIdentity version="10.0"/> + <Category name="Code Analysis" Category="{533A534C-AD06-4B18-BBBC-BFD7C74F58CE}" Package="{72391CE3-743A-4a55-8927-4217541F6517}" RegisteredName="Code Analysis" PackageName="StanPackage"/> + <Category name="Database Tools" RegisteredName="Database Tools"> + <Category name="Data Compare" Category="{B25F97C5-F845-458F-853B-3970D61FE4B9}" Package="{481A3758-A6D0-43E0-B1B8-4428BE962F8E}" RegisteredName="Data Compare" PackageName="VSTS for Database Professionals Sql Server"> + <PropertyValue name="DataSettings">Default</PropertyValue> + <PropertyValue name="MaxCharsPerColumn">65535</PropertyValue> + </Category> + <Category name="Data Generator" Category="{7E055B73-82C8-4C8E-981F-FE58F889C213}" Package="{068E2583-0872-403B-AF4C-6C2A8F2D8C3E}" RegisteredName="Data Generator" PackageName="VSTS for Database Professionals"> + <PropertyValue name="DataSinks"/> + <PropertyValue name="PopulateRowCount">50</PropertyValue> + <PropertyValue name="PreviewCount">50</PropertyValue> + <PropertyValue name="Seed">5</PropertyValue> + <PropertyValue name="SqlTimeout">60</PropertyValue> + <PropertyValue name="TableErrorThreshold">0</PropertyValue> + </Category> + <Category name="Schema Compare" RegisteredName="Schema Compare"> + <Category name="Microsoft SQL Server 2005" Category="{FEA72D7C-B46E-47dc-9E8E-915ADC603B4E}" Package="{481A3758-A6D0-43E0-B1B8-4428BE962F8E}" RegisteredName="Microsoft SQL Server 2005" PackageName="VSTS for Database Professionals Sql Server"> + <PropertyValue name="GeneralOptionsForCompare">000000000000010001000100000001</PropertyValue> + <PropertyValue name="GeneralOptionsForUpdate">11011100</PropertyValue> + <PropertyValue name="IgnoredSqlTypes">000000000000000000000000010000000100000000000000000000000000</PropertyValue> + <PropertyValue name="SevenSetOptionsBitArray">1111101</PropertyValue> + <PropertyValue name="UseSourceCollation">True</PropertyValue> + </Category> + <Category name="Microsoft SQL Server 2008" Category="{0F633993-8DD1-49f5-B67D-B52E35CDD480}" Package="{481A3758-A6D0-43E0-B1B8-4428BE962F8E}" RegisteredName="Microsoft SQL Server 2008" PackageName="VSTS for Database Professionals Sql Server"> + <PropertyValue name="GeneralOptionsForCompare">0000000000000100010001000000011</PropertyValue> + <PropertyValue name="GeneralOptionsForUpdate">11011100</PropertyValue> + <PropertyValue name="IgnoredSqlTypes">0000000000000000000000000100000001000000000000000000000000000000000000</PropertyValue> + <PropertyValue name="SevenSetOptionsBitArray">1111101</PropertyValue> + <PropertyValue name="UseSourceCollation">True</PropertyValue> + </Category> + </Category> + </Category> + <Category name="Debugger" Category="{EEDBF29A-5C8B-4E01-827C-263382C18CFE}" Package="{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}" RegisteredName="Debugger" PackageName="Visual Studio Debugger"> + <PropertyValue name="AddUnmappedBreakpointAtMappedLocation">0</PropertyValue> + <PropertyValue name="AddressExpressionTimeout">10000</PropertyValue> + <PropertyValue name="AllowDesignModePinning">0</PropertyValue> + <PropertyValue name="AllowImplicitFuncEval">1</PropertyValue> + <PropertyValue name="AllowSideEffectEval">0</PropertyValue> + <PropertyValue name="AllowToString">1</PropertyValue> + <PropertyValue name="AlwaysColorMarkerText">1</PropertyValue> + <PropertyValue name="AttachToProcessDefaultEngineList"/> + <PropertyValue name="AutoLoadFromSymbolPath">1</PropertyValue> + <PropertyValue name="AutoLoadSymbols">1</PropertyValue> + <PropertyValue name="AutoUnwindOnException">1</PropertyValue> + <PropertyValue name="AutosRegistersTimeout">2000</PropertyValue> + <PropertyValue name="AutosReturnValsTimeout">2000</PropertyValue> + <PropertyValue name="CallStackParamToString">0</PropertyValue> + <PropertyValue name="CallStackViewOptions">7799040</PropertyValue> + <PropertyValue name="CheckRDTForFilesFirst">1</PropertyValue> + <PropertyValue name="ConcurrencySupport">1</PropertyValue> + <PropertyValue name="ConfirmDeleteAllBreakpoints">0</PropertyValue> + <PropertyValue name="ConfirmFoundFiles">0</PropertyValue> + <PropertyValue name="CrossThreadCallStack">1</PropertyValue> + <PropertyValue name="DataTipDismissalSensitivity">1</PropertyValue> + <PropertyValue name="DataTipKeyboardDismissal">0</PropertyValue> + <PropertyValue name="DataTipTimeout">3000</PropertyValue> + <PropertyValue name="DefaultBreakOnSpecificExceptions">0</PropertyValue> + <PropertyValue name="DefaultBreakWhenAnyExceptionThrown">0</PropertyValue> + <PropertyValue name="DefaultBreakWhenAnyExceptionUnhandledInUserCode">1</PropertyValue> + <PropertyValue name="DefaultTracepointMessage">Function: $FUNCTION, Thread: $TID $TNAME</PropertyValue> + <PropertyValue name="DelayTreeGridPaintOnBreak">1</PropertyValue> + <PropertyValue name="DisableAttachSecurityWarning">0</PropertyValue> + <PropertyValue name="DisableJITOptimization">1</PropertyValue> + <PropertyValue name="DisableUniscribe">0</PropertyValue> + <PropertyValue name="DisasmFields">67577</PropertyValue> + <PropertyValue name="DisasmLineNumbers">0</PropertyValue> + <PropertyValue name="DisasmStepUnit">2</PropertyValue> + <PropertyValue name="DontForceCacheOnManualLoad">0</PropertyValue> + <PropertyValue name="ENCApplyChangesOnContinue">1</PropertyValue> + <PropertyValue name="ENCEnable">1</PropertyValue> + <PropertyValue name="ENCEnableWhenRemoteDebugging">0</PropertyValue> + <PropertyValue name="ENCPrecompile">1</PropertyValue> + <PropertyValue name="ENCRelink">1</PropertyValue> + <PropertyValue name="ENCStaleCodeWarning">1</PropertyValue> + <PropertyValue name="ENCWelcome">0</PropertyValue> + <PropertyValue name="EnableAddressLevelDebugging">0</PropertyValue> + <PropertyValue name="EnableBreakpointConstraints">1</PropertyValue> + <PropertyValue name="EnableILInterpreterLive">0</PropertyValue> + <PropertyValue name="EnableILInterpreterMinidump">1</PropertyValue> + <PropertyValue name="EnableSelectedBreakpointHighlight">1</PropertyValue> + <PropertyValue name="EnableStepFiltering">1</PropertyValue> + <PropertyValue name="EnableWatchTipBar">0</PropertyValue> + <PropertyValue name="EnhancedDataTips">1</PropertyValue> + <PropertyValue name="FrameworkSourceServerName">http://referencesource.microsoft.com/symbols</PropertyValue> + <PropertyValue name="FrameworkSourceStepping">0</PropertyValue> + <PropertyValue name="GuessAtThreadNames">1</PropertyValue> + <PropertyValue name="HexDisplay">0</PropertyValue> + <PropertyValue name="HexInput">0</PropertyValue> + <PropertyValue name="ImmediateWindowTimeout">5000</PropertyValue> + <PropertyValue name="JustMyCode">1</PropertyValue> + <PropertyValue name="LoadDllExports">0</PropertyValue> + <PropertyValue name="LoadSymbolsWhenSettingsChanged">0</PropertyValue> + <PropertyValue name="LocalsTimeout">10000</PropertyValue> + <PropertyValue name="LongEvalTimeout">10000</PropertyValue> + <PropertyValue name="MapClientBreakpoints">1</PropertyValue> + <PropertyValue name="ModulesShowAll">0</PropertyValue> + <PropertyValue name="ModulesWindowUpdateTimer">500</PropertyValue> + <PropertyValue name="NOENCAllowEdits">1</PropertyValue> + <PropertyValue name="NOENCIgnore">0</PropertyValue> + <PropertyValue name="NOENCRebuild">0</PropertyValue> + <PropertyValue name="NativeRPC">0</PropertyValue> + <PropertyValue name="NormalEvalTimeout">5000</PropertyValue> + <PropertyValue name="OfferArrayExpansion">0</PropertyValue> + <PropertyValue name="OneClickEdit">0</PropertyValue> + <PropertyValue name="OutputOnDebuggerMessage">1</PropertyValue> + <PropertyValue name="OutputOnException">1</PropertyValue> + <PropertyValue name="OutputOnModuleLoad">0</PropertyValue> + <PropertyValue name="OutputOnModuleSymbolSearch">0</PropertyValue> + <PropertyValue name="OutputOnModuleUnload">0</PropertyValue> + <PropertyValue name="OutputOnOutputDebugString">1</PropertyValue> + <PropertyValue name="OutputOnProcessDestroy">0</PropertyValue> + <PropertyValue name="OutputOnStepFilter">1</PropertyValue> + <PropertyValue name="OutputOnThreadDestroy">0</PropertyValue> + <PropertyValue name="OutputToImmediate">1</PropertyValue> + <PropertyValue name="OwnerDrawDebugLocationToolbar">0</PropertyValue> + <PropertyValue name="ProgramToDebugPath"/> + <PropertyValue name="PromptToAddSourceToIgnoreList">0</PropertyValue> + <PropertyValue name="PublicSymbolServerName"/> + <PropertyValue name="PublicSymbolServerName2">http://msdl.microsoft.com/download/symbols</PropertyValue> + <PropertyValue name="QuickwatchTimeout">20000</PropertyValue> + <PropertyValue name="RegistersTimeout">10000</PropertyValue> + <PropertyValue name="SaveRemoteDumps">1</PropertyValue> + <PropertyValue name="ScriptDocsTimeout">10000</PropertyValue> + <PropertyValue name="SecureSourceLocalDirectory"/> + <PropertyValue name="SetValueTimeout">15000</PropertyValue> + <PropertyValue name="ShowDisassemblyWhenNoSource">0</PropertyValue> + <PropertyValue name="ShowExternalCode">0</PropertyValue> + <PropertyValue name="ShowNoSymbolsDialog">0</PropertyValue> + <PropertyValue name="ShowNonPublicMembers">0</PropertyValue> + <PropertyValue name="ShowNonprintableCharsAsGlyphs">0</PropertyValue> + <PropertyValue name="ShowOnlyFlaggedThreads">1</PropertyValue> + <PropertyValue name="ShowOtherThreadIpMarkers">0</PropertyValue> + <PropertyValue name="ShowParallelStacksBottomUp">1</PropertyValue> + <PropertyValue name="ShowProcessesFromAllSessions">0</PropertyValue> + <PropertyValue name="ShowRawStructures">0</PropertyValue> + <PropertyValue name="ShowScriptDebuggingDisabledDialog">1</PropertyValue> + <PropertyValue name="ShowSourceServerDiagnostics">0</PropertyValue> + <PropertyValue name="ShowSystemProcesses">0</PropertyValue> + <PropertyValue name="ShowThreadCategory">1</PropertyValue> + <PropertyValue name="SourceServerExtractToDirectory"/> + <PropertyValue name="SourceStepUnit">0</PropertyValue> + <PropertyValue name="StepIntoOnRestart">0</PropertyValue> + <PropertyValue name="StopAllProcesses">1</PropertyValue> + <PropertyValue name="StopOnExceptionCrossingManagedBoundary">0</PropertyValue> + <PropertyValue name="SymbolCacheDir"/> + <PropertyValue name="SymbolExcludeList"/> + <PropertyValue name="SymbolExcludeListState"/> + <PropertyValue name="SymbolIncludeList"/> + <PropertyValue name="SymbolIncludeListState"/> + <PropertyValue name="SymbolPath"/> + <PropertyValue name="SymbolPathState"/> + <PropertyValue name="SymbolUseExcludeList">1</PropertyValue> + <PropertyValue name="SymbolUseMSSymbolServers">0</PropertyValue> + <PropertyValue name="SymbolsAlwaysLoadAdjacent">1</PropertyValue> + <PropertyValue name="ThreadsWindowGroupingColumn">2048</PropertyValue> + <PropertyValue name="ThreadsWindowShowTipWhenCallStackExpanded">0</PropertyValue> + <PropertyValue name="ThreadsWindowVisibleColumns">509</PropertyValue> + <PropertyValue name="TreeGridBusyPaintTimer">1000</PropertyValue> + <PropertyValue name="TreeGridDelayOnEnterTimer">125</PropertyValue> + <PropertyValue name="TreeGridRePaintTimer">250</PropertyValue> + <PropertyValue name="UseCodeSense">1</PropertyValue> + <PropertyValue name="UseDocumentChecksum">1</PropertyValue> + <PropertyValue name="UseExceptionHelper">1</PropertyValue> + <PropertyValue name="UseSourceServer">0</PropertyValue> + <PropertyValue name="UserSpecifiedEngines">0</PropertyValue> + <PropertyValue name="VariableWindowIcons">1</PropertyValue> + <PropertyValue name="VariableWindowMaxSupportedChildren">1000000</PropertyValue> + <PropertyValue name="VariableWindowPromptOnLargeExpansion">1</PropertyValue> + <PropertyValue name="WarnAboutSymbolCacheDuringRemoteManagedDebugging">1</PropertyValue> + <PropertyValue name="WarnIfNoUserCodeOnLaunch">0</PropertyValue> + <PropertyValue name="WarnOnStepFilter">1</PropertyValue> + </Category> + <Category name="Environment_Group" RegisteredName="Environment_Group"> + <Category name="Environment_Aliases" Category="{AD334E74-368A-4c46-9AF8-F53ABF0775F2}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_Aliases" PackageName="Visual Studio Environment Package"> + <Aliases Version="1.0"> + <Alias Name="immed" Definition="Tools.ImmediateMode"/> + <Alias Name="props" Definition="View.PropertiesWindow"/> + <Alias Name="memory1" Definition="Debug.Memory1"/> + <Alias Name="memory2" Definition="Debug.Memory2"/> + <Alias Name="memory3" Definition="Debug.Memory3"/> + <Alias Name="Lcase" Definition="Edit.MakeLowercase"/> + <Alias Name="memory4" Definition="Debug.Memory4"/> + <Alias Name="locals" Definition="Debug.Locals"/> + <Alias Name="kb" Definition="Debug.ListCallStack"/> + <Alias Name="da" Definition="Debug.ListMemory /Ansi"/> + <Alias Name="db" Definition="Debug.ListMemory /Format:OneByte"/> + <Alias Name="DelEOL" Definition="Edit.DeleteToEOL"/> + <Alias Name="dc" Definition="Debug.ListMemory /Format:FourBytes /Ansi"/> + <Alias Name="dd" Definition="Debug.ListMemory /Format:FourBytes"/> + <Alias Name="df" Definition="Debug.ListMemory /Format:Float"/> + <Alias Name="WordWrap" Definition="Edit.ToggleWordWrap"/> + <Alias Name="AddProj" Definition="File.AddNewProject"/> + <Alias Name="dq" Definition="Debug.ListMemory /Format:EightBytes"/> + <Alias Name="du" Definition="Debug.ListMemory /Unicode"/> + <Alias Name="designer" Definition="View.ViewDesigner"/> + <Alias Name="ListMembers" Definition="Edit.ListMembers"/> + <Alias Name="code" Definition="View.ViewCode"/> + <Alias Name="ParamInfo" Definition="Edit.ParameterInfo"/> + <Alias Name="DelHSp" Definition="Edit.DeleteHorizontalWhiteSpace"/> + <Alias Name="TileH" Definition="Window.TileHorizontally"/> + <Alias Name="save" Definition="File.SaveSelectedItems"/> + <Alias Name="?" Definition="Debug.Print"/> + <Alias Name="callstack" Definition="Debug.CallStack"/> + <Alias Name="open" Definition="File.OpenFile"/> + <Alias Name="TileV" Definition="Window.TileVertically"/> + <Alias Name="OutlineDefs" Definition="Edit.CollapsetoDefinitions"/> + <Alias Name="CloseAll" Definition="Window.CloseAllDocuments"/> + <Alias Name="ToggleBook" Definition="Edit.ToggleBookmark"/> + <Alias Name="InsertFile" Definition="Edit.InsertFileAsText"/> + <Alias Name="autos" Definition="Debug.Autos"/> + <Alias Name="SaveAll" Definition="File.SaveAll"/> + <Alias Name="new" Definition="File.NewFile"/> + <Alias Name="d" Definition="Debug.ListMemory"/> + <Alias Name="rtc" Definition="Debug.RunToCursor"/> + <Alias Name="navigate" Definition="View.WebBrowser"/> + <Alias Name="g" Definition="Debug.Start"/> + <Alias Name="k" Definition="Debug.ListCallStack"/> + <Alias Name="format" Definition="Edit.FormatSelection"/> + <Alias Name="n" Definition="Debug.SetRadix"/> + <Alias Name="p" Definition="Debug.StepOver"/> + <Alias Name="q" Definition="Debug.StopDebugging"/> + <Alias Name="r" Definition="Debug.ListRegisters"/> + <Alias Name="t" Definition="Debug.StepInto"/> + <Alias Name="~*kb" Definition="Debug.ListCallStack /AllThreads"/> + <Alias Name="u" Definition="Debug.ListDisassembly"/> + <Alias Name="nf" Definition="File.NewFile"/> + <Alias Name="registers" Definition="Debug.Registers"/> + <Alias Name="LineCut" Definition="Edit.LineCut"/> + <Alias Name="memory" Definition="memory1"/> + <Alias Name="|" Definition="Debug.ListProcesses"/> + <Alias Name="~" Definition="Debug.ListThreads"/> + <Alias Name="np" Definition="File.NewProject"/> + <Alias Name="DelBOL" Definition="Edit.DeleteToBOL"/> + <Alias Name="~*k" Definition="Debug.ListCallStack /AllThreads"/> + <Alias Name="NextBook" Definition="Edit.NextBookmark"/> + <Alias Name="TaskList" Definition="View.TaskList"/> + <Alias Name="Ucase" Definition="Edit.MakeUppercase"/> + <Alias Name="NewProj" Definition="File.NewProject"/> + <Alias Name="Untabify" Definition="Edit.UntabifySelectedLines"/> + <Alias Name="GotoBrace" Definition="Edit.GotoBrace"/> + <Alias Name="cls" Definition="Edit.ClearAll"/> + <Alias Name="shell" Definition="Tools.Shell"/> + <Alias Name="of" Definition="File.OpenFile"/> + <Alias Name="log" Definition="Tools.LogCommandWindowOutput"/> + <Alias Name="print" Definition="File.Print"/> + <Alias Name="op" Definition="File.OpenProject"/> + <Alias Name="eval" Definition="Debug.EvaluateStatement"/> + <Alias Name="alias" Definition="Tools.Alias"/> + <Alias Name="watch" Definition="Debug.Watch"/> + <Alias Name="cmd" Definition="View.CommandWindow"/> + <Alias Name="help" Definition="Help.F1Help"/> + <Alias Name="GotoLn" Definition="Edit.GoTo"/> + <Alias Name="disasm" Definition="Debug.Disassembly"/> + <Alias Name="redo" Definition="Edit.Redo"/> + <Alias Name="undo" Definition="Edit.Undo"/> + <Alias Name="tabify" Definition="Edit.TabifySelectedLines"/> + <Alias Name="LineDel" Definition="Edit.LineDelete"/> + <Alias Name="StopOutlining" Definition="Edit.CollapsetoDefinitions"/> + <Alias Name="pr" Definition="Debug.StepOut"/> + <Alias Name="SaveAs" Definition="File.SaveSelectedItemsAs"/> + <Alias Name="FullScreen" Definition="View.FullScreen"/> + <Alias Name="nav" Definition="navigate"/> + <Alias Name="SwapAnchor" Definition="Edit.SwapAnchor"/> + <Alias Name="exit" Definition="File.Exit"/> + <Alias Name="threads" Definition="Debug.Threads"/> + <Alias Name="PrevBook" Definition="Edit.PreviousBookmark"/> + <Alias Name="close" Definition="File.Close"/> + <Alias Name="toolbox" Definition="View.Toolbox"/> + <Alias Name="bl" Definition="Debug.Breakpoints"/> + <Alias Name="bp" Definition="Debug.ToggleBreakpoint"/> + <Alias Name="??" Definition="Debug.QuickWatch"/> + <Alias Name="StopFind" Definition="Edit.FindInFiles /stop"/> + <Alias Name="ClearBook" Definition="Edit.ClearBookmarks"/> + </Aliases> + </Category> + <Category name="Environment_CallBrowser" Category="{50B05A5D-9174-48eb-851A-B1C616A0B43D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_CallBrowser" PackageName="Visual Studio Environment Package"> + <PropertyValue name="CallBrowserShowFullyQualifiedNames">true</PropertyValue> + <PropertyValue name="CallBrowserSortAlphabetically">true</PropertyValue> + <PropertyValue name="CallBrowserSortByAccess">false</PropertyValue> + </Category> + <Category name="Environment_ClassView" Category="{40AF29AB-4C5B-412A-9CE8-465C4FCFE41D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ClassView" PackageName="Visual Studio Environment Package"> + <PropertyValue name="ClassViewMembersShowInherited">true</PropertyValue> + <PropertyValue name="ClassViewMembersSortAlphabetically">true</PropertyValue> + <PropertyValue name="ClassViewMembersSortByAccess">false</PropertyValue> + <PropertyValue name="ClassViewMembersSortByType">false</PropertyValue> + <PropertyValue name="ClassViewMembersViewOther">true</PropertyValue> + <PropertyValue name="ClassViewMembersViewPrivate">true</PropertyValue> + <PropertyValue name="ClassViewMembersViewProtected">true</PropertyValue> + <PropertyValue name="ClassViewMembersViewPublic">true</PropertyValue> + <PropertyValue name="ClassViewSearchResultsGroupByType">false</PropertyValue> + <PropertyValue name="ClassViewSearchResultsSortAlphabetically">false</PropertyValue> + <PropertyValue name="ClassViewSearchResultsSortByAccess">false</PropertyValue> + <PropertyValue name="ClassViewSearchResultsSortByBestMatch">true</PropertyValue> + <PropertyValue name="ClassViewSearchResultsSortByType">false</PropertyValue> + <PropertyValue name="ClassViewShowBaseTypes">true</PropertyValue> + <PropertyValue name="ClassViewShowDerivedTypes">true</PropertyValue> + <PropertyValue name="ClassViewShowExtensionMembers">false</PropertyValue> + <PropertyValue name="ClassViewShowHiddenTypesAndMembers">false</PropertyValue> + <PropertyValue name="ClassViewShowProjectReferences">true</PropertyValue> + <PropertyValue name="ClassViewTypesGroupByType">false</PropertyValue> + <PropertyValue name="ClassViewTypesSortAlphabetically">true</PropertyValue> + <PropertyValue name="ClassViewTypesSortByAccess">false</PropertyValue> + <PropertyValue name="ClassViewTypesSortByType">false</PropertyValue> + </Category> + <Category name="Environment_CommandBars" Category="{B9D9C123-B500-4202-B887-57C829CBD08F}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_CommandBars" PackageName="Visual Studio Environment Package"> + <CommandBars Version="04082712"> + <DefaultCustomizations> + <!-- add File new group to main File menu --> + <add_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000119" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <!-- File open group to main File menu --> + <add_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000011a" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <!-- Add Find Results group to Other Windows menu--> + <!-- SaveOpen group on toolbar --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d8" CmdPri="00100001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <add Cmd="{C7547851-4E3A-4E5B-9173-FA6E9C8BD82C}:0000002b" CmdPri="00180001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000de" CmdPri="001c8001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <!-- Add the immediate window to the standard toolbar --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="81808001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <!-- Adding commands to the CutCopyPaste group on the toolbar --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000061" CmdPri="03008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <!-- Adding commands to the ToolsRunBuild group on the toolbar --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b4" CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b3" CmdPri="01010001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="01018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f9" CmdPri="01020001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fa" CmdPri="01028001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <!-- Adding commands to the NewToolWindows group on the toolbar --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="81800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <!-- Adding commands to EditGoto group in Edit menu--> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003d1" CmdPri="00400001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000061" CmdPri="00600001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000e6" CmdPri="00700001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <!-- Adding commands to View->Other windows menu --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000257" CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000462" CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.BookmarkWindow</add> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000257" CmdPri="00900001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.ClassView</add> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003ff" CmdPri="05508001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000786" CmdPri="00c00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.CodeDefinitionWindow</add> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ed" CmdPri="03800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.Output</add> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ec" CmdPri="06008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.TaskList</add> + <!-- Adding commands to mnuctrl Other windows --> + <add Cmd="{23D49123-60AC-4D7E-939A-E01A4E176BEE}:00000001" CmdPri="02008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019e" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000502"/> + <!-- Adding commands to Debug menu --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="08400001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f9" CmdPri="09600001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fa" CmdPri="09f00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fe" CmdPri="0a380001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <!-- Adding commands to Debug->Windows menu --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="00800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="00c00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="03000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="05008001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d6" CmdPri="05010001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d4" CmdPri="06000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <!-- Adding commands to debug toolbar --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="01008001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="01010001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <add Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:01000300" CmdPri="01018001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01020001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <!-- Adding comment and uncomment selection to standard toolbar --> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="03010001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="03018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <!-- Removing groups from File menu (containing cascading open/new menus? - must verify!) --> + <remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000119" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000308"/> + <remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000011a" GroupPri="00100000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000309"/> + <!-- Removing groups from View menu (Find Results) --> + <remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000724" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000035d">Find Results</remove_group> + <!-- Removing commands from SaveOpen group on toolbar --> + <remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000501" CmdPri="00200000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000de" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <!-- Remove the other windows split button menu from the standard toolbar --> + <remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000502" CmdPri="ff000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <!-- Removing commands from ToolsRunBuild group on toolbar --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002ac" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000007c6" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000115" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000177" GroupPri="0b000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000151" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000177" GroupPri="0b000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000008c5" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <!-- Removing commands from the File menu --> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000000df" CmdPri="03100000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000112" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003bf" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000112" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000014e" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000120" GroupPri="0c000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000150" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000120" GroupPri="0c000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <remove Cmd="{4A79114A-19E4-11D3-B86B-00C04F79F802}:00000121" CmdPri="05010000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000114" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000030f" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000121" GroupPri="fe800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <!-- Removing commands from the Edit menu --> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000085a" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000129" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000085b" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000129" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000028f" CmdPri="05010000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012a" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00003ea3" CmdPri="00800000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000077b" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <!-- Removing commands from the View menu --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000105" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000133" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.Open</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000c7" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000133" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.OpenWith</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000257" CmdPri="01500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000722" GroupPri="08000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.ClassView</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000462" CmdPri="00500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000722" GroupPri="08000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.BookmarkWindow</remove> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000786" CmdPri="02500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000722" GroupPri="08000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.CodeDefinitionWindow</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ed" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000723" GroupPri="08500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.Output</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ec" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000723" GroupPri="08500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.TaskList</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000329" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000137" GroupPri="0a000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000032a" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000137" GroupPri="0a000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/> + <remove Cmd="{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}:00000165" CmdPri="06660000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000137" GroupPri="0a000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/> + <remove Cmd="{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}:00000166" CmdPri="06670000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000137" GroupPri="0a000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000bd" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000136" GroupPri="ee000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.Refresh</remove> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000000dc" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000136" GroupPri="ee000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.Stop</remove> + <!-- Removing commands from the Windows menu --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000109" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000160" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000086">Window.NewWindow</remove> + <!-- Removing commands from the File menu --> + <!-- File.NewProjectFromExistingCode --> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000181" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000119" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <!-- File Convert --> + <remove Cmd="{495620D7-1489-46F8-9251-8A32D53B2194}:00000400" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000011a" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <!-- Remove error list from view->other windows --> + <!-- View.ErrorList --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/> + <!-- Removing commands from the editor outline menu --> + <remove Cmd="{6CD672F5-9C1A-11D1-ADE3-00C04FB6BE4C}:00008924" CmdPri="08000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002b4" GroupPri="fe700000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1"/> + <remove Cmd="{6CD672F5-9C1A-11D1-ADE3-00C04FB6BE4C}:00008925" CmdPri="09000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002b4" GroupPri="fe700000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1"/> + <!-- Removing commands from the Debug menu --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000170" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000106" CmdPri="08000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000125" CmdPri="09000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000128" CmdPri="0a000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000105" CmdPri="0b000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000106" CmdPri="0d000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d5" CmdPri="0e000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000411" CmdPri="0f000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f9" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fa" CmdPri="07000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fe" CmdPri="16000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000006" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000115" CmdPri="11000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000119" GroupPri="0a000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <!-- Removing commands from the Debug->Windows menu --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d4" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="09000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d6" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000405" CmdPri="00000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000118" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000101" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000118" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000103" CmdPri="0e000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000118" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <!-- Removing commands from the Debug toolbar->windows --> + <remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000408" CmdPri="00000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="09000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409"/> + <!-- Removing commands from the Debug toolbar --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000127" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011b" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b4" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011b" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b3" CmdPri="07000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011b" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000128" CmdPri="09000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011b" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f9" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fa" CmdPri="07000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000013a" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000025" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <!-- Removing comment and uncomment selection from text editor toolbar --> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="01000000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000552" GroupPri="01020000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000552" GroupPri="01020000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/> + <!-- Modify commands on the main toolbar --> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d8" CmdPri="00100001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Style="0"/> + <modify Cmd="{C7547851-4E3A-4E5B-9173-FA6E9C8BD82C}:0000002b" CmdPri="00180001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000061" CmdPri="03008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" BeginGroup="true" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="81800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="81800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="05280001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000135" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000257" CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ec" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" BeginGroup="false"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000462" CmdPri="05504001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003ff" CmdPri="05508001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" Style="0"/> + <modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000081" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e90" GroupPri="fe800000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1" BeginGroup="true"/> + <modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000081" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e90" GroupPri="fe800000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1" BeginGroup="true"/> + <modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000081" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e90" GroupPri="fe800000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1" BeginGroup="true"/> + <modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000081" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e90" GroupPri="fe800000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1" BeginGroup="true"/> + <modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/> + <modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/> + <modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/> + <modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/> + <modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/> + <modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="01010001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Style="0"/> + <modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:01000300" CmdPri="01018001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01020001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Style="0"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="05008001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/> + <modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="03018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" BeginGroup="false"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="08400001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fe" CmdPri="0a380001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000153" CmdPri="0f000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true"/> + <modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="03010001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" BeginGroup="true"/> + <!-- Move/hide toolbars --> + <!-- Quality (test) tools --> + <modify_toolbar Menu="{B85579AA-8BE0-4C4F-A850-90902B317571}:00004101" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,115,75"/> + <!-- Hide the code coverage toolbar by default --> + <modify_toolbar Menu="{B85579AA-8BE0-4C4F-A850-90902B317571}:00004000" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,196,75"/> + <!-- Layout toolbar --> + <modify_toolbar Menu="{74D21312-2AEE-11D1-8BFB-00A0C90F26F7}:00000601" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,652,75"/> + <modify_toolbar Menu="{061317B2-F992-435E-A23D-9EAD4B972ED5}:00000102" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,553,75"/> + <!-- Debug toolbar --> + <modify_toolbar Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Visibility="auto" FullScreen="hide" Dock="top" Row="1" DockRectangle="2,23,180,49"/> + <modify_toolbar Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000420" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,593,75"/> + <!-- Move HTML format toolbar to second row --> + <modify_toolbar Menu="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00000010" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,720,75"/> + <modify_toolbar Menu="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00001077" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,366,75"/> + <!-- Text editor toolbar --> + <modify_toolbar Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,357,75"/> + <!-- Build toolbar --> + <modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000000d" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,81,75"/> + <!-- + Make sure all other toolbars are hidden by default and showing on second row... + --> + <modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000012" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,92,75"/> + <modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000013" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,192,75"/> + <modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000701" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,92,75"/> + <!-- Help toolbar visible=auto--> + <modify_toolbar Menu="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000001" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,719,75"/> + <modify_toolbar Menu="{AA8EB8CD-7A51-11D0-92C3-00A0C9138C45}:00005dc0" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,317,75"/> + <modify_toolbar Menu="{D245F357-3F45-4516-B1E6-04608DA126CC}:000000f2" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,327,75"/> + <!-- Query designer toolbar visible=auto--> + <modify_toolbar Menu="{732ABE74-CD80-11D0-A2DB-00AA00A3EFFF}:00000001" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,334,75"/> + <!-- View designer toolbar visibility=auto --> + <modify_toolbar Menu="{732ABE74-CD80-11D0-A2DB-00AA00A3EFFF}:0000000b" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,242,75"/> + <!-- Database diagram toolbar visibility=auto --> + <modify_toolbar Menu="{732ABE74-CD80-11D0-A2DB-00AA00A3EFFF}:00000101" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,681,75"/> + <!-- Table designer toolbar visibility=auto --> + <modify_toolbar Menu="{732ABE74-CD80-11D0-A2DB-00AA00A3EFFF}:00000107" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,196,75"/> + <modify_toolbar Menu="{F65C9B12-9CC9-498A-AB19-6CBE3D2C6BC6}:00000002" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,115,75"/> + <modify_toolbar Menu="{23D49123-60AC-4D7E-939A-E01A4E176BEE}:00000301" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,140,75"/> + <modify_toolbar Menu="{CB3675B8-701E-4F56-9167-2714E167FF3F}:00001003" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,387,75"/> + <modify_toolbar Menu="{CB3675B8-701E-4F56-9167-2714E167FF3F}:0000100b" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,277,75"/> + <modify_toolbar Menu="{E148F049-C570-4F55-84A6-6DA870AF229E}:00001388" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,375,75"/> + <!-- Image editor toolbar visibility=auto--> + <modify_toolbar Menu="{E148F049-C570-4F55-84A6-6DA870AF229E}:000013d8" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,615,75"/> + <modify_toolbar Menu="{A764E896-518D-11D2-9A89-00C04F79EFC3}:00000103" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,288,75"/> + <modify_toolbar Menu="{01FFC5A8-1587-4EE2-B368-721B9769E2BF}:00001801" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,277,75"/> + <modify_toolbar Menu="{89F1DC8E-EA0F-453E-A7E6-06312C8A9F7E}:00001802" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,306,75"/> + <!-- Class designer toolbar visibility=auto--> + <modify_toolbar Menu="{F5EAC013-F209-453B-A2F3-CDF43821C24E}:00000302" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,381,75"/> + <modify_toolbar Menu="{5CA416D7-6C90-4C93-8139-1EFEC8526B04}:00000001" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,558,75"/> + <modify_toolbar Menu="{5CA416D7-6C90-4C93-8139-1EFEC8526B04}:00000002" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,138,75"/> + <!-- + Additional changes for VB Express + --> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01e00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <!-- Solution Explorer.OpenWith... --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000c7" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000209" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000430">View.OpenWith</remove> + <remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000502" CmdPri="ff000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <remove Cmd="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea0" CmdPri="fe000000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e93" GroupPri="a8000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <remove Cmd="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e9e" CmdPri="ff000000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e93" GroupPri="a8000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <remove Cmd="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000004" CmdPri="de000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000135" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000001ba" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014c" GroupPri="00800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000377" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000281" GroupPri="02000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000008c"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000379" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000281" GroupPri="02000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000008c"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003ff" CmdPri="05508001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000046" CmdPri="01000000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000551" GroupPri="01010000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000045" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000551" GroupPri="01010000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000098" CmdPri="01300000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000553" GroupPri="01030000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000097" CmdPri="01400000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000553" GroupPri="01030000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/> + <remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000416" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000007" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000100" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="03000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="05008001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d6" CmdPri="05010001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000408" CmdPri="00000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d4" CmdPri="06000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000131" CmdPri="07000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:01000300" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011f" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000408"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01020001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011a" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/> + <!-- Remove the File->New File command --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000dd" CmdPri="01800000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000119" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/> + <!-- Remove Clean from project context menu--> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000037f" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000206" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000402"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01e00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="false"/> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01e00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="false"/> + <!-- Remove add->component from project context menu --> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000001ba" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000352"/> + <!-- Remove Enable/disable breakpoint from callstack context menu --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000178" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000136" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000050c"/> + <!-- View-Other-Windows-Find Symbols Results --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003d2" CmdPri="01200000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000724" GroupPri="02000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/> + <!-- **** Beginner Profile **** BEGIN --> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003d1" CmdPri="00400001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081">Edit.FindSymbol</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000e7" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081">Edit.Goto</remove> + <remove_group Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e93" GroupPri="a8000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <remove_group Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e8a" GroupPri="ff000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000008f" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081">Edit.FormatDocument</add> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="04001000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081">Edit.CommentSelection</add> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="04002000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081">Edit.UncommentSelection</add> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000143" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081">Edit.InsertSnippet</add> + <modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000008f" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081" BeginGroup="true">Edit.FormatDocument</modify> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000008d5" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000721" GroupPri="07500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.DatabaseExplorer</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ea" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000721" GroupPri="07500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.SolutionExplorer</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000723" GroupPri="08500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.ErrorList</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000eb" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000131" GroupPri="0c000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.PropertiesWindow</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000002a" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000723" GroupPri="08500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.Toolbox</remove> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000008d5" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.DatabaseExplorer</add> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.ErrorList</add> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000eb" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.PropertiesWindow</add> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ea" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.SolutionExplorer</add> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000002a" CmdPri="06000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.Toolbox</add> + <remove Cmd="{E8B06F44-6D01-11D2-AA7D-00C04F990343}:00001387" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019e" GroupPri="00700000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.WebBrowser</remove> + <add Cmd="{E8B06F44-6D01-11D2-AA7D-00C04F990343}:00001387" CmdPri="08000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.WebBrowser</add> + <modify Cmd="{E8B06F44-6D01-11D2-AA7D-00C04F990343}:00001387" CmdPri="08000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" BeginGroup="true"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ee" CmdPri="03500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000722" GroupPri="08000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.ObjectBrowser</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000029" CmdPri="00000000" Group="{234A7FC1-CFE9-4335-9E82-061F86E402C1}:00000568" GroupPri="09200000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.TabOrder</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ef" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.DocumentOutline</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ed" CmdPri="03800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.Output</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ec" CmdPri="06008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">View.TaskList</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000e8" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000131" GroupPri="0c000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082">View.PropertyPages</remove> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000019c" CmdPri="01800000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014c" GroupPri="00800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083">Project.AddUserControl</remove> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000192" CmdPri="04800000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014c" GroupPri="00800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083">Project.AddModule</remove> + <remove_group Group="{234A7FC1-CFE9-4335-9E82-061F86E402C1}:00000147" GroupPri="c4000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083">ExcludeFromProject,ShowAllFiles</remove_group> + <remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000144" GroupPri="d0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083">ReloadProject,UnloadProject</remove_group> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003be" CmdPri="04100000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000141" GroupPri="f0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083">Project.ProjectBuildOrder</remove> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000045d" CmdPri="03000000" Group="{234A7FC1-CFE9-4335-9E82-061F86E402C1}:00000147" GroupPri="c4000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083">Project.RunCustomTool</remove> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000045a" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000141" GroupPri="f0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083">Project.AddWebReference</remove> + <remove Cmd="{C90DA239-5787-47F4-8477-14580555AD76}:00001029" CmdPri="01000000" Group="{5E538604-0124-48B8-B860-4905AF1EE74D}:00001028" GroupPri="f0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083">Project.RefreshProjectToolboxItems</remove> + <remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000008c" CmdPri="00000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000103" GroupPri="05000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000000">Build</remove> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000376" CmdPri="06800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401">Build.BuildSelection</add> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000376" CmdPri="06800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true">Build.BuildSelection</modify> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000007d5" CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014d" GroupPri="f1000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083">Build.PublishSelection</add> + <modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000007d5" CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014d" GroupPri="f1000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083" BeginGroup="true">Build.PublishSelection</modify> + <remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000108" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402">Debug.Output</remove> + <add Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000108" CmdPri="00001000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402">Debug.Output</add> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="00800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true">Debug.Immediate</modify> + <modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:01000300" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="false">Debug.Watch</modify> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01e00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402">Debug.CallStack</remove> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="06000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402">Debug.CallStack</add> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="06000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true">Debug.CallStack</modify> + <remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000009" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401">Debug.Windows</remove> + <add Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" CmdPri="0e000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401">Debug.Windows</add> + <modify Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" CmdPri="0e000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true">Debug.Windows</modify> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b4" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401">Debug.BreakAll</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000153" CmdPri="0f000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401">Debug.Exceptions</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fe" CmdPri="0a380001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401">Debug.QuickWatch</remove> + <remove_group Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000007" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401">Debug.BreakPoints</remove_group> + <add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ff" CmdPri="0d000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401">Debug.ToggleBreakpoint</add> + <remove Cmd="{061317B2-F992-435E-A23D-9EAD4B972ED5}:00000101" CmdPri="00010000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000104" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000000">XML</remove> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000007b8" CmdPri="03000000" Group="{F65C9B12-9CC9-498A-AB19-6CBE3D2C6BC6}:00000103" GroupPri="09000000" Menu="{F65C9B12-9CC9-498A-AB19-6CBE3D2C6BC6}:00000001">Data.AddQuery</remove> + <remove_group Group="{74D21310-2AEE-11D1-8BFB-00A0C90F26F7}:00000408" GroupPri="80000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085">ConnectToDatabase,ConnectToServer</remove_group> + <remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00003e95" GroupPri="ff100000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085">Snippets</remove_group> + <remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001b0" GroupPri="ff300000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085">Toolbox</remove_group> + <remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000159" GroupPri="ff800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085">ExternalTools</remove_group> + <remove_group Group="{495620D7-1489-46F8-9251-8A32D53B2194}:00001000" GroupPri="ff400000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085">Upgrade</remove_group> + <remove Cmd="{4A79114A-19E4-11D3-B86B-00C04F79F802}:00000107" CmdPri="02000000" Group="{4A79114B-19E4-11D3-B86B-00C04F79F802}:00000040" GroupPri="00250000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000088">Help.ReportaBug</remove> + <remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000503" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000173" GroupPri="05000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000032a" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000173" GroupPri="05000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001">View.NavigateForward</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b4" CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001">Debug.BreakAll</remove> + <remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ee" CmdPri="02500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001">View.ObjectBrowser</remove> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000019c" CmdPri="06000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002c0" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000500">Project.AddUserControl</remove> + <remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000192" CmdPri="0d000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002c0" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000500">Project.AddModule</remove> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002d2" GroupPri="01700000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d">Edit.CommentSelection</add> + <!-- **** Beginner Profile **** END --> + <add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002d2" GroupPri="01700000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d">Edit.UncommentSelection</add> + <add_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000724" GroupPri="02000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300">Find Results</add_group> + <modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ff" CmdPri="0d000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true">Debug.ToggleBreakpoint</modify> + <modify_toolbar Menu="{2D1CF427-BA58-4E35-BED7-BBB8C9691C56}:00000101" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,225,75"/> + <remove Cmd="{4A79114A-19E4-11D3-B86B-00C04F79F802}:00000107" CmdPri="00300000" Group="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000068" GroupPri="00400000" Menu="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000001">Help.ReportaBug</remove> + <remove_group Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000553" GroupPri="01030000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e">Bookmark</remove_group> + </DefaultCustomizations> + <UserCustomizations/> + </CommandBars> + <PropertyValue name="ShowLargeButtons">0</PropertyValue> + <PropertyValue name="ShowScreenTipShortcutKeys">0</PropertyValue> + <PropertyValue name="ShowScreenTips">-1</PropertyValue> + </Category> + <Category name="Environment_DefaultEditors" Category="{68161AEE-BCA8-4214-B2E4-7875263E49C5}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_DefaultEditors" PackageName="Visual Studio Environment Package"> + <PropertyValue name="NumberOfDefaultEditors">0</PropertyValue> + <PropertyValue name="NumberOfMappings">0</PropertyValue> + </Category> + <Category name="Environment_ErrorList" Category="{68897077-DF64-4628-9BD4-025923684F2F}" Package="{4A9B7E50-AA16-11d0-A8C5-00A0C921A4D2}" RegisteredName="Environment_ErrorList" PackageName="Visual Studio Task List Package"> + <PropertyValue name="ActiveProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue> + <PropertyValue name="ProviderCount">0</PropertyValue> + <PropertyValue name="Version">1</PropertyValue> + </Category> + <Category name="Environment_Expansions" Category="{0B9A10B2-C0D0-4a6a-8353-115E9CACF34A}" Package="{F5E7E720-1401-11d1-883B-0000F87579D2}" RegisteredName="Environment_Expansions" PackageName="Text Management Package"> + <Expansions Default="true" Version="1.0"/> + </Category> + <Category name="Environment_ExtensionManager" Category="{539391d7-9414-4715-b033-8669db0abee1}" Package="{e7576c05-1874-450c-9e98-cf3a0897a069}" RegisteredName="Environment_ExtensionManager" PackageName="Microsoft.VisualStudio.ExtensionManager.VSPackage.ExtensionManagerPackage, Microsoft.VisualStudio.ExtensionManager.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <PropertyValue name="AutomaticallyCheckForUpdates">False</PropertyValue> + <PropertyValue name="EnableAdminExtensions">True</PropertyValue> + <PropertyValue name="EnableOnline">True</PropertyValue> + </Category> + <Category name="Environment_ExternalTools" Category="{E8FAE9E8-FBA2-4474-B134-AB0FFCFB291D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ExternalTools" PackageName="Visual Studio Environment Package"> + <PropertyValue name="ToolNames"/> + </Category> + <Category name="Environment_FindSymbol" Category="{C93260BC-0C07-484a-8188-6F4763BD7FD4}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FindSymbol" PackageName="Visual Studio Environment Package"> + <PropertyValue name="FindOptionsIsExpanded">false</PropertyValue> + <PropertyValue name="LookinReferencesIsChecked">true</PropertyValue> + <PropertyValue name="MatchCaseIsChecked">false</PropertyValue> + <PropertyValue name="SelectedScope">{B1BA9461-FC54-45B3-A484-CB6DD0B95C94}</PropertyValue> + <PropertyValue name="SelectedScopeSubScope">0</PropertyValue> + <PropertyValue name="Type">2</PropertyValue> + </Category> + <Category name="Environment_FontsAndColors" Category="{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FontsAndColors" PackageName="Visual Studio Environment Package"> + <FontsAndColors Version="2.0"> + <Categories/> + </FontsAndColors> + <PropertyValue name="Version">2</PropertyValue> + </Category> + <Category name="Environment_KeyBindings" Category="{F09035F1-80D2-4312-8EC4-4D354A4BCB4C}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_KeyBindings" PackageName="Visual Studio Environment Package"> + <KeyboardShortcuts Version="8.0"> + <DefaultShortcuts> + <!-- Not supported in VBExpress + + <RemoveShortcut Command="Build.Compile" Scope="Global">CTRL+F7</RemoveShortcut> + + --> + <Shortcut Command="Build.BuildSolution" Scope="Global">CTRL+SHIFT+B</Shortcut> + <Shortcut Command="Data.RunSelection" Scope="Global">CTRL+Q</Shortcut> + <Shortcut Command="Data.StepInto" Scope="Global">ALT+F5</Shortcut> + <RemoveShortcut Command="Debug.ApplyCodeChanges" Scope="Global">ALT+F10</RemoveShortcut> + <Shortcut Command="Debug.Autos" Scope="Global">CTRL+ALT+V, A</Shortcut> + <Shortcut Command="Debug.BreakAll" Scope="Global">CTRL+BREAK</Shortcut> + <!-- Not supported in VBExpress + <Shortcut Command="Debug.Breakpoints" Scope="Global">CTRL+ALT+B</Shortcut> + --> + <Shortcut Command="Debug.CallStack" Scope="Global">CTRL+L</Shortcut> + <Shortcut Command="Debug.CallStack" Scope="Global">CTRL+ALT+C</Shortcut> + <!-- Not supported in VBExpress + <Shortcut Command="Debug.DeleteAllBreakpoints" Scope="Global">CTRL+SHIFT+F9</Shortcut> + <RemoveShortcut Command="Debug.Disassembly" Scope="Global">CTRL+ALT+D</RemoveShortcut> + --> + <Shortcut Command="Debug.Exceptions" Scope="Global">CTRL+ALT+E</Shortcut> + <Shortcut Command="Debug.Immediate" Scope="Global">CTRL+G</Shortcut> + <Shortcut Command="Debug.Immediate" Scope="Global">CTRL+ALT+I</Shortcut> + <Shortcut Command="Debug.Locals" Scope="Global">CTRL+ALT+V, L</Shortcut> + <!-- Not supported in VBExpress + <Shortcut Command="Debug.Threads" Scope="Global">CTRL+ALT+H</Shortcut> + <Shortcut Command="Debug.Memory1" Scope="Global">CTRL+ALT+M, 1</Shortcut> + <Shortcut Command="Debug.Memory2" Scope="Global">CTRL+ALT+M, 2</Shortcut> + <Shortcut Command="Debug.Memory3" Scope="Global">CTRL+ALT+M, 3</Shortcut> + <Shortcut Command="Debug.Memory4" Scope="Global">CTRL+ALT+M, 4</Shortcut> + <Shortcut Command="Debug.Modules" Scope="Global">CTRL+ALT+U</Shortcut> + <Shortcut Command="Debug.BreakAtFunction" Scope="Global">CTRL+B</Shortcut> + <Shortcut Command="Debug.Processes" Scope="Global">CTRL+ALT+Z</Shortcut> + --> + <Shortcut Command="Debug.QuickWatch" Scope="Global">SHIFT+F9</Shortcut> + <Shortcut Command="Debug.QuickWatch" Scope="Global">CTRL+ALT+Q</Shortcut> + <!-- Not supported in VBExpress + <RemoveShortcut Command="Debug.Registers" Scope="Global">CTRL+ALT+G</RemoveShortcut> + <Shortcut Command="Debug.Restart" Scope="Global">SHIFT+F5</Shortcut> + <Shortcut Command="Debug.Restart" Scope="Global">CTRL+SHIFT+F5</Shortcut> + <RemoveShortcut Command="Debug.ScriptExplorer" Scope="Global">CTRL+ALT+N</RemoveShortcut> + --> + <Shortcut Command="Debug.RunToCursor" Scope="Global">CTRL+F8</Shortcut> + <Shortcut Command="Debug.RunToCursor" Scope="Global">CTRL+F10</Shortcut> + <Shortcut Command="Debug.SetNextStatement" Scope="Global">CTRL+F9</Shortcut> + <Shortcut Command="Debug.SetNextStatement" Scope="Global">CTRL+SHIFT+F10</Shortcut> + <RemoveShortcut Command="Debug.ShowNextStatement" Scope="Global">ALT+NUM *</RemoveShortcut> + <Shortcut Command="Debug.Start" Scope="Global">F5</Shortcut> + <Shortcut Command="Debug.StartWithoutDebugging" Scope="Global">CTRL+F5</Shortcut> + <Shortcut Command="Debug.StepInto" Scope="Global">F8</Shortcut> + <Shortcut Command="Debug.StepInto" Scope="Global">F11</Shortcut> + <Shortcut Command="Debug.StepOut" Scope="Global">CTRL+SHIFT+F8</Shortcut> + <Shortcut Command="Debug.StepOut" Scope="Global">SHIFT+F11</Shortcut> + <Shortcut Command="Debug.StepOver" Scope="Global">SHIFT+F8</Shortcut> + <Shortcut Command="Debug.StepOver" Scope="Global">F10</Shortcut> + <Shortcut Command="Debug.StopDebugging" Scope="Global">CTRL+ALT+BREAK</Shortcut> + <Shortcut Command="Debug.ToggleBreakpoint" Scope="Global">F9</Shortcut> + <!-- Not supported in VBExpress + <RemoveShortcut Command="Debug.ToggleDisassembly" Scope="Global">CTRL+F11</RemoveShortcut> + --> + <Shortcut Command="Debug.Watch" Scope="Global">CTRL+ALT+W, 1</Shortcut> + <!-- Not supported in VBExpress + <Shortcut Command="Debug.Watch2" Scope="Global">CTRL+ALT+W, 2</Shortcut> + <Shortcut Command="Debug.Watch3" Scope="Global">CTRL+ALT+W, 3</Shortcut> + <Shortcut Command="Debug.Watch4" Scope="Global">CTRL+ALT+W, 4</Shortcut> + --> + <Shortcut Command="Edit.BreakLine" Scope="Text Editor">SHIFT+ENTER</Shortcut> + <Shortcut Command="Edit.BreakLine" Scope="Text Editor">ENTER</Shortcut> + <Shortcut Command="Edit.CharLeft" Scope="Text Editor">LEFT ARROW</Shortcut> + <Shortcut Command="Edit.CharLeftExtend" Scope="Text Editor">SHIFT+LEFT ARROW</Shortcut> + <Shortcut Command="Edit.CharLeftExtendColumn" Scope="Text Editor">SHIFT+ALT+LEFT ARROW</Shortcut> + <Shortcut Command="Edit.CharRight" Scope="Text Editor">RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.CharRightExtend" Scope="Text Editor">SHIFT+RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.CharRightExtendColumn" Scope="Text Editor">SHIFT+ALT+RIGHT ARROW</Shortcut> + <RemoveShortcut Command="Edit.CharTranspose" Scope="Text Editor">CTRL+T</RemoveShortcut> + <Shortcut Command="Edit.CompleteWord" Scope="Text Editor">ALT+RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.CompleteWord" Scope="Text Editor">CTRL+SPACE</Shortcut> + <Shortcut Command="Edit.Copy" Scope="Global">CTRL+C</Shortcut> + <Shortcut Command="Edit.Copy" Scope="Global">CTRL+INS</Shortcut> + <Shortcut Command="Edit.Cut" Scope="Global">CTRL+X</Shortcut> + <Shortcut Command="Edit.Cut" Scope="Global">SHIFT+DEL</Shortcut> + <Shortcut Command="Edit.CycleClipboardRing" Scope="Global">CTRL+SHIFT+V</Shortcut> + <Shortcut Command="Edit.CycleClipboardRing" Scope="Global">CTRL+SHIFT+INS</Shortcut> + <Shortcut Command="Edit.DecreaseFilterLevel" Scope="Text Editor">ALT+,</Shortcut> + <Shortcut Command="Edit.Delete" Scope="Global">DEL</Shortcut> + <Shortcut Command="Edit.DeleteBackwards" Scope="Text Editor">SHIFT+BKSPCE</Shortcut> + <Shortcut Command="Edit.DeleteBackwards" Scope="Text Editor">BKSPCE</Shortcut> + <Shortcut Command="Edit.DeleteHorizontalWhiteSpace" Scope="Text Editor">CTRL+K, CTRL+\</Shortcut> + <Shortcut Command="Edit.DocumentEnd" Scope="Text Editor">CTRL+END</Shortcut> + <Shortcut Command="Edit.DocumentEndExtend" Scope="Text Editor">CTRL+SHIFT+END</Shortcut> + <Shortcut Command="Edit.DocumentStart" Scope="Text Editor">CTRL+HOME</Shortcut> + <Shortcut Command="Edit.DocumentStartExtend" Scope="Text Editor">CTRL+SHIFT+HOME</Shortcut> + <Shortcut Command="Edit.Find" Scope="Global">CTRL+F</Shortcut> + <RemoveShortcut Command="Edit.FindAllReferences" Scope="Global">SHIFT+F12</RemoveShortcut> + <Shortcut Command="Edit.FindAllReferences" Scope="Global">ALT+F2</Shortcut> + <Shortcut Command="Edit.FindinFiles" Scope="Global">CTRL+SHIFT+F</Shortcut> + <Shortcut Command="Edit.FindNext" Scope="Global">F3</Shortcut> + <Shortcut Command="Edit.FindNextSelected" Scope="Global">CTRL+F3</Shortcut> + <Shortcut Command="Edit.FindPrevious" Scope="Global">SHIFT+F3</Shortcut> + <Shortcut Command="Edit.FindPreviousSelected" Scope="Global">CTRL+SHIFT+F3</Shortcut> + <Shortcut Command="Edit.FindSymbol" Scope="Global">ALT+F12</Shortcut> + <Shortcut Command="Edit.FormatDocument" Scope="Text Editor">CTRL+K, CTRL+D</Shortcut> + <Shortcut Command="Edit.FormatSelection" Scope="Text Editor">CTRL+K, CTRL+F</Shortcut> + <RemoveShortcut Command="Edit.GotoBrace" Scope="Text Editor">CTRL+]</RemoveShortcut> + <RemoveShortcut Command="Edit.GotoBraceExtend" Scope="Text Editor">CTRL+SHIFT+]</RemoveShortcut> + <Shortcut Command="Edit.GoToDeclaration" Scope="Global">CTRL+F12</Shortcut> + <RemoveShortcut Command="Edit.GoToDefinition" Scope="Global">F2</RemoveShortcut> + <Shortcut Command="Edit.GoToDefinition" Scope="Global">SHIFT+F2</Shortcut> + <RemoveShortcut Command="Edit.GoToFindCombo" Scope="Global">CTRL+D</RemoveShortcut> + <RemoveShortcut Command="Edit.GoToNextLocation" Scope="Global">F8</RemoveShortcut> + <RemoveShortcut Command="Edit.GoToPrevLocation" Scope="Global">SHIFT+F8</RemoveShortcut> + <Shortcut Command="Edit.GoToReference" Scope="Text Editor">SHIFT+F12</Shortcut> + <Shortcut Command="Edit.IncreaseFilterLevel" Scope="Text Editor">ALT+.</Shortcut> + <Shortcut Command="Edit.IncrementalSearch" Scope="Text Editor">ALT+I</Shortcut> + <Shortcut Command="Edit.InsertTab" Scope="Text Editor">TAB</Shortcut> + <RemoveShortcut Command="Edit.LineCut" Scope="Text Editor">CTRL+L</RemoveShortcut> + <Shortcut Command="Edit.LineCut" Scope="Text Editor">CTRL+Y</Shortcut> + <RemoveShortcut Command="Edit.LineDelete" Scope="Text Editor">CTRL+SHIFT+L</RemoveShortcut> + <Shortcut Command="Edit.LineDown" Scope="Text Editor">DOWN ARROW</Shortcut> + <Shortcut Command="Edit.LineDownExtend" Scope="Text Editor">SHIFT+DOWN ARROW</Shortcut> + <Shortcut Command="Edit.LineDownExtendColumn" Scope="Text Editor">SHIFT+ALT+DOWN ARROW</Shortcut> + <Shortcut Command="Edit.LineEnd" Scope="Text Editor">END</Shortcut> + <Shortcut Command="Edit.LineEndExtend" Scope="Text Editor">SHIFT+END</Shortcut> + <Shortcut Command="Edit.LineEndExtendColumn" Scope="Text Editor">SHIFT+ALT+END</Shortcut> + <Shortcut Command="Edit.LineOpenAbove" Scope="Text Editor">CTRL+ENTER</Shortcut> + <Shortcut Command="Edit.LineOpenBelow" Scope="Text Editor">CTRL+SHIFT+ENTER</Shortcut> + <Shortcut Command="Edit.LineStart" Scope="Text Editor">HOME</Shortcut> + <Shortcut Command="Edit.LineStartExtend" Scope="Text Editor">SHIFT+HOME</Shortcut> + <Shortcut Command="Edit.LineStartExtendColumn" Scope="Text Editor">SHIFT+ALT+HOME</Shortcut> + <Shortcut Command="Edit.LineTranspose" Scope="Text Editor">SHIFT+ALT+T</Shortcut> + <Shortcut Command="Edit.LineUp" Scope="Text Editor">UP ARROW</Shortcut> + <Shortcut Command="Edit.LineUpExtend" Scope="Text Editor">SHIFT+UP ARROW</Shortcut> + <Shortcut Command="Edit.LineUpExtendColumn" Scope="Text Editor">SHIFT+ALT+UP ARROW</Shortcut> + <Shortcut Command="Edit.MakeLowercase" Scope="Text Editor">CTRL+U</Shortcut> + <Shortcut Command="Edit.MakeUppercase" Scope="Text Editor">CTRL+SHIFT+U</Shortcut> + <Shortcut Command="Edit.MoveControlDown" Scope="Global">CTRL+DOWN ARROW</Shortcut> + <Shortcut Command="Edit.MoveControlDownGrid" Scope="Global">DOWN ARROW</Shortcut> + <Shortcut Command="Edit.MoveControlLeft" Scope="Global">CTRL+LEFT ARROW</Shortcut> + <Shortcut Command="Edit.MoveControlLeftGrid" Scope="Global">LEFT ARROW</Shortcut> + <Shortcut Command="Edit.MoveControlRight" Scope="Global">CTRL+RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.MoveControlRightGrid" Scope="Global">RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.MoveControlUp" Scope="Global">CTRL+UP ARROW</Shortcut> + <Shortcut Command="Edit.MoveControlUpGrid" Scope="Global">UP ARROW</Shortcut> + <Shortcut Command="Edit.OpenFile" Scope="Global">CTRL+SHIFT+G</Shortcut> + <Shortcut Command="Edit.OvertypeMode" Scope="Text Editor">INS</Shortcut> + <Shortcut Command="Edit.PageDown" Scope="Text Editor">PGDN</Shortcut> + <Shortcut Command="Edit.PageDownExtend" Scope="Text Editor">SHIFT+PGDN</Shortcut> + <Shortcut Command="Edit.PageUp" Scope="Text Editor">PGUP</Shortcut> + <Shortcut Command="Edit.PageUpExtend" Scope="Text Editor">SHIFT+PGUP</Shortcut> + <Shortcut Command="Edit.Paste" Scope="Global">CTRL+V</Shortcut> + <Shortcut Command="Edit.Paste" Scope="Global">SHIFT+INS</Shortcut> + <Shortcut Command="Edit.QuickInfo" Scope="Text Editor">CTRL+I</Shortcut> + <Shortcut Command="Edit.ListMembers" Scope="Text Editor">CTRL+J</Shortcut> + <Shortcut Command="Edit.NextBookmark" Scope="Text Editor">CTRL+K, N</Shortcut> + <Shortcut Command="Edit.ParameterInfo" Scope="Text Editor">CTRL+SHIFT+I</Shortcut> + <Shortcut Command="Edit.ParameterInfo" Scope="Text Editor">CTRL+SHIFT+SPACE</Shortcut> + <Shortcut Command="Edit.PreviousBookmark" Scope="Text Editor">CTRL+K, P</Shortcut> + <Shortcut Command="Edit.NextMethod" Scope="Text Editor">CTRL+PGDN</Shortcut> + <Shortcut Command="Edit.NextMethod" Scope="Text Editor">CTRL+DOWN ARROW</Shortcut> + <Shortcut Command="Edit.PreviousMethod" Scope="Text Editor">CTRL+PGUP</Shortcut> + <Shortcut Command="Edit.PreviousMethod" Scope="Text Editor">CTRL+UP ARROW</Shortcut> + <Shortcut Command="Edit.ToggleBookmark" Scope="Text Editor">CTRL+K, T</Shortcut> + <RemoveShortcut Command="Edit.ToggleWordWrap" Scope="Text Editor">CTRL+E, CTRL+W</RemoveShortcut> + <RemoveShortcut Command="Edit.PasteParameterTip" Scope="Text Editor">CTRL+SHIFT+ALT+P</RemoveShortcut> + <!-- Not supported in VBExpress + <Shortcut Command="View.BookmarkWindow" Scope="Global">CTRL+W, K</Shortcut> + --> + <Shortcut Command="Edit.ClearBookmarks" Scope="Text Editor">CTRL+K, CTRL+L</Shortcut> + <Shortcut Command="Edit.ToggleTaskListShortcut" Scope="Text Editor">CTRL+K, CTRL+H</Shortcut> + <Shortcut Command="Edit.QuickFindSymbol" Scope="Global">SHIFT+ALT+F12</Shortcut> + <RemoveShortcut Command="Edit.Redo" Scope="Global">CTRL+Y</RemoveShortcut> + <Shortcut Command="Edit.Redo" Scope="Global">SHIFT+ALT+BKSPCE</Shortcut> + <Shortcut Command="Edit.Redo" Scope="Global">CTRL+SHIFT+Z</Shortcut> + <Shortcut Command="Edit.Replace" Scope="Global">CTRL+H</Shortcut> + <Shortcut Command="Edit.ReplaceinFiles" Scope="Global">CTRL+SHIFT+H</Shortcut> + <Shortcut Command="Edit.ReverseIncrementalSearch" Scope="Text Editor">ALT+SHIFT+I</Shortcut> + <Shortcut Command="Edit.SelectAll" Scope="Global">CTRL+A</Shortcut> + <Shortcut Command="Edit.SelectCurrentWord" Scope="Text Editor">CTRL+SHIFT+W</Shortcut> + <Shortcut Command="Edit.SelectionCancel" Scope="Text Editor">ESC</Shortcut> + <Shortcut Command="Edit.SelectNextControl" Scope="Global">TAB</Shortcut> + <Shortcut Command="Edit.SelectPreviousControl" Scope="Global">SHIFT+TAB</Shortcut> + <Shortcut Command="Edit.SelectToLastGoBack" Scope="Text Editor">CTRL+=</Shortcut> + <Shortcut Command="Edit.ShowTileGrid" Scope="Global">ENTER</Shortcut> + <Shortcut Command="Edit.SizeControlDown" Scope="Global">CTRL+SHIFT+DOWN ARROW</Shortcut> + <Shortcut Command="Edit.SizeControlDownGrid" Scope="Global">SHIFT+DOWN ARROW</Shortcut> + <Shortcut Command="Edit.SizeControlLeft" Scope="Global">CTRL+SHIFT+LEFT ARROW</Shortcut> + <Shortcut Command="Edit.SizeControlLeftGrid" Scope="Global">SHIFT+LEFT ARROW</Shortcut> + <Shortcut Command="Edit.SizeControlRight" Scope="Global">CTRL+SHIFT+RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.SizeControlRightGrid" Scope="Global">SHIFT+RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.SizeControlUp" Scope="Global">CTRL+SHIFT+UP ARROW</Shortcut> + <Shortcut Command="Edit.SizeControlUpGrid" Scope="Global">SHIFT+UP ARROW</Shortcut> + <Shortcut Command="Edit.StopHidingCurrent" Scope="Text Editor">CTRL+M, CTRL+U</Shortcut> + <Shortcut Command="Edit.StopOutlining" Scope="Text Editor">CTRL+M, CTRL+P</Shortcut> + <Shortcut Command="Edit.StopSearch" Scope="Global">ALT+F3, S</Shortcut> + <Shortcut Command="Edit.TabLeft" Scope="Text Editor">SHIFT+TAB</Shortcut> + <Shortcut Command="Edit.ToggleAllOutlining" Scope="Text Editor">CTRL+M, CTRL+L</Shortcut> + <Shortcut Command="Edit.ToggleOutliningExpansion" Scope="Text Editor">CTRL+M, CTRL+M</Shortcut> + <Shortcut Command="Edit.CollapsetoDefinitions" Scope="Text Editor">CTRL+M, CTRL+O</Shortcut> + <Shortcut Command="Edit.HideSelection" Scope="Text Editor">CTRL+M, CTRL+H</Shortcut> + <Shortcut Command="Edit.CommentSelection" Scope="Text Editor">CTRL+K, CTRL+C</Shortcut> + <Shortcut Command="Edit.UncommentSelection" Scope="Text Editor">CTRL+K, CTRL+U</Shortcut> + <Shortcut Command="Edit.Undo" Scope="Global">CTRL+Z</Shortcut> + <Shortcut Command="Edit.Undo" Scope="Global">ALT+BKSPCE</Shortcut> + <RemoveShortcut Command="Edit.ViewBottomExtend" Scope="Text Editor">CTRL+SHIFT+PGDN</RemoveShortcut> + <RemoveShortcut Command="Edit.ViewTopExtend" Scope="Text Editor">CTRL+SHIFT+PGUP</RemoveShortcut> + <Shortcut Command="Edit.WordDeleteToEnd" Scope="Text Editor">CTRL+DEL</Shortcut> + <Shortcut Command="Edit.WordDeleteToStart" Scope="Text Editor">CTRL+BKSPCE</Shortcut> + <Shortcut Command="Edit.WordNext" Scope="Text Editor">CTRL+RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.WordNextExtend" Scope="Text Editor">CTRL+SHIFT+RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.WordNextExtendColumn" Scope="Text Editor">CTRL+SHIFT+ALT+RIGHT ARROW</Shortcut> + <Shortcut Command="Edit.WordPrevious" Scope="Text Editor">CTRL+LEFT ARROW</Shortcut> + <Shortcut Command="Edit.WordPreviousExtend" Scope="Text Editor">CTRL+SHIFT+LEFT ARROW</Shortcut> + <Shortcut Command="Edit.WordPreviousExtendColumn" Scope="Text Editor">CTRL+SHIFT+ALT+LEFT ARROW</Shortcut> + <Shortcut Command="Edit.WordTranspose" Scope="Text Editor">CTRL+SHIFT+T</Shortcut> + <RemoveShortcut Command="File.NewFile" Scope="Global">CTRL+N</RemoveShortcut> + <Shortcut Command="File.NewProject" Scope="Global">CTRL+N</Shortcut> + <Shortcut Command="File.NewProject" Scope="Global">CTRL+SHIFT+N</Shortcut> + <Shortcut Command="File.OpenProject" Scope="Global">CTRL+O</Shortcut> + <Shortcut Command="File.OpenProject" Scope="Global">CTRL+SHIFT+O</Shortcut> + <Shortcut Command="File.Print" Scope="Global">CTRL+P</Shortcut> + <Shortcut Command="File.SaveAll" Scope="Global">CTRL+SHIFT+S</Shortcut> + <Shortcut Command="File.SaveSelectedItems" Scope="Global">CTRL+S</Shortcut> + <Shortcut Command="Help.F1Help" Scope="Global">F1</Shortcut> + <Shortcut Command="Project.AddExistingItem" Scope="Global">CTRL+D</Shortcut> + <Shortcut Command="Project.AddExistingItem" Scope="Global">SHIFT+ALT+A</Shortcut> + <Shortcut Command="Project.AddNewItem" Scope="Global">CTRL+SHIFT+A</Shortcut> + <RemoveShortcut Command="Project.Override" Scope="Global">CTRL+ALT+Ins</RemoveShortcut> + <Shortcut Command="Tools.CodeSnippetsManager" Scope="Global">CTRL+K, CTRL+B</Shortcut> + <RemoveShortcut Command="Tools.GoToCommandLine" Scope="Global">CTRL+/</RemoveShortcut> + <!-- Not supported in VBExpress + <RemoveShortcut Command="Tools.MacrosIDE" Scope="Global">ALT+F11</RemoveShortcut> + <RemoveShortcut Command="Tools.RecordTemporaryMacro" Scope="Global">CTRL+SHIFT+R</RemoveShortcut> + <RemoveShortcut Command="Tools.RunTemporaryMacro" Scope="Global">CTRL+SHIFT+P</RemoveShortcut> + --> + <!-- Not supported in VBExpress + <Shortcut Command="Tools.AttachtoProcess" Scope="Global">CTRL+ALT+P</Shortcut> + --> + <RemoveShortcut Command="View.BrowseNext" Scope="Global">CTRL+SHIFT+1</RemoveShortcut> + <RemoveShortcut Command="View.BrowsePrevious" Scope="Global">CTRL+SHIFT+2</RemoveShortcut> + <RemoveShortcut Command="View.PopBrowseContext" Scope="Global">CTRL+SHIFT+8</RemoveShortcut> + <RemoveShortcut Command="View.CodeDefinitionWindow" Scope="Global">CTRL+SHIFT+D</RemoveShortcut> + <Shortcut Command="View.ErrorList" Scope="Global">CTRL+W, CTRL+E</Shortcut> + <Shortcut Command="View.ErrorList" Scope="Text Editor">CTRL+W, CTRL+E</Shortcut> + <Shortcut Command="View.FindSymbolResults" Scope="Global">CTRL+ALT+F12</Shortcut> + <Shortcut Command="View.FullScreen" Scope="Global">SHIFT+ALT+ENTER</Shortcut> + <!-- Not supported in VBExpress + <Shortcut Command="View.MacroExplorer" Scope="Global">ALT+F8</Shortcut> + --> + <Shortcut Command="View.NavigateBackward" Scope="Global">CTRL+SHIFT+F2</Shortcut> + <Shortcut Command="View.NavigateForward" Scope="Global">CTRL+SHIFT+-</Shortcut> + <Shortcut Command="View.NextTask" Scope="Global">CTRL+SHIFT+F12</Shortcut> + <Shortcut Command="View.ObjectBrowserBack" Scope="Global">ALT+-</Shortcut> + <Shortcut Command="View.ObjectBrowserForward" Scope="Global">SHIFT+ALT+-</Shortcut> + <RemoveShortcut Command="View.PopBrowseContext" Scope="Global">CTRL+SHIFT+8</RemoveShortcut> + <Shortcut Command="View.PropertiesWindow" Scope="Global">F4</Shortcut> + <Shortcut Command="View.PropertyPages" Scope="Global">SHIFT+F4</Shortcut> + <Shortcut Command="View.DatabaseExplorer" Scope="Global">CTRL+ALT+S</Shortcut> + <Shortcut Command="View.WebBrowser" Scope="Global">CTRL+ALT+R</Shortcut> + <Shortcut Command="View.SolutionExplorer" Scope="Global">CTRL+ALT+L</Shortcut> + <Shortcut Command="View.SolutionExplorer" Scope="Global">CTRL+R</Shortcut> + <Shortcut Command="View.SolutionExplorer" Scope="Text Editor">CTRL+R</Shortcut> + <Shortcut Command="View.TaskList" Scope="Global">CTRL+ALT+K</Shortcut> + <Shortcut Command="View.Toolbox" Scope="Global">CTRL+ALT+X</Shortcut> + <Shortcut Command="View.ObjectBrowser" Scope="Global">F2</Shortcut> + <Shortcut Command="View.ObjectBrowser" Scope="Global">CTRL+ALT+J</Shortcut> + <!-- Not supported in VBExpress + <Shortcut Command="View.DocumentOutline" Scope="Global">CTRL+ALT+T</Shortcut> + --> + <Shortcut Command="View.ViewCode" Scope="Global">F7</Shortcut> + <Shortcut Command="View.ViewDesigner" Scope="Global">SHIFT+F7</Shortcut> + <Shortcut Command="View.NavigateBackward" Scope="WebBrowser">ALT+LEFT ARROW</Shortcut> + <Shortcut Command="View.NavigateForward" Scope="WebBrowser">ALT+RIGHT ARROW</Shortcut> + <Shortcut Command="Window.ActivateDocumentWindow" Scope="Global">ESC</Shortcut> + <Shortcut Command="Window.CloseDocumentWindow" Scope="Global">CTRL+F4</Shortcut> + <Shortcut Command="Window.CloseToolWindow" Scope="Global">SHIFT+ESC</Shortcut> + <Shortcut Command="Window.MovetoNavigationBar" Scope="Global">CTRL+F2</Shortcut> + <Shortcut Command="Window.NextDocumentWindow" Scope="Global">CTRL+F6</Shortcut> + <Shortcut Command="Window.NextDocumentWindowNav" Scope="Global">CTRL+TAB</Shortcut> + <Shortcut Command="Window.NextPane" Scope="Global">ALT+F6</Shortcut> + <Shortcut Command="Window.NextSplitPane" Scope="Global">F6</Shortcut> + <Shortcut Command="Window.NextTab" Scope="Global">CTRL+PGDN</Shortcut> + <Shortcut Command="Window.NextToolWindow" Scope="Global">ALT+F7</Shortcut> + <Shortcut Command="Window.PreviousDocumentWindow" Scope="Global">CTRL+SHIFT+F6</Shortcut> + <Shortcut Command="Window.PreviousDocumentWindowNav" Scope="Global">CTRL+SHIFT+TAB</Shortcut> + <Shortcut Command="Window.PreviousPane" Scope="Global">SHIFT+ALT+F6</Shortcut> + <Shortcut Command="Window.PreviousSplitPane" Scope="Global">SHIFT+F6</Shortcut> + <Shortcut Command="Window.PreviousTab" Scope="Global">CTRL+PGUP</Shortcut> + <!-- Scope not supported in VBExpress + <Shortcut Command="Window.PreviousTab" Scope="HTML Editor Source View">CTRL+PGUP</Shortcut> + --> + <Shortcut Command="Window.PreviousToolWindow" Scope="Global">SHIFT+ALT+F7</Shortcut> + <RemoveShortcut Command="Edit.PasteParameterTip" Scope="Text Editor">ALT+I</RemoveShortcut> + <Shortcut Command="Window.ShowEzMDIFileList" Scope="Global">CTRL+ALT+DOWN ARROW</Shortcut> + </DefaultShortcuts> + <ScopeDefinitions> + <Scope Name="Class Diagram" ID="{59B0B277-7DDF-4E36-A3ED-02DAC5B9E2FA}"/> + <Scope Name="Deployment Diagram" ID="{D056D361-43FC-4DDD-8559-0D40EB8C77D7}"/> + <Scope Name="Logical Datacenter Diagram" ID="{222AC579-87F1-44CE-AE8C-B7D95931ED9F}"/> + <Scope Name="Application Connection Diagram" ID="{5A1FF380-5684-4D47-8E04-BDED2D53DCA4}"/> + <Scope Name="{FB87333B-16C8-400E-BC8F-F6B890410582}" ID="{FB87333B-16C8-400E-BC8F-F6B890410582}"/> + <Scope Name="XML Editor Data View" ID="{F482F8AF-1E66-4760-919E-964707265994}"/> + <Scope Name="XML Editor Schema View" ID="{E6631B5B-2EAB-41E8-82FD-6469645C76C9}"/> + <Scope Name="Managed Resources Editor" ID="{FEA4DCC9-3645-44CD-92E7-84B55A16465C}"/> + <Scope Name="DataSet Editor" ID="{B334A759-F450-40A5-BE2A-65937BCD5415}"/> + <Scope Name="HTML Editor Design View" ID="{CB3FCFEA-03DF-11D1-81D2-00A0C91BBEE3}"/> + <Scope Name="Windows Forms Designer" ID="{BA09E2AF-9DF2-4068-B2F0-4C7E5CC19E2F}"/> + <Scope Name="{28D4A6C1-6FBF-42A9-8CC7-A705F524AEC8}" ID="{28D4A6C1-6FBF-42A9-8CC7-A705F524AEC8}"/> + <Scope Name="TOC Editor" ID="{75DC5041-469F-11D3-8F04-00C04F5E0C38}"/> + <Scope Name="Text Editor" ID="{8B382828-6202-11D1-8870-0000F87579D2}"/> + <Scope Name="{F17BDAE0-A16D-11D0-9F04-00A0C911004F}" ID="{F17BDAE0-A16D-11D0-9F04-00A0C911004F}"/> + <Scope Name="WebBrowser" ID="{E8B06F41-6D01-11D2-AA7D-00C04F990343}"/> + <Scope Name="View Designer" ID="{B968E165-98E0-41F0-8FBE-A8ED1D246A90}"/> + <Scope Name="Query Designer" ID="{B2C40B32-3A37-4CA9-97B9-FA44248B69FF}"/> + <Scope Name="VC Accelerator Editor" ID="{EB56D0B5-BEE7-4D0C-8BE6-88A8ED256695}"/> + <Scope Name="VC String Editor" ID="{58442DA9-10DA-4AA9-A2AF-96E4D481379B}"/> + <Scope Name="VC Image Editor" ID="{C0BA70ED-069E-412B-9C06-7442E28A11B9}"/> + <Scope Name="VC Dialog Editor" ID="{543E0C02-8C85-4E43-933A-5EF320E3431F}"/> + <Scope Name="Global" ID="{5EFC7975-14BC-11CF-9B2B-00AA00573819}"/> + </ScopeDefinitions> + </KeyboardShortcuts> + </Category> + <Category name="Environment_NewProjectDialogPreferredLanguage" Category="{77E22C0C-9F4A-4bfb-AD3A-3F3F4711E9ED}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_NewProjectDialogPreferredLanguage" PackageName="Visual Studio Environment Package"> + <PropertyValue name="DefaultToLargeIconView">1</PropertyValue> + <PropertyValue name="HasNewProjectDialogPreferredLanguage">-1</PropertyValue> + <PropertyValue name="NewProjectDialogPreferredLanguage">VB</PropertyValue> + </Category> + <Category name="Environment_ObjectBrowser" Category="{D98D784D-88BF-4EBF-B039-C146EC14F472}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ObjectBrowser" PackageName="Visual Studio Environment Package"> + <PropertyValue name="DefaultPresentationLanguage">VB</PropertyValue> + <PropertyValue name="ObjectBrowserMembersShowInherited">true</PropertyValue> + <PropertyValue name="ObjectBrowserMembersSortAlphabetically">true</PropertyValue> + <PropertyValue name="ObjectBrowserMembersSortByAccess">false</PropertyValue> + <PropertyValue name="ObjectBrowserMembersSortByType">false</PropertyValue> + <PropertyValue name="ObjectBrowserMembersViewOther">false</PropertyValue> + <PropertyValue name="ObjectBrowserMembersViewPrivate">false</PropertyValue> + <PropertyValue name="ObjectBrowserMembersViewProtected">false</PropertyValue> + <PropertyValue name="ObjectBrowserMembersViewPublic">true</PropertyValue> + <PropertyValue name="ObjectBrowserScope">{A5A527EA-CF0A-4ABF-B501-EAFE6B3BA5C6}</PropertyValue> + <PropertyValue name="ObjectBrowserScopeSubScope">0</PropertyValue> + <PropertyValue name="ObjectBrowserSearchResultsGroupByType">false</PropertyValue> + <PropertyValue name="ObjectBrowserSearchResultsSortAlphabetically">false</PropertyValue> + <PropertyValue name="ObjectBrowserSearchResultsSortByAccess">false</PropertyValue> + <PropertyValue name="ObjectBrowserSearchResultsSortByBestMatch">true</PropertyValue> + <PropertyValue name="ObjectBrowserSearchResultsSortByType">false</PropertyValue> + <PropertyValue name="ObjectBrowserShowBaseTypes">false</PropertyValue> + <PropertyValue name="ObjectBrowserShowDerivedTypes">false</PropertyValue> + <PropertyValue name="ObjectBrowserShowExtensionMembers">false</PropertyValue> + <PropertyValue name="ObjectBrowserShowHiddenTypesAndMembers">false</PropertyValue> + <PropertyValue name="ObjectBrowserTypesGroupByType">false</PropertyValue> + <PropertyValue name="ObjectBrowserTypesSortAlphabetically">true</PropertyValue> + <PropertyValue name="ObjectBrowserTypesSortByAccess">false</PropertyValue> + <PropertyValue name="ObjectBrowserTypesSortByType">false</PropertyValue> + <PropertyValue name="ObjectBrowserViewNamespaces">true</PropertyValue> + </Category> + <Category name="Environment_OutputWindow" Category="{07C6CD04-100B-4f3e-BA93-DD1363E8D8E3}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_OutputWindow" PackageName="Visual Studio Environment Package"> + <PropertyValue name="OutputWindowWordWrap">0</PropertyValue> + </Category> + <Category name="Environment_PropertiesWindow" Category="{731a3cc7-de5e-49ca-9115-9a03e46624b0}" Package="{7494682b-37a0-11d2-a273-00c04f8ef4ff}" RegisteredName="Environment_PropertiesWindow" PackageName="Windows Forms Designer Package"> + <PropertyValue name="PbrsAlpha">1</PropertyValue> + <PropertyValue name="PbrsShowDesc">1</PropertyValue> + </Category> + <Category name="Environment_SimplifiedToolsOptions" Category="{13BEDEE6-9051-4809-B9E3-2EEC749EB15A}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_SimplifiedToolsOptions" PackageName="Visual Studio Environment Package"> + <PropertyValue name="Pages">{946E8047-0CF2-11d1-8C8D-0000F87570EE},{57F6B7D2-1436-11d1-883C-0000F87579D2},{BAFF6A1A-0CF2-11d1-8C8D-0000F87570EE},{6B115DD7-9CBC-461A-9562-5227BBD2D115},{B8280AF8-5ED0-4B48-AB18-87DD69E059C9},{F1E1021E-A781-4862-9F4B-88746A288A67},{7583bb73-a453-40e8-8951-b6986ddb1d9b},{CD914678-D0EC-11d2-A87B-00C04F79EFB7},{0FD397F9-E4A5-4392-AFF2-36DC3FB133D2},{E7CA29CE-6D17-4071-A258-E760ACFFEA79},{de03177c-918d-40af-8c17-c9d63670c175},{D245F35B-3F45-4516-B1E6-04608DA126CC},{D245F35A-3F45-4516-B1E6-04608DA126CC}</PropertyValue> + <PropertyValue name="ShowFlatList">0</PropertyValue> + <PropertyValue name="ShowingAllPages">false</PropertyValue> + <PropertyValue name="SupportsSimpleToolsOptions">-1</PropertyValue> + </Category> + <Category name="Environment_StartPage" Category="{255FE6D3-A0AE-4076-A509-D581B2BE4F9E}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_StartPage" PackageName="Visual Studio Environment Package"> + <StartPages Version="1.0"/> + </Category> + <Category name="Environment_TaskList" Category="{8EA81A4E-FDB5-4ee8-BD1A-22ECBF73B7CD}" Package="{4A9B7E50-AA16-11d0-A8C5-00A0C921A4D2}" RegisteredName="Environment_TaskList" PackageName="Visual Studio Task List Package"> + <PropertyValue name="ActiveProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue> + <PropertyValue name="Version">1</PropertyValue> + <TaskProviders/> + </Category> + <Category name="Environment_Toolbox" Category="{481999F2-7479-4e03-83D5-BE808BA142DF}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_Toolbox" PackageName="Visual Studio Environment Package"> + <PropertyValue name="DeletedItemCount">0</PropertyValue> + <PropertyValue name="DeletedTabCount">0</PropertyValue> + <PropertyValue name="ItemCount">0</PropertyValue> + <PropertyValue name="ShowAllTabs">false</PropertyValue> + <PropertyValue name="TabCount">0</PropertyValue> + <PropertyValue name="Version">1</PropertyValue> + </Category> + <Category name="Environment_UnifiedFind" Category="{DF00ADDF-C14C-4ffd-9325-634FD605850B}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_UnifiedFind" PackageName="Visual Studio Environment Package"> + <PropertyValue name="Document Options">MatchCase=0 WholeWord=0 Hidden=0 Up=0 Selection=0 Block=0 KeepCase=0 SubFolders=0 KeepOpen=0 NameOnly=0 MarkAll=0 Plain Document Find</PropertyValue> + <PropertyValue name="FiF Options">MatchCase=0 WholeWord=0 Hidden=0 Up=0 Selection=0 Block=0 KeepCase=0 SubFolders=1 KeepOpen=0 NameOnly=0 MarkAll=0 Plain Files Find</PropertyValue> + <PropertyValue name="FindTextFromEditor">1</PropertyValue> + <PropertyValue name="HideFindAfterMatchFound">0</PropertyValue> + <PropertyValue name="HitReplaced">1</PropertyValue> + <PropertyValue name="In Files Pane Display Options">0</PropertyValue> + <PropertyValue name="NumberOfScopes">0</PropertyValue> + <PropertyValue name="Options">MatchCase=0 WholeWord=0 Hidden=0 Up=0 Selection=0 Block=0 KeepCase=0 SubFolders=1 KeepOpen=0 NameOnly=0 MarkAll=0 Plain Document Find</PropertyValue> + <PropertyValue name="Quick Pane Display Options">0</PropertyValue> + <PropertyValue name="Result list">1</PropertyValue> + <PropertyValue name="ShowAllReplacementsNotAllowed">1</PropertyValue> + <PropertyValue name="ShowCancel">1</PropertyValue> + <PropertyValue name="ShowCancelBeforeReplacementsMade">1</PropertyValue> + <PropertyValue name="ShowCancelEntireReplaceAfterCancellingSCC">1</PropertyValue> + <PropertyValue name="ShowEndOfSearch">1</PropertyValue> + <PropertyValue name="ShowFindStart">1</PropertyValue> + <PropertyValue name="ShowNoFiles">1</PropertyValue> + <PropertyValue name="ShowNoFound">1</PropertyValue> + <PropertyValue name="ShowNoMore">1</PropertyValue> + <PropertyValue name="ShowReplaceInFilesWarning">1</PropertyValue> + <PropertyValue name="ShowSomeReplacementsNotAllowed">1</PropertyValue> + <PropertyValue name="Syntax">Regex</PropertyValue> + </Category> + <Category name="Environment_WindowLayout" Category="{eb4ba109-a9db-4445-bd09-e7604bcdce84}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_WindowLayout" PackageName="Visual Studio Environment Package"><Debug><vm:WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" xmlns:vm="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager" Name="Debug"><vm:MainSite IsVisible="True"><vm:AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:AutoHideChannel Orientation="Vertical"/><vm:AutoHideChannel Dock="Right" Orientation="Vertical"/><vm:AutoHideChannel Dock="Top"/><vm:AutoHideChannel Dock="Bottom"/><vm:DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DockGroup Orientation="Vertical" DockedHeight="768" DockedWidth="174.08"><vm:TabGroup DockedHeight="652.8" DockedWidth="174.08"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="652.8" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="652.8" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/></vm:TabGroup><vm:TabGroup DockedHeight="768" DockedWidth="174.08"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="174.08" FloatingHeight="537.6" FloatingWidth="256"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="174.08" FloatingHeight="537.6" FloatingWidth="256"/></vm:TabGroup></vm:DockGroup><vm:DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DocumentGroupContainer IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DocumentGroup><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingHeight="384" FloatingWidth="307.2"/></vm:DocumentGroup></vm:DocumentGroupContainer><vm:TabGroup IsVisible="True" DockedHeight="153.6" DockedWidth="1024"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingTop="199.68" FloatingLeft="368.64" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="153.6" DockedWidth="1024" FloatingTop="215.04" FloatingLeft="389.12" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="153.6" DockedWidth="1024" FloatingTop="230.4" FloatingLeft="409.6" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingTop="353.28" FloatingLeft="573.44" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" IsVisible="True" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><vm:ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024"/><vm:ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024"/><vm:ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="153.6" DockedWidth="1024"/><vm:ViewBookmark Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" DockedHeight="153.6" DockedWidth="1024"/></vm:TabGroup></vm:DockGroup><vm:DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="384" DockedWidth="204.8"><vm:TabGroup IsVisible="True" DockedHeight="384" DockedWidth="204.8"><wm:ToolWindowView Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" IsVisible="True" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></vm:TabGroup><wm:ToolWindowView Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" IsVisible="True" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></vm:DockGroup></vm:DockGroup></vm:DockRoot></vm:AutoHideRoot></vm:MainSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite></vm:WindowProfile></Debug><Design><vm:WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" xmlns:vm="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager" Name="Design"><vm:MainSite IsVisible="True"><vm:AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:AutoHideChannel Orientation="Vertical" IsVisible="True"><vm:AutoHideGroup IsVisible="True"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" IsVisible="True" DockedHeight="768" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></vm:AutoHideGroup><vm:AutoHideGroup IsVisible="True"><wm:ToolWindowView Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" IsVisible="True" DockedHeight="768" DockedWidth="204.8" FloatingHeight="537.6" FloatingWidth="256"/><wm:ToolWindowView Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" IsVisible="True" DockedHeight="768" DockedWidth="204.8" FloatingHeight="537.6" FloatingWidth="256"/></vm:AutoHideGroup></vm:AutoHideChannel><vm:AutoHideChannel Dock="Right" Orientation="Vertical"/><vm:AutoHideChannel Dock="Top"/><vm:AutoHideChannel Dock="Bottom"/><vm:DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DockGroup Orientation="Vertical" DockedHeight="768" DockedWidth="204.8"><vm:TabGroup DockedHeight="768" DockedWidth="204.8"><vm:ViewBookmark Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="768" DockedWidth="204.8"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="768" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></vm:TabGroup><vm:TabGroup DockedHeight="768" DockedWidth="204.8"><vm:ViewBookmark Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="204.8"/><vm:ViewBookmark Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="204.8"/></vm:TabGroup></vm:DockGroup><vm:DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DocumentGroupContainer IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DocumentGroup IsVisible="True"><wm:ToolWindowView Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" IsVisible="True" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" FloatingHeight="384" FloatingWidth="307.2"/></vm:DocumentGroup></vm:DocumentGroupContainer><vm:DockGroup DockedHeight="192" DockedWidth="1024"><vm:TabGroup DockedHeight="192" DockedWidth="1024"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></vm:TabGroup><vm:TabGroup DockedHeight="192" DockedWidth="100"><vm:ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="192" DockedWidth="100"/><vm:ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="100"/><vm:ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="192" DockedWidth="100"/></vm:TabGroup></vm:DockGroup></vm:DockGroup><vm:DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="384" DockedWidth="204.8"><vm:TabGroup IsVisible="True" DockedHeight="384" DockedWidth="204.8"><wm:ToolWindowView Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" IsVisible="True" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></vm:TabGroup><wm:ToolWindowView Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></vm:DockGroup></vm:DockGroup></vm:DockRoot></vm:AutoHideRoot></vm:MainSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="100" DockedWidth="100" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="100" DockedWidth="100" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="100" DockedWidth="100" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite></vm:WindowProfile></Design><NoToolWin><vm:WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" xmlns:vm="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager" Name="NoToolWin"><vm:MainSite IsVisible="True"><vm:AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:AutoHideChannel Orientation="Vertical" IsVisible="True"><vm:AutoHideGroup IsVisible="True"><wm:ToolWindowView Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" IsVisible="True" DockedHeight="768" DockedWidth="204.8" FloatingHeight="537.6" FloatingWidth="256"/><wm:ToolWindowView Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" IsVisible="True" DockedHeight="768" DockedWidth="204.8" FloatingHeight="537.6" FloatingWidth="256"/></vm:AutoHideGroup></vm:AutoHideChannel><vm:AutoHideChannel Dock="Right" Orientation="Vertical"/><vm:AutoHideChannel Dock="Top"/><vm:AutoHideChannel Dock="Bottom"/><vm:DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DockGroup Orientation="Vertical" DockedHeight="768" DockedWidth="174.08"><vm:TabGroup DockedHeight="652.8" DockedWidth="174.08"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="652.8" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="652.8" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/></vm:TabGroup><vm:TabGroup DockedHeight="768" DockedWidth="174.08"><vm:ViewBookmark Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="174.08"/><vm:ViewBookmark Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="174.08"/></vm:TabGroup></vm:DockGroup><vm:DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DocumentGroupContainer IsVisible="True" DockedHeight="*" DockedWidth="*"><vm:DocumentGroup><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingHeight="384" FloatingWidth="307.2"/></vm:DocumentGroup></vm:DocumentGroupContainer><vm:TabGroup DockedHeight="153.6" DockedWidth="1024"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><vm:ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024"/><vm:ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024"/><vm:ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="153.6" DockedWidth="1024"/><vm:ViewBookmark Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" DockedHeight="153.6" DockedWidth="1024"/></vm:TabGroup></vm:DockGroup><vm:DockGroup Orientation="Vertical" DockedHeight="384" DockedWidth="174.08"><vm:TabGroup DockedHeight="384" DockedWidth="174.08"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" DockedHeight="384" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="384" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedHeight="384" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/></vm:TabGroup><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" DockedHeight="384" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/></vm:DockGroup></vm:DockGroup></vm:DockRoot></vm:AutoHideRoot></vm:MainSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite><vm:FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></vm:FloatSite></vm:WindowProfile></NoToolWin><PropertyValue name="Version">7</PropertyValue><PropertyValue name="WindowProfileNames">Design|Debug|NoToolWin</PropertyValue></Category></Category> + <Category name="Environment_Help" RegisteredName="Environment_Help"> + <Category name="Environment_Help_Favorites" Category="{B63D51EF-4023-4f89-9DE3-14E8EC36132F}" Package="{4A791146-19E4-11D3-B86B-00C04F79F802}" RegisteredName="Environment_Help_Favorites" PackageName="Visual Studio Help Package"> + <FavoriteSearches/> + <FavoriteTopics/> + </Category> + <Category name="Environment_Help_IndexFilter" Category="{A69C6FF2-EC60-4fc8-BB7E-F77AB60938B4}" Package="{4A791146-19E4-11D3-B86B-00C04F79F802}" RegisteredName="Environment_Help_IndexFilter" PackageName="Visual Studio Help Package"> + <PropertyValue name="Filter">VBExp</PropertyValue> + </Category> + <Category name="Environment_Help_Options" Category="{C7C72A03-D951-428f-9F0D-D29D9E038FAA}" Package="{4A791146-19E4-11D3-B86B-00C04F79F802}" RegisteredName="Environment_Help_Options" PackageName="Visual Studio Help Package"> + <PropertyValue name="CollapsedView">False</PropertyValue> + <PropertyValue name="CurrentChannel">VBExpressHowDoI80</PropertyValue> + <PropertyValue name="DeveloperCenter">http://go.microsoft.com/fwlink/?linkid=36141&clcid=%VSSPV_LCID_HEX%</PropertyValue> + <PropertyValue name="FilteredSearch">True</PropertyValue> + <PropertyValue name="PrimaryLanguage">9</PropertyValue> + <PropertyValue name="ProfileDevLanguages">VB</PropertyValue> + <PropertyValue name="SearchProviderPreferences"><Provider Type="SearchProviderTypeLocalHelp" Enabled="True" /><Provider Type="SearchProviderTypeMsdnOnline" Enabled="True" /><Provider Type="SearchProviderTypeCodeWise" Enabled="True" /></PropertyValue> + <PropertyValue name="SecondaryLanguage">0</PropertyValue> + <PropertyValue name="ShowFilters">True</PropertyValue> + <PropertyValue name="UseLocalHelpF1">true</PropertyValue> + <PropertyValue name="UseMSDNOnlineF1">true</PropertyValue> + <PropertyValue name="UseMSDNOnlineF1First">true</PropertyValue> + <PropertyValue name="UseOnlineContent">true</PropertyValue> + </Category> + <Category name="Environment_Help_SearchFilter" Category="{C59B9E28-E89E-4028-A3EF-50FA6DF01120}" Package="{4A791146-19E4-11D3-B86B-00C04F79F802}" RegisteredName="Environment_Help_SearchFilter" PackageName="Visual Studio Help Package"> + <CurrentSearchFilter> + <SearchFilterState> + <Filter Id="Language" Default="False"> + <Values> + <Value Id="VB" Checked="True"/> + <Value Id="XML" Checked="False"/> + </Values> + </Filter> + <Filter Id="Technology" Default="True"> + <Values> + <Value Id="ASPNETWeb" Checked="False"/> + <Value Id="Devices" Checked="False"/> + <Value Id="Longhorn" Checked="False"/> + <Value Id="NETCompactFramework" Checked="False"/> + <Value Id="NETCppLibs" Checked="False"/> + <Value Id="NETFramework" Checked="True"/> + <Value Id="NativeCppLibs" Checked="False"/> + <Value Id="OfficeDev" Checked="False"/> + <Value Id="SQLServer2000" Checked="False"/> + <Value Id="SQLServer2005" Checked="False"/> + <Value Id="ServerEnt" Checked="False"/> + <Value Id="VisualStudioIDE" Checked="True"/> + <Value Id="WebDevelopment" Checked="False"/> + <Value Id="Win32" Checked="False"/> + <Value Id="WinForms" Checked="True"/> + </Values> + </Filter> + <Filter Id="TopicTypes"> + <Values> + <Value Id="Addins" Checked="False"/> + <Value Id="Controls" Checked="True"/> + <Value Id="KB" Checked="True"/> + <Value Id="Reference" Checked="True"/> + <Value Id="Samples" Checked="True"/> + <Value Id="Snippets" Checked="True"/> + <Value Id="StarterKits" Checked="True"/> + </Values> + </Filter> + </SearchFilterState> + </CurrentSearchFilter> + </Category> + </Category> + <Category name="HTML Tag Specific" Category="{7583bb73-a453-40e8-8951-b6986ddb1d9b}" Package="{1B437D20-F8FE-11D2-A6AE-00104BCC7269}" RegisteredName="HTML Tag Specific" PackageName="Visual Studio HTM Editor Package"/> + <Category name="Performance" Category="{7A697B67-8D8F-43c2-A11C-57568FE3F513}" Package="{f4a63b2a-49ab-4b2d-aa59-a10f01026c89}" RegisteredName="Performance" PackageName="PerformancePackage"> + <PropertyValue name="performancereport.hotpathcandidateratio">3.0</PropertyValue> + <PropertyValue name="performancereport.noisereductionfold">0</PropertyValue> + <PropertyValue name="performancereport.noisereductionfoldthreshold">3.0</PropertyValue> + <PropertyValue name="performancereport.noisereductiontrim">0</PropertyValue> + <PropertyValue name="performancereport.noisereductiontrimthreshold">2.0</PropertyValue> + <PropertyValue name="performancereport.shownoisereductionwarning">1</PropertyValue> + <PropertyValue name="performancereport.showquery">0</PropertyValue> + <PropertyValue name="tools.options.justmycode">1</PropertyValue> + <PropertyValue name="tools.options.justmycode.callee">1</PropertyValue> + <PropertyValue name="tools.options.justmycode.caller">0</PropertyValue> + <PropertyValue name="tools.options.rules.actions"/> + <PropertyValue name="toolsoptions.exportformat">csv</PropertyValue> + <PropertyValue name="toolsoptions.exportpath"/> + <PropertyValue name="toolsoptions.formatcounters">1</PropertyValue> + <PropertyValue name="toolsoptions.numbuffer">64</PropertyValue> + <PropertyValue name="toolsoptions.numfunc">5</PropertyValue> + <PropertyValue name="toolsoptions.serialize">1</PropertyValue> + <PropertyValue name="toolsoptions.showtimetick">0</PropertyValue> + <PropertyValue name="toolsoptions.sizebuffer">64</PropertyValue> + </Category> + <Category name="SQL_Editor" Category="{7d092b67-f9b8-4de4-a60e-298bada6f735}" Package="{cd5a6b66-0d89-4949-b356-361cf0d74372}" RegisteredName="SQL_Editor" PackageName="RadLangSvc.Package, RadLangSvc.VS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"> + <PropertyValue name="AutoOutlining">True</PropertyValue> + <PropertyValue name="EnableIntellisense">True</PropertyValue> + <PropertyValue name="MaxScriptSize">1048576</PropertyValue> + <PropertyValue name="TextCasing">0</PropertyValue> + <PropertyValue name="UnderlineErrors">True</PropertyValue> + </Category> + <Category name="Source Control_TeamFoundation" Category="{2A718788-A6D9-44C5-90EF-438BF5B06A74}" Package="{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}" RegisteredName="Source Control_TeamFoundation" PackageName="Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <PropertyValue name="GetLatestOnCheckOut">false</PropertyValue> + <PropertyValue name="IsProxyEnabled">False</PropertyValue> + <PropertyValue name="OpenSceToMostRecentPath">true</PropertyValue> + <PropertyValue name="PromptToConfirmMergeResult">-1</PropertyValue> + <PropertyValue name="ProxyUrl"/> + <PropertyValue name="ShowDeletedItems">false</PropertyValue> + </Category> + <Category name="Test Tools_Test Execution" Category="{48d11193-265d-1458-743e-2b88c655b377}" Package="{a9405ae6-9ac6-4f0e-a03f-7afe45f6fcb7}" RegisteredName="Test Tools_Test Execution" PackageName="Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <PropertyValue name="IsCodeColoringEnabled">True</PropertyValue> + <PropertyValue name="IsInPlaceInstrumentationEnabled">True</PropertyValue> + <PropertyValue name="KeepHostProcessAlive">True</PropertyValue> + <PropertyValue name="MaxTestRunsPerSolution">25</PropertyValue> + <PropertyValue name="PathToWebRoot"/> + <PropertyValue name="UnitTestResultNavigatePointOfFailure">False</PropertyValue> + </Category> + <Category name="Test Tools_Test Project" Category="{83eb4e3c-d916-35f7-0118-10f5d3fd41e9}" Package="{a9405ae6-9ac6-4f0e-a03f-7afe45f6fcb7}" RegisteredName="Test Tools_Test Project" PackageName="Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <PropertyValue name="DefaultProjectLanguage">VB</PropertyValue> + </Category> + <Category name="Test Tools_Web Test" Category="{9DE2E186-C1A8-4BEE-B5D6-2BC59BBE140B}" Package="{a9405ae6-9ac6-4f0e-a03f-7afe45f6fcb7}" RegisteredName="Test Tools_Web Test" PackageName="Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <PropertyValue name="BinaryHttpBodyContentTypes">application/soap+msbin1</PropertyValue> + <PropertyValue name="DetectDynamicParameters">True</PropertyValue> + <PropertyValue name="ExtractBindHiddenFields">True</PropertyValue> + <PropertyValue name="RecordFromMultipleBrowsers">True</PropertyValue> + <PropertyValue name="StartingURL">about:blank</PropertyValue> + </Category> + <Category name="WindowsFormsDesigner_General" Category="{de03177c-918d-40af-8c17-c9d63670c175}" Package="{7b5d447b-0b12-41ea-a84e-c822034422d4}" RegisteredName="WindowsFormsDesigner_General" PackageName="Windows Forms Designer Resources Package"> + <PropertyValue name="AutoAnchoring">True</PropertyValue> + <PropertyValue name="AutoDockingEnabled">True</PropertyValue> + <PropertyValue name="AutoEventHookup">True</PropertyValue> + <PropertyValue name="AutoToolboxPopulate">True</PropertyValue> + <PropertyValue name="ControlArrayCreation">True</PropertyValue> + <PropertyValue name="EnableHoverBehavior">False</PropertyValue> + <PropertyValue name="EnableInSituEditing">True</PropertyValue> + <PropertyValue name="EnableRefactoringOnRename">True</PropertyValue> + <PropertyValue name="GridSize">8, 8</PropertyValue> + <PropertyValue name="HideTicklers">False</PropertyValue> + <PropertyValue name="LayoutMode">SnapLines</PropertyValue> + <PropertyValue name="MultilineTextBox">True</PropertyValue> + <PropertyValue name="ObjectBoundSmartTagAutoShow">True</PropertyValue> + <PropertyValue name="SettingsRegistryPath">Microsoft.VisualStudio.Windows.Forms.ToolsOptionsPage</PropertyValue> + <PropertyValue name="ShowGrid">False</PropertyValue> + <PropertyValue name="ShowVcrControlPrompting">True</PropertyValue> + <PropertyValue name="SnapToGrid">True</PropertyValue> + <PropertyValue name="SplitterOrientationPrompting">True</PropertyValue> + <PropertyValue name="TextPrompting">True</PropertyValue> + <PropertyValue name="UseOptimizedCodeGeneration">True</PropertyValue> + </Category> + <Category name="XAML_Formatting" Category="{dac05320-0c3a-4ead-a332-8c23b0cfc130}" Package="{e58c2a8b-bcc4-4559-ad59-d62eb6d58a22}" RegisteredName="XAML_Formatting" PackageName="Microsoft.VisualStudio.Xaml"> + <PropertyValue name="AttributeFormat">Preserve</PropertyValue> + <PropertyValue name="AutoInsertAttributeQuotes">True</PropertyValue> + <PropertyValue name="AutoInsertCommas">True</PropertyValue> + <PropertyValue name="AutoInsertEndBraces">True</PropertyValue> + <PropertyValue name="AutoInsertEndTags">True</PropertyValue> + <PropertyValue name="AutoOutlining">True</PropertyValue> + <PropertyValue name="AutoReformatOnEndTag">True</PropertyValue> + <PropertyValue name="AutoReformatOnPaste">True</PropertyValue> + <PropertyValue name="AutoReformatOnStartTag">True</PropertyValue> + <PropertyValue name="AutoToolboxPopulate">True</PropertyValue> + <PropertyValue name="BlankLineOption">Preserve</PropertyValue> + <PropertyValue name="KeepFirstAttributeOnSameLine">True</PropertyValue> + <PropertyValue name="MaximizeXamlEditor">False</PropertyValue> + <PropertyValue name="QuoteStyle">DoubleQuote</PropertyValue> + <PropertyValue name="WrapColumn">120</PropertyValue> + <PropertyValue name="WrapTags">False</PropertyValue> + </Category> + <Category name="XmlEditor" Category="{4E1CDE49-B840-4826-8CC6-8FB80D7EF455}" Package="{87569308-4813-40a0-9cd0-d7a30838ca3f}" RegisteredName="XmlEditor" PackageName="Visual Studio XML Editor Package"> + <PropertyValue name="AttributeFormatting">None</PropertyValue> + <PropertyValue name="AutoDownload">True</PropertyValue> + <PropertyValue name="AutoInsertAttributeQuotes">True</PropertyValue> + <PropertyValue name="AutoInsertEndTags">True</PropertyValue> + <PropertyValue name="AutoInsertNamespaceDeclarations">True</PropertyValue> + <PropertyValue name="AutoInsertOther">True</PropertyValue> + <PropertyValue name="AutoOutlining">True</PropertyValue> + <PropertyValue name="AutoReformatOnEndTag">True</PropertyValue> + <PropertyValue name="AutoReformatOnPaste">True</PropertyValue> + <PropertyValue name="FormatMixedContentByDefault">True</PropertyValue> + <PropertyValue name="SchemaCacheLocation">%VsInstallDir%\xml\Schemas</PropertyValue> + </Category> + <Description> + <ResourceID>#3201</ResourceID> + <ResourcePackage>{34B7B406-3CE1-4f68-BDC2-D78282D230C6}</ResourcePackage> + </Description> + <DisplayName> + <ResourceID>#3200</ResourceID> + <ResourcePackage>{34B7B406-3CE1-4f68-BDC2-D78282D230C6}</ResourcePackage> + </DisplayName> + <ToolsOptions> + <ToolsOptionsCategory name="Environment" RegisteredName="Environment"> + <ToolsOptionsSubCategory name="Documents" RegisteredName="Documents" PackageName="Visual Studio Environment Package"> + <PropertyValue name="AllowEditingReadOnlyFiles">false</PropertyValue> + <PropertyValue name="AutoloadExternalChanges">false</PropertyValue> + <PropertyValue name="CheckForConsistentLineEndings">true</PropertyValue> + <PropertyValue name="CheckLineEndingsOnLoad">true</PropertyValue> + <PropertyValue name="DetectFileChangesOutsideIDE">true</PropertyValue> + <PropertyValue name="DocumentDockPreference">0</PropertyValue> + <PropertyValue name="DontShowGlobalUndoChangeLossDialog">true</PropertyValue> + <PropertyValue name="FindReplaceInitializeFromEditor">true</PropertyValue> + <PropertyValue name="FindReplaceShowMessageBoxes">true</PropertyValue> + <PropertyValue name="InitializeOpenFileFromCurrentDocument">true</PropertyValue> + <PropertyValue name="MiscFilesProjectSavesLastNItems">false</PropertyValue> + <PropertyValue name="ReuseSavedActiveDocWindow">false</PropertyValue> + <PropertyValue name="SaveDocsAsUnicodeWhenDataLoss">false</PropertyValue> + <PropertyValue name="SaveToUnicodeWhenCannotSaveToCurrentCodePage">false</PropertyValue> + <PropertyValue name="ShowMiscFilesProject">false</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="FindAndReplace" RegisteredName="FindAndReplace" PackageName="Visual Studio Environment Package"> + <PropertyValue name="HideWindowAfterMatchFromQuickFindReplace">false</PropertyValue> + <PropertyValue name="InitializeFromEditor">true</PropertyValue> + <PropertyValue name="ShowMessageBoxes">true</PropertyValue> + <PropertyValue name="ShowWarningMessages">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="General" RegisteredName="General" PackageName="Visual Studio Environment Package"> + <PropertyValue name="AnimationSpeed">5</PropertyValue> + <PropertyValue name="AutoAdjustExperience">true</PropertyValue> + <PropertyValue name="AutohidePinActiveTabOnly">false</PropertyValue> + <PropertyValue name="CloseButtonActiveTabOnly">true</PropertyValue> + <PropertyValue name="MRUListContainsNItems">10</PropertyValue> + <PropertyValue name="ShowStatusBar">true</PropertyValue> + <PropertyValue name="WindowMenuContainsNItems">10</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="Import and Export Settings" RegisteredName="Import and Export Settings" PackageName="Visual Studio Environment Package"> + <PropertyValue name="AutoSaveFile">%vsspv_settings_directory%\CurrentSettings.vssettings</PropertyValue> + <PropertyValue name="TeamSettingsFile"/> + <PropertyValue name="TrackTeamSettings">false</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="ProjectsAndSolution" RegisteredName="ProjectsAndSolution" PackageName="Visual Studio Environment Package"> + <PropertyValue name="AlwaysShowSolutionNode">0</PropertyValue> + <PropertyValue name="ConcurrentBuilds">1</PropertyValue> + <PropertyValue name="DefaultBehaviorForStartupProjects">1</PropertyValue> + <PropertyValue name="MSBuildOutputVerbosity">1</PropertyValue> + <PropertyValue name="OnRunOrPreview">0</PropertyValue> + <PropertyValue name="OnRunWhenErrors">4</PropertyValue> + <PropertyValue name="OnRunWhenOutOfDate">1</PropertyValue> + <PropertyValue name="OnlySaveStartupProjectsAndDependencies">false</PropertyValue> + <PropertyValue name="ProjectItemTemplatesLocation">%vsspv_visualstudio_dir%\Templates\ItemTemplates</PropertyValue> + <PropertyValue name="ProjectTemplatesLocation">%vsspv_visualstudio_dir%\Templates\ProjectTemplates</PropertyValue> + <PropertyValue name="ProjectsLocation">%vsspv_visualstudio_dir%\Projects</PropertyValue> + <PropertyValue name="PromptForRenameSymbol">false</PropertyValue> + <PropertyValue name="SaveNewProjects">0</PropertyValue> + <PropertyValue name="ShowAdvancedBuildConfigurations">0</PropertyValue> + <PropertyValue name="ShowOutputWindowBeforeBuild">0</PropertyValue> + <PropertyValue name="ShowTaskListAfterBuild">true</PropertyValue> + <PropertyValue name="TrackFileSelectionInExplorer">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="Startup" RegisteredName="Startup" PackageName="Visual Studio Environment Package"> + <PropertyValue name="OnStartUp">5</PropertyValue> + <PropertyValue name="StartPageRSSUrl">http://go.microsoft.com/fwlink/?linkid=85888&clcid=%VSSPV_LCID_HEX%</PropertyValue> + <PropertyValue name="StartPageRefreshDownloadedContent">-1</PropertyValue> + <PropertyValue name="StartPageRefreshInterval">60</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="TaskList" RegisteredName="TaskList" PackageName="Visual Studio Task List Package"> + <PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4"> + <PropertyValue name="0">TODO:2</PropertyValue> + <PropertyValue name="1">UNDONE:2</PropertyValue> + <PropertyValue name="2">HACK:2</PropertyValue> + <PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue> + </PropertyValue> + <PropertyValue name="ConfirmTaskDeletion">true</PropertyValue> + <PropertyValue name="DontShowFilePaths">true</PropertyValue> + <PropertyValue name="WarnOnAddingHiddenItem">false</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="WebBrowser" RegisteredName="WebBrowser" PackageName="Visual Studio Web Browser Package"> + <PropertyValue name="HomePage">http://go.microsoft.com/fwlink/?LinkId=36582&clcid=%VSSPV_LCID_HEX%</PropertyValue> + <PropertyValue name="SearchPage">http://go.microsoft.com/fwlink/?LinkId=32722&clcid=%VSSPV_LCID_HEX%</PropertyValue> + <PropertyValue name="ViewSourceExternalProgram">%SYSTEMROOT%\system32\notepad.exe</PropertyValue> + <PropertyValue name="ViewSourceIn">1</PropertyValue> + </ToolsOptionsSubCategory> + </ToolsOptionsCategory> + <ToolsOptionsCategory name="Projects" RegisteredName="Projects"> + <ToolsOptionsSubCategory name="VBDefaults" RegisteredName="VBDefaults" PackageName="Visual Basic Project System"> + <PropertyValue name="OptionCompare">0</PropertyValue> + <PropertyValue name="OptionExplicit">1</PropertyValue> + <PropertyValue name="OptionInfer">1</PropertyValue> + <PropertyValue name="OptionStrict">0</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="VCGeneral" RegisteredName="VCGeneral" PackageName="Visual C++ Project System Package"> + <PropertyValue name="BuildLogging">true</PropertyValue> + <PropertyValue name="BuildTiming">false</PropertyValue> + <PropertyValue name="DefaultSolutionExplorerMode">0</PropertyValue> + <PropertyValue name="ExtensionsToHide">.suo;.sln;.ncb;.sdf;.vcxproj;.csproj;.user;.vbproj;.scc;.vsscc;.vspscc;.old;.filters</PropertyValue> + <PropertyValue name="ExtensionsToInclude">.cpp;.cxx;.cc;.c;.inl;.h;.hpp;.hxx;.hm;.inc;.rc;.resx;.idl;.rc2;.def;.odl;.asm;.asmx;.xsd;.bin;.rgs;.html;.htm;.manifest</PropertyValue> + <PropertyValue name="MaxConcurrentFileCompiles">0</PropertyValue> + <PropertyValue name="ShowEnvironmentInBuildLog">false</PropertyValue> + <PropertyValue name="ToolFileSearchPaths"/> + </ToolsOptionsSubCategory> + </ToolsOptionsCategory> + <ToolsOptionsCategory name="TextEditor" RegisteredName="TextEditor"> + <ToolsOptionsSubCategory name="AllLanguages" RegisteredName="AllLanguages" PackageName="Text Management Package"/> + <ToolsOptionsSubCategory name="Basic" RegisteredName="Basic" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">-1</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">2</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="Basic-Specific" RegisteredName="Basic-Specific"> + <PropertyValue name="AutoEndInsert">-1</PropertyValue> + <PropertyValue name="AutoRequiredMemberInsert">-1</PropertyValue> + <PropertyValue name="DisplayLineSeparators">-1</PropertyValue> + <PropertyValue name="EnableErrorCorrection">-1</PropertyValue> + <PropertyValue name="EnableHighlightReferences">true</PropertyValue> + <PropertyValue name="Outlining">-1</PropertyValue> + <PropertyValue name="PrettyListing">-1</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="C/C++" RegisteredName="C/C++" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">2</PropertyValue> + <PropertyValue name="InsertTabs">true</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">true</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="C/C++ Specific" RegisteredName="C/C++ Specific" PackageName="Visual C++ Language Manager Package"> + <PropertyValue name="AlwaysUseFallbackLocation">false</PropertyValue> + <PropertyValue name="AutoIndentOnTab">false</PropertyValue> + <PropertyValue name="AutomaticOutliningOfPragmaRegions">true</PropertyValue> + <PropertyValue name="AutomaticOutliningOfStatementBlocks">false</PropertyValue> + <PropertyValue name="ColorizeInactiveBlocksDifferently">true</PropertyValue> + <PropertyValue name="DisableDatabase">false</PropertyValue> + <PropertyValue name="DisableDatabaseAutoUpdates">false</PropertyValue> + <PropertyValue name="DisableDatabaseImplicitAutoCleanup">false</PropertyValue> + <PropertyValue name="DisableDatabaseImplicitFiles">false</PropertyValue> + <PropertyValue name="DisableDatabaseUpdates">false</PropertyValue> + <PropertyValue name="DisableErrorReporting">false</PropertyValue> + <PropertyValue name="DisableExternalDependenciesFolders">false</PropertyValue> + <PropertyValue name="DisableInactiveCodeOpacity">false</PropertyValue> + <PropertyValue name="DisableIncludeAutoComplete">false</PropertyValue> + <PropertyValue name="DisableIntelliSense">false</PropertyValue> + <PropertyValue name="DisableIntelliSenseUpdating">false</PropertyValue> + <PropertyValue name="DisableReferencesResolving">true</PropertyValue> + <PropertyValue name="DisableSquiggles">false</PropertyValue> + <PropertyValue name="DoNotWarnIfFallbackLocationUsed">false</PropertyValue> + <PropertyValue name="EnableLogging">false</PropertyValue> + <PropertyValue name="EnableQuickInfoToolTips">true</PropertyValue> + <PropertyValue name="EnterOutliningModeWhenFilesOpen">true</PropertyValue> + <PropertyValue name="EnumerateCommentTasks">false</PropertyValue> + <PropertyValue name="FallbackLocation"/> + <PropertyValue name="HideUnconfirmedReferencesResults">true</PropertyValue> + <PropertyValue name="HighlightMatchingTokens">true</PropertyValue> + <PropertyValue name="InactiveCodeOpacityPercent">65</PropertyValue> + <PropertyValue name="IndentBraces">false</PropertyValue> + <PropertyValue name="LoggingFilter">0</PropertyValue> + <PropertyValue name="LoggingLevel">5</PropertyValue> + <PropertyValue name="MaximumCachedTranslationUnits">2</PropertyValue> + <PropertyValue name="RecreateDatabase">false</PropertyValue> + <PropertyValue name="RescanSolution">false</PropertyValue> + <PropertyValue name="RescanSolutionInterval">60</PropertyValue> + <PropertyValue name="UseForwardSlashForIncludeAutoComplete">false</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="CSS" RegisteredName="CSS" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">2</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="CSS Specific" RegisteredName="CSS Specific" PackageName="Visual Studio CSS Editing Package"> + <PropertyValue name="DetectErrorsEnabled">1</PropertyValue> + <PropertyValue name="DetectInvalidValuesEnabled">1</PropertyValue> + <PropertyValue name="DetectUnknownPropsEnabled">1</PropertyValue> + <PropertyValue name="ErrorLevel">1</PropertyValue> + <PropertyValue name="FormatPropCase">1</PropertyValue> + <PropertyValue name="FormatStyle">2</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="CSharp" RegisteredName="CSharp" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">2</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">true</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="CSharp-Specific" RegisteredName="CSharp-Specific" PackageName="Visual C# Language Service Package"> + <PropertyValue name="AutoComment">1</PropertyValue> + <PropertyValue name="BraceMatchingRectangle">1</PropertyValue> + <PropertyValue name="BringUpOnEventHookup">1</PropertyValue> + <PropertyValue name="BringUpOnIdentifier">1</PropertyValue> + <PropertyValue name="BringUpOnOverride">1</PropertyValue> + <PropertyValue name="BringUpOnPartial">1</PropertyValue> + <PropertyValue name="BringUpOnSpace">1</PropertyValue> + <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentBase">1</PropertyValue> + <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue> + <PropertyValue name="CodeDefinitionWindow_DocumentationComment_WrapLength">80</PropertyValue> + <PropertyValue name="CollapseInactiveBlocksOnOpen">1</PropertyValue> + <PropertyValue name="CollapseRegionBlocksOnOpen">1</PropertyValue> + <PropertyValue name="Colorize">1</PropertyValue> + <PropertyValue name="ColorizeBoundTypes">1</PropertyValue> + <PropertyValue name="CompleteOnNewline">1</PropertyValue> + <PropertyValue name="CompleteOnSpace">1</PropertyValue> + <PropertyValue name="CompletionCommitCharacters">{}[]().,:;+-*/%&|^!~=<>?@#'"\</PropertyValue> + <PropertyValue name="DelayBeforeShowingErrors">1500</PropertyValue> + <PropertyValue name="EditAndContinueEnabled">1</PropertyValue> + <PropertyValue name="EditAndContinueReportEnterBreakStateFailure">1</PropertyValue> + <PropertyValue name="EditAndContinueReportOpenScopeFailure">0</PropertyValue> + <PropertyValue name="EnableProgressDialogOnWaitForBackground">1</PropertyValue> + <PropertyValue name="EncapsulateField_PreviewReferenceChanges">1</PropertyValue> + <PropertyValue name="EncapsulateField_SearchInComments">0</PropertyValue> + <PropertyValue name="EncapsulateField_SearchInStrings">0</PropertyValue> + <PropertyValue name="EncapsulateField_UpdateAllReferences">0</PropertyValue> + <PropertyValue name="EnterOutliningModeOnOpen">1</PropertyValue> + <PropertyValue name="ExtractInterface_SelectAll">0</PropertyValue> + <PropertyValue name="FilterKeywordsContextually">1</PropertyValue> + <PropertyValue name="FilterToAllowableTypes">1</PropertyValue> + <PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue> + <PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue> + <PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue> + <PropertyValue name="GenerateConstructorSmartTagEnabled">1</PropertyValue> + <PropertyValue name="GenerateStubSmartTagEnabled">1</PropertyValue> + <PropertyValue name="HighlightReferences">1</PropertyValue> + <PropertyValue name="ImplementInterfaceSmartTagEnabled">1</PropertyValue> + <PropertyValue name="ImplementInterface_InsertRegionTags">0</PropertyValue> + <PropertyValue name="Indent_BlockContents">1</PropertyValue> + <PropertyValue name="Indent_Braces">0</PropertyValue> + <PropertyValue name="Indent_CaseContents">1</PropertyValue> + <PropertyValue name="Indent_CaseLabels">1</PropertyValue> + <PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue> + <PropertyValue name="Indent_UnindentLabels">1</PropertyValue> + <PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue> + <PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue> + <PropertyValue name="NewLines_Braces_AnonymousMethod">1</PropertyValue> + <PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">1</PropertyValue> + <PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue> + <PropertyValue name="NewLines_Braces_CollectionInitializer">0</PropertyValue> + <PropertyValue name="NewLines_Braces_ControlFlow">1</PropertyValue> + <PropertyValue name="NewLines_Braces_LambdaExpressionBody">1</PropertyValue> + <PropertyValue name="NewLines_Braces_Method">1</PropertyValue> + <PropertyValue name="NewLines_Braces_ObjectInitializer">1</PropertyValue> + <PropertyValue name="NewLines_Braces_Type">1</PropertyValue> + <PropertyValue name="NewLines_Keywords_Catch">1</PropertyValue> + <PropertyValue name="NewLines_Keywords_Else">1</PropertyValue> + <PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue> + <PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue> + <PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue> + <PropertyValue name="OnlyScanFirstTypeInFileForDesignerAttribute">0</PropertyValue> + <PropertyValue name="ProgressDialogDelaySeconds">2</PropertyValue> + <PropertyValue name="RefactorNotifyRenameEnabled">1</PropertyValue> + <PropertyValue name="Refactoring_Verification_Enabled">0</PropertyValue> + <PropertyValue name="RemoveParameters_PreviewReferenceChanges">1</PropertyValue> + <PropertyValue name="RemoveUnusedUsings">1</PropertyValue> + <PropertyValue name="RenameSmartTagEnabled">1</PropertyValue> + <PropertyValue name="Rename_Comments">0</PropertyValue> + <PropertyValue name="Rename_Overloads">0</PropertyValue> + <PropertyValue name="Rename_Preview">1</PropertyValue> + <PropertyValue name="Rename_Strings">0</PropertyValue> + <PropertyValue name="ReorderParameters_PreviewReferenceChanges">1</PropertyValue> + <PropertyValue name="ShowHiddenItems">0</PropertyValue> + <PropertyValue name="ShowKeywords">1</PropertyValue> + <PropertyValue name="ShowSnippets">1</PropertyValue> + <PropertyValue name="SmartTagEnabled">1</PropertyValue> + <PropertyValue name="SortUsings">1</PropertyValue> + <PropertyValue name="SortUsings_PlaceSystemFirst">1</PropertyValue> + <PropertyValue name="Space_AfterBasesColon">1</PropertyValue> + <PropertyValue name="Space_AfterCast">0</PropertyValue> + <PropertyValue name="Space_AfterComma">1</PropertyValue> + <PropertyValue name="Space_AfterDot">0</PropertyValue> + <PropertyValue name="Space_AfterLambdaArrow">1</PropertyValue> + <PropertyValue name="Space_AfterMethodCallName">0</PropertyValue> + <PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue> + <PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue> + <PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue> + <PropertyValue name="Space_BeforeBasesColon">1</PropertyValue> + <PropertyValue name="Space_BeforeComma">0</PropertyValue> + <PropertyValue name="Space_BeforeDot">0</PropertyValue> + <PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue> + <PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue> + <PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue> + <PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue> + <PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue> + <PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue> + <PropertyValue name="Space_InControlFlowConstruct">1</PropertyValue> + <PropertyValue name="Space_Normalize">0</PropertyValue> + <PropertyValue name="Space_WithinCastParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinExpressionParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinSquares">0</PropertyValue> + <PropertyValue name="Squiggles">1</PropertyValue> + <PropertyValue name="Squiggles_SemanticAnalysis">1</PropertyValue> + <PropertyValue name="TimeSliceForQuickSearchCaching">50</PropertyValue> + <PropertyValue name="TimeSliceForQuickSearchSearching">50</PropertyValue> + <PropertyValue name="TrackMostRecentlyUsed">1</PropertyValue> + <PropertyValue name="UnboundItemSmartTagEnabled">1</PropertyValue> + <PropertyValue name="UnboundItem_ExactMatches">5</PropertyValue> + <PropertyValue name="WarnWhenMembersCauseCompilerGeneratedReferences">1</PropertyValue> + <PropertyValue name="Watson_DeferSendingUntilLater">0</PropertyValue> + <PropertyValue name="Watson_MaxExceptionsToReport">1</PropertyValue> + <PropertyValue name="Watson_ReportExceptions">1</PropertyValue> + <PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue> + <PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue> + <PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue> + <PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="Fonts" RegisteredName="Fonts" PackageName="Text Management Package"/> + <ToolsOptionsSubCategory name="General" RegisteredName="General" PackageName="Text Management Package"> + <PropertyValue name="AutoDelimiterHighlighting">true</PropertyValue> + <PropertyValue name="DetectUTF8WithoutSignature">true</PropertyValue> + <PropertyValue name="DragNDropTextEditing">true</PropertyValue> + <PropertyValue name="EditorEmulation">0</PropertyValue> + <PropertyValue name="GoToAnchorAfterEscape">false</PropertyValue> + <PropertyValue name="HorizontalScrollBar">true</PropertyValue> + <PropertyValue name="MarginIndicatorBar">true</PropertyValue> + <PropertyValue name="SelectionMargin">true</PropertyValue> + <PropertyValue name="TrackChanges">false</PropertyValue> + <PropertyValue name="UndoCaretActions">false</PropertyValue> + <PropertyValue name="VerticalScrollBar">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="HTML" RegisteredName="HTML" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">1</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">true</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="HTML Specific" RegisteredName="HTML Specific" PackageName="Visual Studio HTM Editor Package"> + <PropertyValue name="AttrValueNotQuoted">0</PropertyValue> + <PropertyValue name="AutoFormAroundControls">1</PropertyValue> + <PropertyValue name="AutoIdOnPasteSourceView">-1</PropertyValue> + <PropertyValue name="AutoIdSnippets">0</PropertyValue> + <PropertyValue name="AutoInsertCloseTag">-1</PropertyValue> + <PropertyValue name="AutoThumbnailBorder">1</PropertyValue> + <PropertyValue name="AutoThumbnailBorderSize">2</PropertyValue> + <PropertyValue name="AutoThumbnailChisel">0</PropertyValue> + <PropertyValue name="AutoThumbnailSize">100</PropertyValue> + <PropertyValue name="AutoThumbnailType">0</PropertyValue> + <PropertyValue name="ClientAttrCasing">2</PropertyValue> + <PropertyValue name="ClientTagCasing">2</PropertyValue> + <PropertyValue name="ClientTagNotLowerCase">0</PropertyValue> + <PropertyValue name="CssBackgroundDesignMode">2</PropertyValue> + <PropertyValue name="CssBorderDesignMode">2</PropertyValue> + <PropertyValue name="CssIndentTabs">0</PropertyValue> + <PropertyValue name="CssListDesignMode">2</PropertyValue> + <PropertyValue name="CssMarginsDesignMode">2</PropertyValue> + <PropertyValue name="CssPageDesignMode">1</PropertyValue> + <PropertyValue name="CssPositionDesignMode">2</PropertyValue> + <PropertyValue name="CssReuseUserClasses">0</PropertyValue> + <PropertyValue name="CssTextDesignMode">2</PropertyValue> + <PropertyValue name="CssUseHtmlForImageSize">0</PropertyValue> + <PropertyValue name="CssUseShorthands">1</PropertyValue> + <PropertyValue name="DisableDesignView">0</PropertyValue> + <PropertyValue name="EditableColor">7257087</PropertyValue> + <PropertyValue name="EditorOptionFlags">8388616</PropertyValue> + <PropertyValue name="FormatHTMLOnPaste">0</PropertyValue> + <PropertyValue name="HTMLSortAttributes">1</PropertyValue> + <PropertyValue name="HtmlBreakInTags">255</PropertyValue> + <PropertyValue name="HtmlGifInterlaced">0</PropertyValue> + <PropertyValue name="HtmlGifTransparent">0</PropertyValue> + <PropertyValue name="HtmlIndentTabs">0</PropertyValue> + <PropertyValue name="HtmlJpegCompressions">0</PropertyValue> + <PropertyValue name="HtmlJpegQuality">90</PropertyValue> + <PropertyValue name="HtmlMargin">80</PropertyValue> + <PropertyValue name="HtmlRightMarginRule">2</PropertyValue> + <PropertyValue name="IdleMainLoopDelay">1200</PropertyValue> + <PropertyValue name="IdleOutlineDelay">1800</PropertyValue> + <PropertyValue name="IdleParseDelay">750</PropertyValue> + <PropertyValue name="IdleSelectionSyncDelay">500</PropertyValue> + <PropertyValue name="IdleYield">-1</PropertyValue> + <PropertyValue name="InCSS">-1</PropertyValue> + <PropertyValue name="InsertAttrValueQuotesFormatting">-1</PropertyValue> + <PropertyValue name="InsertAttrValueQuotesTyping">0</PropertyValue> + <PropertyValue name="JsEditorTimeout">50</PropertyValue> + <PropertyValue name="JsExternalTimeout">2000</PropertyValue> + <PropertyValue name="JsFailsafeTimeout">15000</PropertyValue> + <PropertyValue name="JsMaxCacheFiles">5</PropertyValue> + <PropertyValue name="LargePictureFileType">jpg</PropertyValue> + <PropertyValue name="LayerBackgroundLabelColor">15724527</PropertyValue> + <PropertyValue name="LayerHandleBackgroundColor">16777215</PropertyValue> + <PropertyValue name="LayerHandleColor">0</PropertyValue> + <PropertyValue name="LayerLabelTextColor">0</PropertyValue> + <PropertyValue name="LayoutCellToolColor">16750848</PropertyValue> + <PropertyValue name="LayoutMarginOverlayBackgroundColor">14145511</PropertyValue> + <PropertyValue name="LayoutMarginOverlayColor">12895452</PropertyValue> + <PropertyValue name="LayoutOffsetColor">16487691</PropertyValue> + <PropertyValue name="LayoutPaddingOverlayBackgroundColor">16768975</PropertyValue> + <PropertyValue name="LayoutPaddingOverlayColor">16765887</PropertyValue> + <PropertyValue name="LayoutResizeOverlayBackgroundColor">13172735</PropertyValue> + <PropertyValue name="LayoutResizeOverlayColor">0</PropertyValue> + <PropertyValue name="LayoutSiteSelectedBorderColor">0</PropertyValue> + <PropertyValue name="LayoutTableToolColor">3575607</PropertyValue> + <PropertyValue name="LayoutUiActivatedBorderColor">13003057</PropertyValue> + <PropertyValue name="LayoutVisibleBorderColor">13027014</PropertyValue> + <PropertyValue name="LoadToolboxOnIdle">-1</PropertyValue> + <PropertyValue name="ManualDtp">243</PropertyValue> + <PropertyValue name="MarkupValidationErrorLevel">1</PropertyValue> + <PropertyValue name="MarkupValidationWarningLevel">2</PropertyValue> + <PropertyValue name="MasterPageContentRegionColor">16739258</PropertyValue> + <PropertyValue name="MasterPageDesignOutlineColor">16760311</PropertyValue> + <PropertyValue name="MasterPageParentRegionColor">8650752</PropertyValue> + <PropertyValue name="OutlineHTMLOnFileOpen">-1</PropertyValue> + <PropertyValue name="ParentRegionColor">128</PropertyValue> + <PropertyValue name="RequireAngleBracketForTagIntellisense">-1</PropertyValue> + <PropertyValue name="RestrictionsBOMFlag">4294967295</PropertyValue> + <PropertyValue name="RulerAndGridGridColor">11119017</PropertyValue> + <PropertyValue name="RulerAndGridGridLine">2</PropertyValue> + <PropertyValue name="RulerAndGridGridSpacing">20</PropertyValue> + <PropertyValue name="RulerAndGridShowGrid">0</PropertyValue> + <PropertyValue name="RulerAndGridShowRuler">0</PropertyValue> + <PropertyValue name="RulerAndGridSnapDistance">5</PropertyValue> + <PropertyValue name="RulerAndGridSnapToGrid">0</PropertyValue> + <PropertyValue name="RulerAndGridUnit">0</PropertyValue> + <PropertyValue name="ServerAttrCasing">3</PropertyValue> + <PropertyValue name="ServerTagCasing">3</PropertyValue> + <PropertyValue name="ShowAspNonVisualElements">1</PropertyValue> + <PropertyValue name="ShowErrors">-1</PropertyValue> + <PropertyValue name="ShowTagToolbar">0</PropertyValue> + <PropertyValue name="ShowVisualAids">1</PropertyValue> + <PropertyValue name="SmallPictureFileType">gif</PropertyValue> + <PropertyValue name="SnapToGrid">1</PropertyValue> + <PropertyValue name="SpacerCellToolColor">14413810</PropertyValue> + <PropertyValue name="StartPageView">0</PropertyValue> + <PropertyValue name="StyleApplicationOverlayBackgroundColor">15577469</PropertyValue> + <PropertyValue name="StyleApplicationOverlayColor">16244681</PropertyValue> + <PropertyValue name="TagNotWellFormed">0</PropertyValue> + <PropertyValue name="TargetFriendlyName">XHTML 1.0 Transitional</PropertyValue> + <PropertyValue name="TemplateColor">12383999</PropertyValue> + <PropertyValue name="ValidateDeprecated">0</PropertyValue> + <PropertyValue name="VerticalSplitView">0</PropertyValue> + <PropertyValue name="WebPartColor">7257087</PropertyValue> + <PropertyValue name="WebPartZoneColor">16750848</PropertyValue> + <PropertyValue name="WrapTag">-1</PropertyValue> + <PropertyValue name="WrapTagLength">80</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="JScript" RegisteredName="JScript" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">1</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="JScript Specific" RegisteredName="JScript Specific" PackageName="Visual Studio HTM Editor Package"> + <PropertyValue name="JScriptFormatCompletedBlockOnEndBrace">-1</PropertyValue> + <PropertyValue name="JScriptFormatCompletedLineOnEnter">-1</PropertyValue> + <PropertyValue name="JScriptFormatCompletedStatementOnSemiColon">-1</PropertyValue> + <PropertyValue name="JScriptFormatOnPaste">-1</PropertyValue> + <PropertyValue name="JScriptInsertSpaceAfterComma">-1</PropertyValue> + <PropertyValue name="JScriptInsertSpaceAfterKeywords">-1</PropertyValue> + <PropertyValue name="JScriptInsertSpaceAfterSemicolonInFor">-1</PropertyValue> + <PropertyValue name="JScriptInsertSpaceBeforeAfterBinaryOperators">-1</PropertyValue> + <PropertyValue name="JScriptOnlyUseTabEnterForCompletion">-1</PropertyValue> + <PropertyValue name="JScriptPlaceOpenBraceOnNewLineForControlBlocks">0</PropertyValue> + <PropertyValue name="JScriptPlaceOpenOnNewLineForFunctions">0</PropertyValue> + <PropertyValue name="JScriptShowErrors">-1</PropertyValue> + <PropertyValue name="JScriptValidationErrorLevel">1</PropertyValue> + <PropertyValue name="JScriptValidationWarningLevel">2</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="PL/SQL" RegisteredName="PL/SQL" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">1</PropertyValue> + <PropertyValue name="InsertTabs">true</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="PlainText" RegisteredName="PlainText" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">1</PropertyValue> + <PropertyValue name="InsertTabs">true</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="SQL" RegisteredName="SQL" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">1</PropertyValue> + <PropertyValue name="InsertTabs">true</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="T-SQL90" RegisteredName="T-SQL90" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">1</PropertyValue> + <PropertyValue name="InsertTabs">true</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="XAML" RegisteredName="XAML" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">false</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">2</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="XAML Specific" RegisteredName="XAML Specific" PackageName="Microsoft.VisualStudio.Xaml"> + <PropertyValue name="AttributeFormat">0</PropertyValue> + <PropertyValue name="AutoInsertAttributeQuotes">true</PropertyValue> + <PropertyValue name="AutoInsertCommas">true</PropertyValue> + <PropertyValue name="AutoInsertEndBraces">true</PropertyValue> + <PropertyValue name="AutoInsertEndTags">true</PropertyValue> + <PropertyValue name="AutoOutlining">true</PropertyValue> + <PropertyValue name="AutoReformatOnEndTag">true</PropertyValue> + <PropertyValue name="AutoReformatOnPaste">true</PropertyValue> + <PropertyValue name="AutoReformatOnStartTag">true</PropertyValue> + <PropertyValue name="AutoToolboxPopulate">true</PropertyValue> + <PropertyValue name="BlankLineOption">2</PropertyValue> + <PropertyValue name="KeepFirstAttributeOnSameLine">true</PropertyValue> + <PropertyValue name="MaximizeXamlEditor">false</PropertyValue> + <PropertyValue name="QuoteStyle">0</PropertyValue> + <PropertyValue name="ToString">MS.Internal.XamlLanguageService.XAMLSpecificPreferences</PropertyValue> + <PropertyValue name="WrapColumn">120</PropertyValue> + <PropertyValue name="WrapTags">false</PropertyValue> + </ToolsOptionsSubCategory> + <ToolsOptionsSubCategory name="XML" RegisteredName="XML" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">2</PropertyValue> + <PropertyValue name="IndentStyle">2</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">2</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory> + </ToolsOptionsCategory> + </ToolsOptions> +</UserSettings> diff --git a/Settings/VB Express/CurrentSettings.vssettings b/Settings/VB Express/CurrentSettings.vssettings new file mode 100644 index 0000000000000000000000000000000000000000..7b2507f376f4a6f1ca3de88dc04d1c00c7c53cdf --- /dev/null +++ b/Settings/VB Express/CurrentSettings.vssettings @@ -0,0 +1,805 @@ +<UserSettings><ApplicationIdentity version="10.0"/><ToolsOptions><ToolsOptionsCategory name="Environment" RegisteredName="Environment"><ToolsOptionsSubCategory name="Documents" RegisteredName="Documents" PackageName="Visual Studio Environment Package"><PropertyValue name="ShowMiscFilesProject">false</PropertyValue><PropertyValue name="AutoloadExternalChanges">false</PropertyValue><PropertyValue name="CheckForConsistentLineEndings">true</PropertyValue><PropertyValue name="SaveDocsAsUnicodeWhenDataLoss">false</PropertyValue><PropertyValue name="InitializeOpenFileFromCurrentDocument">true</PropertyValue><PropertyValue name="ReuseSavedActiveDocWindow">false</PropertyValue><PropertyValue name="DetectFileChangesOutsideIDE">true</PropertyValue><PropertyValue name="DontShowGlobalUndoChangeLossDialog">true</PropertyValue><PropertyValue name="AllowEditingReadOnlyFiles">false</PropertyValue><PropertyValue name="DocumentDockPreference">0</PropertyValue><PropertyValue name="MiscFilesProjectSavesLastNItems">0</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="FindAndReplace" RegisteredName="FindAndReplace" PackageName="Visual Studio Environment Package"><PropertyValue name="ShowWarningMessages">true</PropertyValue><PropertyValue name="InitializeFromEditor">true</PropertyValue><PropertyValue name="ShowMessageBoxes">true</PropertyValue><PropertyValue name="HideWindowAfterMatchFromQuickFindReplace">false</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="General" RegisteredName="General" PackageName="Visual Studio Environment Package"><PropertyValue name="AnimationSpeed">5</PropertyValue><PropertyValue name="RichClientExperienceOptions">65535</PropertyValue><PropertyValue name="WindowMenuContainsNItems">10</PropertyValue><PropertyValue name="CloseButtonActiveTabOnly">true</PropertyValue><PropertyValue name="AutoAdjustExperience">true</PropertyValue><PropertyValue name="Animations">true</PropertyValue><PropertyValue name="AutohidePinActiveTabOnly">false</PropertyValue><PropertyValue name="ShowStatusBar">true</PropertyValue><PropertyValue name="MRUListContainsNItems">10</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="Import and Export Settings" RegisteredName="Import and Export Settings" PackageName="Visual Studio Environment Package"><PropertyValue name="TrackTeamSettings">false</PropertyValue><PropertyValue name="TeamSettingsFile"/><PropertyValue name="AutoSaveFile">%vsspv_settings_directory%\CurrentSettings.vssettings</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="ProjectsAndSolution" RegisteredName="ProjectsAndSolution" PackageName="Visual Studio Environment Package"><PropertyValue name="ProjectsLocation">%vsspv_visualstudio_dir%\Projects</PropertyValue><PropertyValue name="PromptForRenameSymbol">false</PropertyValue><PropertyValue name="TrackFileSelectionInExplorer">true</PropertyValue><PropertyValue name="ShowOutputWindowBeforeBuild">false</PropertyValue><PropertyValue name="OnRunWhenErrors">4</PropertyValue><PropertyValue name="OnRunWhenOutOfDate">1</PropertyValue><PropertyValue name="AlwaysShowSolutionNode">false</PropertyValue><PropertyValue name="ProjectItemTemplatesLocation">%vsspv_visualstudio_dir%\Templates\ItemTemplates</PropertyValue><PropertyValue name="OnlySaveStartupProjectsAndDependencies">false</PropertyValue><PropertyValue name="ShowAdvancedBuildConfigurations">false</PropertyValue><PropertyValue name="DefaultBehaviorForStartupProjects">1</PropertyValue><PropertyValue name="OnRunOrPreview">0</PropertyValue><PropertyValue name="MSBuildOutputVerbosity">1</PropertyValue><PropertyValue name="ProjectTemplatesLocation">%vsspv_visualstudio_dir%\Templates\ProjectTemplates</PropertyValue><PropertyValue name="ShowTaskListAfterBuild">true</PropertyValue><PropertyValue name="ConcurrentBuilds">8</PropertyValue><PropertyValue name="SaveNewProjects">false</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="Startup" RegisteredName="Startup" PackageName="Visual Studio Environment Package"><PropertyValue name="OnStartUp">5</PropertyValue><PropertyValue name="StartPageRefreshDownloadedContent">false</PropertyValue><PropertyValue name="StartPageRSSUrl">http://go.microsoft.com/fwlink/?linkid=85888&clcid=%VSSPV_LCID_HEX%</PropertyValue><PropertyValue name="StartPageRefreshInterval">60</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="TaskList" RegisteredName="TaskList" PackageName="Visual Studio Task List Package"><PropertyValue name="ConfirmTaskDeletion">true</PropertyValue><PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4"><PropertyValue name="0">TODO:2</PropertyValue><PropertyValue name="1">HACK:2</PropertyValue><PropertyValue name="2">UNDONE:2</PropertyValue><PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue></PropertyValue><PropertyValue name="WarnOnAddingHiddenItem">false</PropertyValue><PropertyValue name="DontShowFilePaths">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="WebBrowser" RegisteredName="WebBrowser" PackageName="Visual Studio Web Browser Package"><PropertyValue name="HomePage">http://go.microsoft.com/fwlink/?LinkId=36582&clcid=%vsspv_lcid_hex%</PropertyValue><PropertyValue name="ViewSourceIn">1</PropertyValue><PropertyValue name="ViewSourceExternalProgram">%SYSTEMROOT%\system32\notepad.exe</PropertyValue><PropertyValue name="SearchPage">http://go.microsoft.com/fwlink/?LinkId=32722&clcid=%vsspv_lcid_hex%</PropertyValue></ToolsOptionsSubCategory></ToolsOptionsCategory><ToolsOptionsCategory name="Projects" RegisteredName="Projects"><ToolsOptionsSubCategory name="VBDefaults" RegisteredName="VBDefaults" PackageName="Visual Basic Project System"><PropertyValue name="OptionCompare">0</PropertyValue><PropertyValue name="OptionInfer">1</PropertyValue><PropertyValue name="OptionStrict">0</PropertyValue><PropertyValue name="OptionExplicit">1</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="VCGeneral" RegisteredName="VCGeneral" PackageName="Visual C++ Project System Package"> + <PropertyValue name="BuildLogging">true</PropertyValue> + <PropertyValue name="BuildTiming">false</PropertyValue> + <PropertyValue name="DefaultSolutionExplorerMode">0</PropertyValue> + <PropertyValue name="ExtensionsToHide">.suo;.sln;.ncb;.sdf;.vcxproj;.csproj;.user;.vbproj;.scc;.vsscc;.vspscc;.old;.filters</PropertyValue> + <PropertyValue name="ExtensionsToInclude">.cpp;.cxx;.cc;.c;.inl;.h;.hpp;.hxx;.hm;.inc;.rc;.resx;.idl;.rc2;.def;.odl;.asm;.asmx;.xsd;.bin;.rgs;.html;.htm;.manifest</PropertyValue> + <PropertyValue name="MaxConcurrentFileCompiles">0</PropertyValue> + <PropertyValue name="ShowEnvironmentInBuildLog">false</PropertyValue> + <PropertyValue name="ToolFileSearchPaths"/> + </ToolsOptionsSubCategory></ToolsOptionsCategory><ToolsOptionsCategory name="TextEditor" RegisteredName="TextEditor"><ToolsOptionsSubCategory name="AllLanguages" RegisteredName="AllLanguages" PackageName="Text Management Package"/><ToolsOptionsSubCategory name="Basic" RegisteredName="Basic" PackageName="Text Management Package"><PropertyValue name="TabSize">4</PropertyValue><PropertyValue name="AutoListMembers">true</PropertyValue><PropertyValue name="IndentStyle">2</PropertyValue><PropertyValue name="HideAdvancedMembers">true</PropertyValue><PropertyValue name="ShowNavigationBar">false</PropertyValue><PropertyValue name="VirtualSpace">false</PropertyValue><PropertyValue name="InsertTabs">false</PropertyValue><PropertyValue name="WordWrapGlyphs">true</PropertyValue><PropertyValue name="EnableLeftClickForURLs">true</PropertyValue><PropertyValue name="ShowLineNumbers">false</PropertyValue><PropertyValue name="WordWrap">false</PropertyValue><PropertyValue name="IndentSize">4</PropertyValue><PropertyValue name="CutCopyBlankLines">true</PropertyValue><PropertyValue name="AutoListParams">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="Basic-Specific" RegisteredName="Basic-Specific" PackageName="Visual Basic Compiler Package"><PropertyValue name="EnableErrorCorrection">true</PropertyValue><PropertyValue name="Outlining">true</PropertyValue><PropertyValue name="EnableHighlightReferences">true</PropertyValue><PropertyValue name="DisplayLineSeparators">true</PropertyValue><PropertyValue name="PrettyListing">true</PropertyValue><PropertyValue name="AutoRequiredMemberInsert">true</PropertyValue><PropertyValue name="AutoEndInsert">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="C/C++" RegisteredName="C/C++" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">2</PropertyValue> + <PropertyValue name="InsertTabs">true</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">true</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="C/C++ Specific" RegisteredName="C/C++ Specific" PackageName="Visual C++ Language Manager Package"> + <PropertyValue name="AlwaysUseFallbackLocation">false</PropertyValue> + <PropertyValue name="AutoIndentOnTab">false</PropertyValue> + <PropertyValue name="AutomaticOutliningOfPragmaRegions">true</PropertyValue> + <PropertyValue name="AutomaticOutliningOfStatementBlocks">false</PropertyValue> + <PropertyValue name="ColorizeInactiveBlocksDifferently">true</PropertyValue> + <PropertyValue name="DisableDatabase">false</PropertyValue> + <PropertyValue name="DisableDatabaseAutoUpdates">false</PropertyValue> + <PropertyValue name="DisableDatabaseImplicitAutoCleanup">false</PropertyValue> + <PropertyValue name="DisableDatabaseImplicitFiles">false</PropertyValue> + <PropertyValue name="DisableDatabaseUpdates">false</PropertyValue> + <PropertyValue name="DisableErrorReporting">false</PropertyValue> + <PropertyValue name="DisableExternalDependenciesFolders">false</PropertyValue> + <PropertyValue name="DisableInactiveCodeOpacity">false</PropertyValue> + <PropertyValue name="DisableIncludeAutoComplete">false</PropertyValue> + <PropertyValue name="DisableIntelliSense">false</PropertyValue> + <PropertyValue name="DisableIntelliSenseUpdating">false</PropertyValue> + <PropertyValue name="DisableReferencesResolving">true</PropertyValue> + <PropertyValue name="DisableSquiggles">false</PropertyValue> + <PropertyValue name="DoNotWarnIfFallbackLocationUsed">false</PropertyValue> + <PropertyValue name="EnableLogging">false</PropertyValue> + <PropertyValue name="EnableQuickInfoToolTips">true</PropertyValue> + <PropertyValue name="EnterOutliningModeWhenFilesOpen">true</PropertyValue> + <PropertyValue name="EnumerateCommentTasks">false</PropertyValue> + <PropertyValue name="FallbackLocation"/> + <PropertyValue name="HideUnconfirmedReferencesResults">true</PropertyValue> + <PropertyValue name="HighlightMatchingTokens">true</PropertyValue> + <PropertyValue name="InactiveCodeOpacityPercent">65</PropertyValue> + <PropertyValue name="IndentBraces">false</PropertyValue> + <PropertyValue name="LoggingFilter">0</PropertyValue> + <PropertyValue name="LoggingLevel">5</PropertyValue> + <PropertyValue name="MaximumCachedTranslationUnits">2</PropertyValue> + <PropertyValue name="RecreateDatabase">false</PropertyValue> + <PropertyValue name="RescanSolution">false</PropertyValue> + <PropertyValue name="RescanSolutionInterval">60</PropertyValue> + <PropertyValue name="UseForwardSlashForIncludeAutoComplete">false</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="CSS" RegisteredName="CSS" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">2</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="CSS Specific" RegisteredName="CSS Specific" PackageName="Visual Studio CSS Editing Package"> + <PropertyValue name="DetectErrorsEnabled">1</PropertyValue> + <PropertyValue name="DetectInvalidValuesEnabled">1</PropertyValue> + <PropertyValue name="DetectUnknownPropsEnabled">1</PropertyValue> + <PropertyValue name="ErrorLevel">1</PropertyValue> + <PropertyValue name="FormatPropCase">1</PropertyValue> + <PropertyValue name="FormatStyle">2</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="CSharp" RegisteredName="CSharp" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">2</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">true</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="CSharp-Specific" RegisteredName="CSharp-Specific" PackageName="Visual C# Language Service Package"> + <PropertyValue name="AutoComment">1</PropertyValue> + <PropertyValue name="BraceMatchingRectangle">1</PropertyValue> + <PropertyValue name="BringUpOnEventHookup">1</PropertyValue> + <PropertyValue name="BringUpOnIdentifier">1</PropertyValue> + <PropertyValue name="BringUpOnOverride">1</PropertyValue> + <PropertyValue name="BringUpOnPartial">1</PropertyValue> + <PropertyValue name="BringUpOnSpace">1</PropertyValue> + <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentBase">1</PropertyValue> + <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue> + <PropertyValue name="CodeDefinitionWindow_DocumentationComment_WrapLength">80</PropertyValue> + <PropertyValue name="CollapseInactiveBlocksOnOpen">1</PropertyValue> + <PropertyValue name="CollapseRegionBlocksOnOpen">1</PropertyValue> + <PropertyValue name="Colorize">1</PropertyValue> + <PropertyValue name="ColorizeBoundTypes">1</PropertyValue> + <PropertyValue name="CompleteOnNewline">1</PropertyValue> + <PropertyValue name="CompleteOnSpace">1</PropertyValue> + <PropertyValue name="CompletionCommitCharacters">{}[]().,:;+-*/%&|^!~=<>?@#'"\</PropertyValue> + <PropertyValue name="DelayBeforeShowingErrors">1500</PropertyValue> + <PropertyValue name="EditAndContinueEnabled">1</PropertyValue> + <PropertyValue name="EditAndContinueReportEnterBreakStateFailure">1</PropertyValue> + <PropertyValue name="EditAndContinueReportOpenScopeFailure">0</PropertyValue> + <PropertyValue name="EnableProgressDialogOnWaitForBackground">1</PropertyValue> + <PropertyValue name="EncapsulateField_PreviewReferenceChanges">1</PropertyValue> + <PropertyValue name="EncapsulateField_SearchInComments">0</PropertyValue> + <PropertyValue name="EncapsulateField_SearchInStrings">0</PropertyValue> + <PropertyValue name="EncapsulateField_UpdateAllReferences">0</PropertyValue> + <PropertyValue name="EnterOutliningModeOnOpen">1</PropertyValue> + <PropertyValue name="ExtractInterface_SelectAll">0</PropertyValue> + <PropertyValue name="FilterKeywordsContextually">1</PropertyValue> + <PropertyValue name="FilterToAllowableTypes">1</PropertyValue> + <PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue> + <PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue> + <PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue> + <PropertyValue name="GenerateConstructorSmartTagEnabled">1</PropertyValue> + <PropertyValue name="GenerateStubSmartTagEnabled">1</PropertyValue> + <PropertyValue name="HighlightReferences">1</PropertyValue> + <PropertyValue name="ImplementInterfaceSmartTagEnabled">1</PropertyValue> + <PropertyValue name="ImplementInterface_InsertRegionTags">0</PropertyValue> + <PropertyValue name="Indent_BlockContents">1</PropertyValue> + <PropertyValue name="Indent_Braces">0</PropertyValue> + <PropertyValue name="Indent_CaseContents">1</PropertyValue> + <PropertyValue name="Indent_CaseLabels">1</PropertyValue> + <PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue> + <PropertyValue name="Indent_UnindentLabels">1</PropertyValue> + <PropertyValue name="InsertNewlineOnEnterWithWholeWord">0</PropertyValue> + <PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">1</PropertyValue> + <PropertyValue name="NewLines_Braces_AnonymousMethod">1</PropertyValue> + <PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">1</PropertyValue> + <PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue> + <PropertyValue name="NewLines_Braces_CollectionInitializer">0</PropertyValue> + <PropertyValue name="NewLines_Braces_ControlFlow">1</PropertyValue> + <PropertyValue name="NewLines_Braces_LambdaExpressionBody">1</PropertyValue> + <PropertyValue name="NewLines_Braces_Method">1</PropertyValue> + <PropertyValue name="NewLines_Braces_ObjectInitializer">1</PropertyValue> + <PropertyValue name="NewLines_Braces_Type">1</PropertyValue> + <PropertyValue name="NewLines_Keywords_Catch">1</PropertyValue> + <PropertyValue name="NewLines_Keywords_Else">1</PropertyValue> + <PropertyValue name="NewLines_Keywords_Finally">1</PropertyValue> + <PropertyValue name="NewLines_ObjectInitializer_EachMember">1</PropertyValue> + <PropertyValue name="NewLines_QueryExpression_EachClause">1</PropertyValue> + <PropertyValue name="OnlyScanFirstTypeInFileForDesignerAttribute">0</PropertyValue> + <PropertyValue name="ProgressDialogDelaySeconds">2</PropertyValue> + <PropertyValue name="RefactorNotifyRenameEnabled">1</PropertyValue> + <PropertyValue name="Refactoring_Verification_Enabled">0</PropertyValue> + <PropertyValue name="RemoveParameters_PreviewReferenceChanges">1</PropertyValue> + <PropertyValue name="RemoveUnusedUsings">1</PropertyValue> + <PropertyValue name="RenameSmartTagEnabled">1</PropertyValue> + <PropertyValue name="Rename_Comments">0</PropertyValue> + <PropertyValue name="Rename_Overloads">0</PropertyValue> + <PropertyValue name="Rename_Preview">1</PropertyValue> + <PropertyValue name="Rename_Strings">0</PropertyValue> + <PropertyValue name="ReorderParameters_PreviewReferenceChanges">1</PropertyValue> + <PropertyValue name="ShowHiddenItems">0</PropertyValue> + <PropertyValue name="ShowKeywords">1</PropertyValue> + <PropertyValue name="ShowSnippets">1</PropertyValue> + <PropertyValue name="SmartTagEnabled">1</PropertyValue> + <PropertyValue name="SortUsings">1</PropertyValue> + <PropertyValue name="SortUsings_PlaceSystemFirst">1</PropertyValue> + <PropertyValue name="Space_AfterBasesColon">1</PropertyValue> + <PropertyValue name="Space_AfterCast">0</PropertyValue> + <PropertyValue name="Space_AfterComma">1</PropertyValue> + <PropertyValue name="Space_AfterDot">0</PropertyValue> + <PropertyValue name="Space_AfterLambdaArrow">1</PropertyValue> + <PropertyValue name="Space_AfterMethodCallName">0</PropertyValue> + <PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue> + <PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue> + <PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue> + <PropertyValue name="Space_BeforeBasesColon">1</PropertyValue> + <PropertyValue name="Space_BeforeComma">0</PropertyValue> + <PropertyValue name="Space_BeforeDot">0</PropertyValue> + <PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue> + <PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue> + <PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue> + <PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue> + <PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue> + <PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue> + <PropertyValue name="Space_InControlFlowConstruct">1</PropertyValue> + <PropertyValue name="Space_Normalize">0</PropertyValue> + <PropertyValue name="Space_WithinCastParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinExpressionParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue> + <PropertyValue name="Space_WithinSquares">0</PropertyValue> + <PropertyValue name="Squiggles">1</PropertyValue> + <PropertyValue name="Squiggles_SemanticAnalysis">1</PropertyValue> + <PropertyValue name="TimeSliceForQuickSearchCaching">50</PropertyValue> + <PropertyValue name="TimeSliceForQuickSearchSearching">50</PropertyValue> + <PropertyValue name="TrackMostRecentlyUsed">1</PropertyValue> + <PropertyValue name="UnboundItemSmartTagEnabled">1</PropertyValue> + <PropertyValue name="UnboundItem_ExactMatches">5</PropertyValue> + <PropertyValue name="WarnWhenMembersCauseCompilerGeneratedReferences">1</PropertyValue> + <PropertyValue name="Watson_DeferSendingUntilLater">0</PropertyValue> + <PropertyValue name="Watson_MaxExceptionsToReport">1</PropertyValue> + <PropertyValue name="Watson_ReportExceptions">1</PropertyValue> + <PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue> + <PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue> + <PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue> + <PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="Fonts" RegisteredName="Fonts" PackageName="Text Management Package"/><ToolsOptionsSubCategory name="General" RegisteredName="General" PackageName="Text Management Package"><PropertyValue name="DragNDropTextEditing">true</PropertyValue><PropertyValue name="VerticalScrollBar">true</PropertyValue><PropertyValue name="EditorEmulation">0</PropertyValue><PropertyValue name="DetectUTF8WithoutSignature">true</PropertyValue><PropertyValue name="TrackChanges">false</PropertyValue><PropertyValue name="UndoCaretActions">false</PropertyValue><PropertyValue name="SelectionMargin">true</PropertyValue><PropertyValue name="GoToAnchorAfterEscape">false</PropertyValue><PropertyValue name="HorizontalScrollBar">true</PropertyValue><PropertyValue name="AutoDelimiterHighlighting">true</PropertyValue><PropertyValue name="MarginIndicatorBar">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="HTML" RegisteredName="HTML" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">1</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">true</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="HTML Specific" RegisteredName="HTML Specific" PackageName="Visual Studio HTM Editor Package"> + <PropertyValue name="AttrValueNotQuoted">0</PropertyValue> + <PropertyValue name="AutoFormAroundControls">1</PropertyValue> + <PropertyValue name="AutoIdOnPasteSourceView">-1</PropertyValue> + <PropertyValue name="AutoIdSnippets">0</PropertyValue> + <PropertyValue name="AutoInsertCloseTag">-1</PropertyValue> + <PropertyValue name="AutoThumbnailBorder">1</PropertyValue> + <PropertyValue name="AutoThumbnailBorderSize">2</PropertyValue> + <PropertyValue name="AutoThumbnailChisel">0</PropertyValue> + <PropertyValue name="AutoThumbnailSize">100</PropertyValue> + <PropertyValue name="AutoThumbnailType">0</PropertyValue> + <PropertyValue name="ClientAttrCasing">2</PropertyValue> + <PropertyValue name="ClientTagCasing">2</PropertyValue> + <PropertyValue name="ClientTagNotLowerCase">0</PropertyValue> + <PropertyValue name="CssBackgroundDesignMode">2</PropertyValue> + <PropertyValue name="CssBorderDesignMode">2</PropertyValue> + <PropertyValue name="CssIndentTabs">0</PropertyValue> + <PropertyValue name="CssListDesignMode">2</PropertyValue> + <PropertyValue name="CssMarginsDesignMode">2</PropertyValue> + <PropertyValue name="CssPageDesignMode">1</PropertyValue> + <PropertyValue name="CssPositionDesignMode">2</PropertyValue> + <PropertyValue name="CssReuseUserClasses">0</PropertyValue> + <PropertyValue name="CssTextDesignMode">2</PropertyValue> + <PropertyValue name="CssUseHtmlForImageSize">0</PropertyValue> + <PropertyValue name="CssUseShorthands">1</PropertyValue> + <PropertyValue name="DisableDesignView">0</PropertyValue> + <PropertyValue name="EditableColor">7257087</PropertyValue> + <PropertyValue name="EditorOptionFlags">8388616</PropertyValue> + <PropertyValue name="FormatHTMLOnPaste">0</PropertyValue> + <PropertyValue name="HTMLSortAttributes">1</PropertyValue> + <PropertyValue name="HtmlBreakInTags">255</PropertyValue> + <PropertyValue name="HtmlGifInterlaced">0</PropertyValue> + <PropertyValue name="HtmlGifTransparent">0</PropertyValue> + <PropertyValue name="HtmlIndentTabs">0</PropertyValue> + <PropertyValue name="HtmlJpegCompressions">0</PropertyValue> + <PropertyValue name="HtmlJpegQuality">90</PropertyValue> + <PropertyValue name="HtmlMargin">80</PropertyValue> + <PropertyValue name="HtmlRightMarginRule">2</PropertyValue> + <PropertyValue name="IdleMainLoopDelay">1200</PropertyValue> + <PropertyValue name="IdleOutlineDelay">1800</PropertyValue> + <PropertyValue name="IdleParseDelay">750</PropertyValue> + <PropertyValue name="IdleSelectionSyncDelay">500</PropertyValue> + <PropertyValue name="IdleYield">-1</PropertyValue> + <PropertyValue name="InCSS">-1</PropertyValue> + <PropertyValue name="InsertAttrValueQuotesFormatting">-1</PropertyValue> + <PropertyValue name="InsertAttrValueQuotesTyping">0</PropertyValue> + <PropertyValue name="JsEditorTimeout">50</PropertyValue> + <PropertyValue name="JsExternalTimeout">2000</PropertyValue> + <PropertyValue name="JsFailsafeTimeout">15000</PropertyValue> + <PropertyValue name="JsMaxCacheFiles">5</PropertyValue> + <PropertyValue name="LargePictureFileType">jpg</PropertyValue> + <PropertyValue name="LayerBackgroundLabelColor">15724527</PropertyValue> + <PropertyValue name="LayerHandleBackgroundColor">16777215</PropertyValue> + <PropertyValue name="LayerHandleColor">0</PropertyValue> + <PropertyValue name="LayerLabelTextColor">0</PropertyValue> + <PropertyValue name="LayoutCellToolColor">16750848</PropertyValue> + <PropertyValue name="LayoutMarginOverlayBackgroundColor">14145511</PropertyValue> + <PropertyValue name="LayoutMarginOverlayColor">12895452</PropertyValue> + <PropertyValue name="LayoutOffsetColor">16487691</PropertyValue> + <PropertyValue name="LayoutPaddingOverlayBackgroundColor">16768975</PropertyValue> + <PropertyValue name="LayoutPaddingOverlayColor">16765887</PropertyValue> + <PropertyValue name="LayoutResizeOverlayBackgroundColor">13172735</PropertyValue> + <PropertyValue name="LayoutResizeOverlayColor">0</PropertyValue> + <PropertyValue name="LayoutSiteSelectedBorderColor">0</PropertyValue> + <PropertyValue name="LayoutTableToolColor">3575607</PropertyValue> + <PropertyValue name="LayoutUiActivatedBorderColor">13003057</PropertyValue> + <PropertyValue name="LayoutVisibleBorderColor">13027014</PropertyValue> + <PropertyValue name="LoadToolboxOnIdle">-1</PropertyValue> + <PropertyValue name="ManualDtp">243</PropertyValue> + <PropertyValue name="MarkupValidationErrorLevel">1</PropertyValue> + <PropertyValue name="MarkupValidationWarningLevel">2</PropertyValue> + <PropertyValue name="MasterPageContentRegionColor">16739258</PropertyValue> + <PropertyValue name="MasterPageDesignOutlineColor">16760311</PropertyValue> + <PropertyValue name="MasterPageParentRegionColor">8650752</PropertyValue> + <PropertyValue name="OutlineHTMLOnFileOpen">-1</PropertyValue> + <PropertyValue name="ParentRegionColor">128</PropertyValue> + <PropertyValue name="RequireAngleBracketForTagIntellisense">-1</PropertyValue> + <PropertyValue name="RestrictionsBOMFlag">4294967295</PropertyValue> + <PropertyValue name="RulerAndGridGridColor">11119017</PropertyValue> + <PropertyValue name="RulerAndGridGridLine">2</PropertyValue> + <PropertyValue name="RulerAndGridGridSpacing">20</PropertyValue> + <PropertyValue name="RulerAndGridShowGrid">0</PropertyValue> + <PropertyValue name="RulerAndGridShowRuler">0</PropertyValue> + <PropertyValue name="RulerAndGridSnapDistance">5</PropertyValue> + <PropertyValue name="RulerAndGridSnapToGrid">0</PropertyValue> + <PropertyValue name="RulerAndGridUnit">0</PropertyValue> + <PropertyValue name="ServerAttrCasing">3</PropertyValue> + <PropertyValue name="ServerTagCasing">3</PropertyValue> + <PropertyValue name="ShowAspNonVisualElements">1</PropertyValue> + <PropertyValue name="ShowErrors">-1</PropertyValue> + <PropertyValue name="ShowTagToolbar">0</PropertyValue> + <PropertyValue name="ShowVisualAids">1</PropertyValue> + <PropertyValue name="SmallPictureFileType">gif</PropertyValue> + <PropertyValue name="SnapToGrid">1</PropertyValue> + <PropertyValue name="SpacerCellToolColor">14413810</PropertyValue> + <PropertyValue name="StartPageView">0</PropertyValue> + <PropertyValue name="StyleApplicationOverlayBackgroundColor">15577469</PropertyValue> + <PropertyValue name="StyleApplicationOverlayColor">16244681</PropertyValue> + <PropertyValue name="TagNotWellFormed">0</PropertyValue> + <PropertyValue name="TargetFriendlyName">XHTML 1.0 Transitional</PropertyValue> + <PropertyValue name="TemplateColor">12383999</PropertyValue> + <PropertyValue name="ValidateDeprecated">0</PropertyValue> + <PropertyValue name="VerticalSplitView">0</PropertyValue> + <PropertyValue name="WebPartColor">7257087</PropertyValue> + <PropertyValue name="WebPartZoneColor">16750848</PropertyValue> + <PropertyValue name="WrapTag">-1</PropertyValue> + <PropertyValue name="WrapTagLength">80</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="JScript" RegisteredName="JScript" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">1</PropertyValue> + <PropertyValue name="InsertTabs">false</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="JScript Specific" RegisteredName="JScript Specific" PackageName="Visual Studio HTM Editor Package"> + <PropertyValue name="JScriptFormatCompletedBlockOnEndBrace">-1</PropertyValue> + <PropertyValue name="JScriptFormatCompletedLineOnEnter">-1</PropertyValue> + <PropertyValue name="JScriptFormatCompletedStatementOnSemiColon">-1</PropertyValue> + <PropertyValue name="JScriptFormatOnPaste">-1</PropertyValue> + <PropertyValue name="JScriptInsertSpaceAfterComma">-1</PropertyValue> + <PropertyValue name="JScriptInsertSpaceAfterKeywords">-1</PropertyValue> + <PropertyValue name="JScriptInsertSpaceAfterSemicolonInFor">-1</PropertyValue> + <PropertyValue name="JScriptInsertSpaceBeforeAfterBinaryOperators">-1</PropertyValue> + <PropertyValue name="JScriptOnlyUseTabEnterForCompletion">-1</PropertyValue> + <PropertyValue name="JScriptPlaceOpenBraceOnNewLineForControlBlocks">0</PropertyValue> + <PropertyValue name="JScriptPlaceOpenOnNewLineForFunctions">0</PropertyValue> + <PropertyValue name="JScriptShowErrors">-1</PropertyValue> + <PropertyValue name="JScriptValidationErrorLevel">1</PropertyValue> + <PropertyValue name="JScriptValidationWarningLevel">2</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="PL/SQL" RegisteredName="PL/SQL" PackageName="Text Management Package"><PropertyValue name="TabSize">4</PropertyValue><PropertyValue name="AutoListMembers">true</PropertyValue><PropertyValue name="IndentStyle">1</PropertyValue><PropertyValue name="HideAdvancedMembers">true</PropertyValue><PropertyValue name="ShowNavigationBar">false</PropertyValue><PropertyValue name="VirtualSpace">false</PropertyValue><PropertyValue name="InsertTabs">true</PropertyValue><PropertyValue name="WordWrapGlyphs">true</PropertyValue><PropertyValue name="EnableLeftClickForURLs">true</PropertyValue><PropertyValue name="ShowLineNumbers">false</PropertyValue><PropertyValue name="WordWrap">false</PropertyValue><PropertyValue name="IndentSize">4</PropertyValue><PropertyValue name="CutCopyBlankLines">true</PropertyValue><PropertyValue name="AutoListParams">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="PlainText" RegisteredName="PlainText" PackageName="Text Management Package"><PropertyValue name="TabSize">4</PropertyValue><PropertyValue name="AutoListMembers">true</PropertyValue><PropertyValue name="IndentStyle">1</PropertyValue><PropertyValue name="HideAdvancedMembers">true</PropertyValue><PropertyValue name="ShowNavigationBar">false</PropertyValue><PropertyValue name="VirtualSpace">false</PropertyValue><PropertyValue name="InsertTabs">true</PropertyValue><PropertyValue name="WordWrapGlyphs">true</PropertyValue><PropertyValue name="EnableLeftClickForURLs">true</PropertyValue><PropertyValue name="ShowLineNumbers">false</PropertyValue><PropertyValue name="WordWrap">false</PropertyValue><PropertyValue name="IndentSize">4</PropertyValue><PropertyValue name="CutCopyBlankLines">true</PropertyValue><PropertyValue name="AutoListParams">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="SQL" RegisteredName="SQL" PackageName="Text Management Package"> + <PropertyValue name="AutoListMembers">true</PropertyValue> + <PropertyValue name="AutoListParams">true</PropertyValue> + <PropertyValue name="CutCopyBlankLines">true</PropertyValue> + <PropertyValue name="EnableLeftClickForURLs">true</PropertyValue> + <PropertyValue name="HideAdvancedMembers">true</PropertyValue> + <PropertyValue name="IndentSize">4</PropertyValue> + <PropertyValue name="IndentStyle">1</PropertyValue> + <PropertyValue name="InsertTabs">true</PropertyValue> + <PropertyValue name="ShowLineNumbers">false</PropertyValue> + <PropertyValue name="ShowNavigationBar">false</PropertyValue> + <PropertyValue name="TabSize">4</PropertyValue> + <PropertyValue name="VirtualSpace">false</PropertyValue> + <PropertyValue name="WordWrap">false</PropertyValue> + <PropertyValue name="WordWrapGlyphs">true</PropertyValue> + </ToolsOptionsSubCategory><ToolsOptionsSubCategory name="T-SQL90" RegisteredName="T-SQL90" PackageName="Text Management Package"><PropertyValue name="TabSize">4</PropertyValue><PropertyValue name="AutoListMembers">true</PropertyValue><PropertyValue name="IndentStyle">1</PropertyValue><PropertyValue name="HideAdvancedMembers">true</PropertyValue><PropertyValue name="ShowNavigationBar">false</PropertyValue><PropertyValue name="VirtualSpace">false</PropertyValue><PropertyValue name="InsertTabs">true</PropertyValue><PropertyValue name="WordWrapGlyphs">true</PropertyValue><PropertyValue name="EnableLeftClickForURLs">true</PropertyValue><PropertyValue name="ShowLineNumbers">false</PropertyValue><PropertyValue name="WordWrap">false</PropertyValue><PropertyValue name="IndentSize">4</PropertyValue><PropertyValue name="CutCopyBlankLines">true</PropertyValue><PropertyValue name="AutoListParams">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="XAML" RegisteredName="XAML" PackageName="Text Management Package"><PropertyValue name="TabSize">4</PropertyValue><PropertyValue name="AutoListMembers">true</PropertyValue><PropertyValue name="IndentStyle">2</PropertyValue><PropertyValue name="HideAdvancedMembers">true</PropertyValue><PropertyValue name="ShowNavigationBar">false</PropertyValue><PropertyValue name="VirtualSpace">false</PropertyValue><PropertyValue name="InsertTabs">false</PropertyValue><PropertyValue name="WordWrapGlyphs">true</PropertyValue><PropertyValue name="EnableLeftClickForURLs">false</PropertyValue><PropertyValue name="ShowLineNumbers">false</PropertyValue><PropertyValue name="WordWrap">false</PropertyValue><PropertyValue name="IndentSize">4</PropertyValue><PropertyValue name="CutCopyBlankLines">true</PropertyValue><PropertyValue name="AutoListParams">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="XAML Specific" RegisteredName="XAML Specific" PackageName="Microsoft.VisualStudio.Xaml"><PropertyValue name="AutoReformatOnStartTag">true</PropertyValue><PropertyValue name="BlankLineOption">Preserve</PropertyValue><PropertyValue name="AutoInsertAttributeQuotes">true</PropertyValue><PropertyValue name="WrapColumn">120</PropertyValue><PropertyValue name="AutoToolboxPopulate">true</PropertyValue><PropertyValue name="AutoReformatOnEndTag">true</PropertyValue><PropertyValue name="AutoInsertEndTags">true</PropertyValue><PropertyValue name="AutoInsertEndBraces">true</PropertyValue><PropertyValue name="QuoteStyle">DoubleQuote</PropertyValue><PropertyValue name="AutoOutlining">true</PropertyValue><PropertyValue name="WrapTags">false</PropertyValue><PropertyValue name="AutoReformatOnPaste">true</PropertyValue><PropertyValue name="MaximizeXamlEditor">false</PropertyValue><PropertyValue name="AttributeFormat">Preserve</PropertyValue><PropertyValue name="KeepFirstAttributeOnSameLine">true</PropertyValue><PropertyValue name="AutoInsertCommas">true</PropertyValue></ToolsOptionsSubCategory><ToolsOptionsSubCategory name="XML" RegisteredName="XML" PackageName="Text Management Package"><PropertyValue name="TabSize">2</PropertyValue><PropertyValue name="AutoListMembers">true</PropertyValue><PropertyValue name="IndentStyle">2</PropertyValue><PropertyValue name="HideAdvancedMembers">true</PropertyValue><PropertyValue name="ShowNavigationBar">false</PropertyValue><PropertyValue name="VirtualSpace">false</PropertyValue><PropertyValue name="InsertTabs">false</PropertyValue><PropertyValue name="WordWrapGlyphs">true</PropertyValue><PropertyValue name="EnableLeftClickForURLs">true</PropertyValue><PropertyValue name="ShowLineNumbers">false</PropertyValue><PropertyValue name="WordWrap">false</PropertyValue><PropertyValue name="IndentSize">2</PropertyValue><PropertyValue name="CutCopyBlankLines">true</PropertyValue><PropertyValue name="AutoListParams">true</PropertyValue></ToolsOptionsSubCategory></ToolsOptionsCategory></ToolsOptions><Category name="Code Analysis" Category="{533A534C-AD06-4B18-BBBC-BFD7C74F58CE}" Package="{72391CE3-743A-4a55-8927-4217541F6517}" RegisteredName="Code Analysis" PackageName="StanPackage"/><Category name="Database Tools" RegisteredName="Database Tools"> + <Category name="Data Compare" Category="{B25F97C5-F845-458F-853B-3970D61FE4B9}" Package="{481A3758-A6D0-43E0-B1B8-4428BE962F8E}" RegisteredName="Data Compare" PackageName="VSTS for Database Professionals Sql Server"> + <PropertyValue name="DataSettings">Default</PropertyValue> + <PropertyValue name="MaxCharsPerColumn">65535</PropertyValue> + </Category> + <Category name="Data Generator" Category="{7E055B73-82C8-4C8E-981F-FE58F889C213}" Package="{068E2583-0872-403B-AF4C-6C2A8F2D8C3E}" RegisteredName="Data Generator" PackageName="VSTS for Database Professionals"> + <PropertyValue name="DataSinks"/> + <PropertyValue name="PopulateRowCount">50</PropertyValue> + <PropertyValue name="PreviewCount">50</PropertyValue> + <PropertyValue name="Seed">5</PropertyValue> + <PropertyValue name="SqlTimeout">60</PropertyValue> + <PropertyValue name="TableErrorThreshold">0</PropertyValue> + </Category> + <Category name="Schema Compare" RegisteredName="Schema Compare"> + <Category name="Microsoft SQL Server 2005" Category="{FEA72D7C-B46E-47dc-9E8E-915ADC603B4E}" Package="{481A3758-A6D0-43E0-B1B8-4428BE962F8E}" RegisteredName="Microsoft SQL Server 2005" PackageName="VSTS for Database Professionals Sql Server"> + <PropertyValue name="GeneralOptionsForCompare">000000000000010001000100000001</PropertyValue> + <PropertyValue name="GeneralOptionsForUpdate">11011100</PropertyValue> + <PropertyValue name="IgnoredSqlTypes">000000000000000000000000010000000100000000000000000000000000</PropertyValue> + <PropertyValue name="SevenSetOptionsBitArray">1111101</PropertyValue> + <PropertyValue name="UseSourceCollation">True</PropertyValue> + </Category> + <Category name="Microsoft SQL Server 2008" Category="{0F633993-8DD1-49f5-B67D-B52E35CDD480}" Package="{481A3758-A6D0-43E0-B1B8-4428BE962F8E}" RegisteredName="Microsoft SQL Server 2008" PackageName="VSTS for Database Professionals Sql Server"> + <PropertyValue name="GeneralOptionsForCompare">0000000000000100010001000000011</PropertyValue> + <PropertyValue name="GeneralOptionsForUpdate">11011100</PropertyValue> + <PropertyValue name="IgnoredSqlTypes">0000000000000000000000000100000001000000000000000000000000000000000000</PropertyValue> + <PropertyValue name="SevenSetOptionsBitArray">1111101</PropertyValue> + <PropertyValue name="UseSourceCollation">True</PropertyValue> + </Category> + </Category> + </Category><Category name="Debugger" Category="{EEDBF29A-5C8B-4E01-827C-263382C18CFE}" Package="{C9DD4A57-47FB-11D2-83E7-00C04F9902C1}" RegisteredName="Debugger" PackageName="Visual Studio Debugger"><PropertyValue name="ConfirmDeleteAllBreakpoints">0</PropertyValue><PropertyValue name="StopAllProcesses">1</PropertyValue><PropertyValue name="StopOnExceptionCrossingManagedBoundary">0</PropertyValue><PropertyValue name="EnableAddressLevelDebugging">0</PropertyValue><PropertyValue name="ShowDisassemblyWhenNoSource">0</PropertyValue><PropertyValue name="EnableBreakpointConstraints">1</PropertyValue><PropertyValue name="UseExceptionHelper">1</PropertyValue><PropertyValue name="AutoUnwindOnException">1</PropertyValue><PropertyValue name="JustMyCode">1</PropertyValue><PropertyValue name="ShowNonPublicMembers">0</PropertyValue><PropertyValue name="WarnIfNoUserCodeOnLaunch">0</PropertyValue><PropertyValue name="FrameworkSourceStepping">0</PropertyValue><PropertyValue name="WarnAboutSymbolCacheDuringRemoteManagedDebugging">1</PropertyValue><PropertyValue name="EnableStepFiltering">1</PropertyValue><PropertyValue name="WarnOnStepFilter">1</PropertyValue><PropertyValue name="AllowImplicitFuncEval">1</PropertyValue><PropertyValue name="AllowToString">1</PropertyValue><PropertyValue name="UseSourceServer">0</PropertyValue><PropertyValue name="ShowSourceServerDiagnostics">0</PropertyValue><PropertyValue name="AlwaysColorMarkerText">1</PropertyValue><PropertyValue name="UseDocumentChecksum">1</PropertyValue><PropertyValue name="OutputToImmediate">1</PropertyValue><PropertyValue name="ShowRawStructures">0</PropertyValue><PropertyValue name="DisableJITOptimization">1</PropertyValue><PropertyValue name="ShowNoSymbolsDialog">0</PropertyValue><PropertyValue name="ShowScriptDebuggingDisabledDialog">1</PropertyValue><PropertyValue name="EnableILInterpreterMinidump">1</PropertyValue><PropertyValue name="EnableILInterpreterLive">0</PropertyValue><PropertyValue name="HexDisplay">0</PropertyValue><PropertyValue name="HexInput">0</PropertyValue><PropertyValue name="MapClientBreakpoints">1</PropertyValue><PropertyValue name="AddUnmappedBreakpointAtMappedLocation">0</PropertyValue><PropertyValue name="StepIntoOnRestart">0</PropertyValue><PropertyValue name="ENCEnable">1</PropertyValue><PropertyValue name="ENCApplyChangesOnContinue">1</PropertyValue><PropertyValue name="ENCWelcome">0</PropertyValue><PropertyValue name="ENCStaleCodeWarning">1</PropertyValue><PropertyValue name="ENCPrecompile">1</PropertyValue><PropertyValue name="ENCRelink">1</PropertyValue><PropertyValue name="NOENCAllowEdits">1</PropertyValue><PropertyValue name="NOENCIgnore">0</PropertyValue><PropertyValue name="NOENCRebuild">0</PropertyValue><PropertyValue name="ENCEnableWhenRemoteDebugging">0</PropertyValue><PropertyValue name="ConfirmFoundFiles">0</PropertyValue><PropertyValue name="DisasmLineNumbers">0</PropertyValue><PropertyValue name="ModulesShowAll">0</PropertyValue><PropertyValue name="UseCodeSense">1</PropertyValue><PropertyValue name="DisasmFields">67577</PropertyValue><PropertyValue name="CallStackViewOptions">7799040</PropertyValue><PropertyValue name="ShowExternalCode">0</PropertyValue><PropertyValue name="SourceStepUnit">0</PropertyValue><PropertyValue name="DisasmStepUnit">2</PropertyValue><PropertyValue name="CrossThreadCallStack">1</PropertyValue><PropertyValue name="ShowOnlyFlaggedThreads">1</PropertyValue><PropertyValue name="ConcurrencySupport">1</PropertyValue><PropertyValue name="GuessAtThreadNames">1</PropertyValue><PropertyValue name="ShowOtherThreadIpMarkers">0</PropertyValue><PropertyValue name="ShowThreadCategory">1</PropertyValue><PropertyValue name="SaveRemoteDumps">1</PropertyValue><PropertyValue name="LongEvalTimeout">10000</PropertyValue><PropertyValue name="NormalEvalTimeout">5000</PropertyValue><PropertyValue name="QuickwatchTimeout">20000</PropertyValue><PropertyValue name="DataTipTimeout">3000</PropertyValue><PropertyValue name="AutosReturnValsTimeout">2000</PropertyValue><PropertyValue name="AutosRegistersTimeout">2000</PropertyValue><PropertyValue name="LocalsTimeout">10000</PropertyValue><PropertyValue name="RegistersTimeout">10000</PropertyValue><PropertyValue name="AddressExpressionTimeout">10000</PropertyValue><PropertyValue name="ScriptDocsTimeout">10000</PropertyValue><PropertyValue name="ImmediateWindowTimeout">5000</PropertyValue><PropertyValue name="SetValueTimeout">15000</PropertyValue><PropertyValue name="TreeGridRePaintTimer">250</PropertyValue><PropertyValue name="TreeGridBusyPaintTimer">1000</PropertyValue><PropertyValue name="ModulesWindowUpdateTimer">500</PropertyValue><PropertyValue name="TreeGridDelayOnEnterTimer">125</PropertyValue><PropertyValue name="DelayTreeGridPaintOnBreak">1</PropertyValue><PropertyValue name="ShowNonprintableCharsAsGlyphs">0</PropertyValue><PropertyValue name="ShowSystemProcesses">0</PropertyValue><PropertyValue name="ShowProcessesFromAllSessions">0</PropertyValue><PropertyValue name="EnhancedDataTips">1</PropertyValue><PropertyValue name="DataTipDismissalSensitivity">1</PropertyValue><PropertyValue name="DataTipKeyboardDismissal">0</PropertyValue><PropertyValue name="UserSpecifiedEngines">0</PropertyValue><PropertyValue name="OutputOnException">1</PropertyValue><PropertyValue name="OutputOnStepFilter">1</PropertyValue><PropertyValue name="OutputOnModuleLoad">0</PropertyValue><PropertyValue name="OutputOnModuleUnload">0</PropertyValue><PropertyValue name="OutputOnModuleSymbolSearch">0</PropertyValue><PropertyValue name="OutputOnProcessDestroy">0</PropertyValue><PropertyValue name="OutputOnThreadDestroy">0</PropertyValue><PropertyValue name="OutputOnOutputDebugString">1</PropertyValue><PropertyValue name="OutputOnDebuggerMessage">1</PropertyValue><PropertyValue name="VariableWindowIcons">1</PropertyValue><PropertyValue name="DisableAttachSecurityWarning">0</PropertyValue><PropertyValue name="LoadDllExports">0</PropertyValue><PropertyValue name="NativeRPC">0</PropertyValue><PropertyValue name="AllowSideEffectEval">0</PropertyValue><PropertyValue name="LoadSymbolsWhenSettingsChanged">0</PropertyValue><PropertyValue name="SymbolUseExcludeList">1</PropertyValue><PropertyValue name="SymbolsAlwaysLoadAdjacent">1</PropertyValue><PropertyValue name="DontForceCacheOnManualLoad">0</PropertyValue><PropertyValue name="SymbolUseMSSymbolServers">0</PropertyValue><PropertyValue name="AutoLoadFromSymbolPath">1</PropertyValue><PropertyValue name="OneClickEdit">0</PropertyValue><PropertyValue name="OfferArrayExpansion">0</PropertyValue><PropertyValue name="VariableWindowPromptOnLargeExpansion">1</PropertyValue><PropertyValue name="VariableWindowMaxSupportedChildren">1000000</PropertyValue><PropertyValue name="PromptToAddSourceToIgnoreList">0</PropertyValue><PropertyValue name="OwnerDrawDebugLocationToolbar">0</PropertyValue><PropertyValue name="EnableSelectedBreakpointHighlight">1</PropertyValue><PropertyValue name="DisableUniscribe">0</PropertyValue><PropertyValue name="ShowParallelStacksBottomUp">1</PropertyValue><PropertyValue name="ThreadsWindowGroupingColumn">2048</PropertyValue><PropertyValue name="ThreadsWindowVisibleColumns">509</PropertyValue><PropertyValue name="ThreadsWindowShowTipWhenCallStackExpanded">0</PropertyValue><PropertyValue name="AllowDesignModePinning">0</PropertyValue><PropertyValue name="CallStackParamToString">0</PropertyValue><PropertyValue name="CheckRDTForFilesFirst">1</PropertyValue><PropertyValue name="SourceServerExtractToDirectory"/><PropertyValue name="FrameworkSourceServerName">http://referencesource.microsoft.com/symbols</PropertyValue><PropertyValue name="PublicSymbolServerName"/><PropertyValue name="PublicSymbolServerName2">http://msdl.microsoft.com/download/symbols</PropertyValue><PropertyValue name="DefaultTracepointMessage">Function: $FUNCTION, Thread: $TID $TNAME</PropertyValue><PropertyValue name="ProgramToDebugPath"/><PropertyValue name="AttachToProcessDefaultEngineList"/><PropertyValue name="SecureSourceLocalDirectory"/><PropertyValue name="SymbolPath"/><PropertyValue name="SymbolPathState"/><PropertyValue name="SymbolCacheDir"/><PropertyValue name="SymbolIncludeList"/><PropertyValue name="SymbolIncludeListState"/><PropertyValue name="SymbolExcludeList"/><PropertyValue name="SymbolExcludeListState"/></Category><Category name="Environment_Group" RegisteredName="Environment_Group"><Category name="Environment_Aliases" Category="{AD334E74-368A-4c46-9AF8-F53ABF0775F2}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_Aliases" PackageName="Visual Studio Environment Package"><Aliases Version="1.0"><Alias Name="immed" Definition="Tools.ImmediateMode"/><Alias Name="props" Definition="View.PropertiesWindow"/><Alias Name="memory1" Definition="Debug.Memory1"/><Alias Name="memory2" Definition="Debug.Memory2"/><Alias Name="memory3" Definition="Debug.Memory3"/><Alias Name="Lcase" Definition="Edit.MakeLowercase"/><Alias Name="memory4" Definition="Debug.Memory4"/><Alias Name="locals" Definition="Debug.Locals"/><Alias Name="kb" Definition="Debug.ListCallStack"/><Alias Name="da" Definition="Debug.ListMemory /Ansi"/><Alias Name="db" Definition="Debug.ListMemory /Format:OneByte"/><Alias Name="DelEOL" Definition="Edit.DeleteToEOL"/><Alias Name="dc" Definition="Debug.ListMemory /Format:FourBytes /Ansi"/><Alias Name="dd" Definition="Debug.ListMemory /Format:FourBytes"/><Alias Name="df" Definition="Debug.ListMemory /Format:Float"/><Alias Name="WordWrap" Definition="Edit.ToggleWordWrap"/><Alias Name="AddProj" Definition="File.AddNewProject"/><Alias Name="dq" Definition="Debug.ListMemory /Format:EightBytes"/><Alias Name="du" Definition="Debug.ListMemory /Unicode"/><Alias Name="designer" Definition="View.ViewDesigner"/><Alias Name="ListMembers" Definition="Edit.ListMembers"/><Alias Name="code" Definition="View.ViewCode"/><Alias Name="ParamInfo" Definition="Edit.ParameterInfo"/><Alias Name="DelHSp" Definition="Edit.DeleteHorizontalWhiteSpace"/><Alias Name="TileH" Definition="Window.TileHorizontally"/><Alias Name="save" Definition="File.SaveSelectedItems"/><Alias Name="?" Definition="Debug.Print"/><Alias Name="callstack" Definition="Debug.CallStack"/><Alias Name="open" Definition="File.OpenFile"/><Alias Name="TileV" Definition="Window.TileVertically"/><Alias Name="OutlineDefs" Definition="Edit.CollapsetoDefinitions"/><Alias Name="CloseAll" Definition="Window.CloseAllDocuments"/><Alias Name="ToggleBook" Definition="Edit.ToggleBookmark"/><Alias Name="InsertFile" Definition="Edit.InsertFileAsText"/><Alias Name="autos" Definition="Debug.Autos"/><Alias Name="SaveAll" Definition="File.SaveAll"/><Alias Name="new" Definition="File.NewFile"/><Alias Name="d" Definition="Debug.ListMemory"/><Alias Name="rtc" Definition="Debug.RunToCursor"/><Alias Name="navigate" Definition="View.WebBrowser"/><Alias Name="g" Definition="Debug.Start"/><Alias Name="k" Definition="Debug.ListCallStack"/><Alias Name="format" Definition="Edit.FormatSelection"/><Alias Name="n" Definition="Debug.SetRadix"/><Alias Name="p" Definition="Debug.StepOver"/><Alias Name="q" Definition="Debug.StopDebugging"/><Alias Name="r" Definition="Debug.ListRegisters"/><Alias Name="t" Definition="Debug.StepInto"/><Alias Name="~*kb" Definition="Debug.ListCallStack /AllThreads"/><Alias Name="u" Definition="Debug.ListDisassembly"/><Alias Name="nf" Definition="File.NewFile"/><Alias Name="registers" Definition="Debug.Registers"/><Alias Name="LineCut" Definition="Edit.LineCut"/><Alias Name="memory" Definition="memory1"/><Alias Name="|" Definition="Debug.ListProcesses"/><Alias Name="~" Definition="Debug.ListThreads"/><Alias Name="np" Definition="File.NewProject"/><Alias Name="DelBOL" Definition="Edit.DeleteToBOL"/><Alias Name="~*k" Definition="Debug.ListCallStack /AllThreads"/><Alias Name="NextBook" Definition="Edit.NextBookmark"/><Alias Name="TaskList" Definition="View.TaskList"/><Alias Name="Ucase" Definition="Edit.MakeUppercase"/><Alias Name="NewProj" Definition="File.NewProject"/><Alias Name="Untabify" Definition="Edit.UntabifySelectedLines"/><Alias Name="GotoBrace" Definition="Edit.GotoBrace"/><Alias Name="cls" Definition="Edit.ClearAll"/><Alias Name="shell" Definition="Tools.Shell"/><Alias Name="of" Definition="File.OpenFile"/><Alias Name="log" Definition="Tools.LogCommandWindowOutput"/><Alias Name="print" Definition="File.Print"/><Alias Name="op" Definition="File.OpenProject"/><Alias Name="eval" Definition="Debug.EvaluateStatement"/><Alias Name="alias" Definition="Tools.Alias"/><Alias Name="watch" Definition="Debug.Watch"/><Alias Name="cmd" Definition="View.CommandWindow"/><Alias Name="help" Definition="Help.F1Help"/><Alias Name="GotoLn" Definition="Edit.GoTo"/><Alias Name="disasm" Definition="Debug.Disassembly"/><Alias Name="redo" Definition="Edit.Redo"/><Alias Name="undo" Definition="Edit.Undo"/><Alias Name="tabify" Definition="Edit.TabifySelectedLines"/><Alias Name="LineDel" Definition="Edit.LineDelete"/><Alias Name="StopOutlining" Definition="Edit.CollapsetoDefinitions"/><Alias Name="pr" Definition="Debug.StepOut"/><Alias Name="SaveAs" Definition="File.SaveSelectedItemsAs"/><Alias Name="FullScreen" Definition="View.FullScreen"/><Alias Name="nav" Definition="navigate"/><Alias Name="SwapAnchor" Definition="Edit.SwapAnchor"/><Alias Name="exit" Definition="File.Exit"/><Alias Name="threads" Definition="Debug.Threads"/><Alias Name="PrevBook" Definition="Edit.PreviousBookmark"/><Alias Name="close" Definition="File.Close"/><Alias Name="toolbox" Definition="View.Toolbox"/><Alias Name="bl" Definition="Debug.Breakpoints"/><Alias Name="bp" Definition="Debug.ToggleBreakpoint"/><Alias Name="??" Definition="Debug.QuickWatch"/><Alias Name="StopFind" Definition="Edit.FindInFiles /stop"/><Alias Name="ClearBook" Definition="Edit.ClearBookmarks"/></Aliases></Category><Category name="Environment_CallBrowser" Category="{50B05A5D-9174-48eb-851A-B1C616A0B43D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_CallBrowser" PackageName="Visual Studio Environment Package"><PropertyValue name="CallBrowserSortAlphabetically">true</PropertyValue><PropertyValue name="CallBrowserSortByAccess">false</PropertyValue><PropertyValue name="CallBrowserShowFullyQualifiedNames">true</PropertyValue></Category><Category name="Environment_ClassView" Category="{40AF29AB-4C5B-412A-9CE8-465C4FCFE41D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ClassView" PackageName="Visual Studio Environment Package"><PropertyValue name="ClassViewShowProjectReferences">true</PropertyValue><PropertyValue name="ClassViewShowHiddenTypesAndMembers">false</PropertyValue><PropertyValue name="ClassViewTypesSortAlphabetically">true</PropertyValue><PropertyValue name="ClassViewTypesSortByType">false</PropertyValue><PropertyValue name="ClassViewTypesSortByAccess">false</PropertyValue><PropertyValue name="ClassViewTypesGroupByType">false</PropertyValue><PropertyValue name="ClassViewSearchResultsSortByBestMatch">true</PropertyValue><PropertyValue name="ClassViewSearchResultsSortAlphabetically">false</PropertyValue><PropertyValue name="ClassViewSearchResultsSortByType">false</PropertyValue><PropertyValue name="ClassViewSearchResultsSortByAccess">false</PropertyValue><PropertyValue name="ClassViewSearchResultsGroupByType">false</PropertyValue><PropertyValue name="ClassViewMembersViewPublic">true</PropertyValue><PropertyValue name="ClassViewMembersViewProtected">true</PropertyValue><PropertyValue name="ClassViewMembersViewPrivate">true</PropertyValue><PropertyValue name="ClassViewMembersViewOther">true</PropertyValue><PropertyValue name="ClassViewMembersShowInherited">true</PropertyValue><PropertyValue name="ClassViewShowExtensionMembers">false</PropertyValue><PropertyValue name="ClassViewShowBaseTypes">true</PropertyValue><PropertyValue name="ClassViewShowDerivedTypes">true</PropertyValue><PropertyValue name="ClassViewMembersSortAlphabetically">true</PropertyValue><PropertyValue name="ClassViewMembersSortByType">false</PropertyValue><PropertyValue name="ClassViewMembersSortByAccess">false</PropertyValue></Category><Category name="Environment_CommandBars" Category="{B9D9C123-B500-4202-B887-57C829CBD08F}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_CommandBars" PackageName="Visual Studio Environment Package"><CommandBars Version="05072811"><DefaultCustomizations><remove_group Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e93" GroupPri="a8000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove_group Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e8a" GroupPri="ff000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove_group Group="{234A7FC1-CFE9-4335-9E82-061F86E402C1}:00000147" GroupPri="c4000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000144" GroupPri="d0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><remove_group Group="{74D21310-2AEE-11D1-8BFB-00A0C90F26F7}:00000408" GroupPri="80000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085"/><remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00003e95" GroupPri="ff100000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085"/><remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001b0" GroupPri="ff300000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085"/><remove_group Group="{495620D7-1489-46F8-9251-8A32D53B2194}:00001000" GroupPri="ff400000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085"/><remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000159" GroupPri="ff800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000085"/><remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000119" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000308"/><remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000011a" GroupPri="00100000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000309"/><remove_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000724" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000035d"/><remove_group Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000553" GroupPri="01030000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/><remove_group Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000007" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><add_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000119" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><add_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000011a" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><add_group Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000724" GroupPri="02000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><modify_toolbar Menu="{F65C9B12-9CC9-498A-AB19-6CBE3D2C6BC6}:00000002" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,115,75"/><modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000000d" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,81,75"/><modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000012" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,92,75"/><modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000013" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,192,75"/><modify_toolbar Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000701" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,92,75"/><modify_toolbar Menu="{732ABE74-CD80-11D0-A2DB-00AA00A3EFFF}:00000001" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,334,75"/><modify_toolbar Menu="{732ABE74-CD80-11D0-A2DB-00AA00A3EFFF}:0000000b" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,242,75"/><modify_toolbar Menu="{732ABE74-CD80-11D0-A2DB-00AA00A3EFFF}:00000101" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,681,75"/><modify_toolbar Menu="{732ABE74-CD80-11D0-A2DB-00AA00A3EFFF}:00000107" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,196,75"/><modify_toolbar Menu="{74D21312-2AEE-11D1-8BFB-00A0C90F26F7}:00000601" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,652,75"/><modify_toolbar Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,357,75"/><modify_toolbar Menu="{AA8EB8CD-7A51-11D0-92C3-00A0C9138C45}:00005dc0" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,317,75"/><modify_toolbar Menu="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000001" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,719,75"/><modify_toolbar Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000420" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,593,75"/><modify_toolbar Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Visibility="auto" FullScreen="hide" Dock="top" Row="1" DockRectangle="2,23,180,49"/><modify_toolbar Menu="{061317B2-F992-435E-A23D-9EAD4B972ED5}:00000102" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,553,75"/><modify_toolbar Menu="{23D49123-60AC-4D7E-939A-E01A4E176BEE}:00000301" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,140,75"/><modify_toolbar Menu="{B85579AA-8BE0-4C4F-A850-90902B317571}:00004000" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,196,75"/><modify_toolbar Menu="{B85579AA-8BE0-4C4F-A850-90902B317571}:00004101" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,115,75"/><modify_toolbar Menu="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00000010" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,720,75"/><modify_toolbar Menu="{D7E8C5E1-BDB8-11D0-9C88-0000F8040A53}:00001077" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,366,75"/><modify_toolbar Menu="{D245F357-3F45-4516-B1E6-04608DA126CC}:000000f2" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,327,75"/><modify_toolbar Menu="{CB3675B8-701E-4F56-9167-2714E167FF3F}:00001003" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,387,75"/><modify_toolbar Menu="{CB3675B8-701E-4F56-9167-2714E167FF3F}:0000100b" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,277,75"/><modify_toolbar Menu="{E148F049-C570-4F55-84A6-6DA870AF229E}:00001388" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,375,75"/><modify_toolbar Menu="{E148F049-C570-4F55-84A6-6DA870AF229E}:000013d8" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,615,75"/><modify_toolbar Menu="{A764E896-518D-11D2-9A89-00C04F79EFC3}:00000103" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,288,75"/><modify_toolbar Menu="{01FFC5A8-1587-4EE2-B368-721B9769E2BF}:00001801" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,277,75"/><modify_toolbar Menu="{89F1DC8E-EA0F-453E-A7E6-06312C8A9F7E}:00001802" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,306,75"/><modify_toolbar Menu="{F5EAC013-F209-453B-A2F3-CDF43821C24E}:00000302" Visibility="auto" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,381,75"/><modify_toolbar Menu="{5CA416D7-6C90-4C93-8139-1EFEC8526B04}:00000001" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,558,75"/><modify_toolbar Menu="{5CA416D7-6C90-4C93-8139-1EFEC8526B04}:00000002" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,138,75"/><modify_toolbar Menu="{2D1CF427-BA58-4E35-BED7-BBB8C9691C56}:00000101" Visibility="hide" FullScreen="hide" Dock="top" Row="2" DockRectangle="0,49,225,75"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d8" CmdPri="00100001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{C7547851-4E3A-4E5B-9173-FA6E9C8BD82C}:0000002b" CmdPri="00180001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000de" CmdPri="001c8001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000061" CmdPri="03008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="03010001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="03018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b4" CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b3" CmdPri="01010001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="01018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f9" CmdPri="01020001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fa" CmdPri="01028001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="81800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="81808001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003d1" CmdPri="00400001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000061" CmdPri="00600001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000e6" CmdPri="00700001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000008f" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="04001000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="04002000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000143" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000007d5" CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014d" GroupPri="f1000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000462" CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000257" CmdPri="00900001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000786" CmdPri="00c00001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000008d5" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ed" CmdPri="03800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000eb" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ea" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000002a" CmdPri="06000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ec" CmdPri="06008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{E8B06F44-6D01-11D2-AA7D-00C04F990343}:00001387" CmdPri="08000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000257" CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003ff" CmdPri="05508001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002d2" GroupPri="01700000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d"/><add Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002d2" GroupPri="01700000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000040d"/><add Cmd="{23D49123-60AC-4D7E-939A-E01A4E176BEE}:00000001" CmdPri="02008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019e" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000502"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000376" CmdPri="06800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="08400001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f9" CmdPri="09600001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fa" CmdPri="09f00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fe" CmdPri="0a380001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ff" CmdPri="0d000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><add Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" CmdPri="0e000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><add Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000108" CmdPri="00001000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="00800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="00c00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01e00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="03000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="05008001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d6" CmdPri="05010001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="06000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d4" CmdPri="06000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="01008001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="01010001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><add Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:01000300" CmdPri="01018001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><add Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01020001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000007b8" CmdPri="03000000" Group="{F65C9B12-9CC9-498A-AB19-6CBE3D2C6BC6}:00000103" GroupPri="09000000" Menu="{F65C9B12-9CC9-498A-AB19-6CBE3D2C6BC6}:00000001"/><remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000008c" CmdPri="00000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000103" GroupPri="05000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000000"/><remove Cmd="{061317B2-F992-435E-A23D-9EAD4B972ED5}:00000101" CmdPri="00010000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000104" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000000"/><remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000501" CmdPri="00200000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000de" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000503" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000173" GroupPri="05000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000032a" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000173" GroupPri="05000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b4" CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002ac" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000007c6" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000115" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000177" GroupPri="0b000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000151" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000177" GroupPri="0b000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ee" CmdPri="02500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000008c5" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000502" CmdPri="ff000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000502" CmdPri="ff000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000dd" CmdPri="01800000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000119" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000181" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000119" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><remove Cmd="{495620D7-1489-46F8-9251-8A32D53B2194}:00000400" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000011a" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000000df" CmdPri="03100000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000112" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003bf" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000112" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000014e" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000120" GroupPri="0c000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000150" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000120" GroupPri="0c000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><remove Cmd="{4A79114A-19E4-11D3-B86B-00C04F79F802}:00000121" CmdPri="05010000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000114" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000030f" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000121" GroupPri="fe800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000080"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000085a" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000129" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000085b" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000129" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000028f" CmdPri="05010000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012a" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003d1" CmdPri="00400001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove Cmd="{D309F791-903F-11D0-9EFC-00A0C911004F}:00003ea3" CmdPri="00800000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000e7" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000077b" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove Cmd="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea0" CmdPri="fe000000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e93" GroupPri="a8000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove Cmd="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e9e" CmdPri="ff000000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e93" GroupPri="a8000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000105" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000133" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000c7" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000133" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000004" CmdPri="de000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000135" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ea" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000721" GroupPri="07500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000008d5" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000721" GroupPri="07500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000462" CmdPri="00500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000722" GroupPri="08000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000257" CmdPri="01500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000722" GroupPri="08000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000786" CmdPri="02500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000722" GroupPri="08000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ee" CmdPri="03500000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000722" GroupPri="08000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000723" GroupPri="08500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ed" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000723" GroupPri="08500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ec" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000723" GroupPri="08500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000002a" CmdPri="05000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000723" GroupPri="08500000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000029" CmdPri="00000000" Group="{234A7FC1-CFE9-4335-9E82-061F86E402C1}:00000568" GroupPri="09200000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000329" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000137" GroupPri="0a000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000032a" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000137" GroupPri="0a000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}:00000165" CmdPri="06660000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000137" GroupPri="0a000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{4A9B7E50-AA16-11D0-A8C5-00A0C921A4D2}:00000166" CmdPri="06670000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000137" GroupPri="0a000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000eb" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000131" GroupPri="0c000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000e8" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000131" GroupPri="0c000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000000dc" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000136" GroupPri="ee000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000bd" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000136" GroupPri="ee000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000019c" CmdPri="01800000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014c" GroupPri="00800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000001ba" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014c" GroupPri="00800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000192" CmdPri="04800000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014c" GroupPri="00800000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000045d" CmdPri="03000000" Group="{234A7FC1-CFE9-4335-9E82-061F86E402C1}:00000147" GroupPri="c4000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000045a" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000141" GroupPri="f0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003be" CmdPri="04100000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000141" GroupPri="f0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><remove Cmd="{C90DA239-5787-47F4-8477-14580555AD76}:00001029" CmdPri="01000000" Group="{5E538604-0124-48B8-B860-4905AF1EE74D}:00001028" GroupPri="f0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000109" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000160" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000086"/><remove Cmd="{4A79114A-19E4-11D3-B86B-00C04F79F802}:00000107" CmdPri="02000000" Group="{4A79114B-19E4-11D3-B86B-00C04F79F802}:00000040" GroupPri="00250000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000088"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000377" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000281" GroupPri="02000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000008c"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000379" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000281" GroupPri="02000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000008c"/><remove Cmd="{E8B06F44-6D01-11D2-AA7D-00C04F990343}:00001387" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019e" GroupPri="00700000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ef" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ed" CmdPri="03800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ec" CmdPri="06008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003d2" CmdPri="01200000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000724" GroupPri="02000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003ff" CmdPri="05508001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000001ba" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000352"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000037f" CmdPri="04000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000206" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000c7" CmdPri="02000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000209" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000430"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000019c" CmdPri="06000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002c0" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000500"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000192" CmdPri="0d000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002c0" GroupPri="00000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000500"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000046" CmdPri="01000000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000551" GroupPri="01010000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000045" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000551" GroupPri="01010000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="01000000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000552" GroupPri="01020000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000552" GroupPri="01020000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000098" CmdPri="01300000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000553" GroupPri="01030000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/><remove Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000097" CmdPri="01400000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00000553" GroupPri="01030000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:0000000e"/><remove Cmd="{6CD672F5-9C1A-11D1-ADE3-00C04FB6BE4C}:00008924" CmdPri="08000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002b4" GroupPri="fe700000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1"/><remove Cmd="{6CD672F5-9C1A-11D1-ADE3-00C04FB6BE4C}:00008925" CmdPri="09000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000002b4" GroupPri="fe700000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1"/><remove Cmd="{4A79114A-19E4-11D3-B86B-00C04F79F802}:00000107" CmdPri="00300000" Group="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000068" GroupPri="00400000" Menu="{E8B06F42-6D01-11D2-AA7D-00C04F990343}:00000001"/><remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000009" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000170" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b4" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000106" CmdPri="08000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000125" CmdPri="09000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000128" CmdPri="0a000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fe" CmdPri="0a380001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000105" CmdPri="0b000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000106" CmdPri="0d000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d5" CmdPri="0e000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000153" CmdPri="0f000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000411" CmdPri="0f000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f9" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fa" CmdPri="07000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fe" CmdPri="16000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000006" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000416" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000007" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000115" CmdPri="11000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000119" GroupPri="0a000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000100" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01e00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000108" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="03000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d4" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="05008001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d6" CmdPri="05010001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000408" CmdPri="00000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="09000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d6" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d4" CmdPri="06000001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000131" CmdPri="07000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000405" CmdPri="00000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000118" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000101" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000118" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000103" CmdPri="0e000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000118" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402"/><remove Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:01000300" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011f" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000408"/><remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000408" CmdPri="00000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="09000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000127" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011b" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b4" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011b" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000b3" CmdPri="07000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011b" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000128" CmdPri="09000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011b" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01020001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f9" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fa" CmdPri="07000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:0000013a" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000025" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000011a" GroupPri="07000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421"/><remove Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000178" CmdPri="03000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000136" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:0000050c"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000d8" CmdPri="00100001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Style="0"/><modify Cmd="{C7547851-4E3A-4E5B-9173-FA6E9C8BD82C}:0000002b" CmdPri="00180001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000171" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Style="0"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000061" CmdPri="03008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Style="0" BeginGroup="true"/><modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000088" CmdPri="03010001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" BeginGroup="true"/><modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000089" CmdPri="03018001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000172" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" BeginGroup="false"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="81800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Style="0"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="81800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000178" GroupPri="0d000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001" Style="0"/><modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:0000008f" CmdPri="03000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000012d" GroupPri="a0000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000081" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000140" CmdPri="05280001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000135" GroupPri="07000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000082" Style="0"/><modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:000007d5" CmdPri="01008001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000014d" GroupPri="f1000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000083" BeginGroup="true"/><modify Cmd="{E8B06F44-6D01-11D2-AA7D-00C04F990343}:00001387" CmdPri="08000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:0000019f" GroupPri="01000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000257" CmdPri="00800001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" Style="0"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ec" CmdPri="01000000" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" BeginGroup="false"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000462" CmdPri="05504001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" Style="0"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000003ff" CmdPri="05508001" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:000001a1" GroupPri="03000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000300" Style="0"/><modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000081" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e90" GroupPri="fe800000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1" BeginGroup="true"/><modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000081" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e90" GroupPri="fe800000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1" BeginGroup="true"/><modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000081" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e90" GroupPri="fe800000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1" BeginGroup="true"/><modify Cmd="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}:00000081" CmdPri="01100000" Group="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003e90" GroupPri="fe800000" Menu="{9ADF33D0-8AAD-11D0-B606-00A0C922E851}:00003ea1" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000376" CmdPri="06800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f8" CmdPri="08400001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000fe" CmdPri="0a380001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:00000153" CmdPri="0f000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000004" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000ff" CmdPri="0d000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true"/><modify Cmd="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" CmdPri="0e000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000005" GroupPri="04000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000401" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f0" CmdPri="00800001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01e00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="false"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01e00001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="false"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="05008001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000002" GroupPri="01000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/><modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:01000300" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="false"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="06000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/><modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/><modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/><modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/><modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/><modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/><modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:00000104" CmdPri="05000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000117" GroupPri="05000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000402" BeginGroup="true"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409" Style="0"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000002eb" CmdPri="01000000" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000116" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000409" Style="0"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f2" CmdPri="01010001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Style="0"/><modify Cmd="{C9DD4A59-47FB-11D2-83E7-00C04F9902C1}:01000300" CmdPri="01018001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Style="0"/><modify Cmd="{5EFC7975-14BC-11CF-9B2B-00AA00573819}:000000f3" CmdPri="01020001" Group="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000011" GroupPri="03000000" Menu="{C9DD4A58-47FB-11D2-83E7-00C04F9902C1}:00000421" Style="0"/></DefaultCustomizations><UserCustomizations/></CommandBars><PropertyValue name="ShowLargeButtons">false</PropertyValue><PropertyValue name="ShowScreenTips">true</PropertyValue><PropertyValue name="ShowScreenTipShortcutKeys">false</PropertyValue></Category><Category name="Environment_DefaultEditors" Category="{68161AEE-BCA8-4214-B2E4-7875263E49C5}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_DefaultEditors" PackageName="Visual Studio Environment Package"><PropertyValue name="NumberOfMappings">0</PropertyValue><PropertyValue name="NumberOfDefaultEditors">0</PropertyValue></Category><Category name="Environment_ErrorList" Category="{68897077-DF64-4628-9BD4-025923684F2F}" Package="{4A9B7E50-AA16-11d0-A8C5-00A0C921A4D2}" RegisteredName="Environment_ErrorList" PackageName="Visual Studio Task List Package"><PropertyValue name="Version">1</PropertyValue><PropertyValue name="ErrorListShowsErrors">true</PropertyValue><PropertyValue name="ErrorListShowsWarnings">true</PropertyValue><PropertyValue name="ErrorListShowsMessages">true</PropertyValue><PropertyValue name="ActiveProvider">{7E5BB8D2-57E5-4FA9-9542-3870395C16A1}</PropertyValue><TaskProviders><Provider GUID="{7E5BB8D2-57E5-4FA9-9542-3870395C16A1}"><Columns><Column Name="Priority" Width="20" Visibility="Invisible" SortPriority="-1" SortDirection="Up"/><Column Name="Bitmap" Width="17" Visibility="Visible" SortPriority="-1" SortDirection="Up"/><Column Name="ProviderKnowsOrder" Width="19" Visibility="Visible" SortPriority="-1" SortDirection="Up"/><Column Name="Checked" Width="28" Visibility="Invisible" SortPriority="-1" SortDirection="Up"/><Column Name="Description" Width="1199" Visibility="Visible" SortPriority="0" SortDirection="Up"/><Column Name="File" Width="120" Visibility="Visible" SortPriority="-1" SortDirection="Up"/><Column Name="Line" Width="70" Visibility="Visible" SortPriority="-1" SortDirection="Up"/><Column Name="Column" Width="70" Visibility="Visible" SortPriority="-1" SortDirection="Up"/><Column Name="Project" Width="120" Visibility="Visible" SortPriority="-1" SortDirection="Up"/><Column Name="Category" Width="0" Visibility="Invisible" SortPriority="-1" SortDirection="Up"/><Column Name="Subcategory" Width="0" Visibility="Invisible" SortPriority="-1" SortDirection="Up"/></Columns></Provider></TaskProviders></Category><Category name="Environment_Expansions" Category="{0B9A10B2-C0D0-4a6a-8353-115E9CACF34A}" Package="{F5E7E720-1401-11d1-883B-0000F87579D2}" RegisteredName="Environment_Expansions" PackageName="Text Management Package"><Expansions Default="true" Version="1.0"/></Category><Category name="Environment_ExtensionManager" Category="{539391d7-9414-4715-b033-8669db0abee1}" Package="{e7576c05-1874-450c-9e98-cf3a0897a069}" RegisteredName="Environment_ExtensionManager" PackageName="Microsoft.VisualStudio.ExtensionManager.VSPackage.ExtensionManagerPackage, Microsoft.VisualStudio.ExtensionManager.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"><PropertyValue name="AutomaticallyCheckForUpdates">False</PropertyValue><PropertyValue name="EnableAdminExtensions">True</PropertyValue><PropertyValue name="EnableOnline">True</PropertyValue></Category><Category name="Environment_ExternalTools" Category="{E8FAE9E8-FBA2-4474-B134-AB0FFCFB291D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ExternalTools" PackageName="Visual Studio Environment Package"><PropertyValue name="ToolNames"/></Category><Category name="Environment_FindSymbol" Category="{C93260BC-0C07-484a-8188-6F4763BD7FD4}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FindSymbol" PackageName="Visual Studio Environment Package"><PropertyValue name="FindOptionsIsExpanded">false</PropertyValue><PropertyValue name="LookinReferencesIsChecked">true</PropertyValue><PropertyValue name="MatchCaseIsChecked">false</PropertyValue><PropertyValue name="Type">2</PropertyValue><PropertyValue name="SelectedScope">{B1BA9461-FC54-45B3-A484-CB6DD0B95C94}</PropertyValue><PropertyValue name="SelectedScopeSubScope">0</PropertyValue></Category><Category name="Environment_FontsAndColors" Category="{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FontsAndColors" PackageName="Visual Studio Environment Package"> + <FontsAndColors Version="2.0"> + <Categories/> + </FontsAndColors> + <PropertyValue name="Version">2</PropertyValue> + </Category><Category name="Environment_KeyBindings" Category="{F09035F1-80D2-4312-8EC4-4D354A4BCB4C}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_KeyBindings" PackageName="Visual Studio Environment Package"> + <Version>10.0.0.0</Version> + <KeyboardShortcuts> + <ScopeDefinitions> + <Scope Name="Text Editor" ID="{8B382828-6202-11D1-8870-0000F87579D2}"/> + <Scope Name="Query Designer" ID="{B2C40B32-3A37-4CA9-97B9-FA44248B69FF}"/> + <Scope Name="WebBrowser" ID="{E8B06F41-6D01-11D2-AA7D-00C04F990343}"/> + <Scope Name="DataSet Editor" ID="{B334A759-F450-40A5-BE2A-65937BCD5415}"/> + <Scope Name="View Designer" ID="{B968E165-98E0-41F0-8FBE-A8ED1D246A90}"/> + <Scope Name="Global" ID="{5EFC7975-14BC-11CF-9B2B-00AA00573819}"/> + <Scope Name="Diseñador de bases de datos" ID="{CFF78A9B-78A3-45A3-9142-0267AFC261FA}"/> + <Scope Name="Diseñador de configuración" ID="{515231AD-C9DC-4AA3-808F-E1B65E72081C}"/> + <Scope Name="VisualStudio" ID="{B465B5AD-8799-4507-B90A-EE29ACF36AF9}"/> + <Scope Name="Windows Forms Designer" ID="{BA09E2AF-9DF2-4068-B2F0-4C7E5CC19E2F}"/> + <Scope Name="Managed Resources Editor" ID="{FEA4DCC9-3645-44CD-92E7-84B55A16465C}"/> + <Scope Name="Diseñador de tablas" ID="{4194FEE5-6777-419F-A5FC-47A536DF1BDB}"/> + </ScopeDefinitions> + <DefaultShortcuts> + <RemoveShortcut Command="Debug.ApplyCodeChanges" Scope="Global">Alt+F10</RemoveShortcut> + <RemoveShortcut Command="Debug.ShowNextStatement" Scope="Global">Alt+Núm. *</RemoveShortcut> + <RemoveShortcut Command="Edit.CharTranspose" Scope="Text Editor">Ctrl+T</RemoveShortcut> + <RemoveShortcut Command="Edit.FindAllReferences" Scope="Global">Mayús.+F12</RemoveShortcut> + <RemoveShortcut Command="Edit.GotoBrace" Scope="Text Editor">Ctrl++</RemoveShortcut> + <RemoveShortcut Command="Edit.GotoBraceExtend" Scope="Text Editor">Ctrl+Mayús.++</RemoveShortcut> + <RemoveShortcut Command="Edit.GoToDefinition" Scope="Global">F2</RemoveShortcut> + <RemoveShortcut Command="Edit.GoToFindCombo" Scope="Global">Ctrl+D</RemoveShortcut> + <RemoveShortcut Command="Edit.GoToNextLocation" Scope="Global">F8</RemoveShortcut> + <RemoveShortcut Command="Edit.GoToPrevLocation" Scope="Global">Mayús.+F8</RemoveShortcut> + <RemoveShortcut Command="Edit.LineCut" Scope="Text Editor">Ctrl+L</RemoveShortcut> + <RemoveShortcut Command="Edit.LineDelete" Scope="Text Editor">Ctrl+Mayús.+L</RemoveShortcut> + <RemoveShortcut Command="Edit.ToggleWordWrap" Scope="Text Editor">Ctrl+E, Ctrl+W</RemoveShortcut> + <RemoveShortcut Command="Edit.PasteParameterTip" Scope="Text Editor">Ctrl+Mayús.+Alt+P</RemoveShortcut> + <RemoveShortcut Command="Edit.Redo" Scope="Global">Ctrl+Y</RemoveShortcut> + <RemoveShortcut Command="Edit.ViewBottomExtend" Scope="Text Editor">Ctrl+Mayús.+Av Pág</RemoveShortcut> + <RemoveShortcut Command="Edit.ViewTopExtend" Scope="Text Editor">Ctrl+Mayús.+Re Pág</RemoveShortcut> + <RemoveShortcut Command="File.NewFile" Scope="Global">Ctrl+N</RemoveShortcut> + <RemoveShortcut Command="Project.Override" Scope="Global">Ctrl+Alt+Insert</RemoveShortcut> + <RemoveShortcut Command="Tools.GoToCommandLine" Scope="Global">Ctrl+7</RemoveShortcut> + <RemoveShortcut Command="View.BrowseNext" Scope="Global">Ctrl+Mayús.+1</RemoveShortcut> + <RemoveShortcut Command="View.BrowsePrevious" Scope="Global">Ctrl+Mayús.+2</RemoveShortcut> + <RemoveShortcut Command="View.PopBrowseContext" Scope="Global">Ctrl+Mayús.+8</RemoveShortcut> + <RemoveShortcut Command="Edit.PasteParameterTip" Scope="Text Editor">Alt+I</RemoveShortcut> + <Shortcut Command="Build.BuildSolution" Scope="Global">Ctrl+Mayús.+B</Shortcut> + <Shortcut Command="Data.StepInto" Scope="Global">Alt+F5</Shortcut> + <Shortcut Command="Debug.Autos" Scope="Global">Ctrl+Alt+V, A</Shortcut> + <Shortcut Command="Debug.BreakAll" Scope="Global">Ctrl+Inter</Shortcut> + <Shortcut Command="Debug.CallStack" Scope="Global">Ctrl+L</Shortcut> + <Shortcut Command="Debug.CallStack" Scope="Global">Ctrl+Alt+C</Shortcut> + <Shortcut Command="Debug.Exceptions" Scope="Global">Ctrl+Alt+E</Shortcut> + <Shortcut Command="Debug.Immediate" Scope="Global">Ctrl+G</Shortcut> + <Shortcut Command="Debug.Immediate" Scope="Global">Ctrl+Alt+I</Shortcut> + <Shortcut Command="Debug.Locals" Scope="Global">Ctrl+Alt+V, L</Shortcut> + <Shortcut Command="Debug.QuickWatch" Scope="Global">Mayús.+F9</Shortcut> + <Shortcut Command="Debug.QuickWatch" Scope="Global">Ctrl+Alt+Q</Shortcut> + <Shortcut Command="Debug.RunToCursor" Scope="Global">Ctrl+F8</Shortcut> + <Shortcut Command="Debug.RunToCursor" Scope="Global">Ctrl+F10</Shortcut> + <Shortcut Command="Debug.SetNextStatement" Scope="Global">Ctrl+F9</Shortcut> + <Shortcut Command="Debug.SetNextStatement" Scope="Global">Ctrl+Mayús.+F10</Shortcut> + <Shortcut Command="Debug.Start" Scope="Global">F5</Shortcut> + <Shortcut Command="Debug.StartWithoutDebugging" Scope="Global">Ctrl+F5</Shortcut> + <Shortcut Command="Debug.StepInto" Scope="Global">F8</Shortcut> + <Shortcut Command="Debug.StepInto" Scope="Global">F11</Shortcut> + <Shortcut Command="Debug.StepOut" Scope="Global">Ctrl+Mayús.+F8</Shortcut> + <Shortcut Command="Debug.StepOut" Scope="Global">Mayús.+F11</Shortcut> + <Shortcut Command="Debug.StepOver" Scope="Global">Mayús.+F8</Shortcut> + <Shortcut Command="Debug.StepOver" Scope="Global">F10</Shortcut> + <Shortcut Command="Debug.StopDebugging" Scope="Global">Ctrl+Alt+Inter</Shortcut> + <Shortcut Command="Debug.ToggleBreakpoint" Scope="Global">F9</Shortcut> + <Shortcut Command="Debug.Watch" Scope="Global">Ctrl+Alt+W, 1</Shortcut> + <Shortcut Command="Edit.BreakLine" Scope="Text Editor">Mayús.+Entrar</Shortcut> + <Shortcut Command="Edit.BreakLine" Scope="Text Editor">Entrar</Shortcut> + <Shortcut Command="Edit.CharLeft" Scope="Text Editor">Flecha izquierda</Shortcut> + <Shortcut Command="Edit.CharLeftExtend" Scope="Text Editor">Mayús.+Flecha izquierda</Shortcut> + <Shortcut Command="Edit.CharLeftExtendColumn" Scope="Text Editor">Mayús.+Alt+Flecha izquierda</Shortcut> + <Shortcut Command="Edit.CharRight" Scope="Text Editor">Flecha derecha</Shortcut> + <Shortcut Command="Edit.CharRightExtend" Scope="Text Editor">Mayús.+Flecha derecha</Shortcut> + <Shortcut Command="Edit.CharRightExtendColumn" Scope="Text Editor">Mayús.+Alt+Flecha derecha</Shortcut> + <Shortcut Command="Edit.CompleteWord" Scope="Text Editor">Alt+Flecha derecha</Shortcut> + <Shortcut Command="Edit.CompleteWord" Scope="Text Editor">Ctrl+Espacio</Shortcut> + <Shortcut Command="Edit.Copy" Scope="Global">Ctrl+C</Shortcut> + <Shortcut Command="Edit.Copy" Scope="Global">Ctrl+Insert</Shortcut> + <Shortcut Command="Edit.Cut" Scope="Global">Ctrl+X</Shortcut> + <Shortcut Command="Edit.Cut" Scope="Global">Mayús.+Supr</Shortcut> + <Shortcut Command="Edit.CycleClipboardRing" Scope="Global">Ctrl+Mayús.+V</Shortcut> + <Shortcut Command="Edit.CycleClipboardRing" Scope="Global">Ctrl+Mayús.+Insert</Shortcut> + <Shortcut Command="Edit.DecreaseFilterLevel" Scope="Text Editor">Alt+,</Shortcut> + <Shortcut Command="Edit.Delete" Scope="Global">Supr</Shortcut> + <Shortcut Command="Edit.DeleteBackwards" Scope="Text Editor">Mayús.+Retroceso</Shortcut> + <Shortcut Command="Edit.DeleteBackwards" Scope="Text Editor">Retroceso</Shortcut> + <Shortcut Command="Edit.DeleteHorizontalWhiteSpace" Scope="Text Editor">Ctrl+K, Ctrl+º</Shortcut> + <Shortcut Command="Edit.DocumentEnd" Scope="Text Editor">Ctrl+Fin</Shortcut> + <Shortcut Command="Edit.DocumentEndExtend" Scope="Text Editor">Ctrl+Mayús.+Fin</Shortcut> + <Shortcut Command="Edit.DocumentStart" Scope="Text Editor">Ctrl+Inicio</Shortcut> + <Shortcut Command="Edit.DocumentStartExtend" Scope="Text Editor">Ctrl+Mayús.+Inicio</Shortcut> + <Shortcut Command="Edit.Find" Scope="Global">Ctrl+F</Shortcut> + <Shortcut Command="Edit.FindAllReferences" Scope="Global">Alt+F2</Shortcut> + <Shortcut Command="Edit.FindinFiles" Scope="Global">Ctrl+Mayús.+F</Shortcut> + <Shortcut Command="Edit.FindNext" Scope="Global">F3</Shortcut> + <Shortcut Command="Edit.FindNextSelected" Scope="Global">Ctrl+F3</Shortcut> + <Shortcut Command="Edit.FindPrevious" Scope="Global">Mayús.+F3</Shortcut> + <Shortcut Command="Edit.FindPreviousSelected" Scope="Global">Ctrl+Mayús.+F3</Shortcut> + <Shortcut Command="Edit.FindSymbol" Scope="Global">Alt+F12</Shortcut> + <Shortcut Command="Edit.FormatDocument" Scope="Text Editor">Ctrl+K, Ctrl+D</Shortcut> + <Shortcut Command="Edit.FormatSelection" Scope="Text Editor">Ctrl+K, Ctrl+F</Shortcut> + <Shortcut Command="Edit.GoToDeclaration" Scope="Global">Ctrl+F12</Shortcut> + <Shortcut Command="Edit.GoToDefinition" Scope="Global">Mayús.+F2</Shortcut> + <Shortcut Command="Edit.GoToReference" Scope="Text Editor">Mayús.+F12</Shortcut> + <Shortcut Command="Edit.IncreaseFilterLevel" Scope="Text Editor">Alt+.</Shortcut> + <Shortcut Command="Edit.IncrementalSearch" Scope="Text Editor">Alt+I</Shortcut> + <Shortcut Command="Edit.InsertTab" Scope="Text Editor">Tabulador</Shortcut> + <Shortcut Command="Edit.LineCut" Scope="Text Editor">Ctrl+Y</Shortcut> + <Shortcut Command="Edit.LineDown" Scope="Text Editor">Flecha abajo</Shortcut> + <Shortcut Command="Edit.LineDownExtend" Scope="Text Editor">Mayús.+Flecha abajo</Shortcut> + <Shortcut Command="Edit.LineDownExtendColumn" Scope="Text Editor">Mayús.+Alt+Flecha abajo</Shortcut> + <Shortcut Command="Edit.LineEnd" Scope="Text Editor">Fin</Shortcut> + <Shortcut Command="Edit.LineEndExtend" Scope="Text Editor">Mayús.+Fin</Shortcut> + <Shortcut Command="Edit.LineEndExtendColumn" Scope="Text Editor">Mayús.+Alt+Fin</Shortcut> + <Shortcut Command="Edit.LineOpenAbove" Scope="Text Editor">Ctrl+Entrar</Shortcut> + <Shortcut Command="Edit.LineOpenBelow" Scope="Text Editor">Ctrl+Mayús.+Entrar</Shortcut> + <Shortcut Command="Edit.LineStart" Scope="Text Editor">Inicio</Shortcut> + <Shortcut Command="Edit.LineStartExtend" Scope="Text Editor">Mayús.+Inicio</Shortcut> + <Shortcut Command="Edit.LineStartExtendColumn" Scope="Text Editor">Mayús.+Alt+Inicio</Shortcut> + <Shortcut Command="Edit.LineTranspose" Scope="Text Editor">Mayús.+Alt+T</Shortcut> + <Shortcut Command="Edit.LineUp" Scope="Text Editor">Flecha arriba</Shortcut> + <Shortcut Command="Edit.LineUpExtend" Scope="Text Editor">Mayús.+Flecha arriba</Shortcut> + <Shortcut Command="Edit.LineUpExtendColumn" Scope="Text Editor">Mayús.+Alt+Flecha arriba</Shortcut> + <Shortcut Command="Edit.MakeLowercase" Scope="Text Editor">Ctrl+U</Shortcut> + <Shortcut Command="Edit.MakeUppercase" Scope="Text Editor">Ctrl+Mayús.+U</Shortcut> + <Shortcut Command="Edit.MoveControlDown" Scope="Global">Ctrl+Flecha abajo</Shortcut> + <Shortcut Command="Edit.MoveControlDownGrid" Scope="Global">Flecha abajo</Shortcut> + <Shortcut Command="Edit.MoveControlLeft" Scope="Global">Ctrl+Flecha izquierda</Shortcut> + <Shortcut Command="Edit.MoveControlLeftGrid" Scope="Global">Flecha izquierda</Shortcut> + <Shortcut Command="Edit.MoveControlRight" Scope="Global">Ctrl+Flecha derecha</Shortcut> + <Shortcut Command="Edit.MoveControlRightGrid" Scope="Global">Flecha derecha</Shortcut> + <Shortcut Command="Edit.MoveControlUp" Scope="Global">Ctrl+Flecha arriba</Shortcut> + <Shortcut Command="Edit.MoveControlUpGrid" Scope="Global">Flecha arriba</Shortcut> + <Shortcut Command="Edit.OpenFile" Scope="Global">Ctrl+Mayús.+G</Shortcut> + <Shortcut Command="Edit.OvertypeMode" Scope="Text Editor">Insert</Shortcut> + <Shortcut Command="Edit.PageDown" Scope="Text Editor">Av Pág</Shortcut> + <Shortcut Command="Edit.PageDownExtend" Scope="Text Editor">Mayús.+Av Pág</Shortcut> + <Shortcut Command="Edit.PageUp" Scope="Text Editor">Re Pág</Shortcut> + <Shortcut Command="Edit.PageUpExtend" Scope="Text Editor">Mayús.+Re Pág</Shortcut> + <Shortcut Command="Edit.Paste" Scope="Global">Ctrl+V</Shortcut> + <Shortcut Command="Edit.Paste" Scope="Global">Mayús.+Insert</Shortcut> + <Shortcut Command="Edit.QuickInfo" Scope="Text Editor">Ctrl+I</Shortcut> + <Shortcut Command="Edit.ListMembers" Scope="Text Editor">Ctrl+J</Shortcut> + <Shortcut Command="Edit.NextBookmark" Scope="Text Editor">Ctrl+K, N</Shortcut> + <Shortcut Command="Edit.ParameterInfo" Scope="Text Editor">Ctrl+Mayús.+I</Shortcut> + <Shortcut Command="Edit.ParameterInfo" Scope="Text Editor">Ctrl+Mayús.+Espacio</Shortcut> + <Shortcut Command="Edit.PreviousBookmark" Scope="Text Editor">Ctrl+K, P</Shortcut> + <Shortcut Command="Edit.NextMethod" Scope="Text Editor">Ctrl+Av Pág</Shortcut> + <Shortcut Command="Edit.NextMethod" Scope="Text Editor">Ctrl+Flecha abajo</Shortcut> + <Shortcut Command="Edit.PreviousMethod" Scope="Text Editor">Ctrl+Re Pág</Shortcut> + <Shortcut Command="Edit.PreviousMethod" Scope="Text Editor">Ctrl+Flecha arriba</Shortcut> + <Shortcut Command="Edit.ToggleBookmark" Scope="Text Editor">Ctrl+K, T</Shortcut> + <Shortcut Command="Edit.ClearBookmarks" Scope="Text Editor">Ctrl+K, Ctrl+L</Shortcut> + <Shortcut Command="Edit.ToggleTaskListShortcut" Scope="Text Editor">Ctrl+K, Ctrl+H</Shortcut> + <Shortcut Command="Edit.QuickFindSymbol" Scope="Global">Mayús.+Alt+F12</Shortcut> + <Shortcut Command="Edit.Redo" Scope="Global">Mayús.+Alt+Retroceso</Shortcut> + <Shortcut Command="Edit.Redo" Scope="Global">Ctrl+Mayús.+Z</Shortcut> + <Shortcut Command="Edit.Replace" Scope="Global">Ctrl+H</Shortcut> + <Shortcut Command="Edit.ReplaceinFiles" Scope="Global">Ctrl+Mayús.+H</Shortcut> + <Shortcut Command="Edit.ReverseIncrementalSearch" Scope="Text Editor">Mayús.+Alt+I</Shortcut> + <Shortcut Command="Edit.SelectAll" Scope="Global">Ctrl+A</Shortcut> + <Shortcut Command="Edit.SelectCurrentWord" Scope="Text Editor">Ctrl+Mayús.+W</Shortcut> + <Shortcut Command="Edit.SelectionCancel" Scope="Text Editor">Esc</Shortcut> + <Shortcut Command="Edit.SelectNextControl" Scope="Global">Tabulador</Shortcut> + <Shortcut Command="Edit.SelectPreviousControl" Scope="Global">Mayús.+Tabulador</Shortcut> + <Shortcut Command="Edit.SelectToLastGoBack" Scope="Text Editor">Ctrl+0</Shortcut> + <Shortcut Command="Edit.ShowTileGrid" Scope="Global">Entrar</Shortcut> + <Shortcut Command="Edit.SizeControlDown" Scope="Global">Ctrl+Mayús.+Flecha abajo</Shortcut> + <Shortcut Command="Edit.SizeControlDownGrid" Scope="Global">Mayús.+Flecha abajo</Shortcut> + <Shortcut Command="Edit.SizeControlLeft" Scope="Global">Ctrl+Mayús.+Flecha izquierda</Shortcut> + <Shortcut Command="Edit.SizeControlLeftGrid" Scope="Global">Mayús.+Flecha izquierda</Shortcut> + <Shortcut Command="Edit.SizeControlRight" Scope="Global">Ctrl+Mayús.+Flecha derecha</Shortcut> + <Shortcut Command="Edit.SizeControlRightGrid" Scope="Global">Mayús.+Flecha derecha</Shortcut> + <Shortcut Command="Edit.SizeControlUp" Scope="Global">Ctrl+Mayús.+Flecha arriba</Shortcut> + <Shortcut Command="Edit.SizeControlUpGrid" Scope="Global">Mayús.+Flecha arriba</Shortcut> + <Shortcut Command="Edit.StopHidingCurrent" Scope="Text Editor">Ctrl+M, Ctrl+U</Shortcut> + <Shortcut Command="Edit.StopOutlining" Scope="Text Editor">Ctrl+M, Ctrl+P</Shortcut> + <Shortcut Command="Edit.StopSearch" Scope="Global">Alt+F3, S</Shortcut> + <Shortcut Command="Edit.TabLeft" Scope="Text Editor">Mayús.+Tabulador</Shortcut> + <Shortcut Command="Edit.ToggleAllOutlining" Scope="Text Editor">Ctrl+M, Ctrl+L</Shortcut> + <Shortcut Command="Edit.ToggleOutliningExpansion" Scope="Text Editor">Ctrl+M, Ctrl+M</Shortcut> + <Shortcut Command="Edit.CollapsetoDefinitions" Scope="Text Editor">Ctrl+M, Ctrl+O</Shortcut> + <Shortcut Command="Edit.HideSelection" Scope="Text Editor">Ctrl+M, Ctrl+H</Shortcut> + <Shortcut Command="Edit.CommentSelection" Scope="Text Editor">Ctrl+K, Ctrl+C</Shortcut> + <Shortcut Command="Edit.UncommentSelection" Scope="Text Editor">Ctrl+K, Ctrl+U</Shortcut> + <Shortcut Command="Edit.Undo" Scope="Global">Ctrl+Z</Shortcut> + <Shortcut Command="Edit.Undo" Scope="Global">Alt+Retroceso</Shortcut> + <Shortcut Command="Edit.WordDeleteToEnd" Scope="Text Editor">Ctrl+Supr</Shortcut> + <Shortcut Command="Edit.WordDeleteToStart" Scope="Text Editor">Ctrl+Retroceso</Shortcut> + <Shortcut Command="Edit.WordNext" Scope="Text Editor">Ctrl+Flecha derecha</Shortcut> + <Shortcut Command="Edit.WordNextExtend" Scope="Text Editor">Ctrl+Mayús.+Flecha derecha</Shortcut> + <Shortcut Command="Edit.WordNextExtendColumn" Scope="Text Editor">Ctrl+Mayús.+Alt+Flecha derecha</Shortcut> + <Shortcut Command="Edit.WordPrevious" Scope="Text Editor">Ctrl+Flecha izquierda</Shortcut> + <Shortcut Command="Edit.WordPreviousExtend" Scope="Text Editor">Ctrl+Mayús.+Flecha izquierda</Shortcut> + <Shortcut Command="Edit.WordPreviousExtendColumn" Scope="Text Editor">Ctrl+Mayús.+Alt+Flecha izquierda</Shortcut> + <Shortcut Command="Edit.WordTranspose" Scope="Text Editor">Ctrl+Mayús.+T</Shortcut> + <Shortcut Command="File.NewProject" Scope="Global">Ctrl+N</Shortcut> + <Shortcut Command="File.NewProject" Scope="Global">Ctrl+Mayús.+N</Shortcut> + <Shortcut Command="File.OpenProject" Scope="Global">Ctrl+O</Shortcut> + <Shortcut Command="File.OpenProject" Scope="Global">Ctrl+Mayús.+O</Shortcut> + <Shortcut Command="File.Print" Scope="Global">Ctrl+P</Shortcut> + <Shortcut Command="File.SaveAll" Scope="Global">Ctrl+Mayús.+S</Shortcut> + <Shortcut Command="File.SaveSelectedItems" Scope="Global">Ctrl+S</Shortcut> + <Shortcut Command="Help.F1Help" Scope="Global">F1</Shortcut> + <Shortcut Command="Project.AddExistingItem" Scope="Global">Ctrl+D</Shortcut> + <Shortcut Command="Project.AddExistingItem" Scope="Global">Mayús.+Alt+A</Shortcut> + <Shortcut Command="Project.AddNewItem" Scope="Global">Ctrl+Mayús.+A</Shortcut> + <Shortcut Command="Tools.CodeSnippetsManager" Scope="Global">Ctrl+K, Ctrl+B</Shortcut> + <Shortcut Command="View.ErrorList" Scope="Global">Ctrl+W, Ctrl+E</Shortcut> + <Shortcut Command="View.ErrorList" Scope="Text Editor">Ctrl+W, Ctrl+E</Shortcut> + <Shortcut Command="View.FindSymbolResults" Scope="Global">Ctrl+Alt+F12</Shortcut> + <Shortcut Command="View.FullScreen" Scope="Global">Mayús.+Alt+Entrar</Shortcut> + <Shortcut Command="View.NavigateBackward" Scope="Global">Ctrl+Mayús.+F2</Shortcut> + <Shortcut Command="View.NavigateForward" Scope="Global">Ctrl+Mayús.+-</Shortcut> + <Shortcut Command="View.NextTask" Scope="Global">Ctrl+Mayús.+F12</Shortcut> + <Shortcut Command="View.ObjectBrowserBack" Scope="Global">Alt+-</Shortcut> + <Shortcut Command="View.ObjectBrowserForward" Scope="Global">Mayús.+Alt+-</Shortcut> + <Shortcut Command="View.PropertiesWindow" Scope="Global">F4</Shortcut> + <Shortcut Command="View.PropertyPages" Scope="Global">Mayús.+F4</Shortcut> + <Shortcut Command="View.DatabaseExplorer" Scope="Global">Ctrl+Alt+S</Shortcut> + <Shortcut Command="View.WebBrowser" Scope="Global">Ctrl+Alt+R</Shortcut> + <Shortcut Command="View.SolutionExplorer" Scope="Global">Ctrl+Alt+L</Shortcut> + <Shortcut Command="View.SolutionExplorer" Scope="Global">Ctrl+R</Shortcut> + <Shortcut Command="View.SolutionExplorer" Scope="Text Editor">Ctrl+R</Shortcut> + <Shortcut Command="View.TaskList" Scope="Global">Ctrl+Alt+K</Shortcut> + <Shortcut Command="View.Toolbox" Scope="Global">Ctrl+Alt+X</Shortcut> + <Shortcut Command="View.ObjectBrowser" Scope="Global">F2</Shortcut> + <Shortcut Command="View.ObjectBrowser" Scope="Global">Ctrl+Alt+J</Shortcut> + <Shortcut Command="View.ViewCode" Scope="Global">F7</Shortcut> + <Shortcut Command="View.ViewDesigner" Scope="Global">Mayús.+F7</Shortcut> + <Shortcut Command="View.NavigateBackward" Scope="WebBrowser">Alt+Flecha izquierda</Shortcut> + <Shortcut Command="View.NavigateForward" Scope="WebBrowser">Alt+Flecha derecha</Shortcut> + <Shortcut Command="Window.ActivateDocumentWindow" Scope="Global">Esc</Shortcut> + <Shortcut Command="Window.CloseDocumentWindow" Scope="Global">Ctrl+F4</Shortcut> + <Shortcut Command="Window.CloseToolWindow" Scope="Global">Mayús.+Esc</Shortcut> + <Shortcut Command="Window.MovetoNavigationBar" Scope="Global">Ctrl+F2</Shortcut> + <Shortcut Command="Window.NextDocumentWindow" Scope="Global">Ctrl+F6</Shortcut> + <Shortcut Command="Window.NextDocumentWindowNav" Scope="Global">Ctrl+Tabulador</Shortcut> + <Shortcut Command="Window.NextPane" Scope="Global">Alt+F6</Shortcut> + <Shortcut Command="Window.NextSplitPane" Scope="Global">F6</Shortcut> + <Shortcut Command="Window.NextTab" Scope="Global">Ctrl+Av Pág</Shortcut> + <Shortcut Command="Window.NextToolWindow" Scope="Global">Alt+F7</Shortcut> + <Shortcut Command="Window.PreviousDocumentWindow" Scope="Global">Ctrl+Mayús.+F6</Shortcut> + <Shortcut Command="Window.PreviousDocumentWindowNav" Scope="Global">Ctrl+Mayús.+Tabulador</Shortcut> + <Shortcut Command="Window.PreviousPane" Scope="Global">Mayús.+Alt+F6</Shortcut> + <Shortcut Command="Window.PreviousSplitPane" Scope="Global">Mayús.+F6</Shortcut> + <Shortcut Command="Window.PreviousTab" Scope="Global">Ctrl+Re Pág</Shortcut> + <Shortcut Command="Window.PreviousToolWindow" Scope="Global">Mayús.+Alt+F7</Shortcut> + <Shortcut Command="Window.ShowEzMDIFileList" Scope="Global">Ctrl+Alt+Flecha abajo</Shortcut> + </DefaultShortcuts> + <ShortcutsScheme/> + <UserShortcuts/> + </KeyboardShortcuts> + </Category><Category name="Environment_NewProjectDialogPreferredLanguage" Category="{77E22C0C-9F4A-4bfb-AD3A-3F3F4711E9ED}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_NewProjectDialogPreferredLanguage" PackageName="Visual Studio Environment Package"><PropertyValue name="HasNewProjectDialogPreferredLanguage">true</PropertyValue><PropertyValue name="NewProjectDialogPreferredLanguage">VB</PropertyValue><PropertyValue name="DefaultToLargeIconView">true</PropertyValue></Category><Category name="Environment_ObjectBrowser" Category="{D98D784D-88BF-4EBF-B039-C146EC14F472}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_ObjectBrowser" PackageName="Visual Studio Environment Package"><PropertyValue name="ObjectBrowserViewNamespaces">true</PropertyValue><PropertyValue name="ObjectBrowserShowHiddenTypesAndMembers">false</PropertyValue><PropertyValue name="ObjectBrowserTypesSortAlphabetically">true</PropertyValue><PropertyValue name="ObjectBrowserTypesSortByType">false</PropertyValue><PropertyValue name="ObjectBrowserTypesSortByAccess">false</PropertyValue><PropertyValue name="ObjectBrowserTypesGroupByType">false</PropertyValue><PropertyValue name="ObjectBrowserSearchResultsSortByBestMatch">true</PropertyValue><PropertyValue name="ObjectBrowserSearchResultsSortAlphabetically">false</PropertyValue><PropertyValue name="ObjectBrowserSearchResultsSortByType">false</PropertyValue><PropertyValue name="ObjectBrowserSearchResultsSortByAccess">false</PropertyValue><PropertyValue name="ObjectBrowserSearchResultsGroupByType">false</PropertyValue><PropertyValue name="ObjectBrowserMembersViewPublic">true</PropertyValue><PropertyValue name="ObjectBrowserMembersViewProtected">false</PropertyValue><PropertyValue name="ObjectBrowserMembersViewPrivate">false</PropertyValue><PropertyValue name="ObjectBrowserMembersViewOther">false</PropertyValue><PropertyValue name="ObjectBrowserMembersShowInherited">true</PropertyValue><PropertyValue name="ObjectBrowserShowExtensionMembers">false</PropertyValue><PropertyValue name="ObjectBrowserShowBaseTypes">false</PropertyValue><PropertyValue name="ObjectBrowserShowDerivedTypes">false</PropertyValue><PropertyValue name="ObjectBrowserMembersSortAlphabetically">true</PropertyValue><PropertyValue name="ObjectBrowserMembersSortByType">false</PropertyValue><PropertyValue name="ObjectBrowserMembersSortByAccess">false</PropertyValue><PropertyValue name="ObjectBrowserScope">{B1BA9461-FC54-45B3-A484-CB6DD0B95C94}</PropertyValue><PropertyValue name="ObjectBrowserScopeSubScope">0</PropertyValue><PropertyValue name="DefaultPresentationLanguage">VB</PropertyValue></Category><Category name="Environment_OutputWindow" Category="{07C6CD04-100B-4f3e-BA93-DD1363E8D8E3}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_OutputWindow" PackageName="Visual Studio Environment Package"><PropertyValue name="OutputWindowWordWrap">false</PropertyValue></Category><Category name="Environment_PropertiesWindow" Category="{731a3cc7-de5e-49ca-9115-9a03e46624b0}" Package="{7494682b-37a0-11d2-a273-00c04f8ef4ff}" RegisteredName="Environment_PropertiesWindow" PackageName="Windows Forms Designer Package"><PropertyValue name="PbrsAlpha">1</PropertyValue><PropertyValue name="PbrsShowDesc">1</PropertyValue></Category><Category name="Environment_SimplifiedToolsOptions" Category="{13BEDEE6-9051-4809-B9E3-2EEC749EB15A}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_SimplifiedToolsOptions" PackageName="Visual Studio Environment Package"><PropertyValue name="SupportsSimpleToolsOptions">true</PropertyValue><PropertyValue name="Pages">{946E8047-0CF2-11d1-8C8D-0000F87570EE}, {57F6B7D2-1436-11d1-883C-0000F87579D2}, {BAFF6A1A-0CF2-11d1-8C8D-0000F87570EE}, {6B115DD7-9CBC-461A-9562-5227BBD2D115}, {B8280AF8-5ED0-4B48-AB18-87DD69E059C9}, {F1E1021E-A781-4862-9F4B-88746A288A67}, {7583bb73-a453-40e8-8951-b6986ddb1d9b}, {CD914678-D0EC-11d2-A87B-00C04F79EFB7}, {0FD397F9-E4A5-4392-AFF2-36DC3FB133D2}, {E7CA29CE-6D17-4071-A258-E760ACFFEA79}, {de03177c-918d-40af-8c17-c9d63670c175}, {D245F35B-3F45-4516-B1E6-04608DA126CC}, {D245F35A-3F45-4516-B1E6-04608DA126CC}</PropertyValue><PropertyValue name="ShowingAllPages">false</PropertyValue><PropertyValue name="ShowFlatList">false</PropertyValue></Category><Category name="Environment_StartPage" Category="{255FE6D3-A0AE-4076-A509-D581B2BE4F9E}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_StartPage" PackageName="Visual Studio Environment Package"><StartPages Version="1.0"/></Category><Category name="Environment_TaskList" Category="{8EA81A4E-FDB5-4ee8-BD1A-22ECBF73B7CD}" Package="{4A9B7E50-AA16-11d0-A8C5-00A0C921A4D2}" RegisteredName="Environment_TaskList" PackageName="Visual Studio Task List Package"><PropertyValue name="Version">1</PropertyValue><PropertyValue name="ActiveProvider">{00000000-0000-0000-0000-000000000000}</PropertyValue><TaskProviders><Provider GUID="{1593EE17-2E95-41F0-8DC6-A0BFE991388F}"><Columns><Column Name="Priority" Width="20" Visibility="Visible" SortPriority="0" SortDirection="Up"/><Column Name="Checked" Width="28" Visibility="Visible" SortPriority="-1" SortDirection="Up"/><Column Name="Description" Width="19" Visibility="Visible" SortPriority="1" SortDirection="Up"/></Columns></Provider><Provider GUID="{18267819-C975-4292-8741-255590F76EB5}"><Columns><Column Name="Priority" Width="20" Visibility="Visible" SortPriority="0" SortDirection="Up"/><Column Name="Bitmap" Width="17" Visibility="Visible" SortPriority="-1" SortDirection="Up"/><Column Name="ProviderKnowsOrder" Width="17" Visibility="Invisible" SortPriority="2" SortDirection="Up"/><Column Name="Checked" Width="28" Visibility="Visible" SortPriority="-1" SortDirection="Up"/><Column Name="Description" Width="250" Visibility="Visible" SortPriority="7" SortDirection="Up"/><Column Name="File" Width="120" Visibility="Visible" SortPriority="4" SortDirection="Up"/><Column Name="Line" Width="70" Visibility="Visible" SortPriority="5" SortDirection="Up"/><Column Name="Column" Width="70" Visibility="Invisible" SortPriority="6" SortDirection="Up"/><Column Name="Category" Width="0" Visibility="Invisible" SortPriority="1" SortDirection="Up"/><Column Name="Subcategory" Width="0" Visibility="Invisible" SortPriority="3" SortDirection="Up"/></Columns></Provider><Provider GUID="{5A2D2729-ADFF-4A2E-A44F-55EBBF5DF64B}"><Columns><Column Name="Priority" Width="20" Visibility="Visible" SortPriority="0" SortDirection="Up"/><Column Name="ProviderKnowsOrder" Width="17" Visibility="Invisible" SortPriority="2" SortDirection="Up"/><Column Name="Description" Width="19" Visibility="Visible" SortPriority="7" SortDirection="Up"/><Column Name="File" Width="120" Visibility="Visible" SortPriority="4" SortDirection="Up"/><Column Name="Line" Width="70" Visibility="Visible" SortPriority="5" SortDirection="Up"/><Column Name="Column" Width="70" Visibility="Invisible" SortPriority="6" SortDirection="Up"/><Column Name="Category" Width="0" Visibility="Invisible" SortPriority="1" SortDirection="Up"/><Column Name="Subcategory" Width="0" Visibility="Invisible" SortPriority="3" SortDirection="Up"/></Columns></Provider></TaskProviders></Category><Category name="Environment_Toolbox" Category="{481999F2-7479-4e03-83D5-BE808BA142DF}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_Toolbox" PackageName="Visual Studio Environment Package"><PropertyValue name="ShowAllTabs">false</PropertyValue><PropertyValue name="Version">1</PropertyValue><PropertyValue name="DeletedTabCount">0</PropertyValue><PropertyValue name="Tab0.ID">XAML Common</PropertyValue><PropertyValue name="Tab0.Name">Controles WPF comunes</PropertyValue><PropertyValue name="Tab0.View">0</PropertyValue><PropertyValue name="Tab0.UseDefaultName">true</PropertyValue><PropertyValue name="Tab0.RecordType">4</PropertyValue><PropertyValue name="Tab0.Position">1</PropertyValue><PropertyValue name="Tab1.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1106</PropertyValue><PropertyValue name="Tab1.Name">Todos los formularios Windows Forms</PropertyValue><PropertyValue name="Tab1.View">0</PropertyValue><PropertyValue name="Tab1.UseDefaultName">true</PropertyValue><PropertyValue name="Tab1.RecordType">4</PropertyValue><PropertyValue name="Tab1.Position">2</PropertyValue><PropertyValue name="Tab2.ID">XAML Controls</PropertyValue><PropertyValue name="Tab2.Name">Todos los controles WPF</PropertyValue><PropertyValue name="Tab2.View">0</PropertyValue><PropertyValue name="Tab2.UseDefaultName">true</PropertyValue><PropertyValue name="Tab2.RecordType">4</PropertyValue><PropertyValue name="Tab2.Position">3</PropertyValue><PropertyValue name="Tab3.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1107</PropertyValue><PropertyValue name="Tab3.Name">Controles comunes</PropertyValue><PropertyValue name="Tab3.View">0</PropertyValue><PropertyValue name="Tab3.UseDefaultName">true</PropertyValue><PropertyValue name="Tab3.RecordType">4</PropertyValue><PropertyValue name="Tab3.Position">4</PropertyValue><PropertyValue name="Tab4.ID">Silverlight Common</PropertyValue><PropertyValue name="Tab4.Name">Controles de Silverlight comunes</PropertyValue><PropertyValue name="Tab4.View">0</PropertyValue><PropertyValue name="Tab4.UseDefaultName">true</PropertyValue><PropertyValue name="Tab4.RecordType">4</PropertyValue><PropertyValue name="Tab4.Position">5</PropertyValue><PropertyValue name="Tab5.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1102</PropertyValue><PropertyValue name="Tab5.Name">Contenedores</PropertyValue><PropertyValue name="Tab5.View">0</PropertyValue><PropertyValue name="Tab5.UseDefaultName">true</PropertyValue><PropertyValue name="Tab5.RecordType">4</PropertyValue><PropertyValue name="Tab5.Position">6</PropertyValue><PropertyValue name="Tab6.ID">Silverlight Controls</PropertyValue><PropertyValue name="Tab6.Name">Todos los controles de Silverlight</PropertyValue><PropertyValue name="Tab6.View">0</PropertyValue><PropertyValue name="Tab6.UseDefaultName">true</PropertyValue><PropertyValue name="Tab6.RecordType">4</PropertyValue><PropertyValue name="Tab6.Position">7</PropertyValue><PropertyValue name="Tab7.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1103</PropertyValue><PropertyValue name="Tab7.Name">Menús y barras de herramientas</PropertyValue><PropertyValue name="Tab7.View">0</PropertyValue><PropertyValue name="Tab7.UseDefaultName">true</PropertyValue><PropertyValue name="Tab7.RecordType">4</PropertyValue><PropertyValue name="Tab7.Position">8</PropertyValue><PropertyValue name="Tab8.ID">Data</PropertyValue><PropertyValue name="Tab8.Name">Datos</PropertyValue><PropertyValue name="Tab8.View">0</PropertyValue><PropertyValue name="Tab8.UseDefaultName">true</PropertyValue><PropertyValue name="Tab8.RecordType">4</PropertyValue><PropertyValue name="Tab8.Position">9</PropertyValue><PropertyValue name="Tab9.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1101</PropertyValue><PropertyValue name="Tab9.Name">Componentes</PropertyValue><PropertyValue name="Tab9.View">0</PropertyValue><PropertyValue name="Tab9.UseDefaultName">true</PropertyValue><PropertyValue name="Tab9.RecordType">4</PropertyValue><PropertyValue name="Tab9.Position">10</PropertyValue><PropertyValue name="Tab10.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1104</PropertyValue><PropertyValue name="Tab10.Name">Impresión</PropertyValue><PropertyValue name="Tab10.View">0</PropertyValue><PropertyValue name="Tab10.UseDefaultName">true</PropertyValue><PropertyValue name="Tab10.RecordType">4</PropertyValue><PropertyValue name="Tab10.Position">11</PropertyValue><PropertyValue name="Tab11.ID">{7b5d447b-0b12-41ea-a84e-c822034422d4}-#1105</PropertyValue><PropertyValue name="Tab11.Name">Cuadros de diálogo</PropertyValue><PropertyValue name="Tab11.View">0</PropertyValue><PropertyValue name="Tab11.UseDefaultName">true</PropertyValue><PropertyValue name="Tab11.RecordType">4</PropertyValue><PropertyValue name="Tab11.Position">12</PropertyValue><PropertyValue name="TabCount">12</PropertyValue><PropertyValue name="DeletedItemCount">0</PropertyValue><PropertyValue name="ItemCount">0</PropertyValue></Category><Category name="Environment_UnifiedFind" Category="{DF00ADDF-C14C-4ffd-9325-634FD605850B}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_UnifiedFind" PackageName="Visual Studio Environment Package"><PropertyValue name="Options">MatchCase=0 WholeWord=0 Hidden=0 Up=0 Selection=0 Block=0 KeepCase=0 SubFolders=1 KeepOpen=0 NameOnly=0 Plain Document Find</PropertyValue><PropertyValue name="Document Options">MatchCase=0 WholeWord=0 Hidden=0 Up=0 Selection=0 Block=0 KeepCase=0 SubFolders=0 KeepOpen=0 NameOnly=0 Plain Document Find</PropertyValue><PropertyValue name="FiF Options">MatchCase=0 WholeWord=0 Hidden=0 Up=0 Selection=0 Block=0 KeepCase=0 SubFolders=1 KeepOpen=0 NameOnly=0 Plain Files Find</PropertyValue><PropertyValue name="Result list">1</PropertyValue><PropertyValue name="ShowEndOfSearch">1</PropertyValue><PropertyValue name="ShowNoFound">1</PropertyValue><PropertyValue name="ShowAllReplacementsNotAllowed">1</PropertyValue><PropertyValue name="ShowSomeReplacementsNotAllowed">1</PropertyValue><PropertyValue name="ShowNoMore">1</PropertyValue><PropertyValue name="ShowFindStart">1</PropertyValue><PropertyValue name="ShowCancel">1</PropertyValue><PropertyValue name="ShowCancelBeforeReplacementsMade">1</PropertyValue><PropertyValue name="ShowReplaceInFilesWarning">1</PropertyValue><PropertyValue name="ShowCancelEntireReplaceAfterCancellingSCC">1</PropertyValue><PropertyValue name="FindTextFromEditor">1</PropertyValue><PropertyValue name="HideFindAfterMatchFound">0</PropertyValue><PropertyValue name="HitReplaced">1</PropertyValue><PropertyValue name="Syntax">Regex</PropertyValue><PropertyValue name="In Files Pane Display Options">0</PropertyValue><PropertyValue name="NumberOfScopes">0</PropertyValue></Category><Category name="Environment_WindowLayout" Category="{eb4ba109-a9db-4445-bd09-e7604bcdce84}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_WindowLayout" PackageName="Visual Studio Environment Package"><PropertyValue name="Version">7</PropertyValue><PropertyValue name="WindowProfileNames">Design|Debug|NoToolWin</PropertyValue><Design><WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" Name="Design" xmlns="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager"><MainSite IsVisible="True"><AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><AutoHideChannel Orientation="Vertical" IsVisible="True"><AutoHideGroup IsVisible="True"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" IsVisible="True" DockedHeight="768" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></AutoHideGroup><AutoHideGroup><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="204.8" FloatingHeight="537.6" FloatingWidth="256"/><wm:ToolWindowView OnTopWhenLastInContext="False" ForceCreate="ForceCreate" IconIndex="0" IconResourceID="3" IconResourcePackage="8d8529d3-625d-4496-8354-3dad630ecc1b" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="204.8" FloatingHeight="537.6" FloatingWidth="256"/></AutoHideGroup></AutoHideChannel><AutoHideChannel Dock="Right" Orientation="Vertical"/><AutoHideChannel Dock="Top"/><AutoHideChannel Dock="Bottom"/><DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*"><DockGroup Orientation="Vertical" DockedHeight="768" DockedWidth="204.8"><TabGroup DockedHeight="768" DockedWidth="204.8"><ViewBookmark Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="768" DockedWidth="204.8"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="768" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></TabGroup><TabGroup DockedHeight="768" DockedWidth="204.8"><ViewBookmark Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="204.8"/><ViewBookmark Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="204.8"/></TabGroup></DockGroup><DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*"><DocumentGroupContainer IsVisible="True" DockedHeight="*" DockedWidth="*"><DocumentGroup><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{1820bae5-c385-4492-9de5-e35c9cf17b18}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/><wm:ToolWindowView ForceCreate="DontForceCreate" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" FloatingHeight="384" FloatingWidth="307.2"/></DocumentGroup></DocumentGroupContainer><DockGroup IsVisible="True" DockedHeight="192" DockedWidth="1024"><TabGroup IsVisible="True" DockedHeight="192" DockedWidth="1024"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" IsSelected="True" IsVisible="True" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="3" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="192" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></TabGroup><TabGroup DockedHeight="192" DockedWidth="100"><ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="192" DockedWidth="100"/><ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="192" DockedWidth="100"/><ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="192" DockedWidth="100"/></TabGroup></DockGroup></DockGroup><DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="384" DockedWidth="204.8"><TabGroup IsVisible="True" DockedHeight="384" DockedWidth="204.8"><wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="2" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" IsSelected="True" IsVisible="True" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></TabGroup><wm:ToolWindowView ForceCreate="ForceCreate" IconIndex="1" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" IsSelected="True" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></DockGroup></DockGroup></DockRoot></AutoHideRoot></MainSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="100" DockedWidth="100" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="100" DockedWidth="100" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="100" DockedWidth="100" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite><FloatSite FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/></FloatSite></WindowProfile></Design><Debug><WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" Name="Debug" xmlns="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager"><MainSite IsVisible="True"><AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><AutoHideChannel Orientation="Vertical"/><AutoHideChannel Dock="Right" Orientation="Vertical"/><AutoHideChannel Dock="Top"/><AutoHideChannel Dock="Bottom"/><DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*"><DockGroup Orientation="Vertical" DockedHeight="768" DockedWidth="174.08"><TabGroup DockedHeight="652.8" DockedWidth="174.08"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="652.8" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="652.8" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/></TabGroup><TabGroup DockedHeight="768" DockedWidth="174.08"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="174.08" FloatingHeight="537.6" FloatingWidth="256"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="174.08" FloatingHeight="537.6" FloatingWidth="256"/></TabGroup></DockGroup><DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*"><DocumentGroupContainer IsVisible="True" DockedHeight="*" DockedWidth="*"><DocumentGroup><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{1820bae5-c385-4492-9de5-e35c9cf17b18}" FloatingTop="100" FloatingLeft="100" FloatingHeight="450" FloatingWidth="450"/></DocumentGroup></DocumentGroupContainer><TabGroup IsVisible="True" DockedHeight="153.6" DockedWidth="1024"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingTop="199.68" FloatingLeft="368.64" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="153.6" DockedWidth="1024" FloatingTop="215.04" FloatingLeft="389.12" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="153.6" DockedWidth="1024" FloatingTop="230.4" FloatingLeft="409.6" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingTop="353.28" FloatingLeft="573.44" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="16" IconResourceID="6650" IconResourcePackage="da9fb551-c724-11d0-ae1f-00a0c90fffc3" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" IsVisible="True" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" IconIndex="15" IconResourceID="6650" IconResourcePackage="4a9b7e50-aa16-11d0-a8c5-00a0c921a4d2" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" IsSelected="True" IsVisible="True" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024"/><ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024"/><ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="153.6" DockedWidth="1024"/><ViewBookmark Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" DockedHeight="153.6" DockedWidth="1024"/></TabGroup></DockGroup><DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="384" DockedWidth="204.8"><TabGroup IsVisible="True" DockedHeight="384" DockedWidth="204.8"><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" IsVisible="True" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></TabGroup><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" IsSelected="True" IsVisible="True" DockedHeight="384" DockedWidth="204.8" FloatingHeight="384" FloatingWidth="307.2"/></DockGroup></DockGroup></DockRoot></AutoHideRoot></MainSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite></WindowProfile></Debug><NoToolWin><WindowProfile xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wm="clr-namespace:Microsoft.VisualStudio.Platform.WindowManagement;assembly=Microsoft.VisualStudio.Platform.WindowManagement" Name="NoToolWin" xmlns="clr-namespace:Microsoft.VisualStudio.PlatformUI.Shell;assembly=Microsoft.VisualStudio.Shell.ViewManager"><MainSite IsVisible="True"><AutoHideRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><AutoHideChannel Orientation="Vertical"><AutoHideGroup><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="204.8" FloatingHeight="537.6" FloatingWidth="256"/><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="204.8" FloatingHeight="537.6" FloatingWidth="256"/></AutoHideGroup></AutoHideChannel><AutoHideChannel Dock="Right" Orientation="Vertical"/><AutoHideChannel Dock="Top"/><AutoHideChannel Dock="Bottom"/><DockRoot IsVisible="True" DockedHeight="*" DockedWidth="*"><DockGroup IsVisible="True" DockedHeight="*" DockedWidth="*"><DockGroup Orientation="Vertical" DockedHeight="768" DockedWidth="174.08"><TabGroup DockedHeight="652.8" DockedWidth="174.08"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}" DockedHeight="652.8" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{74946827-37a0-11d2-a273-00c04f8ef4ff}" DockedHeight="652.8" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/></TabGroup><TabGroup DockedHeight="768" DockedWidth="174.08"><ViewBookmark Name="ST:0:0:{25f7e850-ffa1-11d0-b63f-00a0c922e851}" DockedHeight="768" DockedWidth="174.08"/><ViewBookmark Name="ST:0:0:{873151d0-cf2e-48cc-b4bf-ad0394f6a3c3}" DockedHeight="768" DockedWidth="174.08"/></TabGroup></DockGroup><DockGroup Orientation="Vertical" IsVisible="True" DockedHeight="*" DockedWidth="*"><DocumentGroupContainer IsVisible="True" DockedHeight="*" DockedWidth="*"><DocumentGroup><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="DontForceCreate" Name="ST:0:0:{387cb18d-6153-4156-9257-9ac3f9207bbe}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{269a02dc-6af8-11d3-bdc4-00c04f688e50}" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf577b8c-4134-11d2-83e5-00c04f9902c1}" FloatingHeight="384" FloatingWidth="307.2"/></DocumentGroup></DocumentGroupContainer><TabGroup DockedHeight="153.6" DockedWidth="1024"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:2:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:3:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:4:0:{350f9856-a72b-11d2-8ad0-00c04f79e479}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ca4b8ff5-bfc7-11d2-9929-00c04f68fdaf}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{51c76317-9037-4cf2-a20a-6206fd30b4a1}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e62ce6a0-b439-11d0-a79d-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{37aba9be-445a-11d3-9949-00c04f68fd0a}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{f2e84780-2af1-11d1-a7fa-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a18f9d0-b838-11d0-93eb-00a0c90f2734}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:1:0:{90243340-bd7a-11d0-93ef-00a0c90f2734}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0f887920-c2b6-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{0504ff91-9d61-11d0-a794-00a0c9110051}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{be4d7042-ba3f-11d2-840e-00c04f9902c1}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{ecb7191a-597b-41f5-9843-03a4cf275dde}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{4a9b7e51-aa16-11d0-a8c5-00a0c921a4d2}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{519e8a32-1c95-4a42-956f-2cee2f28eb0f}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{92547016-2bd0-4dfe-bd4f-5b52bdce0037}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ForceCreate="ForceCreate" Name="ST:0:0:{cdbdee54-b399-484b-b763-db2c3393d646}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/><ViewBookmark Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024"/><ViewBookmark Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024"/><ViewBookmark Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="153.6" DockedWidth="1024"/><ViewBookmark Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" DockedHeight="153.6" DockedWidth="1024"/></TabGroup></DockGroup><DockGroup Orientation="Vertical" DockedHeight="384" DockedWidth="174.08"><TabGroup DockedHeight="384" DockedWidth="174.08"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" DockedHeight="384" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" Name="ST:0:0:{3addf8e2-81cc-41a0-9785-dbd2d86064bd}" DockedHeight="384" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{a34b1c5d-6d37-4a0c-a8b0-99f8e8158b48}" DockedHeight="384" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/></TabGroup><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}" DockedHeight="384" DockedWidth="174.08" FloatingHeight="384" FloatingWidth="307.2"/></DockGroup></DockGroup></DockRoot></AutoHideRoot></MainSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{53024d34-0ef5-11d3-87e0-00c04f7971a5}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e830ec50-c2b5-11d2-9375-0080c747d9a0}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{cf2ddc32-8cad-11d2-9302-005345000000}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite><FloatSite FloatingHeight="384" FloatingWidth="307.2"><wm:ToolWindowView ContextVisibilityEnabled="False" ForceCreate="ForceCreate" Name="ST:0:0:{e8b06f53-6d01-11d2-aa7d-00c04f990343}" DockedHeight="153.6" DockedWidth="1024" FloatingHeight="384" FloatingWidth="307.2"/></FloatSite></WindowProfile></NoToolWin></Category></Category><Category name="Environment_Help" RegisteredName="Environment_Help"> + <Category name="Environment_Help_Favorites" Category="{B63D51EF-4023-4f89-9DE3-14E8EC36132F}" Package="{4A791146-19E4-11D3-B86B-00C04F79F802}" RegisteredName="Environment_Help_Favorites" PackageName="Visual Studio Help Package"> + <FavoriteSearches/> + <FavoriteTopics/> + </Category> + <Category name="Environment_Help_IndexFilter" Category="{A69C6FF2-EC60-4fc8-BB7E-F77AB60938B4}" Package="{4A791146-19E4-11D3-B86B-00C04F79F802}" RegisteredName="Environment_Help_IndexFilter" PackageName="Visual Studio Help Package"> + <PropertyValue name="Filter">VBExp</PropertyValue> + </Category> + <Category name="Environment_Help_Options" Category="{C7C72A03-D951-428f-9F0D-D29D9E038FAA}" Package="{4A791146-19E4-11D3-B86B-00C04F79F802}" RegisteredName="Environment_Help_Options" PackageName="Visual Studio Help Package"> + <PropertyValue name="CollapsedView">False</PropertyValue> + <PropertyValue name="CurrentChannel">VBExpressHowDoI80</PropertyValue> + <PropertyValue name="DeveloperCenter">http://go.microsoft.com/fwlink/?linkid=36141&clcid=%VSSPV_LCID_HEX%</PropertyValue> + <PropertyValue name="FilteredSearch">True</PropertyValue> + <PropertyValue name="PrimaryLanguage">9</PropertyValue> + <PropertyValue name="ProfileDevLanguages">VB</PropertyValue> + <PropertyValue name="SearchProviderPreferences"><Provider Type="SearchProviderTypeLocalHelp" Enabled="True" /><Provider Type="SearchProviderTypeMsdnOnline" Enabled="True" /><Provider Type="SearchProviderTypeCodeWise" Enabled="True" /></PropertyValue> + <PropertyValue name="SecondaryLanguage">0</PropertyValue> + <PropertyValue name="ShowFilters">True</PropertyValue> + <PropertyValue name="UseLocalHelpF1">true</PropertyValue> + <PropertyValue name="UseMSDNOnlineF1">true</PropertyValue> + <PropertyValue name="UseMSDNOnlineF1First">true</PropertyValue> + <PropertyValue name="UseOnlineContent">true</PropertyValue> + </Category> + <Category name="Environment_Help_SearchFilter" Category="{C59B9E28-E89E-4028-A3EF-50FA6DF01120}" Package="{4A791146-19E4-11D3-B86B-00C04F79F802}" RegisteredName="Environment_Help_SearchFilter" PackageName="Visual Studio Help Package"> + <CurrentSearchFilter> + <SearchFilterState> + <Filter Id="Language" Default="False"> + <Values> + <Value Id="VB" Checked="True"/> + <Value Id="XML" Checked="False"/> + </Values> + </Filter> + <Filter Id="Technology" Default="True"> + <Values> + <Value Id="ASPNETWeb" Checked="False"/> + <Value Id="Devices" Checked="False"/> + <Value Id="Longhorn" Checked="False"/> + <Value Id="NETCompactFramework" Checked="False"/> + <Value Id="NETCppLibs" Checked="False"/> + <Value Id="NETFramework" Checked="True"/> + <Value Id="NativeCppLibs" Checked="False"/> + <Value Id="OfficeDev" Checked="False"/> + <Value Id="SQLServer2000" Checked="False"/> + <Value Id="SQLServer2005" Checked="False"/> + <Value Id="ServerEnt" Checked="False"/> + <Value Id="VisualStudioIDE" Checked="True"/> + <Value Id="WebDevelopment" Checked="False"/> + <Value Id="Win32" Checked="False"/> + <Value Id="WinForms" Checked="True"/> + </Values> + </Filter> + <Filter Id="TopicTypes"> + <Values> + <Value Id="Addins" Checked="False"/> + <Value Id="Controls" Checked="True"/> + <Value Id="KB" Checked="True"/> + <Value Id="Reference" Checked="True"/> + <Value Id="Samples" Checked="True"/> + <Value Id="Snippets" Checked="True"/> + <Value Id="StarterKits" Checked="True"/> + </Values> + </Filter> + </SearchFilterState> + </CurrentSearchFilter> + </Category> + </Category><Category name="HTML Tag Specific" Category="{7583bb73-a453-40e8-8951-b6986ddb1d9b}" Package="{1B437D20-F8FE-11D2-A6AE-00104BCC7269}" RegisteredName="HTML Tag Specific" PackageName="Visual Studio HTM Editor Package"/><Category name="Performance" Category="{7A697B67-8D8F-43c2-A11C-57568FE3F513}" Package="{f4a63b2a-49ab-4b2d-aa59-a10f01026c89}" RegisteredName="Performance" PackageName="PerformancePackage"> + <PropertyValue name="performancereport.hotpathcandidateratio">3.0</PropertyValue> + <PropertyValue name="performancereport.noisereductionfold">0</PropertyValue> + <PropertyValue name="performancereport.noisereductionfoldthreshold">3.0</PropertyValue> + <PropertyValue name="performancereport.noisereductiontrim">0</PropertyValue> + <PropertyValue name="performancereport.noisereductiontrimthreshold">2.0</PropertyValue> + <PropertyValue name="performancereport.shownoisereductionwarning">1</PropertyValue> + <PropertyValue name="performancereport.showquery">0</PropertyValue> + <PropertyValue name="tools.options.justmycode">1</PropertyValue> + <PropertyValue name="tools.options.justmycode.callee">1</PropertyValue> + <PropertyValue name="tools.options.justmycode.caller">0</PropertyValue> + <PropertyValue name="tools.options.rules.actions"/> + <PropertyValue name="toolsoptions.exportformat">csv</PropertyValue> + <PropertyValue name="toolsoptions.exportpath"/> + <PropertyValue name="toolsoptions.formatcounters">1</PropertyValue> + <PropertyValue name="toolsoptions.numbuffer">64</PropertyValue> + <PropertyValue name="toolsoptions.numfunc">5</PropertyValue> + <PropertyValue name="toolsoptions.serialize">1</PropertyValue> + <PropertyValue name="toolsoptions.showtimetick">0</PropertyValue> + <PropertyValue name="toolsoptions.sizebuffer">64</PropertyValue> + </Category><Category name="SQL_Editor" Category="{7d092b67-f9b8-4de4-a60e-298bada6f735}" Package="{cd5a6b66-0d89-4949-b356-361cf0d74372}" RegisteredName="SQL_Editor" PackageName="RadLangSvc.Package, RadLangSvc.VS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"> + <PropertyValue name="AutoOutlining">True</PropertyValue> + <PropertyValue name="EnableIntellisense">True</PropertyValue> + <PropertyValue name="MaxScriptSize">1048576</PropertyValue> + <PropertyValue name="TextCasing">0</PropertyValue> + <PropertyValue name="UnderlineErrors">True</PropertyValue> + </Category><Category name="Source Control_TeamFoundation" Category="{2A718788-A6D9-44C5-90EF-438BF5B06A74}" Package="{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}" RegisteredName="Source Control_TeamFoundation" PackageName="Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <PropertyValue name="GetLatestOnCheckOut">false</PropertyValue> + <PropertyValue name="IsProxyEnabled">False</PropertyValue> + <PropertyValue name="OpenSceToMostRecentPath">true</PropertyValue> + <PropertyValue name="PromptToConfirmMergeResult">-1</PropertyValue> + <PropertyValue name="ProxyUrl"/> + <PropertyValue name="ShowDeletedItems">false</PropertyValue> + </Category><Category name="Test Tools_Test Execution" Category="{48d11193-265d-1458-743e-2b88c655b377}" Package="{a9405ae6-9ac6-4f0e-a03f-7afe45f6fcb7}" RegisteredName="Test Tools_Test Execution" PackageName="Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <PropertyValue name="IsCodeColoringEnabled">True</PropertyValue> + <PropertyValue name="IsInPlaceInstrumentationEnabled">True</PropertyValue> + <PropertyValue name="KeepHostProcessAlive">True</PropertyValue> + <PropertyValue name="MaxTestRunsPerSolution">25</PropertyValue> + <PropertyValue name="PathToWebRoot"/> + <PropertyValue name="UnitTestResultNavigatePointOfFailure">False</PropertyValue> + </Category><Category name="Test Tools_Test Project" Category="{83eb4e3c-d916-35f7-0118-10f5d3fd41e9}" Package="{a9405ae6-9ac6-4f0e-a03f-7afe45f6fcb7}" RegisteredName="Test Tools_Test Project" PackageName="Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <PropertyValue name="DefaultProjectLanguage">VB</PropertyValue> + </Category><Category name="Test Tools_Web Test" Category="{9DE2E186-C1A8-4BEE-B5D6-2BC59BBE140B}" Package="{a9405ae6-9ac6-4f0e-a03f-7afe45f6fcb7}" RegisteredName="Test Tools_Web Test" PackageName="Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <PropertyValue name="BinaryHttpBodyContentTypes">application/soap+msbin1</PropertyValue> + <PropertyValue name="DetectDynamicParameters">True</PropertyValue> + <PropertyValue name="ExtractBindHiddenFields">True</PropertyValue> + <PropertyValue name="RecordFromMultipleBrowsers">True</PropertyValue> + <PropertyValue name="StartingURL">about:blank</PropertyValue> + </Category><Category name="WindowsFormsDesigner_General" Category="{de03177c-918d-40af-8c17-c9d63670c175}" Package="{7b5d447b-0b12-41ea-a84e-c822034422d4}" RegisteredName="WindowsFormsDesigner_General" PackageName="Windows Forms Designer Resources Package"><PropertyValue name="AutoToolboxPopulate">True</PropertyValue><PropertyValue name="EnableInSituEditing">True</PropertyValue><PropertyValue name="EnableRefactoringOnRename">True</PropertyValue><PropertyValue name="GridSize">8, 8</PropertyValue><PropertyValue name="LayoutMode">SnapLines</PropertyValue><PropertyValue name="ObjectBoundSmartTagAutoShow">True</PropertyValue><PropertyValue name="ShowGrid">False</PropertyValue><PropertyValue name="SnapToGrid">True</PropertyValue><PropertyValue name="UseOptimizedCodeGeneration">True</PropertyValue></Category><Category name="XAML_Formatting" Category="{dac05320-0c3a-4ead-a332-8c23b0cfc130}" Package="{e58c2a8b-bcc4-4559-ad59-d62eb6d58a22}" RegisteredName="XAML_Formatting" PackageName="Microsoft.VisualStudio.Xaml"> + <PropertyValue name="AttributeFormat">Preserve</PropertyValue> + <PropertyValue name="AutoInsertAttributeQuotes">True</PropertyValue> + <PropertyValue name="AutoInsertCommas">True</PropertyValue> + <PropertyValue name="AutoInsertEndBraces">True</PropertyValue> + <PropertyValue name="AutoInsertEndTags">True</PropertyValue> + <PropertyValue name="AutoOutlining">True</PropertyValue> + <PropertyValue name="AutoReformatOnEndTag">True</PropertyValue> + <PropertyValue name="AutoReformatOnPaste">True</PropertyValue> + <PropertyValue name="AutoReformatOnStartTag">True</PropertyValue> + <PropertyValue name="AutoToolboxPopulate">True</PropertyValue> + <PropertyValue name="BlankLineOption">Preserve</PropertyValue> + <PropertyValue name="KeepFirstAttributeOnSameLine">True</PropertyValue> + <PropertyValue name="MaximizeXamlEditor">False</PropertyValue> + <PropertyValue name="QuoteStyle">DoubleQuote</PropertyValue> + <PropertyValue name="WrapColumn">120</PropertyValue> + <PropertyValue name="WrapTags">False</PropertyValue> + </Category><Category name="XmlEditor" Category="{4E1CDE49-B840-4826-8CC6-8FB80D7EF455}" Package="{87569308-4813-40a0-9cd0-d7a30838ca3f}" RegisteredName="XmlEditor" PackageName="Visual Studio XML Editor Package"><PropertyValue name="AttributeFormatting">None</PropertyValue><PropertyValue name="AutoDownload">True</PropertyValue><PropertyValue name="AutoInsertAttributeQuotes">True</PropertyValue><PropertyValue name="AutoInsertEndTags">True</PropertyValue><PropertyValue name="AutoInsertNamespaceDeclarations">True</PropertyValue><PropertyValue name="AutoInsertOther">True</PropertyValue><PropertyValue name="AutoOutlining">True</PropertyValue><PropertyValue name="AutoReformatOnEndTag">True</PropertyValue><PropertyValue name="AutoReformatOnPaste">True</PropertyValue><PropertyValue name="FormatMixedContentByDefault">True</PropertyValue><PropertyValue name="SchemaCacheLocation">%VsInstallDir%\xml\Schemas</PropertyValue></Category></UserSettings> \ No newline at end of file diff --git a/Visualizers/attribcache90.bin b/Visualizers/attribcache90.bin new file mode 100644 index 0000000000000000000000000000000000000000..519be96ca1dcbb4da1e68f2de6f0ec422d1156d5 Binary files /dev/null and b/Visualizers/attribcache90.bin differ diff --git a/Visualizers/autoexp.cs b/Visualizers/autoexp.cs new file mode 100644 index 0000000000000000000000000000000000000000..55a771014c184585a9c12b2dc5d8dd716e6d2f35 --- /dev/null +++ b/Visualizers/autoexp.cs @@ -0,0 +1,124 @@ +#region Using directives + +using System; +using System.Diagnostics; +using System.Drawing; +using System.IO; +using System.Reflection; +using System.Security; +using WebControls = System.Web.UI.WebControls; +using HTMLControls = System.Web.UI.HtmlControls; +using WinForms = System.Windows.Forms; +using SQLTypes = System.Data.SqlTypes; + +#endregion + +// mscorlib +[assembly: DebuggerDisplay(@"\{Name = {Name} FullName = {FullName}}", Target = typeof(Type))] + +// System.Drawing +[assembly: DebuggerDisplay(@"\{Name = {fontFamily.Name} Size={fontSize}}", Target = typeof(Font))] +[assembly: DebuggerDisplay(@"\{Name = {name}}", Target = typeof(FontFamily))] +[assembly: DebuggerDisplay(@"\{Color = {color}}", Target = typeof(Pen))] +[assembly: DebuggerDisplay(@"\{X = {x} Y = {y}}", Target = typeof(Point))] +[assembly: DebuggerDisplay(@"\{X = {x} Y = {y}}", Target = typeof(PointF))] +[assembly: DebuggerDisplay(@"\{X = {x} Y = {y} Width = {width} Height = {height}}", Target = typeof(Rectangle))] +[assembly: DebuggerDisplay(@"\{X = {x} Y = {y} Width = {width} Height = {height}}", Target = typeof(RectangleF))] +[assembly: DebuggerDisplay(@"\{Width = {width} Height = {height}}", Target = typeof(Size))] +[assembly: DebuggerDisplay(@"\{Width = {width} Height = {height}}", Target = typeof(SizeF))] +[assembly: DebuggerDisplay(@"\{Color = {color}}", Target = typeof(SolidBrush))] + +// System.Web.UI.WebControls +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WebControls::Button))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WebControls::Label))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WebControls::HyperLink))] +[assembly: DebuggerDisplay(@"\{Text = {Text} Checked = {Checked}}", Target = typeof(WebControls::CheckBox))] +[assembly: DebuggerDisplay(@"\{Text = {Text} Checked = {Checked}}", Target = typeof(WebControls::RadioButton))] +[assembly: DebuggerDisplay(@"\{SelectedDate = {SelectedData}}", Target = typeof(WebControls::Calendar))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WebControls::LinkButton))] + +// System.Web.UI.HtmlControls +[assembly: DebuggerDisplay(@"\{Value = {Value}}", Target = typeof(HTMLControls::HtmlInputButton))] +[assembly: DebuggerDisplay(@"\{InnerText = {InnerText}}", Target = typeof(HTMLControls::HtmlGenericControl))] +[assembly: DebuggerDisplay(@"\{Value = {Value}}", Target = typeof(HTMLControls::HtmlTextArea))] +[assembly: DebuggerDisplay(@"\{Value = {Value}}", Target = typeof(HTMLControls::HtmlInputText))] +[assembly: DebuggerDisplay(@"\{Value = {Value} Checked = {Checked}}", Target = typeof(HTMLControls::HtmlInputCheckBox))] +[assembly: DebuggerDisplay(@"\{Value = {Value} Checked = {Checked}}", Target = typeof(HTMLControls::HtmlInputRadioButton))] + +// System.Windows.Forms +[assembly: DebuggerDisplay(@"\{ExecutablePath = {executablePath}}", Target = typeof(WinForms::Application))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::Button))] +[assembly: DebuggerDisplay(@"\{Text = {Text} CheckState = {checkState}}", Target = typeof(WinForms::CheckBox))] +[assembly: DebuggerDisplay(@"\{SelectedItem = {Text}}", Target = typeof(WinForms::CheckedListBox))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::DataGrid))] +[assembly: DebuggerDisplay(@"\{Type = {type} Column = {col} Row = {row}}", Target = typeof(WinForms::DataGrid.HitTestInfo))] +[assembly: DebuggerDisplay(@"\{HeaderText = {headerName}}", Target = typeof(WinForms::DataGridColumnStyle))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::DataGridTextBox))] +[assembly: DebuggerDisplay(@"\{HeaderText = {headerName}}", Target = typeof(WinForms::DataGridTextBoxColumn))] +[assembly: DebuggerDisplay(@"\{Font = {font} Color = {color}}", Target = typeof(WinForms::FontDialog))] +[assembly: DebuggerDisplay(@"\{Value = {value} Min = {minimum} Max = {maximum}}", Target = typeof(WinForms::HScrollBar))] +[assembly: DebuggerDisplay(@"\{InvalidRect = {invalidRect}}", Target = typeof(WinForms::InvalidateEventArgs))] +[assembly: DebuggerDisplay(@"\{Index = {index}}", Target = typeof(WinForms::ItemChangedEventArgs))] +[assembly: DebuggerDisplay(@"\{Index = {index} NewValue = {newValue} CurrentValue = {currentValue}}", Target = typeof(WinForms::ItemCheckEventArgs))] +[assembly: DebuggerDisplay(@"\{KeyData = {keyData}}", Target = typeof(WinForms::KeyEventArgs))] +[assembly: DebuggerDisplay(@"\{KeyChar = {keyChar}}", Target = typeof(WinForms::KeyPressEventArgs))] +[assembly: DebuggerDisplay(@"\{LinkText = {linkText}}", Target = typeof(WinForms::LinkClickedEventArgs))] +[assembly: DebuggerDisplay(@"\{SelectedItem = {Text}}", Target = typeof(WinForms::ListBox))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target= typeof(WinForms::ListViewItem))] +[assembly: DebuggerDisplay(@"\{X = {x} Y = {y} Button = {button}}", Target = typeof(WinForms::MouseEventArgs))] +[assembly: DebuggerDisplay(@"\{Value = {currentValue} Min = {minimum} Max = {maximum}}", Target = typeof(WinForms::NumericUpDown))] +[assembly: DebuggerDisplay(@"\{ClipRectangle = {clipRect}}", Target = typeof(WinForms::PaintEventArgs))] +[assembly: DebuggerDisplay(@"\{Value = {value} Min = {minimum} Max = {maximum}}", Target = typeof(WinForms::ProgressBar))] +[assembly: DebuggerDisplay(@"\{Text = {Text} Checked = {isChecked}}", Target = typeof(WinForms::RadioButton))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::RichTextBox))] +[assembly: DebuggerDisplay(@"\{Bounds = {bounds} WorkingArea = {workingArea} Primary = {primary} DeviceName = {deviceName}}", Target = typeof(WinForms::Screen))] +[assembly: DebuggerDisplay(@"\{Start = {start} End = {end}}", Target = typeof(WinForms::SelectionRange))] +[assembly: DebuggerDisplay(@"\{SplitPosition = {splitSize} MinExtra = {minExtra} MinSize = {minSize}}", Target = typeof(WinForms::Splitter))] +[assembly: DebuggerDisplay(@"\{SplitX = {splitX} SplitY = {splitY}}", Target = typeof(WinForms::SplitterEventArgs))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::TextBox))] +[assembly: DebuggerDisplay(@"\{Interval = {interval}}", Target = typeof(WinForms::Timer))] +[assembly: DebuggerDisplay(@"\{Value = {Value} Min = {minimum} Max = {maximum}}", Target = typeof(WinForms::TrackBar))] +[assembly: DebuggerDisplay(@"\{Text = {text}}", Target = typeof(WinForms::TreeNode))] +[assembly: DebuggerDisplay(@"\{Value = {value} Min = {minimum} Max = {maximum}}", Target = typeof(WinForms::VScrollBar))] + +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(Exception))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ApplicationException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ArgumentException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ArgumentNullException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ArgumentOutOfRangeException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ArithmeticException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(DivideByZeroException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(DllNotFoundException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ApplicationException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(IndexOutOfRangeException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(InvalidCastException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(MemberAccessException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(MethodAccessException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(NullReferenceException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(StackOverflowException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(SystemException))] +[assembly: DebuggerDisplay(@"\{{Message}:{TypeName}}", Target = typeof(TypeLoadException))] +[assembly: DebuggerDisplay(@"\{{Message}:{FileName}}", Target = typeof(FileLoadException))] +[assembly: DebuggerDisplay(@"\{{Message}:{FileName}}", Target = typeof(FileNotFoundException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ReflectionTypeLoadException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(SecurityException))] +[assembly: DebuggerDisplay(@"\{Method = {Method}}", Target = typeof(System.Delegate))] + +// The attributes below can be useful to uncomment if ToString evaluation is disabled. +// +//[assembly: DebuggerDisplay(@"\{RGB = {value}}", Target = typeof(Color))] +//[assembly: DebuggerDisplay("{Month}/{Day}/{Year} {Hour}:{Minute}:{Second}", Target = typeof(DateTime))] +//[assembly: DebuggerDisplay(@"\{Value = {value}}", Target = typeof(WinForms::DateTimePicker))] +//[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::LinkLabel))] +//[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::Label))] +//[assembly: DebuggerDisplay(@"\{SelectionStart = {selectionStart} SelectionEnd = {selectionEnd}}", Target = typeof(WinForms::MonthCalendar))] +//[assembly: DebuggerDisplay(@"\{InitialDelay = {InitialDelay} ShowAlways = {ShowAlways}}", Target = typeof(WinForms::ToolTip))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlInt64))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlDateTime))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlInt32))] +//[assembly: DebuggerDisplay("{Value}", Target = typeof(SQLTypes::SqlMoney))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlString))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlSingle))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlInt16))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlByte))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlDouble))] \ No newline at end of file diff --git a/Visualizers/autoexp.dll b/Visualizers/autoexp.dll new file mode 100644 index 0000000000000000000000000000000000000000..2be6416ecad60492e5e42f11a5d8ab5cc224aaca Binary files /dev/null and b/Visualizers/autoexp.dll differ diff --git a/Visualizers/autoexpce.cs b/Visualizers/autoexpce.cs new file mode 100644 index 0000000000000000000000000000000000000000..c5284066d18d950b33c5d37c179822d2b89fa297 --- /dev/null +++ b/Visualizers/autoexpce.cs @@ -0,0 +1,153 @@ +// This file contains DisplayAttribute defines for types from Windows CE assemblies +// If any changes are made, its needs to be recompiled while referencing CE assemblies + +#region Using directives + +using System; +using System.Diagnostics; +using System.Drawing; +using System.IO; +using System.Reflection; +using System.Security; +using WinForms = System.Windows.Forms; +using SQLTypes = System.Data.SqlTypes; + +#endregion + +// mscorlib +[assembly: DebuggerDisplay(@"\{Name = {Name} FullName = {FullName}}", Target = typeof(Type))] + +// System.Drawing +[assembly: DebuggerDisplay(@"\{Name = {Name} Size={Size}}", Target = typeof(Font))] +[assembly: DebuggerDisplay(@"\{Name = {m_strName}}", Target = typeof(FontFamily))] +[assembly: DebuggerDisplay(@"\{Color = {m_color}}", Target = typeof(Pen))] +[assembly: DebuggerDisplay(@"\{X = {m_x} Y = {m_y}}", Target = typeof(Point))] +[assembly: DebuggerDisplay(@"\{X = {m_x} Y = {m_y} Width = {m_cx} Height = {m_cy}}", Target = typeof(Rectangle))] +[assembly: DebuggerDisplay(@"\{X = {m_x} Y = {m_y} Width = {m_cx} Height = {m_cy}}", Target = typeof(RectangleF))] +[assembly: DebuggerDisplay(@"\{Width = {m_cx} Height = {m_cy}}", Target = typeof(Size))] +[assembly: DebuggerDisplay(@"\{Width = {m_cx} Height = {m_cy}}", Target = typeof(SizeF))] +[assembly: DebuggerDisplay(@"\{Color = {m_color}}", Target = typeof(SolidBrush))] + + + +// System.Windows.Forms +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::Button))] +[assembly: DebuggerDisplay(@"\{Text = {Text} CheckState = {CheckState}}", Target = typeof(WinForms::CheckBox))] +[assembly: DebuggerDisplay(@"\{Value = {Value} Min = {Minimum} Max = {Maximum}}", Target = typeof(WinForms::HScrollBar))] +[assembly: DebuggerDisplay(@"\{Index = {index}}", Target = typeof(WinForms::ItemChangedEventArgs))] +[assembly: DebuggerDisplay(@"\{Index = {m_iIndex} NewValue = {m_newCheckValue} CurrentValue = {m_CurrentValue}}", Target = typeof(WinForms::ItemCheckEventArgs))] +[assembly: DebuggerDisplay(@"\{KeyData = {m_keyData}}", Target = typeof(WinForms::KeyEventArgs))] +[assembly: DebuggerDisplay(@"\{KeyChar = {m_ch}}", Target = typeof(WinForms::KeyPressEventArgs))] +[assembly: DebuggerDisplay(@"\{SelectedItem = {Text}}", Target = typeof(WinForms::ListBox))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::ListViewItem))] +[assembly: DebuggerDisplay(@"\{X = {m_x} Y = {m_y} Button = {button}}", Target = typeof(WinForms::MouseEventArgs))] +[assembly: DebuggerDisplay(@"\{Value = {Value} Min = {Minimum} Max = {Maximum}}", Target = typeof(WinForms::NumericUpDown))] +[assembly: DebuggerDisplay(@"\{ClipRectangle = {m_rcClip}}", Target = typeof(WinForms::PaintEventArgs))] +[assembly: DebuggerDisplay(@"\{Value = {Value} Min = {Minimum} Max = {Maximum}}", Target = typeof(WinForms::ProgressBar))] +[assembly: DebuggerDisplay(@"\{Text = {Text} Checked = {Checked}}", Target = typeof(WinForms::RadioButton))] +[assembly: DebuggerDisplay(@"\{Bounds = {Bounds} WorkingArea = {WorkingArea}}", Target = typeof(WinForms::Screen))] +[assembly: DebuggerDisplay(@"\{MinExtra = {MinExtra} MinSize = {MinSize}}", Target = typeof(WinForms::Splitter))] +[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::TextBox))] +[assembly: DebuggerDisplay(@"\{Interval = {m_msec}}", Target = typeof(WinForms::Timer))] +[assembly: DebuggerDisplay(@"\{{Value} Min = {Minimum} Max = {Maximum}}", Target = typeof(WinForms::TrackBar))] +[assembly: DebuggerDisplay(@"\{Text = {m_strText}}", Target = typeof(WinForms::TreeNode))] +[assembly: DebuggerDisplay(@"\{{Value} Min = {Minimum} Max = {Maximum}}", Target = typeof(WinForms::VScrollBar))] + +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(Exception))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ApplicationException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ArgumentException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ArgumentNullException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ArgumentOutOfRangeException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ArithmeticException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(DivideByZeroException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(DllNotFoundException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(ApplicationException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(IndexOutOfRangeException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(InvalidCastException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(MemberAccessException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(MethodAccessException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(NullReferenceException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(StackOverflowException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(SystemException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(TypeLoadException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(FileNotFoundException))] +[assembly: DebuggerDisplay(@"\{{Message}}", Target = typeof(SecurityException))] + +// The attributes below can be useful to uncomment if ToString evaluation is disabled. +// +//[assembly: DebuggerDisplay("{Month}/{Day}/{Year} {Hour}:{Minute}:{Second}", Target = typeof(DateTime))] +//[assembly: DebuggerDisplay(@"\{Value = {Value}}", Target = typeof(WinForms::DateTimePicker))] +//[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::LinkLabel))] +//[assembly: DebuggerDisplay(@"\{Text = {Text}}", Target = typeof(WinForms::Label))] +//[assembly: DebuggerDisplay(@"\{{SelectionStack = {SelectionStart} SelectionEnd = {SelectionEnd}}", Target = typeof(WinForms::MonthCalendar))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlInt64))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlDateTime))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlInt32))] +//[assembly: DebuggerDisplay("{Value}", Target = typeof(SQLTypes::SqlMoney))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlString))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlSingle))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlInt16))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlByte))] +//[assembly: DebuggerDisplay("{m_value}", Target = typeof(SQLTypes::SqlDouble))] + +namespace System.Diagnostics { + + [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Delegate | AttributeTargets.Enum | AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Assembly, AllowMultiple = true)] + public sealed class DebuggerDisplayAttribute : Attribute + { + private string name; + private string value; + private string type; + private string targetName; + private Type target; + + public DebuggerDisplayAttribute(string value) + { + if( value == null ) { + this.value = ""; + } + else { + this.value = value; + } + name = ""; + type = ""; + } + + public string Value + { + get { return this.value; } + } + + public string Name + { + get { return name; } + set { name = value; } + } + + public string Type + { + get { return type; } + set { type = value; } + } + + public Type Target + { + set { + if( value == null) { + throw new ArgumentNullException("value"); + } + + targetName = value.AssemblyQualifiedName; + target = value; + } + get { return target; } + } + + public string TargetTypeName + { + get { return targetName; } + set { targetName = value; } + + } + } +} diff --git a/Visualizers/autoexpce.dll b/Visualizers/autoexpce.dll new file mode 100644 index 0000000000000000000000000000000000000000..2fc42adc4f1fb23032b412472ab8f7ea1ea0b463 Binary files /dev/null and b/Visualizers/autoexpce.dll differ