From 41b56834f913c64c310e26097390331f0ea75c3b Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 05 七月 2024 13:42:35 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index d2d3c21..85f902e 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -243,7 +243,7 @@ </ItemGroup> <ItemGroup> <ClCompile Include="..\project\business\AP\APBank.cpp"> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\AP\APNew3.warizd.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> @@ -257,6 +257,14 @@ <ClCompile Include="..\project\business\AP\Select.AP.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\AR\CustomerTran.AR.cpp" /> + <ClCompile Include="..\project\business\AR\Deduction.cpp" /> + <ClCompile Include="..\project\business\AR\ExchageFile.cpp" /> + <ClCompile Include="..\project\business\AR\ExchageInput3.cpp" /> + <ClCompile Include="..\project\business\AR\ExchangeBankTran.cpp" /> + <ClCompile Include="..\project\business\AR\ExchangeColumnTran.cpp" /> + <ClCompile Include="..\project\business\AR\ExchangeSignFast.cpp" /> + <ClCompile Include="..\project\business\AR\maint.SettlementExchange.cpp" /> <ClCompile Include="..\project\business\Customer3.list.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> -- Gitblit v1.9.3