From a709604d7ff72738395bbd6e99c646f9b68539b6 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期二, 09 七月 2024 16:57:38 +0800
Subject: [PATCH] update Exxpense
---
jrj/ext-jrj/ext-jrj.vcxproj.filters | 30 ++++++++++++++++++++++++------
1 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters
index 3cede8e..29c3548 100644
--- a/jrj/ext-jrj/ext-jrj.vcxproj.filters
+++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters
@@ -100,8 +100,11 @@
<Filter Include="vbusiness\analysis">
<UniqueIdentifier>{27c3e1cb-c8de-4a10-8a61-bacae62112e3}</UniqueIdentifier>
</Filter>
+ <Filter Include="vbusiness\tradedocument">
+ <UniqueIdentifier>{bd347872-26d2-4e4e-9174-49247819c262}</UniqueIdentifier>
+ </Filter>
<Filter Include="project\business\Expense">
- <UniqueIdentifier>{c95a750c-2d14-4276-8f29-1cf09ad02c00}</UniqueIdentifier>
+ <UniqueIdentifier>{50e3db89-5f6f-425b-8a5d-3cb86b80eacb}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
@@ -346,6 +349,9 @@
<Filter>xframe\kobject</Filter>
</ClInclude>
<ClInclude Include="..\xframe\xcontrol\xcheckbox.hpp">
+ <Filter>xframe\xcontrol</Filter>
+ </ClInclude>
+ <ClInclude Include="..\xframe\xcontrol\xdatetimepick.hpp">
<Filter>xframe\xcontrol</Filter>
</ClInclude>
</ItemGroup>
@@ -662,6 +668,18 @@
<ClCompile Include="..\project\total3\ViewTotalWin.cpp">
<Filter>vbusiness\total</Filter>
</ClCompile>
+ <ClCompile Include="..\project\tradedocument\DocFileSaveDlg.cpp">
+ <Filter>vbusiness\tradedocument</Filter>
+ </ClCompile>
+ <ClCompile Include="..\project\tradedocument\DocSelectDlg.cpp">
+ <Filter>vbusiness\tradedocument</Filter>
+ </ClCompile>
+ <ClCompile Include="..\project\tradedocument\TDocumentWin.cpp">
+ <Filter>vbusiness\tradedocument</Filter>
+ </ClCompile>
+ <ClCompile Include="..\project\tradedocument\HelpDocWin.cpp">
+ <Filter>vbusiness\tradedocument</Filter>
+ </ClCompile>
<ClCompile Include="..\project\business\Expense\BasicFare.cpp">
<Filter>project\business\Expense</Filter>
</ClCompile>
@@ -677,13 +695,16 @@
<ClCompile Include="..\project\business\Expense\CommissionExpenseItem.cpp">
<Filter>project\business\Expense</Filter>
</ClCompile>
+ <ClCompile Include="..\project\business\Expense\Drawback.cpp">
+ <Filter>project\business\Expense</Filter>
+ </ClCompile>
<ClCompile Include="..\project\business\Expense\ExchangeRate.cpp">
<Filter>project\business\Expense</Filter>
</ClCompile>
- <ClCompile Include="..\project\business\Expense\ExportCredit.SwitchTo.cpp">
+ <ClCompile Include="..\project\business\Expense\ExportCredit.cpp">
<Filter>project\business\Expense</Filter>
</ClCompile>
- <ClCompile Include="..\project\business\Expense\ExportCredit.cpp">
+ <ClCompile Include="..\project\business\Expense\ExportCredit.SwitchTo.cpp">
<Filter>project\business\Expense</Filter>
</ClCompile>
<ClCompile Include="..\project\business\Expense\ExportCreditMaint.cpp">
@@ -747,9 +768,6 @@
<Filter>project\business\Expense</Filter>
</ClCompile>
<ClCompile Include="..\project\business\Expense\TestExpenseBase2.cpp">
- <Filter>project\business\Expense</Filter>
- </ClCompile>
- <ClCompile Include="..\project\business\Expense\Drawback.cpp">
<Filter>project\business\Expense</Filter>
</ClCompile>
</ItemGroup>
--
Gitblit v1.9.3