From 62a635fd585aa1bafb83c2aea1ac29a508a77ae2 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期一, 22 七月 2024 23:25:50 +0800 Subject: [PATCH] update assign --- jrj/ext-jrj/ext-jrj.vcxproj | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 14404ea..f512512 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -500,6 +500,11 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\APCheckList.cpp" /> + <ClCompile Include="..\project\business\Expense\APNew.cpp" /> + <ClCompile Include="..\project\business\Expense\APOther.cpp" /> + <ClCompile Include="..\project\business\Expense\APSplite.cpp" /> + <ClCompile Include="..\project\business\Expense\APSpliteLine.cpp" /> <ClCompile Include="..\project\business\Expense\BasicFare.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -530,12 +535,17 @@ <ClCompile Include="..\project\business\Expense\ExportCreditMaint.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\FactoryTempDeduct.cpp" /> + <ClCompile Include="..\project\business\Expense\FreightExpenseImport.cpp" /> <ClCompile Include="..\project\business\Expense\FreightExpenseInput.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\Expense\FreightExpenseItem.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\GdnSourceSplit.cpp" /> + <ClCompile Include="..\project\business\Expense\list.expense.ap.cpp" /> + <ClCompile Include="..\project\business\Expense\list.manage.ap.cpp" /> <ClCompile Include="..\project\business\Expense\maint.basicfare.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -545,6 +555,7 @@ <ClCompile Include="..\project\business\Expense\maint.Document.SampleRequestForm.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\maint.expense.ap.cpp" /> <ClCompile Include="..\project\business\Expense\maint.salaryslip.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -557,9 +568,12 @@ <ClCompile Include="..\project\business\Expense\MouldFee.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\PaperCardCheck.cpp" /> + <ClCompile Include="..\project\business\Expense\PaperCardReconciliation.cpp" /> <ClCompile Include="..\project\business\Expense\PaperCardReconciliationEx.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\PaperItemMaint.cpp" /> <ClCompile Include="..\project\business\Expense\Reimbursement.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -590,6 +604,8 @@ <ClCompile Include="..\project\business\Expense\TestExpenseBase2.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Expense\VATInvoiceAdd.cpp" /> + <ClCompile Include="..\project\business\Expense\VATNotityListShiftToList.cpp" /> <ClCompile Include="..\project\business\GDN3.list.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> -- Gitblit v1.9.3