From 9910ff8fde26853b1d3b28a2a96d06b6150b4861 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 27 六月 2024 17:03:27 +0800 Subject: [PATCH] update filter --- jrj/ext-jrj/ext-jrj.vcxproj | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 9535065..5f52ebe 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -169,6 +169,7 @@ <ClInclude Include="..\project\viewobject\saleorder.view.hpp" /> <ClInclude Include="..\project\viewobject\shoppingcart.view.hpp" /> <ClInclude Include="..\project\viewobject\supplier.view.hpp" /> + <ClInclude Include="..\xframe\adt\xarray.hpp" /> <ClInclude Include="..\xframe\kobject\kapp.hpp" /> <ClInclude Include="..\xframe\kobject\kbase.hpp" /> <ClInclude Include="..\xframe\kobject\kcachemgr.hpp" /> @@ -198,6 +199,8 @@ <ClInclude Include="..\xframe\vbusiness\vframe\maint.vframe.vbusiness.hpp" /> <ClInclude Include="..\xframe\vbusiness\vframe\responsewin.vframe.vbusiness.hpp" /> <ClInclude Include="..\xframe\vbusiness\vutil\publiccode.vutil.vbusiness.hpp" /> + <ClInclude Include="..\xframe\win32\win.hpp" /> + <ClInclude Include="..\xframe\win32\xfile.hpp" /> <ClInclude Include="..\xframe\wobject\xapp.hpp" /> <ClInclude Include="..\xframe\wobject\xaserver.hpp" /> <ClInclude Include="..\xframe\wobject\xaserverarg.hpp" /> @@ -252,7 +255,9 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> </ClCompile> - <ClCompile Include="..\project\business\quote.enquiry.cpp" /> + <ClCompile Include="..\project\business\quote.enquiry.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\project\business\Quote3.list3.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -263,6 +268,11 @@ <ClCompile Include="..\project\business\SO3.maint.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\project\business\SO\delivery.base.maint.so.cpp" /> + <ClCompile Include="..\project\business\SO\maint.Document.SO3.v3.cpp" /> + <ClCompile Include="..\project\business\SO\paymentterm.base.maint.so.cpp" /> + <ClCompile Include="..\project\business\SO\Product.Select.SO.cpp" /> + <ClCompile Include="..\project\business\SO\select.item.so.cpp" /> <ClCompile Include="..\project\business\Supplier.maint.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> -- Gitblit v1.9.3