From 7f45e69221d65ec15b0684680c85fb7ed28169f3 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期一, 08 七月 2024 17:09:04 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/ext-jrj/ext-jrj.vcxproj.filters | 100 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 98 insertions(+), 2 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index 19fc97a..55d98b6 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -91,6 +91,15 @@ <Filter Include="project\business\VATNotify"> <UniqueIdentifier>{ee5e5842-5c6a-4737-854d-3315c4aedf60}</UniqueIdentifier> </Filter> + <Filter Include="project\business\AR"> + <UniqueIdentifier>{a4717a30-9c49-4681-a769-faa5b20ba2ea}</UniqueIdentifier> + </Filter> + <Filter Include="vbusiness\total"> + <UniqueIdentifier>{f73b4110-ca55-4b8b-843d-13ab62aebb72}</UniqueIdentifier> + </Filter> + <Filter Include="vbusiness\analysis"> + <UniqueIdentifier>{27c3e1cb-c8de-4a10-8a61-bacae62112e3}</UniqueIdentifier> + </Filter> </ItemGroup> <ItemGroup> <ClInclude Include="framework.h"> @@ -322,10 +331,16 @@ <Filter>xframe\adt</Filter> </ClInclude> <ClInclude Include="..\xframe\xcontrol\xlistbox.hpp"> - <Filter>澶存枃浠�</Filter> + <Filter>xframe\xcontrol</Filter> </ClInclude> <ClInclude Include="..\xframe\xcontrol\xlistview.hpp"> - <Filter>澶存枃浠�</Filter> + <Filter>xframe\xcontrol</Filter> + </ClInclude> + <ClInclude Include="..\xframe\xcontrol\xoffice.hpp"> + <Filter>xframe\xcontrol</Filter> + </ClInclude> + <ClInclude Include="..\xframe\kobject\koffice.hpp"> + <Filter>xframe\kobject</Filter> </ClInclude> </ItemGroup> <ItemGroup> @@ -560,5 +575,86 @@ <ClCompile Include="..\project\business\VATNotify\list.vatnotify.cpp"> <Filter>project\business\VATNotify</Filter> </ClCompile> + <ClCompile Include="..\project\business\AP\APBank.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AP\APNew3.warizd.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AP\maint.ap.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AP\Select.AP.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\maint.papercard.vatnotify.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\simple.maint.vatnotify.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\update.vatnotify.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\VATNotifyParse.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AR\CustomerTran.AR.cpp"> + <Filter>project\business\AR</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AR\Deduction.cpp"> + <Filter>project\business\AR</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AR\ExchageFile.cpp"> + <Filter>project\business\AR</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AR\ExchageInput3.cpp"> + <Filter>project\business\AR</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AR\ExchangeBankTran.cpp"> + <Filter>project\business\AR</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AR\ExchangeColumnTran.cpp"> + <Filter>project\business\AR</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AR\ExchangeSignFast.cpp"> + <Filter>project\business\AR</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AR\maint.SettlementExchange.cpp"> + <Filter>project\business\AR</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Public\GroupManagerList.cpp"> + <Filter>project\business\Public</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Public\search.dialog.cpp"> + <Filter>project\business\Public</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Public\SupplierUserGroupPersonSelect.cpp"> + <Filter>project\business\Public</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Public\UserGroupPersonSelect.cpp"> + <Filter>project\business\Public</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Public\UserGroupPersonSelectEx.cpp"> + <Filter>project\business\Public</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Public\UserGroupMaint.cpp"> + <Filter>project\business\Public</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Public\UserGroupSelect.cpp"> + <Filter>project\business\Public</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Public\UserGroupShare.cpp"> + <Filter>project\business\Public</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Public\UserGroupShareEx.cpp"> + <Filter>project\business\Public</Filter> + </ClCompile> + <ClCompile Include="..\project\analysis\DataVanalysisWin.cpp"> + <Filter>vbusiness\analysis</Filter> + </ClCompile> + <ClCompile Include="..\project\total3\ViewTotalWin.cpp"> + <Filter>vbusiness\total</Filter> + </ClCompile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3