From a4344c9bada0722c6ef7fac5d95f29a110eea0f1 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期一, 21 四月 2025 10:32:05 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/ext-jrj/ext-jrj.vcxproj | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 3467db7..d670eec 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -149,6 +149,7 @@ <PrecompiledHeader>NotUsing</PrecompiledHeader> <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> <AdditionalIncludeDirectories>..\xframe;..\xframe\system;..\project;..\jarch;..\jarch.impl;.;..\ext-jrj;..</AdditionalIncludeDirectories> + <Optimization>MaxSpeed</Optimization> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -588,6 +589,7 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\Expense\CommodityInspectionExpense.cpp" /> + <ClCompile Include="..\project\business\Expense\ContactUnitsList.cpp" /> <ClCompile Include="..\project\business\Expense\Drawback.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -667,6 +669,7 @@ </ClCompile> <ClCompile Include="..\project\business\Expense\SalaryslipEx.cpp" /> <ClCompile Include="..\project\business\Expense\SalaryslipExMaint.cpp" /> + <ClCompile Include="..\project\business\Expense\SalaryslipImp.cpp" /> <ClCompile Include="..\project\business\Expense\SaleCostBase.cpp" /> <ClCompile Include="..\project\business\Expense\SaleCostList.cpp" /> <ClCompile Include="..\project\business\Expense\SampleFee.cpp"> @@ -691,6 +694,7 @@ <ClCompile Include="..\project\business\Expense\TestExpenseBase2.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\TestExpenseImport.cpp" /> <ClCompile Include="..\project\business\Expense\VATInvoiceAdd.cpp" /> <ClCompile Include="..\project\business\Expense\VATNotityListShiftToList.cpp" /> <ClCompile Include="..\project\business\GDN3.list.cpp"> @@ -866,6 +870,7 @@ <ClCompile Include="..\project\business\ProductSample\ViewPicturesEx.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Public\ColumnTranView.cpp" /> <ClCompile Include="..\project\business\Public\GroupManagerList.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> @@ -1130,6 +1135,9 @@ <ClCompile Include="..\project\business\VATNotify\VATNotifyParse.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\HomeWin.cpp" /> + <ClCompile Include="..\project\IndexMenuWin.cpp" /> + <ClCompile Include="..\project\IndexWin3.cpp" /> <ClCompile Include="..\project\printview\Maint.Template.PrintEx.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> -- Gitblit v1.9.3