diff --git a/ButcherManageClient/Login.cs b/ButcherManageClient/Login.cs index 381ab36..9a68bd4 100644 --- a/ButcherManageClient/Login.cs +++ b/ButcherManageClient/Login.cs @@ -33,10 +33,10 @@ namespace ButcherManageClient { InitializeComponent(); userNameTxt.Text = ButcherAppContext.Context.UserConfig.UserName; - pwdTxt.Text = ""; -#if DEBUG pwdTxt.Text = "123"; -#endif +//#if DEBUG +// pwdTxt.Text = "123"; +//#endif } private void settingBtn_Click(object sender, EventArgs e) @@ -69,8 +69,8 @@ namespace ButcherManageClient ButcherAppContext.Context.UserConfig.Connection = false; } var form = AfterLoginUtil.CreateForm(ButcherAppContext.Context.UserConfig.Role); - //var form = AfterLoginUtil.CreateForm("分割入库"); - // var form = AfterLoginUtil.CreateForm("分割称重"); +// var form = AfterLoginUtil.CreateForm("分割入库"); +// var form = AfterLoginUtil.CreateForm("分割称重"); if (form == null) throw new Exception("权限不符"); form.FormClosing += delegate { SubFormClosing(); }; diff --git a/SegmentationInStore/SegmentationInStoreForm.Designer.cs b/SegmentationInStore/SegmentationInStoreForm.Designer.cs index e4f85bc..fabe4b9 100644 --- a/SegmentationInStore/SegmentationInStoreForm.Designer.cs +++ b/SegmentationInStore/SegmentationInStoreForm.Designer.cs @@ -36,21 +36,27 @@ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); + this.panel3 = new System.Windows.Forms.Panel(); + this.cbxStore = new System.Windows.Forms.ComboBox(); + this.cbxWorkUnit = new System.Windows.Forms.ComboBox(); + this.label6 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.cbxWorkShop = new System.Windows.Forms.ComboBox(); + this.label4 = new System.Windows.Forms.Label(); this.txtBarCode = new System.Windows.Forms.TextBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label2 = new System.Windows.Forms.Label(); this.picSyncStatus = new System.Windows.Forms.PictureBox(); this.label11 = new System.Windows.Forms.Label(); - this.btnSubmit = new System.Windows.Forms.Button(); this.picNetStatus = new System.Windows.Forms.PictureBox(); this.label10 = new System.Windows.Forms.Label(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); @@ -64,7 +70,13 @@ this.submited日期 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.gridReturn = new BWP.WinFormControl.UDataGridView(); + this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnIsReturn = new System.Windows.Forms.Button(); + this.btnSubmit = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.gridUnScan = new BWP.WinFormControl.UDataGridView(); this.unscan序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -72,22 +84,11 @@ this.unscan产品 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.unscan重量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.unscan日期 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.panel3 = new System.Windows.Forms.Panel(); - this.cbxStore = new System.Windows.Forms.ComboBox(); - this.cbxWorkUnit = new System.Windows.Forms.ComboBox(); - this.label6 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.cbxWorkShop = new System.Windows.Forms.ComboBox(); - this.label4 = new System.Windows.Forms.Label(); - this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); + this.panel3.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picSyncStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picNetStatus)).BeginInit(); @@ -101,7 +102,6 @@ ((System.ComponentModel.ISupportInitialize)(this.gridReturn)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridUnScan)).BeginInit(); - this.panel3.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 @@ -130,6 +130,78 @@ this.splitContainer1.SplitterDistance = 139; this.splitContainer1.TabIndex = 0; // + // panel3 + // + this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel3.Controls.Add(this.cbxStore); + this.panel3.Controls.Add(this.cbxWorkUnit); + this.panel3.Controls.Add(this.label6); + this.panel3.Controls.Add(this.label5); + this.panel3.Controls.Add(this.cbxWorkShop); + this.panel3.Controls.Add(this.label4); + this.panel3.Location = new System.Drawing.Point(895, 8); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(191, 123); + this.panel3.TabIndex = 47; + // + // cbxStore + // + this.cbxStore.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cbxStore.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.cbxStore.FormattingEnabled = true; + this.cbxStore.Location = new System.Drawing.Point(56, 85); + this.cbxStore.Name = "cbxStore"; + this.cbxStore.Size = new System.Drawing.Size(121, 24); + this.cbxStore.TabIndex = 39; + // + // cbxWorkUnit + // + this.cbxWorkUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cbxWorkUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.cbxWorkUnit.FormattingEnabled = true; + this.cbxWorkUnit.Location = new System.Drawing.Point(57, 48); + this.cbxWorkUnit.Name = "cbxWorkUnit"; + this.cbxWorkUnit.Size = new System.Drawing.Size(121, 24); + this.cbxWorkUnit.TabIndex = 40; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(9, 91); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(41, 12); + this.label6.TabIndex = 36; + this.label6.Text = "仓库:"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(9, 55); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(41, 12); + this.label5.TabIndex = 37; + this.label5.Text = "单元:"; + // + // cbxWorkShop + // + this.cbxWorkShop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cbxWorkShop.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.cbxWorkShop.FormattingEnabled = true; + this.cbxWorkShop.Location = new System.Drawing.Point(57, 7); + this.cbxWorkShop.Name = "cbxWorkShop"; + this.cbxWorkShop.Size = new System.Drawing.Size(121, 24); + this.cbxWorkShop.TabIndex = 41; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(9, 11); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(41, 12); + this.label4.TabIndex = 38; + this.label4.Text = "车间:"; + // // txtBarCode // this.txtBarCode.Enabled = false; @@ -154,6 +226,7 @@ // richTextBox1 // this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; + this.richTextBox1.Enabled = false; this.richTextBox1.HideSelection = false; this.richTextBox1.Location = new System.Drawing.Point(3, 17); this.richTextBox1.Name = "richTextBox1"; @@ -190,17 +263,6 @@ this.label11.TabIndex = 42; this.label11.Text = "同步"; // - // btnSubmit - // - this.btnSubmit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnSubmit.Location = new System.Drawing.Point(136, 15); - this.btnSubmit.Name = "btnSubmit"; - this.btnSubmit.Size = new System.Drawing.Size(76, 34); - this.btnSubmit.TabIndex = 2; - this.btnSubmit.Text = "提交"; - this.btnSubmit.UseVisualStyleBackColor = true; - this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); - // // picNetStatus // this.picNetStatus.ErrorImage = null; @@ -399,6 +461,52 @@ this.gridReturn.Size = new System.Drawing.Size(465, 126); this.gridReturn.TabIndex = 3; // + // dataGridViewTextBoxColumn1 + // + this.dataGridViewTextBoxColumn1.DataPropertyName = "ID"; + this.dataGridViewTextBoxColumn1.HeaderText = "序号"; + this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; + this.dataGridViewTextBoxColumn1.ReadOnly = true; + this.dataGridViewTextBoxColumn1.Visible = false; + // + // dataGridViewTextBoxColumn2 + // + this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; + this.dataGridViewTextBoxColumn2.DataPropertyName = "BarCode"; + this.dataGridViewTextBoxColumn2.HeaderText = "条码"; + this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; + this.dataGridViewTextBoxColumn2.ReadOnly = true; + this.dataGridViewTextBoxColumn2.Width = 65; + // + // dataGridViewTextBoxColumn3 + // + this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; + this.dataGridViewTextBoxColumn3.DataPropertyName = "Goods_Name"; + this.dataGridViewTextBoxColumn3.HeaderText = "产品"; + this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; + this.dataGridViewTextBoxColumn3.ReadOnly = true; + this.dataGridViewTextBoxColumn3.Width = 65; + // + // dataGridViewTextBoxColumn4 + // + this.dataGridViewTextBoxColumn4.DataPropertyName = "Weight"; + dataGridViewCellStyle8.Format = "N2"; + this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle8; + this.dataGridViewTextBoxColumn4.HeaderText = "重量"; + this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; + this.dataGridViewTextBoxColumn4.ReadOnly = true; + // + // dataGridViewTextBoxColumn5 + // + this.dataGridViewTextBoxColumn5.DataPropertyName = "CreateTime"; + dataGridViewCellStyle9.Format = "F"; + dataGridViewCellStyle9.NullValue = null; + this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle9; + this.dataGridViewTextBoxColumn5.HeaderText = "日期"; + this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; + this.dataGridViewTextBoxColumn5.ReadOnly = true; + this.dataGridViewTextBoxColumn5.Visible = false; + // // btnIsReturn // this.btnIsReturn.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); @@ -410,6 +518,17 @@ this.btnIsReturn.UseVisualStyleBackColor = true; this.btnIsReturn.Click += new System.EventHandler(this.btnIsReturn_Click); // + // btnSubmit + // + this.btnSubmit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.btnSubmit.Location = new System.Drawing.Point(136, 15); + this.btnSubmit.Name = "btnSubmit"; + this.btnSubmit.Size = new System.Drawing.Size(76, 34); + this.btnSubmit.TabIndex = 2; + this.btnSubmit.Text = "提交"; + this.btnSubmit.UseVisualStyleBackColor = true; + this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); + // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) @@ -508,124 +627,6 @@ this.unscan日期.ReadOnly = true; this.unscan日期.Visible = false; // - // panel3 - // - this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel3.Controls.Add(this.cbxStore); - this.panel3.Controls.Add(this.cbxWorkUnit); - this.panel3.Controls.Add(this.label6); - this.panel3.Controls.Add(this.label5); - this.panel3.Controls.Add(this.cbxWorkShop); - this.panel3.Controls.Add(this.label4); - this.panel3.Location = new System.Drawing.Point(895, 8); - this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(191, 123); - this.panel3.TabIndex = 47; - // - // cbxStore - // - this.cbxStore.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cbxStore.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.cbxStore.FormattingEnabled = true; - this.cbxStore.Location = new System.Drawing.Point(56, 85); - this.cbxStore.Name = "cbxStore"; - this.cbxStore.Size = new System.Drawing.Size(121, 24); - this.cbxStore.TabIndex = 39; - // - // cbxWorkUnit - // - this.cbxWorkUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cbxWorkUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.cbxWorkUnit.FormattingEnabled = true; - this.cbxWorkUnit.Location = new System.Drawing.Point(57, 48); - this.cbxWorkUnit.Name = "cbxWorkUnit"; - this.cbxWorkUnit.Size = new System.Drawing.Size(121, 24); - this.cbxWorkUnit.TabIndex = 40; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(9, 91); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(41, 12); - this.label6.TabIndex = 36; - this.label6.Text = "仓库:"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(9, 55); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(41, 12); - this.label5.TabIndex = 37; - this.label5.Text = "单元:"; - // - // cbxWorkShop - // - this.cbxWorkShop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cbxWorkShop.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.cbxWorkShop.FormattingEnabled = true; - this.cbxWorkShop.Location = new System.Drawing.Point(57, 7); - this.cbxWorkShop.Name = "cbxWorkShop"; - this.cbxWorkShop.Size = new System.Drawing.Size(121, 24); - this.cbxWorkShop.TabIndex = 41; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(9, 11); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(41, 12); - this.label4.TabIndex = 38; - this.label4.Text = "车间:"; - // - // dataGridViewTextBoxColumn1 - // - this.dataGridViewTextBoxColumn1.DataPropertyName = "ID"; - this.dataGridViewTextBoxColumn1.HeaderText = "序号"; - this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; - this.dataGridViewTextBoxColumn1.ReadOnly = true; - this.dataGridViewTextBoxColumn1.Visible = false; - // - // dataGridViewTextBoxColumn2 - // - this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; - this.dataGridViewTextBoxColumn2.DataPropertyName = "BarCode"; - this.dataGridViewTextBoxColumn2.HeaderText = "条码"; - this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; - this.dataGridViewTextBoxColumn2.ReadOnly = true; - this.dataGridViewTextBoxColumn2.Width = 65; - // - // dataGridViewTextBoxColumn3 - // - this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; - this.dataGridViewTextBoxColumn3.DataPropertyName = "Goods_Name"; - this.dataGridViewTextBoxColumn3.HeaderText = "产品"; - this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; - this.dataGridViewTextBoxColumn3.ReadOnly = true; - this.dataGridViewTextBoxColumn3.Width = 65; - // - // dataGridViewTextBoxColumn4 - // - this.dataGridViewTextBoxColumn4.DataPropertyName = "Weight"; - dataGridViewCellStyle8.Format = "N2"; - this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle8; - this.dataGridViewTextBoxColumn4.HeaderText = "重量"; - this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; - this.dataGridViewTextBoxColumn4.ReadOnly = true; - // - // dataGridViewTextBoxColumn5 - // - this.dataGridViewTextBoxColumn5.DataPropertyName = "CreateTime"; - dataGridViewCellStyle9.Format = "F"; - dataGridViewCellStyle9.NullValue = null; - this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle9; - this.dataGridViewTextBoxColumn5.HeaderText = "日期"; - this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; - this.dataGridViewTextBoxColumn5.ReadOnly = true; - this.dataGridViewTextBoxColumn5.Visible = false; - // // SegmentationInStoreForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -646,6 +647,8 @@ this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); + this.panel3.ResumeLayout(false); + this.panel3.PerformLayout(); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picSyncStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picNetStatus)).EndInit(); @@ -659,8 +662,6 @@ ((System.ComponentModel.ISupportInitialize)(this.gridReturn)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridUnScan)).EndInit(); - this.panel3.ResumeLayout(false); - this.panel3.PerformLayout(); this.ResumeLayout(false); } diff --git a/SegmentationInStore/SegmentationInStoreForm.cs b/SegmentationInStore/SegmentationInStoreForm.cs index 7df2ba7..b669918 100644 --- a/SegmentationInStore/SegmentationInStoreForm.cs +++ b/SegmentationInStore/SegmentationInStoreForm.cs @@ -462,6 +462,10 @@ namespace SegmentationInStore { goodsId = UrlUtil.GetValueByKey("GID", barCode); } + if (string.IsNullOrWhiteSpace(goodsId)) + { + goodsId = UrlUtil.GetValueByKey("ID", barCode); + } if (string.IsNullOrWhiteSpace(code)) { @@ -615,7 +619,10 @@ namespace SegmentationInStore record.Goods_Spec = weight.Goods_Spec; record.Weight = weight.Weight; record.ProductBatch = weight.ProductBatch; - record.BiaoShi = cbxWorkUnit.Text; + this.Invoke(new Action(() => + { + record.BiaoShi = cbxWorkUnit.Text; + }) ); record.CardBarCode = weight.CardBarCode; } } diff --git a/SegmentationWeight/SegmentationWeightForm.cs b/SegmentationWeight/SegmentationWeightForm.cs index b2dcc9b..4556420 100644 --- a/SegmentationWeight/SegmentationWeightForm.cs +++ b/SegmentationWeight/SegmentationWeightForm.cs @@ -631,7 +631,13 @@ namespace SegmentationWeight void PrintGoodsEntity(SegmentationWeightRecord record) { var entity = CreatePrintEntity(record); +#if DEBUG SegmentationWeightPrint.Print(entity); +#endif +#if !DEBUG + SegmentationWeightPrint.Print5050(entity); +#endif + } PrintEntity CreatePrintEntity(SegmentationWeightRecord record) @@ -810,7 +816,12 @@ namespace SegmentationWeight entity.Number = mWeightRecords.Count.ToString(); entity.BarCode = barcode; entity.AccountingUnit_Name = "青岛万福集团股份有限公司"; +#if DEBUG SegmentationWeightPrint.PrintEnd(entity); +#endif +#if !DEBUG + SegmentationWeightPrint.PrintEnd5050(entity); +#endif } private string GetEndBarCode() diff --git a/SegmentationWeight/SegmentationWeightPrint.cs b/SegmentationWeight/SegmentationWeightPrint.cs index bc7df39..729ff6d 100644 --- a/SegmentationWeight/SegmentationWeightPrint.cs +++ b/SegmentationWeight/SegmentationWeightPrint.cs @@ -55,6 +55,45 @@ namespace SegmentationWeight PrintAPI.B_Print_Out(1); PrintAPI.B_ClosePrn(); } + + public static void PrintEnd5050(PrintEntity entity) + { + PrintAPI.B_GetUSBBufferLen(); + PrintAPI.B_EnumUSB(new byte[128]); + PrintAPI.B_CreateUSBPort(1); + + PrintAPI.B_Prn_Text_TrueType(40, 25, 31, "宋体", 1, 700, 0, 0, 0, "C1", "万福"); + + PrintAPI.B_Prn_Text_TrueType(40, 60, 27, "宋体", 1, 400, 0, 0, 0, "C4", string.Format("总重量:{0}", entity.Weight)); + + PrintAPI.B_Prn_Text_TrueType(40, 95, 27, "宋体", 1, 400, 0, 0, 0, "C6", string.Format("总数量:{0}", entity.Number)); + + PrintAPI.B_Prn_Barcode(10, 320, 0, "1", 3, 22, 35, 'N', entity.BarCode.Replace("A26091201", "")); + PrintAPI.B_Prn_Text_TrueType(40, 400, 25, "宋体", 1, 500, 0, 0, 0, "C9", entity.BarCode.Replace("A26091201", "")); + PrintAPI.B_Bar2d_QR(40, 130, 2, 6, 'M', 'A', 0, 0, 0, entity.BarCode.Replace("A26091201", "")); + + PrintAPI.B_Set_Direction('B'); + PrintAPI.B_Print_Out(1); + PrintAPI.B_ClosePrn(); + } + public static void Print5050(PrintEntity entity) + { + PrintAPI.B_GetUSBBufferLen(); + PrintAPI.B_EnumUSB(new byte[128]); + PrintAPI.B_CreateUSBPort(1); + + PrintAPI.B_Prn_Text_TrueType(40, 26, 31, "黑体", 1, 700, 0, 0, 0, "C1", entity.Goods_Name); + PrintAPI.B_Prn_Text_TrueType(40, 70, 31, "黑体", 1, 400, 0, 0, 0, "C2", string.Format("产品重量:{0}", entity.Weight)); + + + PrintAPI.B_Prn_Barcode(10, 320, 0, "1", 3, 22, 35, 'N', entity.BarCode.Replace("A26091201","")); + PrintAPI.B_Prn_Text_TrueType(40, 360, 25, "宋体", 1, 500, 0, 0, 0, "C9", entity.BarCode.Replace("A26091201", "")); + PrintAPI.B_Bar2d_QR(40, 105, 2, 6, 'M', 'A', 0, 0, 0, entity._2DQRCode.Replace("A26091201", "")); + + PrintAPI.B_Set_Direction('B'); + PrintAPI.B_Print_Out(1); + PrintAPI.B_ClosePrn(); + } } public class PrintEntity { diff --git a/Setup/Release/Setup.msi b/Setup/Release/Setup.msi index 53aed6d..890605e 100644 Binary files a/Setup/Release/Setup.msi and b/Setup/Release/Setup.msi differ diff --git a/Setup/Setup.vdproj b/Setup/Setup.vdproj index 77350a5..e9d4fc9 100644 --- a/Setup/Setup.vdproj +++ b/Setup/Setup.vdproj @@ -15,230 +15,266 @@ { "Entry" { - "MsmKey" = "8:_03DD97D2AB51207AAED794207754AA1A" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "MsmKey" = "8:_0B44470C4FCCF3D145F9D5ECDB0B66E1" + "OwnerKey" = "8:_8514DDB55885A598F6A0BF28B4FA3C7A" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_03DD97D2AB51207AAED794207754AA1A" + "MsmKey" = "8:_0B44470C4FCCF3D145F9D5ECDB0B66E1" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_0E3F80D69C40D576C268936D8617BF81" - "OwnerKey" = "8:_6B7BEC1AB5E6CE1FEAB62397243D88CB" + "MsmKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_0E3F80D69C40D576C268936D8617BF81" + "MsmKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_0E3F80D69C40D576C268936D8617BF81" - "OwnerKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" + "MsmKey" = "8:_1269A45CCA9648B06405CF4DE0D58806" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_0E3F80D69C40D576C268936D8617BF81" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "MsmKey" = "8:_1269A45CCA9648B06405CF4DE0D58806" + "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_0E3F80D69C40D576C268936D8617BF81" - "OwnerKey" = "8:_33F9033F5A05ADE04AB705D2E42207B1" + "MsmKey" = "8:_1269A45CCA9648B06405CF4DE0D58806" + "OwnerKey" = "8:_54FF9886B0FC6FC87C08F0A62D121E4A" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_0E3F80D69C40D576C268936D8617BF81" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "MsmKey" = "8:_1269A45CCA9648B06405CF4DE0D58806" + "OwnerKey" = "8:_4E7F38EF4CBA7AFC03D89A97E1BFFD82" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_1269A45CCA9648B06405CF4DE0D58806" + "MsmKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" + "OwnerKey" = "8:_410986D1ABB81A14ACA9E5DD427845B8" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_1269A45CCA9648B06405CF4DE0D58806" - "OwnerKey" = "8:_5FDA148B1519EEF93594E1BFFEF359B6" + "MsmKey" = "8:_2028496CE76A4260A4BE696C231D92C4" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_181017CF50CDD687DD6E5A9BE4A9DD54" - "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" + "MsmKey" = "8:_22C665F6A7E140C3B3377CF2EAD48C09" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_201FD840AF1B1DC166726935EE0440A6" - "OwnerKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "MsmKey" = "8:_25D48513A4ECBBEA89AD811C1B597B53" + "OwnerKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_201FD840AF1B1DC166726935EE0440A6" - "OwnerKey" = "8:_E562E4F2F1D44477985FD09F62884850" + "MsmKey" = "8:_25D48513A4ECBBEA89AD811C1B597B53" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_201FD840AF1B1DC166726935EE0440A6" - "OwnerKey" = "8:_72C299799A4A4FCE805FFC4FC20FAFEF" + "MsmKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" + "OwnerKey" = "8:_33C7D77FBAA789A7799C8DCD26E027C9" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_201FD840AF1B1DC166726935EE0440A6" - "OwnerKey" = "8:_5DDE73D6E26642C99C1F3ED80EAAA5D0" + "MsmKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_201FD840AF1B1DC166726935EE0440A6" - "OwnerKey" = "8:_561DA641348F488AB17CF44013258EBD" + "MsmKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" + "OwnerKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_201FD840AF1B1DC166726935EE0440A6" - "OwnerKey" = "8:_2028496CE76A4260A4BE696C231D92C4" + "MsmKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_201FD840AF1B1DC166726935EE0440A6" - "OwnerKey" = "8:_5FDA148B1519EEF93594E1BFFEF359B6" + "MsmKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" + "OwnerKey" = "8:_61B70826726AC4CE1A0F3B53AA0518D4" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_201FD840AF1B1DC166726935EE0440A6" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_2028496CE76A4260A4BE696C231D92C4" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_2BC6DB9072F0355298547C76E95CA492" + "OwnerKey" = "8:_0B44470C4FCCF3D145F9D5ECDB0B66E1" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_22C665F6A7E140C3B3377CF2EAD48C09" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_2BC6DB9072F0355298547C76E95CA492" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_2BC6DB9072F0355298547C76E95CA492" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_235072CF9B389B8E4749AECC23980E6A" - "OwnerKey" = "8:_6A9F23E929C113359802C8032064EC8F" + "MsmKey" = "8:_2BC6DB9072F0355298547C76E95CA492" + "OwnerKey" = "8:_8514DDB55885A598F6A0BF28B4FA3C7A" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_235072CF9B389B8E4749AECC23980E6A" + "MsmKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_271C1F26035C82864754726F90DFFEDA" - "OwnerKey" = "8:_F87F0DCCFDEB9A7A804B3C1BAB20EC88" + "MsmKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" + "OwnerKey" = "8:_E562E4F2F1D44477985FD09F62884850" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_33F9033F5A05ADE04AB705D2E42207B1" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "MsmKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" + "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_33F9033F5A05ADE04AB705D2E42207B1" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" + "OwnerKey" = "8:_72C299799A4A4FCE805FFC4FC20FAFEF" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_3CBBAB36399B55247CE2F19A9EE97B24" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "MsmKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" + "OwnerKey" = "8:_5DDE73D6E26642C99C1F3ED80EAAA5D0" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_3CBBAB36399B55247CE2F19A9EE97B24" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" + "OwnerKey" = "8:_561DA641348F488AB17CF44013258EBD" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" + "OwnerKey" = "8:_2028496CE76A4260A4BE696C231D92C4" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" + "OwnerKey" = "8:_54FF9886B0FC6FC87C08F0A62D121E4A" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" - "OwnerKey" = "8:_6B7BEC1AB5E6CE1FEAB62397243D88CB" + "MsmKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" + "OwnerKey" = "8:_4E7F38EF4CBA7AFC03D89A97E1BFFD82" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" - "OwnerKey" = "8:_271C1F26035C82864754726F90DFFEDA" + "MsmKey" = "8:_33C7D77FBAA789A7799C8DCD26E027C9" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "MsmKey" = "8:_33C7D77FBAA789A7799C8DCD26E027C9" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" - "OwnerKey" = "8:_F89B75BDDC404640C5CBB7CAEFFABCAD" + "MsmKey" = "8:_3CC1B4C350D8BF059DB266714ADE8C92" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" - "OwnerKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" + "MsmKey" = "8:_3CC1B4C350D8BF059DB266714ADE8C92" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "MsmKey" = "8:_3E7032821AE5AA531FBAA7B01EF7A1F4" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" - "OwnerKey" = "8:_33F9033F5A05ADE04AB705D2E42207B1" + "MsmKey" = "8:_3E7032821AE5AA531FBAA7B01EF7A1F4" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" + "MsmKey" = "8:_3E7032821AE5AA531FBAA7B01EF7A1F4" + "OwnerKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_F87F0DCCFDEB9A7A804B3C1BAB20EC88" + "MsmKey" = "8:_3E7032821AE5AA531FBAA7B01EF7A1F4" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_410986D1ABB81A14ACA9E5DD427845B8" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_410986D1ABB81A14ACA9E5DD427845B8" + "OwnerKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_271C1F26035C82864754726F90DFFEDA" + "OwnerKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -250,67 +286,67 @@ "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "OwnerKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_F89B75BDDC404640C5CBB7CAEFFABCAD" + "OwnerKey" = "8:_410986D1ABB81A14ACA9E5DD427845B8" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" + "OwnerKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_33F9033F5A05ADE04AB705D2E42207B1" + "OwnerKey" = "8:_61B70826726AC4CE1A0F3B53AA0518D4" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_6B7BEC1AB5E6CE1FEAB62397243D88CB" + "OwnerKey" = "8:_33C7D77FBAA789A7799C8DCD26E027C9" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_03DD97D2AB51207AAED794207754AA1A" + "OwnerKey" = "8:_8A44C72C4F4E94D88961DC815FAD965A" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_BBAC46A156C4A4B8DCB50DA2A9B352A0" + "OwnerKey" = "8:_3E7032821AE5AA531FBAA7B01EF7A1F4" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_0E3F80D69C40D576C268936D8617BF81" + "OwnerKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_42CA246F482DADA3571116107D19F735" - "OwnerKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" + "OwnerKey" = "8:_C19449C776357ABFC3344C6295E41093" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -339,6 +375,12 @@ } "Entry" { + "MsmKey" = "8:_4E7F38EF4CBA7AFC03D89A97E1BFFD82" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -357,326 +399,284 @@ } "Entry" { - "MsmKey" = "8:_561DA641348F488AB17CF44013258EBD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5A72DC83350B7F402A43978D8545B052" - "OwnerKey" = "8:_72C299799A4A4FCE805FFC4FC20FAFEF" + "MsmKey" = "8:_510EB14BE6BD4C6590E490482C6E91E3" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_5DDE73D6E26642C99C1F3ED80EAAA5D0" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_510EB14BE6BD4C6590E490482C6E91E3" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_5FDA148B1519EEF93594E1BFFEF359B6" + "MsmKey" = "8:_54FF9886B0FC6FC87C08F0A62D121E4A" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_69EB927A7705E05FBC29988742A06557" - "OwnerKey" = "8:_F89B75BDDC404640C5CBB7CAEFFABCAD" + "MsmKey" = "8:_561DA641348F488AB17CF44013258EBD" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_69EB927A7705E05FBC29988742A06557" - "OwnerKey" = "8:_271C1F26035C82864754726F90DFFEDA" + "MsmKey" = "8:_5A72DC83350B7F402A43978D8545B052" + "OwnerKey" = "8:_72C299799A4A4FCE805FFC4FC20FAFEF" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_69EB927A7705E05FBC29988742A06557" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_5DDE73D6E26642C99C1F3ED80EAAA5D0" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_6A9F23E929C113359802C8032064EC8F" - "OwnerKey" = "8:_F17BA72D61041FA5A540E1B1916FECC0" + "MsmKey" = "8:_61B70826726AC4CE1A0F3B53AA0518D4" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_6A9F23E929C113359802C8032064EC8F" + "MsmKey" = "8:_61B70826726AC4CE1A0F3B53AA0518D4" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_6B7BEC1AB5E6CE1FEAB62397243D88CB" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6B7BEC1AB5E6CE1FEAB62397243D88CB" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_72C299799A4A4FCE805FFC4FC20FAFEF" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_72C299799A4A4FCE805FFC4FC20FAFEF" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" + "OwnerKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_7E39525F29AFCC68133774ED667CC75C" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" + "OwnerKey" = "8:_E562E4F2F1D44477985FD09F62884850" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_7E39525F29AFCC68133774ED667CC75C" - "OwnerKey" = "8:_E562E4F2F1D44477985FD09F62884850" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" + "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" "OwnerKey" = "8:_72C299799A4A4FCE805FFC4FC20FAFEF" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" "OwnerKey" = "8:_5DDE73D6E26642C99C1F3ED80EAAA5D0" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" "OwnerKey" = "8:_561DA641348F488AB17CF44013258EBD" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" "OwnerKey" = "8:_2028496CE76A4260A4BE696C231D92C4" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_7E39525F29AFCC68133774ED667CC75C" - "OwnerKey" = "8:_5FDA148B1519EEF93594E1BFFEF359B6" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" + "OwnerKey" = "8:_54FF9886B0FC6FC87C08F0A62D121E4A" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" + "OwnerKey" = "8:_4E7F38EF4CBA7AFC03D89A97E1BFFD82" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_F87F0DCCFDEB9A7A804B3C1BAB20EC88" + "MsmKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_271C1F26035C82864754726F90DFFEDA" + "MsmKey" = "8:_8514DDB55885A598F6A0BF28B4FA3C7A" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" + "MsmKey" = "8:_8514DDB55885A598F6A0BF28B4FA3C7A" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_5FDA148B1519EEF93594E1BFFEF359B6" + "MsmKey" = "8:_8A44C72C4F4E94D88961DC815FAD965A" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "MsmKey" = "8:_8A44C72C4F4E94D88961DC815FAD965A" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_F89B75BDDC404640C5CBB7CAEFFABCAD" + "OwnerKey" = "8:_C19449C776357ABFC3344C6295E41093" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_33F9033F5A05ADE04AB705D2E42207B1" + "OwnerKey" = "8:_54FF9886B0FC6FC87C08F0A62D121E4A" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_6B7BEC1AB5E6CE1FEAB62397243D88CB" + "OwnerKey" = "8:_4E7F38EF4CBA7AFC03D89A97E1BFFD82" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "OwnerKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_03DD97D2AB51207AAED794207754AA1A" + "OwnerKey" = "8:_410986D1ABB81A14ACA9E5DD427845B8" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_BBAC46A156C4A4B8DCB50DA2A9B352A0" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" - "OwnerKey" = "8:_0E3F80D69C40D576C268936D8617BF81" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B0B90E8062883395962646BB61DEE480" - "OwnerKey" = "8:_3CBBAB36399B55247CE2F19A9EE97B24" + "OwnerKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B0B90E8062883395962646BB61DEE480" - "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" + "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" + "OwnerKey" = "8:_61B70826726AC4CE1A0F3B53AA0518D4" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B0B90E8062883395962646BB61DEE480" - "OwnerKey" = "8:_271C1F26035C82864754726F90DFFEDA" + "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" + "OwnerKey" = "8:_33C7D77FBAA789A7799C8DCD26E027C9" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B0B90E8062883395962646BB61DEE480" - "OwnerKey" = "8:_5FDA148B1519EEF93594E1BFFEF359B6" + "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B0B90E8062883395962646BB61DEE480" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" + "OwnerKey" = "8:_8A44C72C4F4E94D88961DC815FAD965A" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B0B90E8062883395962646BB61DEE480" - "OwnerKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" + "OwnerKey" = "8:_3E7032821AE5AA531FBAA7B01EF7A1F4" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B0B90E8062883395962646BB61DEE480" - "OwnerKey" = "8:_F89B75BDDC404640C5CBB7CAEFFABCAD" + "MsmKey" = "8:_8E453F7ECBA5C202E7B23C74A23A6D6B" + "OwnerKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B0B90E8062883395962646BB61DEE480" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "MsmKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_BA56016D84E14D196F8EFD23AAD91C2C" - "OwnerKey" = "8:_6A9F23E929C113359802C8032064EC8F" + "MsmKey" = "8:_C19449C776357ABFC3344C6295E41093" + "OwnerKey" = "8:_33C7D77FBAA789A7799C8DCD26E027C9" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_BA56016D84E14D196F8EFD23AAD91C2C" + "MsmKey" = "8:_C19449C776357ABFC3344C6295E41093" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_BA56016D84E14D196F8EFD23AAD91C2C" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA56016D84E14D196F8EFD23AAD91C2C" - "OwnerKey" = "8:_F17BA72D61041FA5A540E1B1916FECC0" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBAC46A156C4A4B8DCB50DA2A9B352A0" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BBAC46A156C4A4B8DCB50DA2A9B352A0" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_C19449C776357ABFC3344C6295E41093" + "OwnerKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_BBAC46A156C4A4B8DCB50DA2A9B352A0" - "OwnerKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" + "MsmKey" = "8:_C19449C776357ABFC3344C6295E41093" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_BBAC46A156C4A4B8DCB50DA2A9B352A0" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "MsmKey" = "8:_C19449C776357ABFC3344C6295E41093" + "OwnerKey" = "8:_61B70826726AC4CE1A0F3B53AA0518D4" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_BF37C21C8ACD99ECD6919028AA59FD6B" - "OwnerKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" + "MsmKey" = "8:_C19449C776357ABFC3344C6295E41093" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_BF37C21C8ACD99ECD6919028AA59FD6B" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_C19449C776357ABFC3344C6295E41093" + "OwnerKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -688,157 +688,145 @@ "Entry" { "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_181017CF50CDD687DD6E5A9BE4A9DD54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_F87F0DCCFDEB9A7A804B3C1BAB20EC88" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_271C1F26035C82864754726F90DFFEDA" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "OwnerKey" = "8:_54FF9886B0FC6FC87C08F0A62D121E4A" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_5FDA148B1519EEF93594E1BFFEF359B6" + "OwnerKey" = "8:_4E7F38EF4CBA7AFC03D89A97E1BFFD82" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "OwnerKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_201FD840AF1B1DC166726935EE0440A6" + "OwnerKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_F89B75BDDC404640C5CBB7CAEFFABCAD" + "OwnerKey" = "8:_410986D1ABB81A14ACA9E5DD427845B8" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_CBC39C28D66B8C4619D32345CBA9FF7D" - "OwnerKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" + "OwnerKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_D1997C4524C39E9FCB125AF5F4EEB45E" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "MsmKey" = "8:_CC101E0EB4A8543221BD6096499EB946" + "OwnerKey" = "8:_0B44470C4FCCF3D145F9D5ECDB0B66E1" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_D1997C4524C39E9FCB125AF5F4EEB45E" + "MsmKey" = "8:_CC101E0EB4A8543221BD6096499EB946" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" - "OwnerKey" = "8:_6B7BEC1AB5E6CE1FEAB62397243D88CB" + "MsmKey" = "8:_E562E4F2F1D44477985FD09F62884850" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" + "OwnerKey" = "8:_33C7D77FBAA789A7799C8DCD26E027C9" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" - "OwnerKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" + "MsmKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" + "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "MsmKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" + "OwnerKey" = "8:_410986D1ABB81A14ACA9E5DD427845B8" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" - "OwnerKey" = "8:_33F9033F5A05ADE04AB705D2E42207B1" + "MsmKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" + "OwnerKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "MsmKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" - "OwnerKey" = "8:_0E3F80D69C40D576C268936D8617BF81" + "MsmKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" + "OwnerKey" = "8:_61B70826726AC4CE1A0F3B53AA0518D4" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "MsmKey" = "8:_F5638FBD5561365922D7E45DC99E516A" + "OwnerKey" = "8:_510EB14BE6BD4C6590E490482C6E91E3" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_F5638FBD5561365922D7E45DC99E516A" + "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_E562E4F2F1D44477985FD09F62884850" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_F5638FBD5561365922D7E45DC99E516A" + "OwnerKey" = "8:_54FF9886B0FC6FC87C08F0A62D121E4A" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_F17BA72D61041FA5A540E1B1916FECC0" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "MsmKey" = "8:_F5638FBD5561365922D7E45DC99E516A" + "OwnerKey" = "8:_4E7F38EF4CBA7AFC03D89A97E1BFFD82" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_F17BA72D61041FA5A540E1B1916FECC0" + "MsmKey" = "8:_F5638FBD5561365922D7E45DC99E516A" "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_F87F0DCCFDEB9A7A804B3C1BAB20EC88" - "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" + "MsmKey" = "8:_F5638FBD5561365922D7E45DC99E516A" + "OwnerKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_F89B75BDDC404640C5CBB7CAEFFABCAD" - "OwnerKey" = "8:_5028DE72CC42424CB6B2165E77BED521" + "MsmKey" = "8:_F5638FBD5561365922D7E45DC99E516A" + "OwnerKey" = "8:_410986D1ABB81A14ACA9E5DD427845B8" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_F89B75BDDC404640C5CBB7CAEFFABCAD" - "OwnerKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "MsmKey" = "8:_F5638FBD5561365922D7E45DC99E516A" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -862,7 +850,7 @@ "Entry" { "MsmKey" = "8:_FB9411D1C79DBEA9599CF4E4972008F2" - "OwnerKey" = "8:_33F9033F5A05ADE04AB705D2E42207B1" + "OwnerKey" = "8:_61B70826726AC4CE1A0F3B53AA0518D4" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -874,7 +862,7 @@ "Entry" { "MsmKey" = "8:_FB9411D1C79DBEA9599CF4E4972008F2" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -886,31 +874,13 @@ "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_181017CF50CDD687DD6E5A9BE4A9DD54" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F87F0DCCFDEB9A7A804B3C1BAB20EC88" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_271C1F26035C82864754726F90DFFEDA" + "OwnerKey" = "8:_E562E4F2F1D44477985FD09F62884850" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E562E4F2F1D44477985FD09F62884850" + "OwnerKey" = "8:_A32EDF7A2AA44827954716E1699A0F91" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -952,7 +922,13 @@ "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_5FDA148B1519EEF93594E1BFFEF359B6" + "OwnerKey" = "8:_54FF9886B0FC6FC87C08F0A62D121E4A" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_4E7F38EF4CBA7AFC03D89A97E1BFFD82" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -964,67 +940,67 @@ "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_7E39525F29AFCC68133774ED667CC75C" + "OwnerKey" = "8:_32A99F6C8A25DC46D971D4ED8A8BF0FF" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_201FD840AF1B1DC166726935EE0440A6" + "OwnerKey" = "8:_75B78A05F0101D8E05D9E389F18FBC45" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F89B75BDDC404640C5CBB7CAEFFABCAD" + "OwnerKey" = "8:_410986D1ABB81A14ACA9E5DD427845B8" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_69EB927A7705E05FBC29988742A06557" + "OwnerKey" = "8:_1EDDE9B7109F530961991F2E1DB29824" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E13CC20B599696C528A40F843FDFDFE4" + "OwnerKey" = "8:_0C2CB328F6F5CF6ED223D9B5124FDE1F" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BF37C21C8ACD99ECD6919028AA59FD6B" + "OwnerKey" = "8:_25D48513A4ECBBEA89AD811C1B597B53" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_33F9033F5A05ADE04AB705D2E42207B1" + "OwnerKey" = "8:_61B70826726AC4CE1A0F3B53AA0518D4" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_3CBBAB36399B55247CE2F19A9EE97B24" + "OwnerKey" = "8:_510EB14BE6BD4C6590E490482C6E91E3" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_B0B90E8062883395962646BB61DEE480" + "OwnerKey" = "8:_F5638FBD5561365922D7E45DC99E516A" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6B7BEC1AB5E6CE1FEAB62397243D88CB" + "OwnerKey" = "8:_33C7D77FBAA789A7799C8DCD26E027C9" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_413D0725EF288C77F1F35C44008C9FCC" + "OwnerKey" = "8:_F03C6A4A793AB96038C971E7EEE8D83D" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -1036,55 +1012,55 @@ "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_03DD97D2AB51207AAED794207754AA1A" + "OwnerKey" = "8:_8A44C72C4F4E94D88961DC815FAD965A" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_F17BA72D61041FA5A540E1B1916FECC0" + "OwnerKey" = "8:_8514DDB55885A598F6A0BF28B4FA3C7A" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_6A9F23E929C113359802C8032064EC8F" + "OwnerKey" = "8:_0B44470C4FCCF3D145F9D5ECDB0B66E1" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_235072CF9B389B8E4749AECC23980E6A" + "OwnerKey" = "8:_CC101E0EB4A8543221BD6096499EB946" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BA56016D84E14D196F8EFD23AAD91C2C" + "OwnerKey" = "8:_2BC6DB9072F0355298547C76E95CA492" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_D1997C4524C39E9FCB125AF5F4EEB45E" + "OwnerKey" = "8:_3CC1B4C350D8BF059DB266714ADE8C92" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BBAC46A156C4A4B8DCB50DA2A9B352A0" + "OwnerKey" = "8:_3E7032821AE5AA531FBAA7B01EF7A1F4" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_0E3F80D69C40D576C268936D8617BF81" + "OwnerKey" = "8:_26D019F76AA3D8D46A66D0B8DA6425AB" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_E1395B8085A2843ACAD01A8AEDC5B27F" + "OwnerKey" = "8:_C19449C776357ABFC3344C6295E41093" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -1212,20 +1188,20 @@ } "File" { - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_03DD97D2AB51207AAED794207754AA1A" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0B44470C4FCCF3D145F9D5ECDB0B66E1" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:TSingSoft.Wpf.PythonLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Microsoft.Dynamic, Version=1.1.0.10, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" "ScatterAssemblies" { - "_03DD97D2AB51207AAED794207754AA1A" + "_0B44470C4FCCF3D145F9D5ECDB0B66E1" { - "Name" = "8:TSingSoft.Wpf.PythonLib.dll" + "Name" = "8:Microsoft.Dynamic.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:TSingSoft.Wpf.PythonLib.dll" + "SourcePath" = "8:Microsoft.Dynamic.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1243,20 +1219,20 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0E3F80D69C40D576C268936D8617BF81" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_0C2CB328F6F5CF6ED223D9B5124FDE1F" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Wpf, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Wpf.System.Web, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" "ScatterAssemblies" { - "_0E3F80D69C40D576C268936D8617BF81" + "_0C2CB328F6F5CF6ED223D9B5124FDE1F" { - "Name" = "8:Wpf.dll" + "Name" = "8:Wpf.System.Web.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Wpf.dll" + "SourcePath" = "8:Wpf.System.Web.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1270,7 +1246,7 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } @@ -1305,51 +1281,20 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_181017CF50CDD687DD6E5A9BE4A9DD54" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:BWP.WinFormControl, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_181017CF50CDD687DD6E5A9BE4A9DD54" - { - "Name" = "8:BWP.WinFormControl.DLL" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:BWP.WinFormControl.DLL" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" - "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}:_201FD840AF1B1DC166726935EE0440A6" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_1EDDE9B7109F530961991F2E1DB29824" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:BWP.WinFormControl, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:B3Frameworks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" "ScatterAssemblies" { - "_201FD840AF1B1DC166726935EE0440A6" + "_1EDDE9B7109F530961991F2E1DB29824" { - "Name" = "8:BWP.WinFormControl.dll" + "Name" = "8:B3Frameworks.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:BWP.WinFormControl.dll" + "SourcePath" = "8:B3Frameworks.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1363,7 +1308,7 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } @@ -1418,20 +1363,20 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_235072CF9B389B8E4749AECC23980E6A" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_25D48513A4ECBBEA89AD811C1B597B53" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Scripting.Metadata, Version=1.1.0.10, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:zxing, Version=0.11.0.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL" "ScatterAssemblies" { - "_235072CF9B389B8E4749AECC23980E6A" + "_25D48513A4ECBBEA89AD811C1B597B53" { - "Name" = "8:Microsoft.Scripting.Metadata.dll" + "Name" = "8:zxing.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Microsoft.Scripting.Metadata.dll" + "SourcePath" = "8:zxing.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1445,24 +1390,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_271C1F26035C82864754726F90DFFEDA" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_26D019F76AA3D8D46A66D0B8DA6425AB" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:B3ClientService, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Wpf, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" "ScatterAssemblies" { - "_271C1F26035C82864754726F90DFFEDA" + "_26D019F76AA3D8D46A66D0B8DA6425AB" { - "Name" = "8:B3ClientService.DLL" + "Name" = "8:Wpf.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:B3ClientService.DLL" + "SourcePath" = "8:Wpf.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1476,24 +1421,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_33F9033F5A05ADE04AB705D2E42207B1" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2BC6DB9072F0355298547C76E95CA492" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:MainSystem, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Microsoft.Scripting, Version=1.1.0.10, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" "ScatterAssemblies" { - "_33F9033F5A05ADE04AB705D2E42207B1" + "_2BC6DB9072F0355298547C76E95CA492" { - "Name" = "8:MainSystem.dll" + "Name" = "8:Microsoft.Scripting.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:MainSystem.dll" + "SourcePath" = "8:Microsoft.Scripting.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1511,20 +1456,20 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3CBBAB36399B55247CE2F19A9EE97B24" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_32A99F6C8A25DC46D971D4ED8A8BF0FF" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:cn.jpush.api, Version=3.3.1.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:BO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_3CBBAB36399B55247CE2F19A9EE97B24" + "_32A99F6C8A25DC46D971D4ED8A8BF0FF" { - "Name" = "8:cn.jpush.api.dll" + "Name" = "8:BO.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:cn.jpush.api.dll" + "SourcePath" = "8:BO.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1542,20 +1487,20 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_413D0725EF288C77F1F35C44008C9FCC" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_33C7D77FBAA789A7799C8DCD26E027C9" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Wpf.System, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:B3System, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" "ScatterAssemblies" { - "_413D0725EF288C77F1F35C44008C9FCC" + "_33C7D77FBAA789A7799C8DCD26E027C9" { - "Name" = "8:Wpf.System.dll" + "Name" = "8:B3System.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Wpf.System.dll" + "SourcePath" = "8:B3System.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1569,24 +1514,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_42CA246F482DADA3571116107D19F735" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3CC1B4C350D8BF059DB266714ADE8C92" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Forks.Utils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" "ScatterAssemblies" { - "_42CA246F482DADA3571116107D19F735" + "_3CC1B4C350D8BF059DB266714ADE8C92" { - "Name" = "8:Forks.Utils.dll" + "Name" = "8:DocumentFormat.OpenXml.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Forks.Utils.dll" + "SourcePath" = "8:DocumentFormat.OpenXml.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1600,24 +1545,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_474CAAF9CBACB0A1181DB4E01EFE4983" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3E7032821AE5AA531FBAA7B01EF7A1F4" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:MongoDB.Bson, Version=1.4.0.4468, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Bwp.Hippo, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3a973053c7ebf11c, processorArchitecture=MSIL" "ScatterAssemblies" { - "_474CAAF9CBACB0A1181DB4E01EFE4983" + "_3E7032821AE5AA531FBAA7B01EF7A1F4" { - "Name" = "8:MongoDB.Bson.dll" + "Name" = "8:Bwp.Hippo.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:MongoDB.Bson.dll" + "SourcePath" = "8:Bwp.Hippo.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1631,24 +1576,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_490CF6B031F04EA68BE52D3A7EB5FEF9" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_410986D1ABB81A14ACA9E5DD427845B8" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:AutoUpdate, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:B3ClientService, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_490CF6B031F04EA68BE52D3A7EB5FEF9" + "_410986D1ABB81A14ACA9E5DD427845B8" { - "Name" = "8:AutoUpdate.exe" + "Name" = "8:B3ClientService.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:..\\AutoUpdate\\bin\\Release\\AutoUpdate.exe" + "SourcePath" = "8:B3ClientService.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1663,23 +1608,23 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" + "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5077CD4E5E0601C76D6A3BD2B0734F36" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_42CA246F482DADA3571116107D19F735" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:MongoDB.Driver, Version=1.4.0.4468, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Forks.Utils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" "ScatterAssemblies" { - "_5077CD4E5E0601C76D6A3BD2B0734F36" + "_42CA246F482DADA3571116107D19F735" { - "Name" = "8:MongoDB.Driver.dll" + "Name" = "8:Forks.Utils.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:MongoDB.Driver.dll" + "SourcePath" = "8:Forks.Utils.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1697,20 +1642,20 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_561DA641348F488AB17CF44013258EBD" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_474CAAF9CBACB0A1181DB4E01EFE4983" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ButcherOrder, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:MongoDB.Bson, Version=1.4.0.4468, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL" "ScatterAssemblies" { - "_561DA641348F488AB17CF44013258EBD" + "_474CAAF9CBACB0A1181DB4E01EFE4983" { - "Name" = "8:ButcherOrder.dll" + "Name" = "8:MongoDB.Bson.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:..\\ButcherOrder\\bin\\Release\\ButcherOrder.dll" + "SourcePath" = "8:MongoDB.Bson.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1724,24 +1669,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5A72DC83350B7F402A43978D8545B052" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_490CF6B031F04EA68BE52D3A7EB5FEF9" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:BwpClientPrint, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:AutoUpdate, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_5A72DC83350B7F402A43978D8545B052" + "_490CF6B031F04EA68BE52D3A7EB5FEF9" { - "Name" = "8:BwpClientPrint.DLL" + "Name" = "8:AutoUpdate.exe" "Attributes" = "3:512" } } - "SourcePath" = "8:BwpClientPrint.DLL" + "SourcePath" = "8:..\\AutoUpdate\\bin\\Release\\AutoUpdate.exe" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1756,23 +1701,23 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" + "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5DDE73D6E26642C99C1F3ED80EAAA5D0" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4E7F38EF4CBA7AFC03D89A97E1BFFD82" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:QualityAndOrder, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:SegmentationInStore, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_5DDE73D6E26642C99C1F3ED80EAAA5D0" + "_4E7F38EF4CBA7AFC03D89A97E1BFFD82" { - "Name" = "8:QualityAndOrder.dll" + "Name" = "8:SegmentationInStore.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:..\\QualityAndOrder\\bin\\Release\\QualityAndOrder.dll" + "SourcePath" = "8:SegmentationInStore.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1787,23 +1732,23 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" + "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5FDA148B1519EEF93594E1BFFEF359B6" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5077CD4E5E0601C76D6A3BD2B0734F36" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:SegmentationWeight, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:MongoDB.Driver, Version=1.4.0.4468, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL" "ScatterAssemblies" { - "_5FDA148B1519EEF93594E1BFFEF359B6" + "_5077CD4E5E0601C76D6A3BD2B0734F36" { - "Name" = "8:SegmentationWeight.dll" + "Name" = "8:MongoDB.Driver.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:SegmentationWeight.dll" + "SourcePath" = "8:MongoDB.Driver.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1817,24 +1762,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_69EB927A7705E05FBC29988742A06557" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_510EB14BE6BD4C6590E490482C6E91E3" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:B3Frameworks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:cn.jpush.api, Version=3.3.1.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" "ScatterAssemblies" { - "_69EB927A7705E05FBC29988742A06557" + "_510EB14BE6BD4C6590E490482C6E91E3" { - "Name" = "8:B3Frameworks.dll" + "Name" = "8:cn.jpush.api.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:B3Frameworks.dll" + "SourcePath" = "8:cn.jpush.api.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1848,24 +1793,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6A9F23E929C113359802C8032064EC8F" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_54FF9886B0FC6FC87C08F0A62D121E4A" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Dynamic, Version=1.1.0.10, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:SegmentationWeight, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_6A9F23E929C113359802C8032064EC8F" + "_54FF9886B0FC6FC87C08F0A62D121E4A" { - "Name" = "8:Microsoft.Dynamic.dll" + "Name" = "8:SegmentationWeight.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Microsoft.Dynamic.dll" + "SourcePath" = "8:SegmentationWeight.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1883,20 +1828,20 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_6B7BEC1AB5E6CE1FEAB62397243D88CB" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_561DA641348F488AB17CF44013258EBD" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:B3System, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:ButcherOrder, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_6B7BEC1AB5E6CE1FEAB62397243D88CB" + "_561DA641348F488AB17CF44013258EBD" { - "Name" = "8:B3System.dll" + "Name" = "8:ButcherOrder.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:B3System.dll" + "SourcePath" = "8:..\\ButcherOrder\\bin\\Release\\ButcherOrder.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1911,23 +1856,23 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" + "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_72C299799A4A4FCE805FFC4FC20FAFEF" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5A72DC83350B7F402A43978D8545B052" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ButcherWeight, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:BwpClientPrint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3a973053c7ebf11c, processorArchitecture=MSIL" "ScatterAssemblies" { - "_72C299799A4A4FCE805FFC4FC20FAFEF" + "_5A72DC83350B7F402A43978D8545B052" { - "Name" = "8:ButcherWeight.dll" + "Name" = "8:BwpClientPrint.DLL" "Attributes" = "3:512" } } - "SourcePath" = "8:..\\ButcherWeight\\bin\\Release\\ButcherWeight.dll" + "SourcePath" = "8:BwpClientPrint.DLL" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1942,23 +1887,23 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" + "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7E39525F29AFCC68133774ED667CC75C" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_5DDE73D6E26642C99C1F3ED80EAAA5D0" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:BO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:QualityAndOrder, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_7E39525F29AFCC68133774ED667CC75C" + "_5DDE73D6E26642C99C1F3ED80EAAA5D0" { - "Name" = "8:BO.dll" + "Name" = "8:QualityAndOrder.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:BO.dll" + "SourcePath" = "8:..\\QualityAndOrder\\bin\\Release\\QualityAndOrder.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -1973,23 +1918,23 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" + "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8E453F7ECBA5C202E7B23C74A23A6D6B" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_61B70826726AC4CE1A0F3B53AA0518D4" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:MainSystem, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" "ScatterAssemblies" { - "_8E453F7ECBA5C202E7B23C74A23A6D6B" + "_61B70826726AC4CE1A0F3B53AA0518D4" { - "Name" = "8:Forks.EnterpriseServices.dll" + "Name" = "8:MainSystem.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Forks.EnterpriseServices.dll" + "SourcePath" = "8:MainSystem.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2003,24 +1948,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A32EDF7A2AA44827954716E1699A0F91" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_72C299799A4A4FCE805FFC4FC20FAFEF" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:SegmentationWeight, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:ButcherWeight, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_A32EDF7A2AA44827954716E1699A0F91" + "_72C299799A4A4FCE805FFC4FC20FAFEF" { - "Name" = "8:SegmentationWeight.dll" + "Name" = "8:ButcherWeight.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:..\\SegmentationWeight\\bin\\Release\\SegmentationWeight.dll" + "SourcePath" = "8:..\\ButcherWeight\\bin\\Release\\ButcherWeight.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2038,20 +1983,20 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B0B90E8062883395962646BB61DEE480" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_75B78A05F0101D8E05D9E389F18FBC45" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:BWP.WinFormControl, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_B0B90E8062883395962646BB61DEE480" + "_75B78A05F0101D8E05D9E389F18FBC45" { - "Name" = "8:Newtonsoft.Json.dll" + "Name" = "8:BWP.WinFormControl.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Newtonsoft.Json.dll" + "SourcePath" = "8:BWP.WinFormControl.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2069,20 +2014,20 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BA56016D84E14D196F8EFD23AAD91C2C" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8514DDB55885A598F6A0BF28B4FA3C7A" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Microsoft.Scripting, Version=1.1.0.10, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:IronPython, Version=2.7.0.10, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" "ScatterAssemblies" { - "_BA56016D84E14D196F8EFD23AAD91C2C" + "_8514DDB55885A598F6A0BF28B4FA3C7A" { - "Name" = "8:Microsoft.Scripting.dll" + "Name" = "8:IronPython.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Microsoft.Scripting.dll" + "SourcePath" = "8:IronPython.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2096,24 +2041,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BBAC46A156C4A4B8DCB50DA2A9B352A0" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8A44C72C4F4E94D88961DC815FAD965A" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Bwp.Hippo, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3a973053c7ebf11c, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:TSingSoft.Wpf.PythonLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" "ScatterAssemblies" { - "_BBAC46A156C4A4B8DCB50DA2A9B352A0" + "_8A44C72C4F4E94D88961DC815FAD965A" { - "Name" = "8:Bwp.Hippo.dll" + "Name" = "8:TSingSoft.Wpf.PythonLib.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Bwp.Hippo.dll" + "SourcePath" = "8:TSingSoft.Wpf.PythonLib.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2127,24 +2072,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BF37C21C8ACD99ECD6919028AA59FD6B" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8E453F7ECBA5C202E7B23C74A23A6D6B" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:zxing, Version=0.11.0.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" "ScatterAssemblies" { - "_BF37C21C8ACD99ECD6919028AA59FD6B" + "_8E453F7ECBA5C202E7B23C74A23A6D6B" { - "Name" = "8:zxing.dll" + "Name" = "8:Forks.EnterpriseServices.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:zxing.dll" + "SourcePath" = "8:Forks.EnterpriseServices.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2162,20 +2107,20 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CBC39C28D66B8C4619D32345CBA9FF7D" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_A32EDF7A2AA44827954716E1699A0F91" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Forks.JsonRpc.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:SegmentationWeight, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_CBC39C28D66B8C4619D32345CBA9FF7D" + "_A32EDF7A2AA44827954716E1699A0F91" { - "Name" = "8:Forks.JsonRpc.Client.dll" + "Name" = "8:SegmentationWeight.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Forks.JsonRpc.Client.dll" + "SourcePath" = "8:..\\SegmentationWeight\\bin\\Release\\SegmentationWeight.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2190,23 +2135,23 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" + "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D1997C4524C39E9FCB125AF5F4EEB45E" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C19449C776357ABFC3344C6295E41093" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:TSingSoft.WebControls2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" "ScatterAssemblies" { - "_D1997C4524C39E9FCB125AF5F4EEB45E" + "_C19449C776357ABFC3344C6295E41093" { - "Name" = "8:DocumentFormat.OpenXml.dll" + "Name" = "8:TSingSoft.WebControls2.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:DocumentFormat.OpenXml.dll" + "SourcePath" = "8:TSingSoft.WebControls2.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2220,24 +2165,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E1395B8085A2843ACAD01A8AEDC5B27F" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CBC39C28D66B8C4619D32345CBA9FF7D" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:TSingSoft.WebControls2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Forks.JsonRpc.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" "ScatterAssemblies" { - "_E1395B8085A2843ACAD01A8AEDC5B27F" + "_CBC39C28D66B8C4619D32345CBA9FF7D" { - "Name" = "8:TSingSoft.WebControls2.dll" + "Name" = "8:Forks.JsonRpc.Client.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:TSingSoft.WebControls2.dll" + "SourcePath" = "8:Forks.JsonRpc.Client.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2255,20 +2200,20 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_E13CC20B599696C528A40F843FDFDFE4" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_CC101E0EB4A8543221BD6096499EB946" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Wpf.System.Web, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Microsoft.Scripting.Metadata, Version=1.1.0.10, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" "ScatterAssemblies" { - "_E13CC20B599696C528A40F843FDFDFE4" + "_CC101E0EB4A8543221BD6096499EB946" { - "Name" = "8:Wpf.System.Web.dll" + "Name" = "8:Microsoft.Scripting.Metadata.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Wpf.System.Web.dll" + "SourcePath" = "8:Microsoft.Scripting.Metadata.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2317,51 +2262,20 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F17BA72D61041FA5A540E1B1916FECC0" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F03C6A4A793AB96038C971E7EEE8D83D" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:IronPython, Version=2.7.0.10, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_F17BA72D61041FA5A540E1B1916FECC0" - { - "Name" = "8:IronPython.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:IronPython.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" - "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}:_F87F0DCCFDEB9A7A804B3C1BAB20EC88" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:BO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Wpf.System, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" "ScatterAssemblies" { - "_F87F0DCCFDEB9A7A804B3C1BAB20EC88" + "_F03C6A4A793AB96038C971E7EEE8D83D" { - "Name" = "8:BO.DLL" + "Name" = "8:Wpf.System.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:BO.DLL" + "SourcePath" = "8:Wpf.System.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5" @@ -2375,24 +2289,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F89B75BDDC404640C5CBB7CAEFFABCAD" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_F5638FBD5561365922D7E45DC99E516A" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:B3ClientService, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" "ScatterAssemblies" { - "_F89B75BDDC404640C5CBB7CAEFFABCAD" + "_F5638FBD5561365922D7E45DC99E516A" { - "Name" = "8:B3ClientService.dll" + "Name" = "8:Newtonsoft.Json.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:B3ClientService.dll" + "SourcePath" = "8:Newtonsoft.Json.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_BEB5263E66544AA0ADFECA514F610FF5"