Kanban/¹¤Î»¿´°å/Sc_WGJCKKB.cs
@@ -8,6 +8,7 @@ using gregn6Lib; using SQLHelper; using DBUtility; using Pub_Class; namespace Kanban { @@ -72,11 +73,18 @@ ClsCN SubCn = new ClsCN(); string sSql = ""; string sWhere = ""; ClsIni oIni = new ClsIni(); string sHWhName = ClsIni.ReadIni("Warehouse", "HWhName", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); if (sHWhName == "æ²¡ææ¾å°ï¼") { sHWhName = ""; } //è¿æ»¤æ¡ä»¶ //if (frmCondition.SqlStr.Trim().Length == 0) // return; //sSql = frmCondition.SqlStr + sWhere + " order by HStatus,HDate "; sSql = "exec h_p_Sc_WGJCKKB"; sSql = "exec h_p_Sc_WGJCKKB_New '" + sHWhName + "'"; //sSql = "exec h_p_Sc_WGJCKKB_New " + DBUtility.ClsPub.isLong(sHWhID) + ",'" + sHWhName + "'"; // DSet = SubCn.RunProcReturn(sSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo); //çæé¦è¡æ é¢ NETERPNoWin/Frm_MESSetIni.Designer.cs
@@ -36,19 +36,16 @@ this.label2 = new System.Windows.Forms.Label(); this.txtHOPWin = new System.Windows.Forms.TextBox(); this.cmdHDeptID = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.cmdHWhID = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.txtHWhID = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtHDeptID // this.txtHDeptID.Location = new System.Drawing.Point(98, 86); this.txtHDeptID.Location = new System.Drawing.Point(98, 47); this.txtHDeptID.Name = "txtHDeptID"; this.txtHDeptID.Size = new System.Drawing.Size(160, 21); this.txtHDeptID.Size = new System.Drawing.Size(154, 21); this.txtHDeptID.TabIndex = 0; // // cmdOK @@ -74,7 +71,7 @@ // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 89); this.label1.Location = new System.Drawing.Point(34, 51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 3; @@ -83,7 +80,7 @@ // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 115); this.label2.Location = new System.Drawing.Point(10, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 5; @@ -91,7 +88,7 @@ // // txtHOPWin // this.txtHOPWin.Location = new System.Drawing.Point(98, 112); this.txtHOPWin.Location = new System.Drawing.Point(98, 76); this.txtHOPWin.Name = "txtHOPWin"; this.txtHOPWin.Size = new System.Drawing.Size(176, 21); this.txtHOPWin.TabIndex = 4; @@ -101,79 +98,50 @@ this.cmdHDeptID.BackColor = System.Drawing.Color.Transparent; this.cmdHDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHDeptID.Image"))); this.cmdHDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHDeptID.Location = new System.Drawing.Point(252, 86); this.cmdHDeptID.Location = new System.Drawing.Point(252, 46); this.cmdHDeptID.Name = "cmdHDeptID"; this.cmdHDeptID.Size = new System.Drawing.Size(22, 22); this.cmdHDeptID.TabIndex = 78; this.cmdHDeptID.UseVisualStyleBackColor = false; this.cmdHDeptID.Click += new System.EventHandler(this.cmdHDeptID_Click); // // button1 // cmdHWhID // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.button1.Location = new System.Drawing.Point(252, 25); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(22, 22); this.button1.TabIndex = 81; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(10, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 80; this.label3.Text = "é»è®¤è½¦é´"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(98, 25); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(160, 21); this.textBox1.TabIndex = 79; // // button2 // this.button2.BackColor = System.Drawing.Color.Transparent; this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image"))); this.button2.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.button2.Location = new System.Drawing.Point(252, 54); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(22, 22); this.button2.TabIndex = 84; this.button2.UseVisualStyleBackColor = false; this.cmdHWhID.BackColor = System.Drawing.Color.Transparent; this.cmdHWhID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHWhID.Image"))); this.cmdHWhID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHWhID.Location = new System.Drawing.Point(252, 17); this.cmdHWhID.Name = "cmdHWhID"; this.cmdHWhID.Size = new System.Drawing.Size(22, 22); this.cmdHWhID.TabIndex = 84; this.cmdHWhID.UseVisualStyleBackColor = false; this.cmdHWhID.Click += new System.EventHandler(this.cmdHWhID_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(10, 57); this.label4.Location = new System.Drawing.Point(34, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 83; this.label4.Text = "é»è®¤ä»åº"; // // textBox2 // txtHWhID // this.textBox2.Location = new System.Drawing.Point(98, 54); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(160, 21); this.textBox2.TabIndex = 82; this.txtHWhID.Location = new System.Drawing.Point(98, 18); this.txtHWhID.Name = "txtHWhID"; this.txtHWhID.Size = new System.Drawing.Size(154, 21); this.txtHWhID.TabIndex = 82; this.txtHWhID.TextChanged += new System.EventHandler(this.txtHWhID_TextChanged); // // Frm_MESSetIni // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(297, 267); this.Controls.Add(this.button2); this.Controls.Add(this.cmdHWhID); this.Controls.Add(this.label4); this.Controls.Add(this.textBox2); this.Controls.Add(this.button1); this.Controls.Add(this.label3); this.Controls.Add(this.textBox1); this.Controls.Add(this.txtHWhID); this.Controls.Add(this.cmdHDeptID); this.Controls.Add(this.label2); this.Controls.Add(this.txtHOPWin); @@ -200,11 +168,8 @@ private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtHOPWin; private System.Windows.Forms.Button cmdHDeptID; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button cmdHWhID; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox txtHWhID; } } NETERPNoWin/Frm_MESSetIni.cs
@@ -21,6 +21,8 @@ ClsIni oIni = new ClsIni(); ClsIni.WriteIni("Dept", "DeptID", this.txtHDeptID.Tag.ToString(), Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); ClsIni.WriteIni("Dept", "DeptName", this.txtHDeptID.Text.Trim(), Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); ClsIni.WriteIni("Warehouse", "HWhID", this.txtHWhID.Tag.ToString(), Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); ClsIni.WriteIni("Warehouse", "HWhName", this.txtHWhID.Text.Trim(), Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); ClsIni.WriteIni("OPenWin", "gnmc", this.txtHOPWin.Text.Trim(), Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); this.Close(); } @@ -49,15 +51,33 @@ ClsIni oIni = new ClsIni(); string sID = ClsIni.ReadIni("Dept", "DeptID", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); string sName = ClsIni.ReadIni("Dept", "DeptName", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); string sHWhID = ClsIni.ReadIni("Warehouse", "HWhID", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); string sHWhName = ClsIni.ReadIni("Warehouse", "HWhName", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); string sWinName = ClsIni.ReadIni("OPenWin", "gnmc", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); txtHDeptID.Tag = sID; txtHDeptID.Text = sName; txtHWhID.Tag = sHWhID; txtHWhID.Text = sHWhName; txtHOPWin.Text = sWinName; } private void button1_Click(object sender, EventArgs e) private void cmdHWhID_Click(object sender, EventArgs e) { DAL.ClsGy_Warehouse_View oWarehouse = new DAL.ClsGy_Warehouse_View(); if (oWarehouse.RefreshView()) { this.txtHWhID.Text = oWarehouse.oModel.HName; this.txtHWhID.Tag = oWarehouse.oModel.HItemID.ToString(); } else { this.txtHWhID.Text = ""; } } private void txtHWhID_TextChanged(object sender, EventArgs e) { BLL.ClsPub_BLL.Sub_ClearText(txtHWhID); } } } NETERPNoWin/Frm_MESSetIni.resx
@@ -133,22 +133,7 @@ FIYcEAA7 </value> </data> <data name="button1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> R0lGODlhEAAQAIYAAAAzmQBmzP///1o7AJlmAOazAMTz/9mmAEW5//nNT+W5ToPV/5TW/cyZAAyf/7Dp /yOn/2jD/q3h/le8/sz3/5zg/7bt/73l/7Xs/2fH/4DT///bnZXb/97//2rK/wWb/8np/6zf/1S//77x /73w/8Xv/1+//wmc/1jA/5Db/5LV/6rn/6Xb/zCt/33O/9X3/4LO/7jj/4PT/x+m/7nk/3XP/3PJ/3bQ /6Tb/5Td/zCv/3fM/029/4za/6Pf/ZHc/6Pk/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEBAAAh+QQB AABBACwAAAAAEAAQAAAIqACDCBwoMIDBAAQTBjEYIcKECQYVLmQQ44KJFhBmQECYMAAOEAJYnPjgwAHH gQEYqAhBA4YOBDwQIDg5cYcLGyg8LOixYAFNABJkZBBRI8cDEg98ACAIlIOGGylWGOhgwMBSphUq/ACC wQAFClcFEiAAQICAEhZGvDAbloCCDQUAlDUrQO5AtwkKHBgQRK7duwryHmjAV2IQAoIJGxY4QK/ixYwH FIYcEAA7 </value> </data> <data name="button2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="cmdHWhID.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> R0lGODlhEAAQAIYAAAAzmQBmzP///1o7AJlmAOazAMTz/9mmAEW5//nNT+W5ToPV/5TW/cyZAAyf/7Dp /yOn/2jD/q3h/le8/sz3/5zg/7bt/73l/7Xs/2fH/4DT///bnZXb/97//2rK/wWb/8np/6zf/1S//77x NETERPNoWin/bin/x86/Debug/BLL.dllBinary files differ
NETERPNoWin/bin/x86/Debug/BLL.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/BaseSet.dllBinary files differ
NETERPNoWin/bin/x86/Debug/BaseSet.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/DAL.dllBinary files differ
NETERPNoWin/bin/x86/Debug/DAL.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/DBUtility.dllBinary files differ
NETERPNoWin/bin/x86/Debug/DBUtility.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/HXERP_SY.ini
@@ -30,3 +30,6 @@ gnbm=Sc9910 gnsy=Sc_WorkBillPlanSumReportKB gnmc=车é´çæ¿ [Warehouse] HWhID=0 HWhName= NETERPNoWin/bin/x86/Debug/Interop.gregn6Lib.dllBinary files differ
NETERPNoWin/bin/x86/Debug/Kanban.dllBinary files differ
NETERPNoWin/bin/x86/Debug/Kanban.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/Model.dllBinary files differ
NETERPNoWin/bin/x86/Debug/Model.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/NETERPNoWin.exeBinary files differ
NETERPNoWin/bin/x86/Debug/NETERPNoWin.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/OAM.dllBinary files differ
NETERPNoWin/bin/x86/Debug/OAM.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/PlanM.dllBinary files differ
NETERPNoWin/bin/x86/Debug/PlanM.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/Pub_Class.dllBinary files differ
NETERPNoWin/bin/x86/Debug/Pub_Class.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/Pub_Control.dllBinary files differ
NETERPNoWin/bin/x86/Debug/Pub_Control.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/SQLHelper.dllBinary files differ
NETERPNoWin/bin/x86/Debug/SQLHelper.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/WarM.dllBinary files differ
NETERPNoWin/bin/x86/Debug/WarM.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/WorkM.dllBinary files differ
NETERPNoWin/bin/x86/Debug/WorkM.pdbBinary files differ
NETERPNoWin/bin/x86/Debug/grdWidth.wyini
@@ -57,4 +57,4 @@ Sc_CJKB= Sc_CGKB=100,100,100,100,100,100,100,100,100,100,100 Sc_QLKB= Sc_WGJCKKB= Sc_WGJCKKB=5,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100 NETERPNoWin/bin/x86/Debug/stdole.dllBinary files differ
NETERPNoWin/obj/x86/Debug/Interop.gregn6Lib.dllBinary files differ
NETERPNoWin/obj/x86/Debug/NETERPNoWin.Frm_MESSetIni.resourcesBinary files differ
NETERPNoWin/obj/x86/Debug/NETERPNoWin.csproj.AssemblyReference.cacheBinary files differ
NETERPNoWin/obj/x86/Debug/NETERPNoWin.csproj.CoreCompileInputs.cache
@@ -1 +1 @@ 4d465dc42f2318b18641ac13d827424c9f4bd970 a745b9346fad4036762fb74aefe814be70fc1e71 NETERPNoWin/obj/x86/Debug/NETERPNoWin.csproj.FileListAbsolute.txt
@@ -162,3 +162,58 @@ D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.csproj.CopyComplete D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.exe D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\NETERPNoWin.exe D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\NETERPNoWin.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\BaseSet.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\BLL.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\DAL.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\DBUtility.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Kanban.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Model.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\OAM.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\PlanM.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Pub_Class.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Pub_Control.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\SQLHelper.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\WarM.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\WorkM.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\AxInterop.gregn6Lib.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\NPOI.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\NPOI.OOXML.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Kingdee.BOS.WebApi.Client.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\AxInterop.grdes6Lib.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Interop.gregn6Lib.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\NPOI.OpenXmlFormats.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\NPOI.OpenXml4Net.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Newtonsoft.Json.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\stdole.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\BaseSet.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\BLL.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\DAL.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\DBUtility.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Kanban.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Model.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\OAM.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\PlanM.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Pub_Class.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\Pub_Control.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\SQLHelper.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\WarM.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\WarM.dll.config D:\GITä»åº\MES-WEB-API\NETERPNoWin\bin\x86\Debug\WorkM.pdb D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.csproj.AssemblyReference.cache D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\Interop.gregn6Lib.dll D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.csproj.ResolveComReference.cache D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.Form1.resources D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.Frm_MESSetIni.resources D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.OA_MessageBox.resources D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.Frm_Show.resources D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.MDIMain.resources D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.Properties.Resources.resources D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.Xt_Wait.resources D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.MESMain.resources D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.csproj.GenerateResource.cache D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.csproj.CoreCompileInputs.cache D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.csproj.CopyComplete D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.exe D:\GITä»åº\MES-WEB-API\NETERPNoWin\obj\x86\Debug\NETERPNoWin.pdb NETERPNoWin/obj/x86/Debug/NETERPNoWin.csproj.GenerateResource.cacheBinary files differ
NETERPNoWin/obj/x86/Debug/NETERPNoWin.csproj.ResolveComReference.cacheBinary files differ
NETERPNoWin/obj/x86/Debug/NETERPNoWin.exeBinary files differ
NETERPNoWin/obj/x86/Debug/NETERPNoWin.pdbBinary files differ