From 73e6f5680920f539cfcb6075346099698757dc31 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期六, 28 二月 2026 09:36:19 +0800
Subject: [PATCH] app翻译,翻译表添加更新日期字段,用于按数据库更新时间和本地翻译文件中的更新时间做判断,是否要更新翻译文件

---
 LMES/LMES.csproj |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/LMES/LMES.csproj b/LMES/LMES.csproj
index c15f85c..c96af39 100644
--- a/LMES/LMES.csproj
+++ b/LMES/LMES.csproj
@@ -12,6 +12,7 @@
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <IsWebBootstrapper>false</IsWebBootstrapper>
+    <TargetFrameworkProfile />
     <PublishUrl>publish\</PublishUrl>
     <Install>true</Install>
     <InstallFrom>Disk</InstallFrom>
@@ -26,14 +27,13 @@
     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     <UseApplicationTrust>false</UseApplicationTrust>
     <BootstrapperEnabled>true</BootstrapperEnabled>
-    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
+    <PlatformTarget>x86</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
+    <OutputPath>bin\x86\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -126,6 +126,12 @@
     </Compile>
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="XiaoZhuGe_autoGetData.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="XiaoZhuGe_autoGetData.Designer.cs">
+      <DependentUpon>XiaoZhuGe_autoGetData.cs</DependentUpon>
+    </Compile>
     <Compile Include="Xt_Wait.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -160,6 +166,9 @@
       <DependentUpon>Resources.resx</DependentUpon>
       <DesignTime>True</DesignTime>
     </Compile>
+    <EmbeddedResource Include="XiaoZhuGe_autoGetData.resx">
+      <DependentUpon>XiaoZhuGe_autoGetData.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="Xt_Wait.resx">
       <DependentUpon>Xt_Wait.cs</DependentUpon>
       <SubType>Designer</SubType>

--
Gitblit v1.9.1