From 9b3b2eb20b09e13da837a28f16e552ba70a090c4 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 24 四月 2025 14:48:21 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 4d12ff3..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> @@ -692,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"> @@ -1133,6 +1136,7 @@ <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> -- Gitblit v1.9.3