From 25a00c13913062fcff51375b22a92c7d86e6649b Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期一, 17 二月 2025 18:35:23 +0800 Subject: [PATCH] update RmbRegister --- jrj/ext-jrj/ext-jrj.vcxproj | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 4dc6e70..3014e57 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -640,6 +640,8 @@ <ClCompile Include="..\project\business\Expense\maint.samplesequest.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\ManageCostBase.cpp" /> + <ClCompile Include="..\project\business\Expense\ManageCostList.cpp" /> <ClCompile Include="..\project\business\Expense\MouldFee.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -657,9 +659,13 @@ <ClCompile Include="..\project\business\Expense\ReimbursementMaint.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\RmbRegister.cpp" /> + <ClCompile Include="..\project\business\Expense\RmbRegisterBase.cpp" /> <ClCompile Include="..\project\business\Expense\Salaryslip.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\SaleCostBase.cpp" /> + <ClCompile Include="..\project\business\Expense\SaleCostList.cpp" /> <ClCompile Include="..\project\business\Expense\SampleFee.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -1244,6 +1250,7 @@ <ClCompile Include="..\xframe\devloper\XDevItemDlg.cpp" /> <ClCompile Include="..\xframe\src\nmemory.cpp" /> <ClCompile Include="..\xframe\src\nstring.cpp" /> + <ClCompile Include="..\xframe\src\xfile.cpp" /> <ClCompile Include="..\xframe\src\xstring.cpp" /> <ClCompile Include="dllmain.cpp" /> <ClCompile Include="JAllocImpl.cpp" /> -- Gitblit v1.9.3