From f00d6dd994895e2a9c4955976f8166a628503b06 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 05 九月 2024 15:50:58 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj.filters | 50 +++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 43 insertions(+), 7 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index 2586478..a265e45 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -124,6 +124,12 @@ <Filter Include="project\business\Quote"> <UniqueIdentifier>{8b3b4162-bfac-425e-b44d-ae8482f17564}</UniqueIdentifier> </Filter> + <Filter Include="project\business\Customer"> + <UniqueIdentifier>{1a6cab16-6910-4b7a-a805-80b24ceac7ac}</UniqueIdentifier> + </Filter> + <Filter Include="devloper"> + <UniqueIdentifier>{3df44a8b-be7b-441e-8310-dba7612e94e3}</UniqueIdentifier> + </Filter> </ItemGroup> <ItemGroup> <ClInclude Include="framework.h"> @@ -375,6 +381,9 @@ <ClInclude Include="..\project\business\SystemSettings\SysUser.hpp"> <Filter>project\business\SystemSettings</Filter> </ClInclude> + <ClInclude Include="..\xframe\devloper\XDevEditPage.cpp"> + <Filter>devloper</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ClCompile Include="dllmain.cpp"> @@ -432,9 +441,6 @@ <Filter>vbusiness\wface</Filter> </ClCompile> <ClCompile Include="..\project\vindexform.cpp"> - <Filter>vbusiness\wface</Filter> - </ClCompile> - <ClCompile Include="..\project\vindexmenu.cpp"> <Filter>vbusiness\wface</Filter> </ClCompile> <ClCompile Include="..\project\business\EnquiryEx3.list.cpp"> @@ -569,13 +575,10 @@ <ClCompile Include="..\project\business\PO\business4.cpp"> <Filter>project\business\PO</Filter> </ClCompile> - <ClCompile Include="..\project\vindexformex.cpp"> - <Filter>vbusiness\wface</Filter> - </ClCompile> <ClCompile Include="..\project\business\PO\Maint.PurcherItem.cpp"> <Filter>project\business\PO</Filter> </ClCompile> - <ClCompile Include="..\project\business\PO\Maint.PaperCard.PO.cpp"> + <ClCompile Include="..\project\business\PO\Maint.PaperCard.PO.hpp"> <Filter>project\business\PO</Filter> </ClCompile> <ClCompile Include="..\project\business\PO\Habit.PO.cpp"> @@ -1250,5 +1253,38 @@ <ClCompile Include="..\project\business\Expense\APNew.cpp"> <Filter>project\business\VATNotify</Filter> </ClCompile> + <ClCompile Include="..\project\vindexmenu.cpp"> + <Filter>vbusiness\wface</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Customer\maint.Document.Customer.v3.cpp"> + <Filter>project\business\Customer</Filter> + </ClCompile> + <ClCompile Include="..\project\total3\ViewEx1.total.cpp"> + <Filter>vbusiness\total</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Customer\XmShare.Custumer.v3.cpp"> + <Filter>project\business\Customer</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\TestExpense.GDNInvoiceno.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\FreightExpenseList.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Enquiry\Quick.Input.NewProductEx.cpp"> + <Filter>project\business\Enquiry</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AP\list.manageSupplierID.ap.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\xframe\devloper\devloper.cpp"> + <Filter>devloper</Filter> + </ClCompile> + <ClCompile Include="..\xframe\devloper\XDevItemDlg.cpp"> + <Filter>devloper</Filter> + </ClCompile> + <ClCompile Include="..\project\business\ProductSample\BusinessProduct3.cpp"> + <Filter>project\business\ProductSample</Filter> + </ClCompile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3