From 2670a91426860337ce5cba63608656971e288cee Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 05 七月 2024 14:21:10 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index c608b4f..8937255 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -376,6 +376,7 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Public\GroupManagerList.cpp" /> <ClCompile Include="..\project\business\Public\memo.edit.new.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -387,6 +388,14 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\Public\search.dialog.cpp" /> + <ClCompile Include="..\project\business\Public\SupplierUserGroupPersonSelect.cpp" /> + <ClCompile Include="..\project\business\Public\UserGroupMaint.cpp" /> + <ClCompile Include="..\project\business\Public\UserGroupPersonSelect.cpp" /> + <ClCompile Include="..\project\business\Public\UserGroupPersonSelectEx.cpp" /> + <ClCompile Include="..\project\business\Public\UserGroupSelect.cpp" /> + <ClCompile Include="..\project\business\Public\UserGroupShare.cpp" /> + <ClCompile Include="..\project\business\Public\UserGroupShareEx.cpp" /> <ClCompile Include="..\project\business\quote.enquiry.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> -- Gitblit v1.9.3