From 9c190b7a9a845bcb35d3d09d255f12d9c879e403 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 23 十月 2024 18:07:50 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/ext-jrj/ext-jrj.vcxproj.filters | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index 3cae1f9..0f6abff 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -462,6 +462,15 @@ <ClInclude Include="..\jarch\JXPage.hpp"> <Filter>jarch</Filter> </ClInclude> + <ClInclude Include="JGui.hpp"> + <Filter>jarch</Filter> + </ClInclude> + <ClInclude Include="..\xframe\kobject\kxsedit.hpp"> + <Filter>xframe\kobject</Filter> + </ClInclude> + <ClInclude Include="..\xframe\xcontrol\xsedit.hpp"> + <Filter>xframe\xcontrol</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ClCompile Include="dllmain.cpp"> @@ -1388,7 +1397,7 @@ <ClCompile Include="..\project\business\Expense\CommodityInspectionExpense.cpp"> <Filter>project\business\Expense</Filter> </ClCompile> - <ClCompile Include="JAlloc.cpp"> + <ClCompile Include="JAllocImpl.cpp"> <Filter>jarch.impl</Filter> </ClCompile> <ClCompile Include="JFactoryStringImpl.cpp"> @@ -1412,6 +1421,24 @@ <ClCompile Include="..\jarch.impl\JStringImpl.cpp"> <Filter>jarch.impl</Filter> </ClCompile> + <ClCompile Include="JGuiImpl.cpp"> + <Filter>jarch.impl</Filter> + </ClCompile> + <ClCompile Include="..\project\business\SO\select.gdnitem.so.cpp"> + <Filter>project\business\SO</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Expense\maint.Document.Test.v3.cpp"> + <Filter>project\business\Expense</Filter> + </ClCompile> + <ClCompile Include="..\xframe\devloper\sqlwatch.cpp"> + <Filter>devloper</Filter> + </ClCompile> + <ClCompile Include="..\project\business\Quote\QuoteFilePurch2Select.cpp"> + <Filter>project\business\Quote</Filter> + </ClCompile> + <ClCompile Include="..\project\business\PO\paymentmethod.cpp"> + <Filter>project\business\PO</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <None Include="ext-jrj.def"> -- Gitblit v1.9.3