From 5d002acc3431fd6c7ec13ff003193814e9639684 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期一, 24 三月 2025 11:26:10 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 6fe1efa..3467db7 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -665,6 +665,8 @@ <ClCompile Include="..\project\business\Expense\Salaryslip.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\SalaryslipEx.cpp" /> + <ClCompile Include="..\project\business\Expense\SalaryslipExMaint.cpp" /> <ClCompile Include="..\project\business\Expense\SaleCostBase.cpp" /> <ClCompile Include="..\project\business\Expense\SaleCostList.cpp" /> <ClCompile Include="..\project\business\Expense\SampleFee.cpp"> @@ -1044,6 +1046,9 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\SystemSettings\CommentaryEx.dialog.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\project\business\SystemSettings\Data.config.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> -- Gitblit v1.9.3