Procházet zdrojové kódy

修改程序版本

callm před 18 hodinami
rodič
revize
88935dccd0

+ 0 - 1
UAS_MES_YDCY/FunctionCode/Make/Make_FuselageLabelPrintRFID.cs

@@ -14,7 +14,6 @@ using Seagull.BarTender.Print;
 using DEV_HDL = System.UInt32;
 using LABEL_TEMP_HDL = System.UInt32;
 using System.Runtime.InteropServices;
-using DevExpress.XtraMap;
 
 namespace UAS_MES_NEW.Make
 {

+ 1 - 2
UAS_MES_YDCY/FunctionCode/Query/Query_LoadMake.cs

@@ -1,5 +1,4 @@
-using DevExpress.XtraMap.Native;
-using LabelManager2;
+using LabelManager2;
 using System;
 using System.Data;
 using System.Linq;

+ 1 - 1
UAS_MES_YDCY/UAS_MES_YDCY.csproj

@@ -9,7 +9,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>UAS_MES_NEW</RootNamespace>
     <AssemblyName>UAS_MES_NEW</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <IsWebBootstrapper>true</IsWebBootstrapper>
     <TargetFrameworkProfile />

+ 2 - 2
UAS_MES_YDCY/packages.config

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
-  <package id="HslCommunication" version="9.7.0" targetFramework="net40" />
-  <package id="Newtonsoft.Json" version="12.0.3" targetFramework="net40" />
+  <package id="HslCommunication" version="9.7.0" targetFramework="net40" requireReinstallation="true" />
+  <package id="Newtonsoft.Json" version="12.0.3" targetFramework="net40" requireReinstallation="true" />
 </packages>