From ae27635bd92120d0dd975d8480c344162610219a Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期二, 17 九月 2024 10:35:01 +0800 Subject: [PATCH] 文件上传 --- /dev/null | 7833 --------------------------------------------------------- DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.cs | 141 DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs | 89 DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.resx | 2 DevApp/GsDevSolution.sln | 6 DevApp/Gs.DevApp/Gs.DevApp.csproj | 5 DevApp/Gs.DevApp/App.config | 102 DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.Designer.cs | 1 8 files changed, 257 insertions(+), 7,922 deletions(-) diff --git a/DevApp/Gs.DevApp/App.config b/DevApp/Gs.DevApp/App.config index 98f1e35..37df7e4 100644 --- a/DevApp/Gs.DevApp/App.config +++ b/DevApp/Gs.DevApp/App.config @@ -1,48 +1,60 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <configuration> - <configSections> - <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System"> - <section name="DevExpress.LookAndFeel.Design.AppSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> - </sectionGroup> - <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > - <section name="Gs.DevApp.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> - </sectionGroup> - </configSections> - <applicationSettings> - <DevExpress.LookAndFeel.Design.AppSettings> - <setting name="DPIAwarenessMode" serializeAs="String"> - <value>System</value> - </setting> - <setting name="RegisterBonusSkins" serializeAs="String"> - <value>True</value> - </setting> - </DevExpress.LookAndFeel.Design.AppSettings> - </applicationSettings> - <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /> - </startup> - <appSettings> - <add key="WebApiUrl" value="http://localhost:5263/"/> - <add key="LogPath" value="logs"/> - <add key="ProductName" value="骞挎繁绉戞妧 G-MES V2.0"/> - <add key="PageSize" value="50"/> - <add key="Version" value="0.2"/> - <add key="AutoUpdaterXml" value="https://dianbei.top/AutoUpdater/AutoUpdater.xml"/> - </appSettings> - <userSettings> - <Gs.DevApp.Properties.Settings> - <setting name="userName" serializeAs="String"> - <value /> - </setting> - <setting name="userPwd" serializeAs="String"> - <value /> - </setting> - <setting name="remember" serializeAs="String"> - <value>False</value> - </setting> - <setting name="orgGuid" serializeAs="String"> - <value /> - </setting> - </Gs.DevApp.Properties.Settings> - </userSettings> + <configSections> + <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System"> + <section name="DevExpress.LookAndFeel.Design.AppSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> + </sectionGroup> + <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <section name="Gs.DevApp.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> + </sectionGroup> + </configSections> + <applicationSettings> + <DevExpress.LookAndFeel.Design.AppSettings> + <setting name="DPIAwarenessMode" serializeAs="String"> + <value>System</value> + </setting> + <setting name="RegisterBonusSkins" serializeAs="String"> + <value>True</value> + </setting> + </DevExpress.LookAndFeel.Design.AppSettings> + </applicationSettings> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /> + </startup> + <appSettings> + <add key="WebApiUrl" value="http://localhost:5263/" /> + <add key="LogPath" value="logs" /> + <add key="ProductName" value="骞挎繁绉戞妧 G-MES V2.0" /> + <add key="PageSize" value="50" /> + <add key="Version" value="3.0" /> + <add key="AutoUpdaterXml" value="https://dianbei.top/AutoUpdater/AutoUpdater.xml" /> + </appSettings> + <userSettings> + <Gs.DevApp.Properties.Settings> + <setting name="userName" serializeAs="String"> + <value /> + </setting> + <setting name="userPwd" serializeAs="String"> + <value /> + </setting> + <setting name="remember" serializeAs="String"> + <value>False</value> + </setting> + <setting name="orgGuid" serializeAs="String"> + <value /> + </setting> + </Gs.DevApp.Properties.Settings> + </userSettings> + <system.web> + <membership defaultProvider="ClientAuthenticationMembershipProvider"> + <providers> + <add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" /> + </providers> + </membership> + <roleManager defaultProvider="ClientRoleProvider" enabled="true"> + <providers> + <add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" /> + </providers> + </roleManager> + </system.web> </configuration> \ No newline at end of file diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs index e3fe1dd..7286fb6 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.Designer.cs @@ -45,11 +45,21 @@ this.label1 = new System.Windows.Forms.Label(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.button1 = new System.Windows.Forms.Button(); + this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); + this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); + this.progressBar1 = new System.Windows.Forms.ProgressBar(); + this.btnUp = new DevExpress.XtraEditors.SimpleButton(); + this.btnUpSelect = new System.Windows.Forms.Button(); + this.txtUpUrl = new System.Windows.Forms.TextBox(); + this.label7 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_sqlconn.Properties)).BeginInit(); this.xtraTabPage2.SuspendLayout(); + this.xtraTabPage3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); + this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // xtraTabControl1 @@ -62,7 +72,8 @@ this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, - this.xtraTabPage2}); + this.xtraTabPage2, + this.xtraTabPage3}); // // xtraTabPage1 // @@ -119,7 +130,6 @@ this.btnToPath.TabIndex = 265; this.btnToPath.Text = "閫夋嫨璺緞"; this.btnToPath.UseVisualStyleBackColor = true; - this.btnToPath.Click += new System.EventHandler(this.btnToPath_Click_1); // // txtCreateDBPath // @@ -209,13 +219,75 @@ // // button1 // - this.button1.Location = new System.Drawing.Point(39, 70); + this.button1.Location = new System.Drawing.Point(113, 81); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(194, 41); this.button1.TabIndex = 1; this.button1.Text = "鐢ㄦ埛鏉冮檺鎶ヨ〃"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); + // + // xtraTabPage3 + // + this.xtraTabPage3.Controls.Add(this.panelControl1); + this.xtraTabPage3.Name = "xtraTabPage3"; + this.xtraTabPage3.Size = new System.Drawing.Size(887, 492); + this.xtraTabPage3.Text = "Dev鏂囦欢涓婁紶"; + // + // panelControl1 + // + this.panelControl1.Controls.Add(this.progressBar1); + this.panelControl1.Controls.Add(this.btnUp); + this.panelControl1.Controls.Add(this.btnUpSelect); + this.panelControl1.Controls.Add(this.txtUpUrl); + this.panelControl1.Controls.Add(this.label7); + this.panelControl1.Location = new System.Drawing.Point(106, 83); + this.panelControl1.Name = "panelControl1"; + this.panelControl1.Size = new System.Drawing.Size(609, 331); + this.panelControl1.TabIndex = 0; + // + // progressBar1 + // + this.progressBar1.Location = new System.Drawing.Point(84, 271); + this.progressBar1.Name = "progressBar1"; + this.progressBar1.Size = new System.Drawing.Size(100, 23); + this.progressBar1.TabIndex = 271; + // + // btnUp + // + this.btnUp.Location = new System.Drawing.Point(157, 179); + this.btnUp.Name = "btnUp"; + this.btnUp.Size = new System.Drawing.Size(94, 29); + this.btnUp.TabIndex = 270; + this.btnUp.Text = "纭畾涓婁紶"; + // + // btnUpSelect + // + this.btnUpSelect.Location = new System.Drawing.Point(472, 97); + this.btnUpSelect.Margin = new System.Windows.Forms.Padding(4); + this.btnUpSelect.Name = "btnUpSelect"; + this.btnUpSelect.Size = new System.Drawing.Size(79, 26); + this.btnUpSelect.TabIndex = 269; + this.btnUpSelect.Text = "閫夋嫨璺緞"; + this.btnUpSelect.UseVisualStyleBackColor = true; + // + // txtUpUrl + // + this.txtUpUrl.Location = new System.Drawing.Point(157, 97); + this.txtUpUrl.Margin = new System.Windows.Forms.Padding(4); + this.txtUpUrl.Name = "txtUpUrl"; + this.txtUpUrl.Size = new System.Drawing.Size(307, 26); + this.txtUpUrl.TabIndex = 268; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(44, 101); + this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(83, 18); + this.label7.TabIndex = 267; + this.label7.Text = "閫夋嫨鏂囦欢锛�"; // // EasyCode // @@ -231,6 +303,10 @@ this.xtraTabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_sqlconn.Properties)).EndInit(); this.xtraTabPage2.ResumeLayout(false); + this.xtraTabPage3.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); + this.panelControl1.ResumeLayout(false); + this.panelControl1.PerformLayout(); this.ResumeLayout(false); } @@ -253,5 +329,12 @@ private System.Windows.Forms.Label lbMsg; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private System.Windows.Forms.Button button1; + private DevExpress.XtraTab.XtraTabPage xtraTabPage3; + private DevExpress.XtraEditors.PanelControl panelControl1; + private System.Windows.Forms.Button btnUpSelect; + private System.Windows.Forms.TextBox txtUpUrl; + private System.Windows.Forms.Label label7; + private DevExpress.XtraEditors.SimpleButton btnUp; + private System.Windows.Forms.ProgressBar progressBar1; } } \ No newline at end of file diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.cs b/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.cs index ae9b595..1b54b57 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.cs @@ -5,7 +5,10 @@ using System.Data; using System.Data.SqlClient; using System.Drawing; +using System.IO; using System.Linq; +using System.Net; +using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; @@ -17,47 +20,30 @@ public EasyCode() { InitializeComponent(); - this.txt_sqlconn.Text = "Data Source=2kn4sh70028.vicp.fun,26144;Initial Catalog=gs_Mes;User ID=sa;Password =admin110"; + //this.txt_sqlconn.Text = "Data Source=2kn4sh70028.vicp.fun,26144;Initial Catalog=gs_Mes;User ID=sa;Password =admin110"; + this.txt_sqlconn.Text = "Data Source=.;Initial Catalog=gs_Mes;User ID=sa;Password =admin110"; getTable(); - } - /// <summary> - /// 璇诲彇鏁版嵁搴撹〃 - /// </summary> - private void getTable() - { - string strConn = txt_sqlconn.Text.Trim(); - DataSet dset = new DataSet(); - using (SqlConnection connection = new SqlConnection(strConn)) - { - connection.Open(); - SqlCommand cmd = new SqlCommand(); - cmd.Connection = connection; - cmd.CommandText = "SELECT '--璇烽�夋嫨--' as TABLE_NAME union all SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' order by TABLE_NAME desc"; - using (SqlDataAdapter dt = new SqlDataAdapter(cmd)) - { - dt.Fill(dset, "0"); - } - } - if (dset != null && dset.Tables.Count > 0) - { - txt_table.DataSource = dset.Tables[0]; - txt_table.DisplayMember = "TABLE_NAME"; - txt_table.ValueMember = "TABLE_NAME"; - txt_category.SelectedIndex = txt_table.SelectedIndex = 0; - } + this.btnToPath.Click += BtnToPath_Click; + this.btnUpSelect.Click += BtnUpSelect_Click; + this.btnUp.Click += BtnUp_Click; } + /// <summary> /// 閫夋嫨鐢熸垚璺緞 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> - private void btnToPath_Click(object sender, EventArgs e) + private void BtnToPath_Click(object sender, EventArgs e) { string _GetfilePath = FileSelector.BrowseFilePathForSave(); txtCreateDBPath.Text = _GetfilePath; } - + /// <summary> + /// 纭畾鐢熸垚 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> private void btnOk_Click(object sender, EventArgs e) { if (txt_sqlconn.Text.Trim() == "") @@ -87,6 +73,32 @@ ReadResxFile(dt, _strName); string path = txtCreateDBPath.Text; lbMsg.Text = "鐢熸垚鎴愬姛锛岃矾寰勶細" + path; + } + /// <summary> + /// 璇诲彇鏁版嵁搴撹〃 + /// </summary> + private void getTable() + { + string strConn = txt_sqlconn.Text.Trim(); + DataSet dset = new DataSet(); + using (SqlConnection connection = new SqlConnection(strConn)) + { + connection.Open(); + SqlCommand cmd = new SqlCommand(); + cmd.Connection = connection; + cmd.CommandText = "SELECT '--璇烽�夋嫨--' as TABLE_NAME union all SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' order by TABLE_NAME desc"; + using (SqlDataAdapter dt = new SqlDataAdapter(cmd)) + { + dt.Fill(dset, "0"); + } + } + if (dset != null && dset.Tables.Count > 0) + { + txt_table.DataSource = dset.Tables[0]; + txt_table.DisplayMember = "TABLE_NAME"; + txt_table.ValueMember = "TABLE_NAME"; + txt_category.SelectedIndex = txt_table.SelectedIndex = 0; + } } /// <summary> /// 璇诲彇鍒楀悕 @@ -293,17 +305,72 @@ sw.Close(); sw.Dispose(); } - - private void btnToPath_Click_1(object sender, EventArgs e) - { - string _GetfilePath = FileSelector.BrowseFilePathForSave(); - txtCreateDBPath.Text = _GetfilePath; - } - + + /// <summary> + /// 鎶ヨ〃璁捐 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> private void button1_Click(object sender, EventArgs e) { EasyRpt frm = new EasyRpt("001"); frm.Show(); } + + /// <summary> + /// 閫夋嫨涓婁紶鏂囦欢 + /// </summary> + /// <param name="sender"></param> + /// <param name="e"></param> + private void BtnUpSelect_Click(object sender, EventArgs e) + { + OpenFileDialog openFileDialog = new OpenFileDialog(); + // 璁剧疆鍒濆鐩綍 + openFileDialog.InitialDirectory = "c:\\"; + // 璁剧疆鏂囦欢杩囨护閫夐」锛屽锛�"鏂囨湰鏂囦欢 (*.txt)|*.txt|鎵�鏈夋枃浠� (*.*)|*.*" + openFileDialog.Filter = "鏂囨湰鏂囦欢 (*.txt)|*.txt|鎵�鏈夋枃浠� (*.*)|*.*"; + // 璁剧疆鏍囬 + openFileDialog.Title = "閫夋嫨鏂囦欢"; + // 鏄剧ず瀵硅瘽妗� + DialogResult result = openFileDialog.ShowDialog(); + // 纭鐢ㄦ埛娌℃湁鍙栨秷鎿嶄綔 + if (result == DialogResult.OK) + { + // 鑾峰彇閫変腑鐨勬枃浠惰矾寰� + string filePath = openFileDialog.FileName; + Console.WriteLine($"閫変腑鐨勬枃浠�: {filePath}"); + txtUpUrl.Text = filePath; + } + + } + + private async void BtnUp_Click(object sender, EventArgs e) + { + string WebApiUrl = System.Configuration.ConfigurationSettings.AppSettings.Get("WebApiUrl").ToString(); + string address = WebApiUrl + "Upload/UploadFile"; + string filePath = txtUpUrl.Text.Trim(); + string apiUrl = address; // 鏇挎崲涓轰綘鐨凙PI鍦板潃 + await UploadFileAsync(apiUrl, filePath); + } + + private async Task UploadFileAsync(string url, string filePath) + { + using (var httpClient = new HttpClient()) + using (var form = new MultipartFormDataContent()) + { + httpClient.DefaultRequestHeaders.Add("token", ToolBox.UtilityHelper.GetBasicAuthTicket()); + using (var fs = File.OpenRead(filePath)) + using (var streamContent = new StreamContent(fs)) + { + form.Add(streamContent, "file", Path.GetFileName(filePath)); + var response = await httpClient.PostAsync(url, form); + string responseString = await response.Content.ReadAsStringAsync(); + MessageBox.Show(responseString); + } + } + } } -} \ No newline at end of file + +} + + diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.Designer.cs index f167a2a..d581ed8 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.Designer.cs @@ -87,6 +87,7 @@ this.Controls.Add(this.panel2); this.Name = "EasyRpt"; this.Text = "EasyRpt"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; ((System.ComponentModel.ISupportInitialize)(this.designerControl1)).EndInit(); this.ResumeLayout(false); diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.resx b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.resx index 1657235..8e3f5c3 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.resx +++ b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRpt.resx @@ -121,7 +121,7 @@ <value>17, 17</value> </metadata> <data name="designerControl1.LayoutState" xml:space="preserve"> - <value>锘�<?xml version="1.0" encoding="utf-8"?><Config><Designer><DockNew Text="&lt;dotnetbarlayout version=&quot;6&quot; zorder=&quot;3,4,1,2&quot;&gt;&lt;docksite size=&quot;0&quot; dockingside=&quot;Top&quot; originaldocksitesize=&quot;0&quot; /&gt;&lt;docksite size=&quot;0&quot; dockingside=&quot;Bottom&quot; originaldocksitesize=&quot;0&quot;&gt;&lt;dockcontainer orientation=&quot;1&quot; w=&quot;0&quot; h=&quot;0&quot;&gt;&lt;barcontainer w=&quot;0&quot; h=&quot;95&quot;&gt;&lt;bar name=&quot;MessagesWindowBar&quot; dockline=&quot;0&quot; layout=&quot;2&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;4&quot; visible=&quot;false&quot;&gt;&lt;items&gt;&lt;item name=&quot;MessagesWindow&quot; origBar=&quot;&quot; origPos=&quot;-1&quot; pos=&quot;0&quot; visible=&quot;false&quot; /&gt;&lt;/items&gt;&lt;/bar&gt;&lt;/barcontainer&gt;&lt;/dockcontainer&gt;&lt;/docksite&gt;&lt;docksite size=&quot;0&quot; dockingside=&quot;Left&quot; originaldocksitesize=&quot;0&quot; /&gt;&lt;docksite size=&quot;250&quot; dockingside=&quot;Right&quot; originaldocksitesize=&quot;0&quot;&gt;&lt;dockcontainer orientation=&quot;1&quot; w=&quot;0&quot; h=&quot;0&quot;&gt;&lt;barcontainer w=&quot;247&quot; h=&quot;182&quot;&gt;&lt;bar name=&quot;DictionaryWindowBar&quot; dockline=&quot;0&quot; layout=&quot;2&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;2&quot; visible=&quot;true&quot; seldocktab=&quot;0&quot;&gt;&lt;items&gt;&lt;item name=&quot;DictionaryWindow&quot; origBar=&quot;&quot; origPos=&quot;-1&quot; pos=&quot;0&quot; /&gt;&lt;item name=&quot;ReportTreeWindow&quot; origBar=&quot;&quot; origPos=&quot;-1&quot; pos=&quot;1&quot; /&gt;&lt;/items&gt;&lt;/bar&gt;&lt;/barcontainer&gt;&lt;barcontainer w=&quot;247&quot; h=&quot;-86&quot;&gt;&lt;bar name=&quot;PropertiesWindowBar&quot; dockline=&quot;0&quot; layout=&quot;2&quot; dockoffset=&quot;64&quot; state=&quot;2&quot; dockside=&quot;2&quot; visible=&quot;true&quot;&gt;&lt;items&gt;&lt;item name=&quot;PropertiesWindow&quot; origBar=&quot;&quot; origPos=&quot;-1&quot; pos=&quot;0&quot; /&gt;&lt;/items&gt;&lt;/bar&gt;&lt;/barcontainer&gt;&lt;/dockcontainer&gt;&lt;/docksite&gt;&lt;bars&gt;&lt;bar name=&quot;StandardToolbar&quot; dockline=&quot;0&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;true&quot; /&gt;&lt;bar name=&quot;TextToolbar&quot; dockline=&quot;1&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;true&quot; /&gt;&lt;bar name=&quot;BorderToolbar&quot; dockline=&quot;1&quot; layout=&quot;0&quot; dockoffset=&quot;152&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;true&quot; /&gt;&lt;bar name=&quot;StyleToolbar&quot; dockline=&quot;2&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;false&quot; /&gt;&lt;bar name=&quot;LayoutToolbar&quot; dockline=&quot;2&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;false&quot; /&gt;&lt;bar name=&quot;ObjectsToolbar&quot; dockline=&quot;0&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;1&quot; visible=&quot;true&quot; /&gt;&lt;/bars&gt;&lt;/dotnetbarlayout&gt;"/></Designer></Config></value> + <value>锘�<?xml version="1.0" encoding="utf-8"?><Config><Designer><DockNew Text="&lt;dotnetbarlayout version=&quot;6&quot; zorder=&quot;3,4,1,2&quot;&gt;&lt;docksite size=&quot;0&quot; dockingside=&quot;Top&quot; originaldocksitesize=&quot;0&quot; /&gt;&lt;docksite size=&quot;0&quot; dockingside=&quot;Bottom&quot; originaldocksitesize=&quot;0&quot;&gt;&lt;dockcontainer orientation=&quot;1&quot; w=&quot;0&quot; h=&quot;0&quot;&gt;&lt;barcontainer w=&quot;0&quot; h=&quot;95&quot;&gt;&lt;bar name=&quot;MessagesWindowBar&quot; dockline=&quot;0&quot; layout=&quot;2&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;4&quot; visible=&quot;false&quot;&gt;&lt;items&gt;&lt;item name=&quot;MessagesWindow&quot; origBar=&quot;&quot; origPos=&quot;-1&quot; pos=&quot;0&quot; visible=&quot;false&quot; /&gt;&lt;/items&gt;&lt;/bar&gt;&lt;/barcontainer&gt;&lt;/dockcontainer&gt;&lt;/docksite&gt;&lt;docksite size=&quot;0&quot; dockingside=&quot;Left&quot; originaldocksitesize=&quot;0&quot; /&gt;&lt;docksite size=&quot;250&quot; dockingside=&quot;Right&quot; originaldocksitesize=&quot;0&quot;&gt;&lt;dockcontainer orientation=&quot;1&quot; w=&quot;0&quot; h=&quot;0&quot;&gt;&lt;barcontainer w=&quot;247&quot; h=&quot;92&quot;&gt;&lt;bar name=&quot;DictionaryWindowBar&quot; dockline=&quot;0&quot; layout=&quot;2&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;2&quot; visible=&quot;true&quot; seldocktab=&quot;0&quot;&gt;&lt;items&gt;&lt;item name=&quot;DictionaryWindow&quot; origBar=&quot;&quot; origPos=&quot;-1&quot; pos=&quot;0&quot; /&gt;&lt;item name=&quot;ReportTreeWindow&quot; origBar=&quot;&quot; origPos=&quot;-1&quot; pos=&quot;1&quot; /&gt;&lt;/items&gt;&lt;/bar&gt;&lt;/barcontainer&gt;&lt;barcontainer w=&quot;247&quot; h=&quot;4&quot;&gt;&lt;bar name=&quot;PropertiesWindowBar&quot; dockline=&quot;0&quot; layout=&quot;2&quot; dockoffset=&quot;64&quot; state=&quot;2&quot; dockside=&quot;2&quot; visible=&quot;true&quot;&gt;&lt;items&gt;&lt;item name=&quot;PropertiesWindow&quot; origBar=&quot;&quot; origPos=&quot;-1&quot; pos=&quot;0&quot; /&gt;&lt;/items&gt;&lt;/bar&gt;&lt;/barcontainer&gt;&lt;/dockcontainer&gt;&lt;/docksite&gt;&lt;bars&gt;&lt;bar name=&quot;StandardToolbar&quot; dockline=&quot;0&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;true&quot; /&gt;&lt;bar name=&quot;TextToolbar&quot; dockline=&quot;1&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;true&quot; /&gt;&lt;bar name=&quot;BorderToolbar&quot; dockline=&quot;1&quot; layout=&quot;0&quot; dockoffset=&quot;152&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;true&quot; /&gt;&lt;bar name=&quot;LayoutToolbar&quot; dockline=&quot;2&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;false&quot; /&gt;&lt;bar name=&quot;StyleToolbar&quot; dockline=&quot;2&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;3&quot; visible=&quot;false&quot; /&gt;&lt;bar name=&quot;ObjectsToolbar&quot; dockline=&quot;0&quot; layout=&quot;0&quot; dockoffset=&quot;0&quot; state=&quot;2&quot; dockside=&quot;1&quot; visible=&quot;true&quot; /&gt;&lt;/bars&gt;&lt;/dotnetbarlayout&gt;"/></Designer></Config></value> </data> <metadata name="environmentSettings1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>202, 17</value> diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj index a5ba081..9253f79 100644 --- a/DevApp/Gs.DevApp/Gs.DevApp.csproj +++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj @@ -51,6 +51,9 @@ <PropertyGroup> <ApplicationIcon>logo_ico.ico</ApplicationIcon> </PropertyGroup> + <PropertyGroup> + <NoWin32Manifest>true</NoWin32Manifest> + </PropertyGroup> <ItemGroup> <Reference Include="AutoUpdater.NET, Version=1.9.2.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL"> <HintPath>..\packages\Autoupdater.NET.Official.1.9.2\lib\net462\AutoUpdater.NET.dll</HintPath> @@ -102,7 +105,9 @@ <HintPath>..\packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath> </Reference> <Reference Include="System.Core" /> + <Reference Include="System.Net.Http" /> <Reference Include="System.Runtime.Serialization" /> + <Reference Include="System.Web.Extensions" /> <Reference Include="System.Xaml" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> diff --git a/DevApp/Gs.Setup/Gs.Setup.vdproj b/DevApp/Gs.Setup/Gs.Setup.vdproj deleted file mode 100644 index 571438a..0000000 --- a/DevApp/Gs.Setup/Gs.Setup.vdproj +++ /dev/null @@ -1,7833 +0,0 @@ -锘�"DeployProject" -{ -"VSVersion" = "3:800" -"ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" -"IsWebType" = "8:FALSE" -"ProjectName" = "8:Gs.Setup" -"LanguageId" = "3:2052" -"CodePage" = "3:936" -"UILanguageId" = "3:2052" -"SccProjectName" = "8:" -"SccLocalPath" = "8:" -"SccAuxPath" = "8:" -"SccProvider" = "8:" - "Hierarchy" - { - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_407C8A6E4334A4C880F9C46297FEEA7D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_FD605323B58640B68839B49DDD888B50" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_EDD9D8B2363A4FC28F5CE8EF9212C741" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_C0125287E0CC4E108CB173CB91A09C99" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_34A3A308ECAB46208FFCD51B910BDD11" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_9307F0BA2C54460C997D5C9213DC40E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_D9BE28CB19BA48F8A251CC4F7324730A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_6F53CAA05CE045EE9C3673984B417CA5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_473602756FA74519A57313C19992679C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_C8E2C4A282F5428D97D59872B69BB812" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_8419F3C30F22443EA9A0D5C5B22A8BCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_14A43F842B7F45FE936539D797993E87" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_D65F0C35852B4C9DBA3DA7CE6062597C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_6C0B7E515C484DE3B33D4CC9AAF4A02C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_2BD7A9E8211F48189E8B065F78546067" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_D2AF1B36A04BBBD8208187F1C540727A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_BED46141D54B4A2A836C82E8756EAE2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "OwnerKey" = "8:_BD35D5665072A361065F866C92314E38" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_01C49F0641EF4E9B9DED15A3881B9685" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_057E4D37CB8744EBBEBCCFD0A861A604" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_05EB248FCA864DD7BA0B469C65B788F8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_072F0A5A0DB2445DAA96F87710B04E3D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_5FA27CA2E7AC805423DF3DBF73898AC2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_407C8A6E4334A4C880F9C46297FEEA7D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_941593AAAF0548CEBDE2EA90BA55BAA9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_FD605323B58640B68839B49DDD888B50" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_EDD9D8B2363A4FC28F5CE8EF9212C741" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_C0125287E0CC4E108CB173CB91A09C99" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_057E4D37CB8744EBBEBCCFD0A861A604" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_34A3A308ECAB46208FFCD51B910BDD11" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_9307F0BA2C54460C997D5C9213DC40E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_D9BE28CB19BA48F8A251CC4F7324730A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_6F53CAA05CE045EE9C3673984B417CA5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_473602756FA74519A57313C19992679C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_D0CE6C4379C847749015F119FAC86D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_072F0A5A0DB2445DAA96F87710B04E3D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_C8E2C4A282F5428D97D59872B69BB812" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_79A6741522EA49AFA7FA6977B3DDF07C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_8419F3C30F22443EA9A0D5C5B22A8BCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_14A43F842B7F45FE936539D797993E87" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_5BDDFC6A460541ABA13139B0F12381EE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_D65F0C35852B4C9DBA3DA7CE6062597C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_7A314948C6A849E0AF2BFD72F1A30E0D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_6C0B7E515C484DE3B33D4CC9AAF4A02C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_39815E7E3BB14A159838A6FB136E74B3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_2BD7A9E8211F48189E8B065F78546067" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_D2AF1B36A04BBBD8208187F1C540727A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_3E864A0226CC961AE4569097C223B69C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_BD35D5665072A361065F866C92314E38" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_BED46141D54B4A2A836C82E8756EAE2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_EFE3267D25834796BDD07E383FFAAB89" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_BF869034ADF7499C81C587D25714E7E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "OwnerKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_090B4B48DB1048A19609D3991241E9FB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_134846FA6AC147FC4015556A305F349B" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_134846FA6AC147FC4015556A305F349B" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_134846FA6AC147FC4015556A305F349B" - "OwnerKey" = "8:_B915D2ED65C98A8FC460748082D41445" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_FD605323B58640B68839B49DDD888B50" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_EDD9D8B2363A4FC28F5CE8EF9212C741" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_C0125287E0CC4E108CB173CB91A09C99" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_9307F0BA2C54460C997D5C9213DC40E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "OwnerKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_14A43F842B7F45FE936539D797993E87" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_167E07889DCF4077B7E60B56859CA999" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1D3CB61B79664EA68A65C43399565898" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_268721333B544FA2B6284993C5987C94" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2BC278625B944CC39210F488DB89569E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2BD7A9E8211F48189E8B065F78546067" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2C1FC366D5D64AA4A6A9D30E3ECE39D2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_339508204B0A4F40B94AE88902D9A26E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_34A3A308ECAB46208FFCD51B910BDD11" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_35D45876FE6B47C6A4C3F8542D52B237" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39815E7E3BB14A159838A6FB136E74B3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3A162BC3834B02B64975DA03D4D92285" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3A162BC3834B02B64975DA03D4D92285" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3A162BC3834B02B64975DA03D4D92285" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3BBC4D923E2341F4A9D99F6D46017CB6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3E5D594FE5714190B1EB7C1CD8C198E5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3E864A0226CC961AE4569097C223B69C" - "OwnerKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3E864A0226CC961AE4569097C223B69C" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3E864A0226CC961AE4569097C223B69C" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3E864A0226CC961AE4569097C223B69C" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3E864A0226CC961AE4569097C223B69C" - "OwnerKey" = "8:_14A43F842B7F45FE936539D797993E87" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3E864A0226CC961AE4569097C223B69C" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_407C8A6E4334A4C880F9C46297FEEA7D" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_407C8A6E4334A4C880F9C46297FEEA7D" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_470F407FFEDF41F8891C742122B53987" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_473602756FA74519A57313C19992679C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4DA20CC0C6A147D7A560818B1853EC03" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_522FE16A5CD647318A3BD4A0FE5964ED" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_59FBFEE765A44B0ABCD431BFFD2F09C5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5BDDFC6A460541ABA13139B0F12381EE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5FA27CA2E7AC805423DF3DBF73898AC2" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5FA27CA2E7AC805423DF3DBF73898AC2" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_61CBFC5E512145EDA9B49F22FAFAF26A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6412D25F8A624B9F89F8E4BF5ECADA09" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_473602756FA74519A57313C19992679C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_690500C2104C4D6BB9450BD496077389" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6A00868C518C4F608D0BA446A97FDD02" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6C0B7E515C484DE3B33D4CC9AAF4A02C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "OwnerKey" = "8:_3BBC4D923E2341F4A9D99F6D46017CB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "OwnerKey" = "8:_7A86BCD0BD625190C0CD948B4F577785" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "OwnerKey" = "8:_BED46141D54B4A2A836C82E8756EAE2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "OwnerKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6F53CAA05CE045EE9C3673984B417CA5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7815291C54FF4088B1D5EFCFF080B814" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_79A6741522EA49AFA7FA6977B3DDF07C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7A314948C6A849E0AF2BFD72F1A30E0D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7A86BCD0BD625190C0CD948B4F577785" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7A86BCD0BD625190C0CD948B4F577785" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7A86BCD0BD625190C0CD948B4F577785" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7A86BCD0BD625190C0CD948B4F577785" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8419F3C30F22443EA9A0D5C5B22A8BCE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "OwnerKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "OwnerKey" = "8:_6F53CAA05CE045EE9C3673984B417CA5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_901B7FA56248436E8F6F3DD8C2CF898D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_91ACCFFB3F2B4F2A8AAF9204830BD967" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9307F0BA2C54460C997D5C9213DC40E6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_941593AAAF0548CEBDE2EA90BA55BAA9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_94F47F5CEFDA970BE46BF91261AD4BF5" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_5FA27CA2E7AC805423DF3DBF73898AC2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_941593AAAF0548CEBDE2EA90BA55BAA9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_FD605323B58640B68839B49DDD888B50" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_EDD9D8B2363A4FC28F5CE8EF9212C741" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_C0125287E0CC4E108CB173CB91A09C99" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_057E4D37CB8744EBBEBCCFD0A861A604" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_34A3A308ECAB46208FFCD51B910BDD11" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_9307F0BA2C54460C997D5C9213DC40E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_D0CE6C4379C847749015F119FAC86D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_BED46141D54B4A2A836C82E8756EAE2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_407C8A6E4334A4C880F9C46297FEEA7D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_8419F3C30F22443EA9A0D5C5B22A8BCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "OwnerKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9896A81F15954F9DA44028298F713821" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "OwnerKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9D45E242532542F8B9388AF0E3F20010" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A6FA42EAA9614A63B5B6BA08B516B2C8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A7F8C55E473B44B3BD008D5E090C330D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ACA00A169D0F7BDAADC9D16D9983B285" - "OwnerKey" = "8:_090B4B48DB1048A19609D3991241E9FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ACA00A169D0F7BDAADC9D16D9983B285" - "OwnerKey" = "8:_94F47F5CEFDA970BE46BF91261AD4BF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AFBC44FB07AB57E4EB566FB44EA92C49" - "OwnerKey" = "8:_090B4B48DB1048A19609D3991241E9FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AFBC44FB07AB57E4EB566FB44EA92C49" - "OwnerKey" = "8:_94F47F5CEFDA970BE46BF91261AD4BF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B8D1C2A981ED978289FE9602F208DB38" - "OwnerKey" = "8:_B915D2ED65C98A8FC460748082D41445" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B8D1C2A981ED978289FE9602F208DB38" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B8D1C2A981ED978289FE9602F208DB38" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B915D2ED65C98A8FC460748082D41445" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B915D2ED65C98A8FC460748082D41445" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "OwnerKey" = "8:_C0125287E0CC4E108CB173CB91A09C99" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "OwnerKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BC319F109048404996CF98D5FFE43912" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_BED46141D54B4A2A836C82E8756EAE2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_407C8A6E4334A4C880F9C46297FEEA7D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_8419F3C30F22443EA9A0D5C5B22A8BCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_14A43F842B7F45FE936539D797993E87" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD35D5665072A361065F866C92314E38" - "OwnerKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BED46141D54B4A2A836C82E8756EAE2D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BF869034ADF7499C81C587D25714E7E4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C0125287E0CC4E108CB173CB91A09C99" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C1F5B225B0194FB3BF600626B6EB1F37" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_FD605323B58640B68839B49DDD888B50" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_9307F0BA2C54460C997D5C9213DC40E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "OwnerKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C8E2C4A282F5428D97D59872B69BB812" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CDA84ACFC570428EA0A6CDA720FC73EE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CF1C99B573214EEA9CBACFD51E8D93FE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D0CE6C4379C847749015F119FAC86D79" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D227D1062623484CA79F472720E780D2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D2AF1B36A04BBBD8208187F1C540727A" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D2AF1B36A04BBBD8208187F1C540727A" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D2AF1B36A04BBBD8208187F1C540727A" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D2AF1B36A04BBBD8208187F1C540727A" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D2AF1B36A04BBBD8208187F1C540727A" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D2AF1B36A04BBBD8208187F1C540727A" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_14A43F842B7F45FE936539D797993E87" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_5BDDFC6A460541ABA13139B0F12381EE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "OwnerKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D4F935EE148A4AF98514D7E1F1F20514" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D65F0C35852B4C9DBA3DA7CE6062597C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D66B6E7AD60F4A07A09D1D74E634CBD9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D7923510427F493CBE84D212D5171B0A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9BE28CB19BA48F8A251CC4F7324730A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC73E95E26EF45A2B3121F88E2F24446" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E2E3370D16014E5AA2770769CD928C48" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E62880ABBFF94872B3058F5ADD95DEE7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E83A47ECD09F35B7D2FC254F1ADD8A64" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E83A47ECD09F35B7D2FC254F1ADD8A64" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_C1F5B225B0194FB3BF600626B6EB1F37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_5FA27CA2E7AC805423DF3DBF73898AC2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_E83A47ECD09F35B7D2FC254F1ADD8A64" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_941593AAAF0548CEBDE2EA90BA55BAA9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_FD605323B58640B68839B49DDD888B50" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_EDD9D8B2363A4FC28F5CE8EF9212C741" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_7A86BCD0BD625190C0CD948B4F577785" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_C0125287E0CC4E108CB173CB91A09C99" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_057E4D37CB8744EBBEBCCFD0A861A604" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_34A3A308ECAB46208FFCD51B910BDD11" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_9307F0BA2C54460C997D5C9213DC40E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_6F53CAA05CE045EE9C3673984B417CA5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_3BBC4D923E2341F4A9D99F6D46017CB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_D0CE6C4379C847749015F119FAC86D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EB70608628CA425494E710A7C63D2140" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDC18D602D9A4F74BCD9149582D84F90" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EDD9D8B2363A4FC28F5CE8EF9212C741" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EE9F1D11480B4CBDA4C89D96C3BF03CE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EF9581FBA24C4164B9878B6732DB4F1E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EFE3267D25834796BDD07E383FFAAB89" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_BED46141D54B4A2A836C82E8756EAE2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_7A86BCD0BD625190C0CD948B4F577785" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "OwnerKey" = "8:_3BBC4D923E2341F4A9D99F6D46017CB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FD605323B58640B68839B49DDD888B50" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FF47FAE840474DB78FE1743AB203C663" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FFD50D8F9FEE45598A75A50A690CF308" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_0900CCB7B8322C889CFDF2A31CFC0C9E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_9F2F99EC684644CAAB5816ACA3D04C52" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_5FA27CA2E7AC805423DF3DBF73898AC2" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EF46007954624EA26BDAD530DC0D04DE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_407C8A6E4334A4C880F9C46297FEEA7D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E83A47ECD09F35B7D2FC254F1ADD8A64" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_B915D2ED65C98A8FC460748082D41445" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_B8D1C2A981ED978289FE9602F208DB38" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_134846FA6AC147FC4015556A305F349B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_FD605323B58640B68839B49DDD888B50" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F75BCE586DDA09D16A9B257140CAB3C5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F246F3F50CF7E08F41D8ABCB3F5267AF" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EFE3267D25834796BDD07E383FFAAB89" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EDD9D8B2363A4FC28F5CE8EF9212C741" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_EB70608628CA425494E710A7C63D2140" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E9A53014ED09AE7E0239720B9CC61344" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E0DA2F1E1FA062C044A560B53D0E0313" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_DFF22559364EE7629302B3C128706D3A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_D9BE28CB19BA48F8A251CC4F7324730A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_D66B6E7AD60F4A07A09D1D74E634CBD9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_D65F0C35852B4C9DBA3DA7CE6062597C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_D4F935EE148A4AF98514D7E1F1F20514" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_D3C75B234F12E7D830AB421FF539606D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_D2AF1B36A04BBBD8208187F1C540727A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_D0CE6C4379C847749015F119FAC86D79" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_C8E2C4A282F5428D97D59872B69BB812" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_C88BC69794B0AD5D37E143969E823DA1" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_C1F5B225B0194FB3BF600626B6EB1F37" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_C100636156AA2780936A4A9D9D590B18" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_C0125287E0CC4E108CB173CB91A09C99" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BF869034ADF7499C81C587D25714E7E4" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BED46141D54B4A2A836C82E8756EAE2D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BD35D5665072A361065F866C92314E38" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BC319F109048404996CF98D5FFE43912" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BC23277575F2131400E4752BF9A411E0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_9A420ECF398B3E5ED862AC92C84052A6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_99A1AEBA44C94C2BB467822141A15FF6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_9896A81F15954F9DA44028298F713821" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_9807482701CC20203C718FB0004AF7E8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_95622AFBC83A7FF41AFADED52BDBACBE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_941593AAAF0548CEBDE2EA90BA55BAA9" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_9307F0BA2C54460C997D5C9213DC40E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_8E9AD15A95DD42918418B186A07362E6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_8B03808203D64300B06DB3C635FAF030" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_86689783C01747C99CB2BC18906C02CE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3A162BC3834B02B64975DA03D4D92285" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_94F47F5CEFDA970BE46BF91261AD4BF5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_8419F3C30F22443EA9A0D5C5B22A8BCE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_7A86BCD0BD625190C0CD948B4F577785" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_7A314948C6A849E0AF2BFD72F1A30E0D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_79A6741522EA49AFA7FA6977B3DDF07C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6F53CAA05CE045EE9C3673984B417CA5" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6CE368DC44636D6FF88F389E5F4B030D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6CB2AE5BCEC485EECE3E263358C0E436" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6CB252426B5C8655AE78E7A595435EA7" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6C0B7E515C484DE3B33D4CC9AAF4A02C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_64434219FB59ADEF9C2818D261AAF124" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_63AD03BC856E63AC25FF2FBC5F2A629F" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_5BDDFC6A460541ABA13139B0F12381EE" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_56F3A0F7AF7842B48CF14EC188A22A9B" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_511154E93BB24C1C9AE9AE46256B6B54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_473602756FA74519A57313C19992679C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_4285E1EAEC9D764390F794C4B5C7FF56" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3E864A0226CC961AE4569097C223B69C" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3DFC9FBCBDB91498B2F38392821A4142" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3BBC4D923E2341F4A9D99F6D46017CB6" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_39815E7E3BB14A159838A6FB136E74B3" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_357FEF2F31C7AEEC14CA077F14CC8F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_34A3A308ECAB46208FFCD51B910BDD11" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_339508204B0A4F40B94AE88902D9A26E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_2BD7A9E8211F48189E8B065F78546067" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_2754D56F0C29315EDC0C78D56079407E" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_268721333B544FA2B6284993C5987C94" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_14A43F842B7F45FE936539D797993E87" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_13C84A2A52FDB8F81802A7FAC6C30CFD" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_090B4B48DB1048A19609D3991241E9FB" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_ACA00A169D0F7BDAADC9D16D9983B285" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_AFBC44FB07AB57E4EB566FB44EA92C49" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_072F0A5A0DB2445DAA96F87710B04E3D" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_057E4D37CB8744EBBEBCCFD0A861A604" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_01058653B250F5C23FA5EF43CFB25BD2" - "MsmSig" = "8:_UNDEFINED" - } - } - "Configurations" - { - "Debug" - { - "DisplayName" = "8:Debug" - "IsDebugOnly" = "11:TRUE" - "IsReleaseOnly" = "11:FALSE" - "OutputFilename" = "8:Debug\\Gs.Setup.msi" - "PackageFilesAs" = "3:2" - "PackageFileSize" = "3:-2147483648" - "CabType" = "3:1" - "Compression" = "3:2" - "SignOutput" = "11:FALSE" - "CertificateFile" = "8:" - "PrivateKeyFile" = "8:" - "TimeStampServer" = "8:" - "InstallerBootstrapper" = "3:2" - "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" - { - "Enabled" = "11:TRUE" - "PromptEnabled" = "11:TRUE" - "PrerequisitesLocation" = "2:1" - "Url" = "8:" - "ComponentsUrl" = "8:" - } - } - "Release" - { - "DisplayName" = "8:Release" - "IsDebugOnly" = "11:FALSE" - "IsReleaseOnly" = "11:TRUE" - "OutputFilename" = "8:Release\\Gs.Setup.msi" - "PackageFilesAs" = "3:2" - "PackageFileSize" = "3:-2147483648" - "CabType" = "3:1" - "Compression" = "3:2" - "SignOutput" = "11:FALSE" - "CertificateFile" = "8:" - "PrivateKeyFile" = "8:" - "TimeStampServer" = "8:" - "InstallerBootstrapper" = "3:2" - "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" - { - "Enabled" = "11:TRUE" - "PromptEnabled" = "11:TRUE" - "PrerequisitesLocation" = "2:1" - "Url" = "8:" - "ComponentsUrl" = "8:" - } - } - } - "Deployable" - { - "CustomAction" - { - } - "DefaultFeature" - { - "Name" = "8:DefaultFeature" - "Title" = "8:" - "Description" = "8:" - } - "ExternalPersistence" - { - "LaunchCondition" - { - "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_429F368AD8674F7CAC446B9DDAF249AE" - { - "Name" = "8:.NET Framework" - "Message" = "8:[VSDNETMSG]" - "FrameworkVersion" = "8:.NETFramework,Version=v4.7.2" - "AllowLaterVersions" = "11:FALSE" - "InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=863262" - } - } - } - "File" - { - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_01058653B250F5C23FA5EF43CFB25BD2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Printing.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_01058653B250F5C23FA5EF43CFB25BD2" - { - "Name" = "8:DevExpress.Printing.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Printing.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_01C49F0641EF4E9B9DED15A3881B9685" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraReports.v19.2.Extensions.xml" - "TargetName" = "8:DevExpress.XtraReports.v19.2.Extensions.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_057E4D37CB8744EBBEBCCFD0A861A604" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraNavBar.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_057E4D37CB8744EBBEBCCFD0A861A604" - { - "Name" = "8:DevExpress.XtraNavBar.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraNavBar.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_05EB248FCA864DD7BA0B469C65B788F8" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraBars.v19.2.xml" - "TargetName" = "8:DevExpress.XtraBars.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_072F0A5A0DB2445DAA96F87710B04E3D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Xpo.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_072F0A5A0DB2445DAA96F87710B04E3D" - { - "Name" = "8:DevExpress.Xpo.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Xpo.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0900CCB7B8322C889CFDF2A31CFC0C9E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Data.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_0900CCB7B8322C889CFDF2A31CFC0C9E" - { - "Name" = "8:DevExpress.Data.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Data.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_090B4B48DB1048A19609D3991241E9FB" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:FastReport, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_090B4B48DB1048A19609D3991241E9FB" - { - "Name" = "8:FastReport.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\FastReport.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_134846FA6AC147FC4015556A305F349B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:FastReport.Bars, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_134846FA6AC147FC4015556A305F349B" - { - "Name" = "8:FastReport.Bars.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:FastReport.Bars.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_13C84A2A52FDB8F81802A7FAC6C30CFD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraLayout.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_13C84A2A52FDB8F81802A7FAC6C30CFD" - { - "Name" = "8:DevExpress.XtraLayout.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraLayout.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_14A43F842B7F45FE936539D797993E87" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.RichEdit.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_14A43F842B7F45FE936539D797993E87" - { - "Name" = "8:DevExpress.RichEdit.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.RichEdit.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_167E07889DCF4077B7E60B56859CA999" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\Gs.DevApp.pdb" - "TargetName" = "8:Gs.DevApp.pdb" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1D3CB61B79664EA68A65C43399565898" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Office.v19.2.Core.xml" - "TargetName" = "8:DevExpress.Office.v19.2.Core.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_268721333B544FA2B6284993C5987C94" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraRichEdit.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_268721333B544FA2B6284993C5987C94" - { - "Name" = "8:DevExpress.XtraRichEdit.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraRichEdit.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2754D56F0C29315EDC0C78D56079407E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraVerticalGrid.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2754D56F0C29315EDC0C78D56079407E" - { - "Name" = "8:DevExpress.XtraVerticalGrid.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraVerticalGrid.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2BC278625B944CC39210F488DB89569E" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraGrid.v19.2.xml" - "TargetName" = "8:DevExpress.XtraGrid.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2BD7A9E8211F48189E8B065F78546067" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Diagram.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_2BD7A9E8211F48189E8B065F78546067" - { - "Name" = "8:DevExpress.Diagram.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Diagram.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_2C1FC366D5D64AA4A6A9D30E3ECE39D2" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraWizard.v19.2.xml" - "TargetName" = "8:DevExpress.XtraWizard.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_339508204B0A4F40B94AE88902D9A26E" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:FastReport.Editor, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_339508204B0A4F40B94AE88902D9A26E" - { - "Name" = "8:FastReport.Editor.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\FastReport.Editor.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_34A3A308ECAB46208FFCD51B910BDD11" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraLayout.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_34A3A308ECAB46208FFCD51B910BDD11" - { - "Name" = "8:DevExpress.XtraLayout.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraLayout.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_357FEF2F31C7AEEC14CA077F14CC8F91" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraRichEdit.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_357FEF2F31C7AEEC14CA077F14CC8F91" - { - "Name" = "8:DevExpress.XtraRichEdit.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraRichEdit.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_35D45876FE6B47C6A4C3F8542D52B237" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Sparkline.v19.2.Core.xml" - "TargetName" = "8:DevExpress.Sparkline.v19.2.Core.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_39815E7E3BB14A159838A6FB136E74B3" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Images.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_39815E7E3BB14A159838A6FB136E74B3" - { - "Name" = "8:DevExpress.Images.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Images.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3A162BC3834B02B64975DA03D4D92285" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3A162BC3834B02B64975DA03D4D92285" - { - "Name" = "8:Newtonsoft.Json.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Newtonsoft.Json.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3BBC4D923E2341F4A9D99F6D46017CB6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraCharts.v19.2.Extensions, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3BBC4D923E2341F4A9D99F6D46017CB6" - { - "Name" = "8:DevExpress.XtraCharts.v19.2.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraCharts.v19.2.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3DFC9FBCBDB91498B2F38392821A4142" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.DataAccess.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3DFC9FBCBDB91498B2F38392821A4142" - { - "Name" = "8:DevExpress.DataAccess.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.DataAccess.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_3E5D594FE5714190B1EB7C1CD8C198E5" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraEditors.v19.2.xml" - "TargetName" = "8:DevExpress.XtraEditors.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3E864A0226CC961AE4569097C223B69C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Images.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_3E864A0226CC961AE4569097C223B69C" - { - "Name" = "8:DevExpress.Images.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Images.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_407C8A6E4334A4C880F9C46297FEEA7D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.RichEdit.v19.2.Export, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_407C8A6E4334A4C880F9C46297FEEA7D" - { - "Name" = "8:DevExpress.RichEdit.v19.2.Export.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.RichEdit.v19.2.Export.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4285E1EAEC9D764390F794C4B5C7FF56" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.DataAccess.v19.2.UI, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_4285E1EAEC9D764390F794C4B5C7FF56" - { - "Name" = "8:DevExpress.DataAccess.v19.2.UI.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.DataAccess.v19.2.UI.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_470F407FFEDF41F8891C742122B53987" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraRichEdit.v19.2.xml" - "TargetName" = "8:DevExpress.XtraRichEdit.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_473602756FA74519A57313C19992679C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraCharts.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_473602756FA74519A57313C19992679C" - { - "Name" = "8:DevExpress.XtraCharts.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraCharts.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4DA20CC0C6A147D7A560818B1853EC03" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\Newtonsoft.Json.xml" - "TargetName" = "8:Newtonsoft.Json.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_511154E93BB24C1C9AE9AE46256B6B54" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraPrinting.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_511154E93BB24C1C9AE9AE46256B6B54" - { - "Name" = "8:DevExpress.XtraPrinting.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraPrinting.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_522FE16A5CD647318A3BD4A0FE5964ED" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.PivotGrid.v19.2.Core.xml" - "TargetName" = "8:DevExpress.PivotGrid.v19.2.Core.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_56F3A0F7AF7842B48CF14EC188A22A9B" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraDiagram.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_56F3A0F7AF7842B48CF14EC188A22A9B" - { - "Name" = "8:DevExpress.XtraDiagram.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraDiagram.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_59FBFEE765A44B0ABCD431BFFD2F09C5" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.DataAccess.v19.2.xml" - "TargetName" = "8:DevExpress.DataAccess.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5BDDFC6A460541ABA13139B0F12381EE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Printing.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5BDDFC6A460541ABA13139B0F12381EE" - { - "Name" = "8:DevExpress.Printing.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Printing.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5FA27CA2E7AC805423DF3DBF73898AC2" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraWizard.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_5FA27CA2E7AC805423DF3DBF73898AC2" - { - "Name" = "8:DevExpress.XtraWizard.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraWizard.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_61CBFC5E512145EDA9B49F22FAFAF26A" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraTreeList.v19.2.xml" - "TargetName" = "8:DevExpress.XtraTreeList.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_63AD03BC856E63AC25FF2FBC5F2A629F" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraGrid.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_63AD03BC856E63AC25FF2FBC5F2A629F" - { - "Name" = "8:DevExpress.XtraGrid.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraGrid.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6412D25F8A624B9F89F8E4BF5ECADA09" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Printing.v19.2.Core.xml" - "TargetName" = "8:DevExpress.Printing.v19.2.Core.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_64434219FB59ADEF9C2818D261AAF124" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Charts.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_64434219FB59ADEF9C2818D261AAF124" - { - "Name" = "8:DevExpress.Charts.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Charts.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraNavBar.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_647CB9D6D048A0DD6F45FCB8E4E6EFDD" - { - "Name" = "8:DevExpress.XtraNavBar.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraNavBar.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_690500C2104C4D6BB9450BD496077389" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Utils.v19.2.UI.xml" - "TargetName" = "8:DevExpress.Utils.v19.2.UI.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6A00868C518C4F608D0BA446A97FDD02" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Pdf.v19.2.Core.xml" - "TargetName" = "8:DevExpress.Pdf.v19.2.Core.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6C0B7E515C484DE3B33D4CC9AAF4A02C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Office.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6C0B7E515C484DE3B33D4CC9AAF4A02C" - { - "Name" = "8:DevExpress.Office.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Office.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6CB252426B5C8655AE78E7A595435EA7" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraCharts.v19.2.Wizard, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6CB252426B5C8655AE78E7A595435EA7" - { - "Name" = "8:DevExpress.XtraCharts.v19.2.Wizard.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraCharts.v19.2.Wizard.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6CB2AE5BCEC485EECE3E263358C0E436" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Xpo.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6CB2AE5BCEC485EECE3E263358C0E436" - { - "Name" = "8:DevExpress.Xpo.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Xpo.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6CE368DC44636D6FF88F389E5F4B030D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraTreeList.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6CE368DC44636D6FF88F389E5F4B030D" - { - "Name" = "8:DevExpress.XtraTreeList.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraTreeList.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6F53CAA05CE045EE9C3673984B417CA5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraEditors.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_6F53CAA05CE045EE9C3673984B417CA5" - { - "Name" = "8:DevExpress.XtraEditors.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraEditors.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7815291C54FF4088B1D5EFCFF080B814" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraPivotGrid.v19.2.xml" - "TargetName" = "8:DevExpress.XtraPivotGrid.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_79A6741522EA49AFA7FA6977B3DDF07C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Sparkline.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_79A6741522EA49AFA7FA6977B3DDF07C" - { - "Name" = "8:DevExpress.Sparkline.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Sparkline.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7A314948C6A849E0AF2BFD72F1A30E0D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Pdf.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7A314948C6A849E0AF2BFD72F1A30E0D" - { - "Name" = "8:DevExpress.Pdf.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Pdf.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7A86BCD0BD625190C0CD948B4F577785" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraCharts.v19.2.Extensions, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_7A86BCD0BD625190C0CD948B4F577785" - { - "Name" = "8:DevExpress.XtraCharts.v19.2.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraCharts.v19.2.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8419F3C30F22443EA9A0D5C5B22A8BCE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.RichEdit.v19.2.Export, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8419F3C30F22443EA9A0D5C5B22A8BCE" - { - "Name" = "8:DevExpress.RichEdit.v19.2.Export.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.RichEdit.v19.2.Export.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_86689783C01747C99CB2BC18906C02CE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Gs.DevApp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_86689783C01747C99CB2BC18906C02CE" - { - "Name" = "8:Gs.DevApp.exe" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\Gs.DevApp.exe" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8B03808203D64300B06DB3C635FAF030" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.DataAccess.v19.2.UI, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8B03808203D64300B06DB3C635FAF030" - { - "Name" = "8:DevExpress.DataAccess.v19.2.UI.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.DataAccess.v19.2.UI.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8C4D7B28BCDAB13ED07D975D3B59F2A8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Sparkline.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8C4D7B28BCDAB13ED07D975D3B59F2A8" - { - "Name" = "8:DevExpress.Sparkline.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Sparkline.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8E9AD15A95DD42918418B186A07362E6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraReports.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_8E9AD15A95DD42918418B186A07362E6" - { - "Name" = "8:DevExpress.XtraReports.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraReports.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_901B7FA56248436E8F6F3DD8C2CF898D" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.DataAccess.v19.2.UI.xml" - "TargetName" = "8:DevExpress.DataAccess.v19.2.UI.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_91ACCFFB3F2B4F2A8AAF9204830BD967" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraCharts.v19.2.Wizard.xml" - "TargetName" = "8:DevExpress.XtraCharts.v19.2.Wizard.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9307F0BA2C54460C997D5C9213DC40E6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraGrid.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9307F0BA2C54460C997D5C9213DC40E6" - { - "Name" = "8:DevExpress.XtraGrid.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraGrid.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_941593AAAF0548CEBDE2EA90BA55BAA9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraWizard.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_941593AAAF0548CEBDE2EA90BA55BAA9" - { - "Name" = "8:DevExpress.XtraWizard.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraWizard.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_94F47F5CEFDA970BE46BF91261AD4BF5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:FastReport, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_94F47F5CEFDA970BE46BF91261AD4BF5" - { - "Name" = "8:FastReport.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:FastReport.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_95622AFBC83A7FF41AFADED52BDBACBE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraEditors.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_95622AFBC83A7FF41AFADED52BDBACBE" - { - "Name" = "8:DevExpress.XtraEditors.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraEditors.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9807482701CC20203C718FB0004AF7E8" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.RichEdit.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9807482701CC20203C718FB0004AF7E8" - { - "Name" = "8:DevExpress.RichEdit.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.RichEdit.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9896A81F15954F9DA44028298F713821" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9896A81F15954F9DA44028298F713821" - { - "Name" = "8:Newtonsoft.Json.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\Newtonsoft.Json.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_99A1AEBA44C94C2BB467822141A15FF6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraCharts.v19.2.Wizard, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_99A1AEBA44C94C2BB467822141A15FF6" - { - "Name" = "8:DevExpress.XtraCharts.v19.2.Wizard.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraCharts.v19.2.Wizard.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9A420ECF398B3E5ED862AC92C84052A6" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraBars.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_9A420ECF398B3E5ED862AC92C84052A6" - { - "Name" = "8:DevExpress.XtraBars.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraBars.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_9D45E242532542F8B9388AF0E3F20010" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraNavBar.v19.2.xml" - "TargetName" = "8:DevExpress.XtraNavBar.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A6FA42EAA9614A63B5B6BA08B516B2C8" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Diagram.v19.2.Core.xml" - "TargetName" = "8:DevExpress.Diagram.v19.2.Core.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_A7F8C55E473B44B3BD008D5E090C330D" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraVerticalGrid.v19.2.xml" - "TargetName" = "8:DevExpress.XtraVerticalGrid.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_ACA00A169D0F7BDAADC9D16D9983B285" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:FastReport.Editor, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_ACA00A169D0F7BDAADC9D16D9983B285" - { - "Name" = "8:FastReport.Editor.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:FastReport.Editor.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AFBC44FB07AB57E4EB566FB44EA92C49" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:FastReport.Bars, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AFBC44FB07AB57E4EB566FB44EA92C49" - { - "Name" = "8:FastReport.Bars.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:FastReport.Bars.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B5351BB51D5D46B8ABB08E9AFFD3C37A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraGauges.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B5351BB51D5D46B8ABB08E9AFFD3C37A" - { - "Name" = "8:DevExpress.XtraGauges.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraGauges.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B8D1C2A981ED978289FE9602F208DB38" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:FastReport.Editor, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B8D1C2A981ED978289FE9602F208DB38" - { - "Name" = "8:FastReport.Editor.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:FastReport.Editor.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B915D2ED65C98A8FC460748082D41445" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:FastReport, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_B915D2ED65C98A8FC460748082D41445" - { - "Name" = "8:FastReport.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:FastReport.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BC23277575F2131400E4752BF9A411E0" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.PivotGrid.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BC23277575F2131400E4752BF9A411E0" - { - "Name" = "8:DevExpress.PivotGrid.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.PivotGrid.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BC319F109048404996CF98D5FFE43912" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraReports.v19.2.Extensions, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BC319F109048404996CF98D5FFE43912" - { - "Name" = "8:DevExpress.XtraReports.v19.2.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraReports.v19.2.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BD35D5665072A361065F866C92314E38" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Office.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BD35D5665072A361065F866C92314E38" - { - "Name" = "8:DevExpress.Office.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Office.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BED46141D54B4A2A836C82E8756EAE2D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.DataAccess.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BED46141D54B4A2A836C82E8756EAE2D" - { - "Name" = "8:DevExpress.DataAccess.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.DataAccess.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BF869034ADF7499C81C587D25714E7E4" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Charts.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_BF869034ADF7499C81C587D25714E7E4" - { - "Name" = "8:DevExpress.Charts.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Charts.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C0125287E0CC4E108CB173CB91A09C99" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraPivotGrid.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C0125287E0CC4E108CB173CB91A09C99" - { - "Name" = "8:DevExpress.XtraPivotGrid.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraPivotGrid.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C100636156AA2780936A4A9D9D590B18" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Utils.v19.2.UI, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C100636156AA2780936A4A9D9D590B18" - { - "Name" = "8:DevExpress.Utils.v19.2.UI.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Utils.v19.2.UI.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C1F5B225B0194FB3BF600626B6EB1F37" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.BonusSkins.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C1F5B225B0194FB3BF600626B6EB1F37" - { - "Name" = "8:DevExpress.BonusSkins.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.BonusSkins.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C88BC69794B0AD5D37E143969E823DA1" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraPrinting.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C88BC69794B0AD5D37E143969E823DA1" - { - "Name" = "8:DevExpress.XtraPrinting.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraPrinting.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C8E2C4A282F5428D97D59872B69BB812" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Utils.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_C8E2C4A282F5428D97D59872B69BB812" - { - "Name" = "8:DevExpress.Utils.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Utils.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CDA84ACFC570428EA0A6CDA720FC73EE" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\Gs.DevApp.exe.config" - "TargetName" = "8:Gs.DevApp.exe.config" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_CF1C99B573214EEA9CBACFD51E8D93FE" - { - "SourcePath" = "8:..\\Gs.DevApp\\Resources\\logo_ico.ico" - "TargetName" = "8:logo_ico.ico" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D0CE6C4379C847749015F119FAC86D79" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraBars.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D0CE6C4379C847749015F119FAC86D79" - { - "Name" = "8:DevExpress.XtraBars.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraBars.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D227D1062623484CA79F472720E780D2" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraPrinting.v19.2.xml" - "TargetName" = "8:DevExpress.XtraPrinting.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D2AF1B36A04BBBD8208187F1C540727A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Diagram.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D2AF1B36A04BBBD8208187F1C540727A" - { - "Name" = "8:DevExpress.Diagram.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Diagram.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D3C75B234F12E7D830AB421FF539606D" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Pdf.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D3C75B234F12E7D830AB421FF539606D" - { - "Name" = "8:DevExpress.Pdf.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Pdf.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D4F935EE148A4AF98514D7E1F1F20514" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Data.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D4F935EE148A4AF98514D7E1F1F20514" - { - "Name" = "8:DevExpress.Data.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Data.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D65F0C35852B4C9DBA3DA7CE6062597C" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.PivotGrid.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D65F0C35852B4C9DBA3DA7CE6062597C" - { - "Name" = "8:DevExpress.PivotGrid.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.PivotGrid.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D66B6E7AD60F4A07A09D1D74E634CBD9" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:FastReport.Bars, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D66B6E7AD60F4A07A09D1D74E634CBD9" - { - "Name" = "8:FastReport.Bars.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\FastReport.Bars.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D7923510427F493CBE84D212D5171B0A" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraReports.v19.2.xml" - "TargetName" = "8:DevExpress.XtraReports.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D9BE28CB19BA48F8A251CC4F7324730A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraGauges.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_D9BE28CB19BA48F8A251CC4F7324730A" - { - "Name" = "8:DevExpress.XtraGauges.v19.2.Core.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraGauges.v19.2.Core.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DC73E95E26EF45A2B3121F88E2F24446" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Utils.v19.2.xml" - "TargetName" = "8:DevExpress.Utils.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DFF22559364EE7629302B3C128706D3A" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraDiagram.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DFF22559364EE7629302B3C128706D3A" - { - "Name" = "8:DevExpress.XtraDiagram.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraDiagram.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E0DA2F1E1FA062C044A560B53D0E0313" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraReports.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E0DA2F1E1FA062C044A560B53D0E0313" - { - "Name" = "8:DevExpress.XtraReports.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraReports.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E2E3370D16014E5AA2770769CD928C48" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.RichEdit.v19.2.Core.xml" - "TargetName" = "8:DevExpress.RichEdit.v19.2.Core.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E62880ABBFF94872B3058F5ADD95DEE7" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Xpo.v19.2.xml" - "TargetName" = "8:DevExpress.Xpo.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E83A47ECD09F35B7D2FC254F1ADD8A64" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.BonusSkins.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E83A47ECD09F35B7D2FC254F1ADD8A64" - { - "Name" = "8:DevExpress.BonusSkins.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.BonusSkins.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E9A53014ED09AE7E0239720B9CC61344" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.Utils.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_E9A53014ED09AE7E0239720B9CC61344" - { - "Name" = "8:DevExpress.Utils.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.Utils.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EB70608628CA425494E710A7C63D2140" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.Utils.v19.2.UI, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EB70608628CA425494E710A7C63D2140" - { - "Name" = "8:DevExpress.Utils.v19.2.UI.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Utils.v19.2.UI.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EDC18D602D9A4F74BCD9149582D84F90" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.Data.v19.2.xml" - "TargetName" = "8:DevExpress.Data.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EDD9D8B2363A4FC28F5CE8EF9212C741" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraTreeList.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EDD9D8B2363A4FC28F5CE8EF9212C741" - { - "Name" = "8:DevExpress.XtraTreeList.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraTreeList.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EE9F1D11480B4CBDA4C89D96C3BF03CE" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraDiagram.v19.2.xml" - "TargetName" = "8:DevExpress.XtraDiagram.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EF46007954624EA26BDAD530DC0D04DE" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraReports.v19.2.Extensions, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EF46007954624EA26BDAD530DC0D04DE" - { - "Name" = "8:DevExpress.XtraReports.v19.2.Extensions.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraReports.v19.2.Extensions.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_EF9581FBA24C4164B9878B6732DB4F1E" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraLayout.v19.2.xml" - "TargetName" = "8:DevExpress.XtraLayout.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_EFE3267D25834796BDD07E383FFAAB89" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.CodeParser.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_EFE3267D25834796BDD07E383FFAAB89" - { - "Name" = "8:DevExpress.CodeParser.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.CodeParser.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F246F3F50CF7E08F41D8ABCB3F5267AF" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.CodeParser.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F246F3F50CF7E08F41D8ABCB3F5267AF" - { - "Name" = "8:DevExpress.CodeParser.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.CodeParser.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F75BCE586DDA09D16A9B257140CAB3C5" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraCharts.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F75BCE586DDA09D16A9B257140CAB3C5" - { - "Name" = "8:DevExpress.XtraCharts.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraCharts.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FA9E47A6361E3CD1DD67B8CE60C59FBA" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:TRUE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraPivotGrid.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FA9E47A6361E3CD1DD67B8CE60C59FBA" - { - "Name" = "8:DevExpress.XtraPivotGrid.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:DevExpress.XtraPivotGrid.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FD605323B58640B68839B49DDD888B50" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DevExpress.XtraVerticalGrid.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FD605323B58640B68839B49DDD888B50" - { - "Name" = "8:DevExpress.XtraVerticalGrid.v19.2.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraVerticalGrid.v19.2.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FF47FAE840474DB78FE1743AB203C663" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraGauges.v19.2.Core.xml" - "TargetName" = "8:DevExpress.XtraGauges.v19.2.Core.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FFD50D8F9FEE45598A75A50A690CF308" - { - "SourcePath" = "8:..\\Gs.DevApp\\bin\\Debug\\DevExpress.XtraCharts.v19.2.xml" - "TargetName" = "8:DevExpress.XtraCharts.v19.2.xml" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - } - } - "FileType" - { - } - "Folder" - { - "{1525181F-901A-416C-8A58-119130FE478E}:_7CDAE5F8695A4BA3BCD1A54153F6E00F" - { - "Name" = "8:#1916" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:DesktopFolder" - "Folders" - { - } - } - "{1525181F-901A-416C-8A58-119130FE478E}:_A294479EB9484AAC92878BC25EF94A4F" - { - "Name" = "8:#1919" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:ProgramMenuFolder" - "Folders" - { - } - } - "{3C67513D-01DD-4637-8A68-80971EB9504F}:_FF6E594CB7074B2885217BB23915BED3" - { - "DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]" - "Name" = "8:#1925" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:TARGETDIR" - "Folders" - { - } - } - } - "LaunchCondition" - { - } - "Locator" - { - } - "MsiBootstrapper" - { - "LangId" = "3:2052" - "RequiresElevation" = "11:FALSE" - } - "Product" - { - "Name" = "8:Microsoft Visual Studio" - "ProductName" = "8:Gs.Setup" - "ProductCode" = "8:{B233FF13-FE53-4158-8680-2DF9F96219D8}" - "PackageCode" = "8:{F6E56E08-EB88-4BCA-8C4C-A510886B8A1E}" - "UpgradeCode" = "8:{D83305AB-5A11-4E92-AEEC-7B923B1226EC}" - "AspNetVersion" = "8:4.0.30319.0" - "RestartWWWService" = "11:FALSE" - "RemovePreviousVersions" = "11:FALSE" - "DetectNewerInstalledVersion" = "11:TRUE" - "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.0.0" - "Manufacturer" = "8:鑰侀檰" - "ARPHELPTELEPHONE" = "8:" - "ARPHELPLINK" = "8:" - "Title" = "8:Gs.Setup" - "Subject" = "8:" - "ARPCONTACT" = "8:鑰侀檰" - "Keywords" = "8:" - "ARPCOMMENTS" = "8:" - "ARPURLINFOABOUT" = "8:" - "ARPPRODUCTICON" = "8:" - "ARPIconIndex" = "3:0" - "SearchPath" = "8:" - "UseSystemSearchPath" = "11:TRUE" - "TargetPlatform" = "3:0" - "PreBuildEvent" = "8:" - "PostBuildEvent" = "8:" - "RunPostBuildEvent" = "3:0" - } - "Registry" - { - "HKLM" - { - "Keys" - { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_33903BC4056740598CB52F399A20D287" - { - "Name" = "8:Software" - "Condition" = "8:" - "AlwaysCreate" = "11:FALSE" - "DeleteAtUninstall" = "11:FALSE" - "Transitive" = "11:FALSE" - "Keys" - { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_0BBBEDE25126475FAC36DB19D28204D3" - { - "Name" = "8:[Manufacturer]" - "Condition" = "8:" - "AlwaysCreate" = "11:FALSE" - "DeleteAtUninstall" = "11:FALSE" - "Transitive" = "11:FALSE" - "Keys" - { - } - "Values" - { - } - } - } - "Values" - { - } - } - } - } - "HKCU" - { - "Keys" - { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_DF32DB95A4B5401D9F2159A5089C7366" - { - "Name" = "8:Software" - "Condition" = "8:" - "AlwaysCreate" = "11:FALSE" - "DeleteAtUninstall" = "11:FALSE" - "Transitive" = "11:FALSE" - "Keys" - { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_8F80A776031F4770A14C9777B9C0DD02" - { - "Name" = "8:[Manufacturer]" - "Condition" = "8:" - "AlwaysCreate" = "11:FALSE" - "DeleteAtUninstall" = "11:FALSE" - "Transitive" = "11:FALSE" - "Keys" - { - } - "Values" - { - } - } - } - "Values" - { - } - } - } - } - "HKCR" - { - "Keys" - { - } - } - "HKU" - { - "Keys" - { - } - } - "HKPU" - { - "Keys" - { - } - } - } - "Sequences" - { - } - "Shortcut" - { - "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_1C349B442F9B44E2B5004F7F8FBB61C6" - { - "Name" = "8:GS_MES" - "Arguments" = "8:" - "Description" = "8:" - "ShowCmd" = "3:1" - "IconIndex" = "3:0" - "Transitive" = "11:FALSE" - "Target" = "8:_E74BC5152DFA4B97A39B85F404B4B3EF" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "WorkingFolder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Icon" = "8:_CF1C99B573214EEA9CBACFD51E8D93FE" - "Feature" = "8:" - } - "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_C9BB1CD2C3B2444FBC6F0E45A05B4BB2" - { - "Name" = "8:GS-MES.exe" - "Arguments" = "8:" - "Description" = "8:" - "ShowCmd" = "3:1" - "IconIndex" = "3:0" - "Transitive" = "11:FALSE" - "Target" = "8:_86689783C01747C99CB2BC18906C02CE" - "Folder" = "8:_7CDAE5F8695A4BA3BCD1A54153F6E00F" - "WorkingFolder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Icon" = "8:_CF1C99B573214EEA9CBACFD51E8D93FE" - "Feature" = "8:" - } - } - "UserInterface" - { - "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_149E2E05519E422CABA1BF816C68C6AB" - { - "UseDynamicProperties" = "11:FALSE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdUserInterface.wim" - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_3A8F057D237D4B6E8009728062EE753A" - { - "Name" = "8:#1900" - "Sequence" = "3:1" - "Attributes" = "3:1" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_7851FA74E2284A9791D24D59B6EACF3E" - { - "Sequence" = "3:200" - "DisplayName" = "8:瀹夎鏂囦欢澶�" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdFolderDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "InstallAllUsersVisible" - { - "Name" = "8:InstallAllUsersVisible" - "DisplayName" = "8:#1059" - "Description" = "8:#1159" - "Type" = "3:5" - "ContextData" = "8:1;True=1;False=0" - "Attributes" = "3:0" - "Setting" = "3:0" - "Value" = "3:1" - "DefaultValue" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_DD89E766390340F49DD26180A30F0704" - { - "Sequence" = "3:100" - "DisplayName" = "8:娆㈣繋浣跨敤" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdWelcomeDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "CopyrightWarning" - { - "Name" = "8:CopyrightWarning" - "DisplayName" = "8:#1002" - "Description" = "8:#1102" - "Type" = "3:3" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1202" - "DefaultValue" = "8:#1202" - "UsePlugInResources" = "11:TRUE" - } - "Welcome" - { - "Name" = "8:Welcome" - "DisplayName" = "8:#1003" - "Description" = "8:#1103" - "Type" = "3:3" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1203" - "DefaultValue" = "8:#1203" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_E4283CF4941344D6AE8F1921BFE995B8" - { - "Sequence" = "3:300" - "DisplayName" = "8:纭瀹夎" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdConfirmDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_4A836B08A7554D828117C1F477D9A9F0" - { - "UseDynamicProperties" = "11:FALSE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdBasicDialogs.wim" - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_4ED9234F3D8C467F97916CD4BE25FF1C" - { - "Name" = "8:#1900" - "Sequence" = "3:2" - "Attributes" = "3:1" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_04FB4D9E07C341C391F5EB1DC15DDB7A" - { - "Sequence" = "3:100" - "DisplayName" = "8:娆㈣繋浣跨敤" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdAdminWelcomeDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "CopyrightWarning" - { - "Name" = "8:CopyrightWarning" - "DisplayName" = "8:#1002" - "Description" = "8:#1102" - "Type" = "3:3" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1202" - "DefaultValue" = "8:#1202" - "UsePlugInResources" = "11:TRUE" - } - "Welcome" - { - "Name" = "8:Welcome" - "DisplayName" = "8:#1003" - "Description" = "8:#1103" - "Type" = "3:3" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1203" - "DefaultValue" = "8:#1203" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D3B7AF8D38BF49E8A95CAF904BD734B6" - { - "Sequence" = "3:300" - "DisplayName" = "8:纭瀹夎" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdAdminConfirmDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D575357D57AD4095AE85C7E19EC23D79" - { - "Sequence" = "3:200" - "DisplayName" = "8:瀹夎鏂囦欢澶�" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdAdminFolderDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_97570D88C5EC4F768A568C6AB4050111" - { - "Name" = "8:#1901" - "Sequence" = "3:2" - "Attributes" = "3:2" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_59CE005759ED407DA29E0DD0302157EF" - { - "Sequence" = "3:100" - "DisplayName" = "8:杩涘害" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdAdminProgressDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "ShowProgress" - { - "Name" = "8:ShowProgress" - "DisplayName" = "8:#1009" - "Description" = "8:#1109" - "Type" = "3:5" - "ContextData" = "8:1;True=1;False=0" - "Attributes" = "3:0" - "Setting" = "3:0" - "Value" = "3:1" - "DefaultValue" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_B6E5387E282949CAA1E942193CB2F09F" - { - "Name" = "8:#1902" - "Sequence" = "3:2" - "Attributes" = "3:3" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_AB0F33CC3E444EB19F1694C2BBAB2C65" - { - "Sequence" = "3:100" - "DisplayName" = "8:宸插畬鎴�" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdAdminFinishedDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_CB7BE64444A64139BADF792F71CEB9DA" - { - "Name" = "8:#1902" - "Sequence" = "3:1" - "Attributes" = "3:3" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_6F2DC8DE98C84127B77E0944577E01D0" - { - "Sequence" = "3:100" - "DisplayName" = "8:宸插畬鎴�" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdFinishedDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "UpdateText" - { - "Name" = "8:UpdateText" - "DisplayName" = "8:#1058" - "Description" = "8:#1158" - "Type" = "3:15" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1258" - "DefaultValue" = "8:#1258" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_DD31FDBAAEF34599940C732FFC00757B" - { - "Name" = "8:#1901" - "Sequence" = "3:1" - "Attributes" = "3:2" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_711B21F072434E5FABCE11A366F36220" - { - "Sequence" = "3:100" - "DisplayName" = "8:杩涘害" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:<VsdDialogDir>\\VsdProgressDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "ShowProgress" - { - "Name" = "8:ShowProgress" - "DisplayName" = "8:#1009" - "Description" = "8:#1109" - "Type" = "3:5" - "ContextData" = "8:1;True=1;False=0" - "Attributes" = "3:0" - "Setting" = "3:0" - "Value" = "3:1" - "DefaultValue" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - } - "MergeModule" - { - } - "ProjectOutput" - { - "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_9F2F99EC684644CAAB5816ACA3D04C52" - { - "SourcePath" = "8:..\\Gs.DevApp\\obj\\Debug\\Gs.DevApp.exe" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - "ProjectOutputGroupRegister" = "3:1" - "OutputConfiguration" = "8:" - "OutputGroupCanonicalName" = "8:Built" - "OutputProjectGuid" = "8:{A7EB5F78-699E-4514-8905-30842765E673}" - "ShowKeyOutput" = "11:TRUE" - "ExcludeFilters" - { - } - } - "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_E74BC5152DFA4B97A39B85F404B4B3EF" - { - "SourcePath" = "8:..\\Gs.DevApp\\obj\\Debug\\Gs.DevApp.exe" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_FF6E594CB7074B2885217BB23915BED3" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" - "IsolateTo" = "8:" - "ProjectOutputGroupRegister" = "3:1" - "OutputConfiguration" = "8:" - "OutputGroupCanonicalName" = "8:Built" - "OutputProjectGuid" = "8:{A7EB5F78-699E-4514-8905-30842765E673}" - "ShowKeyOutput" = "11:TRUE" - "ExcludeFilters" - { - } - } - } - } -} diff --git a/DevApp/GsDevSolution.sln b/DevApp/GsDevSolution.sln index de54059..79f370f 100644 --- a/DevApp/GsDevSolution.sln +++ b/DevApp/GsDevSolution.sln @@ -5,7 +5,7 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gs.DevApp", "Gs.DevApp\Gs.DevApp.csproj", "{A7EB5F78-699E-4514-8905-30842765E673}" EndProject -Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Gs.Setup", "Gs.Setup\Gs.Setup.vdproj", "{717C4163-DFD5-4109-869B-C8D9823B49A2}" +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Gs.Setup", "Gs.Setup\Gs.Setup.vdproj", "{B9A60949-146C-450F-BE6B-FCE71859ED1A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,8 +17,8 @@ {A7EB5F78-699E-4514-8905-30842765E673}.Debug|Any CPU.Build.0 = Debug|Any CPU {A7EB5F78-699E-4514-8905-30842765E673}.Release|Any CPU.ActiveCfg = Release|Any CPU {A7EB5F78-699E-4514-8905-30842765E673}.Release|Any CPU.Build.0 = Release|Any CPU - {717C4163-DFD5-4109-869B-C8D9823B49A2}.Debug|Any CPU.ActiveCfg = Debug - {717C4163-DFD5-4109-869B-C8D9823B49A2}.Release|Any CPU.ActiveCfg = Release + {B9A60949-146C-450F-BE6B-FCE71859ED1A}.Debug|Any CPU.ActiveCfg = Debug + {B9A60949-146C-450F-BE6B-FCE71859ED1A}.Release|Any CPU.ActiveCfg = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE -- Gitblit v1.9.3