From c0e4df1162364dc34b18005b60291c0416023b1c Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期四, 18 七月 2024 15:25:16 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj.filters | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index ae5f9ec..c489fc7 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -121,6 +121,9 @@ <Filter Include="project\business\SystemSettings"> <UniqueIdentifier>{9d76dee1-2190-4b2c-8f17-bd2e54140f7d}</UniqueIdentifier> </Filter> + <Filter Include="project\business\Quote"> + <UniqueIdentifier>{8b3b4162-bfac-425e-b44d-ae8482f17564}</UniqueIdentifier> + </Filter> </ItemGroup> <ItemGroup> <ClInclude Include="framework.h"> @@ -1097,5 +1100,38 @@ <ClCompile Include="..\project\business\SystemSettings\ProcessManagement.cpp"> <Filter>project\business\SystemSettings</Filter> </ClCompile> + <ClCompile Include="..\project\business\Quote\CustomerItemNoList.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\XmShare.Quote.v3.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\xmQuoteBillList.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\trade.document.selectdlg.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\trade.document.saveas.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\TOSelectDlg.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\TONewSelectDlg.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\QuoteSupplierItem.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\QuoteFilePurched.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\QuoteFilePurch.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\Product.Select.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3