From 19b3c440ff29039b013f098e874bdbb2675b8634 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期一, 07 四月 2025 09:26:28 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 3467db7..b6a6496 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -667,6 +667,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"> @@ -1130,6 +1131,8 @@ <ClCompile Include="..\project\business\VATNotify\VATNotifyParse.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\HomeWin.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