From b6781ca3b81538acb658936b03c82af011472fa5 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 02 一月 2025 18:40:52 +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 4dc6e70..59e8fae 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> @@ -660,6 +662,8 @@ <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> -- Gitblit v1.9.3