From 98c43bc52805179e47a6ec71ad6127045e542ef9 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 05 七月 2024 13:44:26 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj.filters | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index 2762a88..a881226 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -91,6 +91,9 @@ <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> </ItemGroup> <ItemGroup> <ClInclude Include="framework.h"> @@ -584,5 +587,29 @@ <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> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3