From 378d4b51e3112a3a27eabfd3aa97caec2bd5dafd Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 05 七月 2024 17:17:50 +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 a881226..9fbc2d0 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -611,5 +611,32 @@ <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> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3