From 70201e20e82ce5bb942d59c46c252d2533003cc0 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期二, 02 七月 2024 09:28:35 +0800 Subject: [PATCH] update PO --- jrj/ext-jrj/ext-jrj.vcxproj.filters | 69 ++++++++++++++++++++++++++++++++++ 1 files changed, 69 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index 3d1393c..41cf08f 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -70,6 +70,15 @@ <Filter Include="vbusiness\printview"> <UniqueIdentifier>{6f77cfbf-b9ec-4031-9d7a-6925116f657b}</UniqueIdentifier> </Filter> + <Filter Include="project\business\Supplier"> + <UniqueIdentifier>{411fad96-7418-4b98-8e36-3f9893659ea1}</UniqueIdentifier> + </Filter> + <Filter Include="project\business\GDN"> + <UniqueIdentifier>{1d8cf000-b4e6-4f4c-931c-fb1eddc22430}</UniqueIdentifier> + </Filter> + <Filter Include="project\business\PO"> + <UniqueIdentifier>{0ac8c4fc-fdb3-474f-8d64-6f092367e80c}</UniqueIdentifier> + </Filter> </ItemGroup> <ItemGroup> <ClInclude Include="framework.h"> @@ -288,6 +297,18 @@ <ClInclude Include="..\xframe\kobject\kflowchart.hpp"> <Filter>xframe\kobject</Filter> </ClInclude> + <ClInclude Include="..\xframe\kobject\khtml.hpp"> + <Filter>xframe\kobject</Filter> + </ClInclude> + <ClInclude Include="..\xframe\xcontrol\xhtml.hpp"> + <Filter>xframe\xcontrol</Filter> + </ClInclude> + <ClInclude Include="..\xframe\kobject\kexcel.hpp"> + <Filter>xframe\kobject</Filter> + </ClInclude> + <ClInclude Include="..\xframe\xcontrol\xexcel.hpp"> + <Filter>xframe\xcontrol</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ClCompile Include="dllmain.cpp"> @@ -437,5 +458,53 @@ <ClCompile Include="..\project\printview\Template.Print.ViewEx.cpp"> <Filter>vbusiness\printview</Filter> </ClCompile> + <ClCompile Include="..\project\business\Supplier\asklist.Owner.Supplier.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\Inspection.Supplie.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\list.Owner.Supplier.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maint.Document.Supplier.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierEx.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierSD.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maint.Owner.Supplier.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\maintex.Owner.Supplier.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\paymen.Supplie.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Supplier\SupplierSource.cpp"> + <Filter>project\business\Supplier</Filter> + </ClCompile> + <ClCompile Include="..\project\business\GDN\GDNDelay.cpp"> + <Filter>project\business\GDN</Filter> + </ClCompile> + <ClCompile Include="..\project\business\GDN\GDNSourcePaperCard.cpp"> + <Filter>project\business\GDN</Filter> + </ClCompile> + <ClCompile Include="..\project\business\GDN\SelectItem.New.GDN.cpp"> + <Filter>project\business\GDN</Filter> + </ClCompile> + <ClCompile Include="..\project\business\GDN\GDNSourcePriceMaint.cpp"> + <Filter>project\business\GDN</Filter> + </ClCompile> + <ClCompile Include="..\project\business\GDN\select.item.po.cpp"> + <Filter>project\business\GDN</Filter> + </ClCompile> + <ClCompile Include="..\project\business\PO\business4.cpp"> + <Filter>project\business\PO</Filter> + </ClCompile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3