| <?xml version="1.0" encoding="utf-8"?> | 
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
|   <ItemGroup Label="ProjectConfigurations"> | 
|     <ProjectConfiguration Include="Debug|Win32"> | 
|       <Configuration>Debug</Configuration> | 
|       <Platform>Win32</Platform> | 
|     </ProjectConfiguration> | 
|     <ProjectConfiguration Include="Release|Win32"> | 
|       <Configuration>Release</Configuration> | 
|       <Platform>Win32</Platform> | 
|     </ProjectConfiguration> | 
|     <ProjectConfiguration Include="Debug|x64"> | 
|       <Configuration>Debug</Configuration> | 
|       <Platform>x64</Platform> | 
|     </ProjectConfiguration> | 
|     <ProjectConfiguration Include="Release|x64"> | 
|       <Configuration>Release</Configuration> | 
|       <Platform>x64</Platform> | 
|     </ProjectConfiguration> | 
|   </ItemGroup> | 
|   <PropertyGroup Label="Globals"> | 
|     <VCProjectVersion>17.0</VCProjectVersion> | 
|     <Keyword>Win32Proj</Keyword> | 
|     <ProjectGuid>{ff1f0c96-5b8e-4794-8670-ee8c83ce3be2}</ProjectGuid> | 
|     <RootNamespace>extjrj</RootNamespace> | 
|     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | 
|   </PropertyGroup> | 
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
|     <UseDebugLibraries>true</UseDebugLibraries> | 
|     <PlatformToolset>v143</PlatformToolset> | 
|     <CharacterSet>Unicode</CharacterSet> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
|     <UseDebugLibraries>false</UseDebugLibraries> | 
|     <PlatformToolset>v143</PlatformToolset> | 
|     <WholeProgramOptimization>true</WholeProgramOptimization> | 
|     <CharacterSet>Unicode</CharacterSet> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
|     <UseDebugLibraries>true</UseDebugLibraries> | 
|     <PlatformToolset>v143</PlatformToolset> | 
|     <CharacterSet>Unicode</CharacterSet> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | 
|     <UseDebugLibraries>false</UseDebugLibraries> | 
|     <PlatformToolset>v143</PlatformToolset> | 
|     <WholeProgramOptimization>true</WholeProgramOptimization> | 
|     <CharacterSet>Unicode</CharacterSet> | 
|   </PropertyGroup> | 
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
|   <ImportGroup Label="ExtensionSettings"> | 
|   </ImportGroup> | 
|   <ImportGroup Label="Shared"> | 
|   </ImportGroup> | 
|   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|   </ImportGroup> | 
|   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|   </ImportGroup> | 
|   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|   </ImportGroup> | 
|   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|   </ImportGroup> | 
|   <PropertyGroup Label="UserMacros" /> | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
|     <OutDir>$(SolutionDir)..\..\..\mis-prj-build\jrj\$(Platform)\$(Configuration)\</OutDir> | 
|     <IntDir>$(SolutionDir)..\..\..\mis-prj-build\jrj-temp\$(Platform)\$(Configuration)\</IntDir> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
|     <OutDir>$(SolutionDir)..\..\..\mis-prj-build\jrj\$(Platform)\$(Configuration)\</OutDir> | 
|     <IntDir>$(SolutionDir)..\..\..\mis-prj-build\jrj-temp\$(Platform)\$(Configuration)\</IntDir> | 
|   </PropertyGroup> | 
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
|     <ClCompile> | 
|       <WarningLevel>Level3</WarningLevel> | 
|       <SDLCheck>true</SDLCheck> | 
|       <PreprocessorDefinitions>WIN32;_DEBUG;EXTJRJ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|       <ConformanceMode>true</ConformanceMode> | 
|       <PrecompiledHeader>Use</PrecompiledHeader> | 
|       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | 
|     </ClCompile> | 
|     <Link> | 
|       <SubSystem>Windows</SubSystem> | 
|       <GenerateDebugInformation>true</GenerateDebugInformation> | 
|       <EnableUAC>false</EnableUAC> | 
|     </Link> | 
|   </ItemDefinitionGroup> | 
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
|     <ClCompile> | 
|       <WarningLevel>Level3</WarningLevel> | 
|       <FunctionLevelLinking>true</FunctionLevelLinking> | 
|       <IntrinsicFunctions>true</IntrinsicFunctions> | 
|       <SDLCheck>true</SDLCheck> | 
|       <PreprocessorDefinitions>WIN32;NDEBUG;EXTJRJ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|       <ConformanceMode>true</ConformanceMode> | 
|       <PrecompiledHeader>Use</PrecompiledHeader> | 
|       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | 
|     </ClCompile> | 
|     <Link> | 
|       <SubSystem>Windows</SubSystem> | 
|       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
|       <OptimizeReferences>true</OptimizeReferences> | 
|       <GenerateDebugInformation>true</GenerateDebugInformation> | 
|       <EnableUAC>false</EnableUAC> | 
|     </Link> | 
|   </ItemDefinitionGroup> | 
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
|     <ClCompile> | 
|       <WarningLevel>Level3</WarningLevel> | 
|       <SDLCheck>true</SDLCheck> | 
|       <PreprocessorDefinitions>_DEBUG;EXTJRJ_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|       <ConformanceMode>true</ConformanceMode> | 
|       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
|       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | 
|       <AdditionalIncludeDirectories>..\xframe;..\xframe\system;..\project</AdditionalIncludeDirectories> | 
|     </ClCompile> | 
|     <Link> | 
|       <SubSystem>Windows</SubSystem> | 
|       <GenerateDebugInformation>true</GenerateDebugInformation> | 
|       <EnableUAC>false</EnableUAC> | 
|       <AdditionalDependencies>xarch.shape.lib;xarch.base.lib;xarch.util.lib;xarch.network.lib;xarch.xframe.lib;xarch.xcontrol.lib;xoffice.xcell.lib;xoffice.xgrid.lib;xoffice.xreport.lib;%(AdditionalDependencies);$(CoreLibraryDependencies)</AdditionalDependencies> | 
|       <AdditionalLibraryDirectories>D:\xclient64</AdditionalLibraryDirectories> | 
|     </Link> | 
|     <PostBuildEvent> | 
|       <Command>copy $(OutDirFullPath)ext-jrj.dll D:\xclient64\ext\ext-jrj.dll</Command> | 
|     </PostBuildEvent> | 
|   </ItemDefinitionGroup> | 
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
|     <ClCompile> | 
|       <WarningLevel>Level3</WarningLevel> | 
|       <FunctionLevelLinking>true</FunctionLevelLinking> | 
|       <IntrinsicFunctions>true</IntrinsicFunctions> | 
|       <SDLCheck>true</SDLCheck> | 
|       <PreprocessorDefinitions>NDEBUG;EXTJRJ_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|       <ConformanceMode>true</ConformanceMode> | 
|       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
|       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | 
|       <AdditionalIncludeDirectories>..\xframe;..\xframe\system;..\project</AdditionalIncludeDirectories> | 
|     </ClCompile> | 
|     <Link> | 
|       <SubSystem>Windows</SubSystem> | 
|       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
|       <OptimizeReferences>true</OptimizeReferences> | 
|       <GenerateDebugInformation>true</GenerateDebugInformation> | 
|       <EnableUAC>false</EnableUAC> | 
|       <AdditionalLibraryDirectories>D:\xclient64r</AdditionalLibraryDirectories> | 
|       <AdditionalDependencies>xarch.shape.lib;xarch.base.lib;xarch.util.lib;xarch.network.lib;xarch.xframe.lib;xarch.xcontrol.lib;xoffice.xcell.lib;xoffice.xgrid.lib;xoffice.xreport.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 
|     </Link> | 
|     <PostBuildEvent> | 
|       <Command>copy $(OutDirFullPath)ext-jrj.dll D:\xclient64r\ext\ext-jrj.dll</Command> | 
|     </PostBuildEvent> | 
|   </ItemDefinitionGroup> | 
|   <ItemGroup> | 
|     <ClInclude Include="..\project\viewobject\custom.view.hpp" /> | 
|     <ClInclude Include="..\project\viewobject\customer.view.hpp" /> | 
|     <ClInclude Include="..\project\viewobject\enquiry.view.hpp" /> | 
|     <ClInclude Include="..\project\viewobject\gdn3.view.hpp" /> | 
|     <ClInclude Include="..\project\viewobject\productlibrary.view.hpp" /> | 
|     <ClInclude Include="..\project\viewobject\purchaseorder.view.hpp" /> | 
|     <ClInclude Include="..\project\viewobject\quote.view.hpp" /> | 
|     <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" /> | 
|     <ClInclude Include="..\xframe\kobject\kcell.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kcontrol.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kdwgrid.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kdwpages.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kdwtable.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kdwview.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\klayersheet.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\knode.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kpage.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kreport.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kshtml.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kutil.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kwin.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kxaserver.hpp" /> | 
|     <ClInclude Include="..\xframe\kobject\kxml.hpp" /> | 
|     <ClInclude Include="..\xframe\platform\nmemory.hpp" /> | 
|     <ClInclude Include="..\xframe\platform\nstring.hpp" /> | 
|     <ClInclude Include="..\xframe\system\base.hpp" /> | 
|     <ClInclude Include="..\xframe\system\itemalloc.hpp" /> | 
|     <ClInclude Include="..\xframe\vbusiness\vframe\frame.vframe.vbusiness.hpp" /> | 
|     <ClInclude Include="..\xframe\vbusiness\vframe\listex.vframe.vbusiness.hpp" /> | 
|     <ClInclude Include="..\xframe\vbusiness\vframe\listtree.vframe.vbusiness.hpp" /> | 
|     <ClInclude Include="..\xframe\vbusiness\vframe\listwin.vframe.vbusiness.hpp" /> | 
|     <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" /> | 
|     <ClInclude Include="..\xframe\wobject\xbase.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xcachemgr.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xcontrol.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xdouble.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xint.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xnative.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xnode.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xobject.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xpage.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xstring.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xurl.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xutil.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xview.hpp" /> | 
|     <ClInclude Include="..\xframe\wobject\xwin.hpp" /> | 
|     <ClInclude Include="..\xframe\xcontrol\xcell.hpp" /> | 
|     <ClInclude Include="..\xframe\xcontrol\xcombobox.hpp" /> | 
|     <ClInclude Include="..\xframe\xcontrol\xdwgrid.hpp" /> | 
|     <ClInclude Include="..\xframe\xcontrol\xdwpages.hpp" /> | 
|     <ClInclude Include="..\xframe\xcontrol\xdwtable.hpp" /> | 
|     <ClInclude Include="..\xframe\xcontrol\xlayersheet.hpp" /> | 
|     <ClInclude Include="..\xframe\xcontrol\xreport.hpp" /> | 
|     <ClInclude Include="..\xframe\xcontrol\xshtml.hpp" /> | 
|     <ClInclude Include="..\xframe\xcontrol\xtreeview.hpp" /> | 
|     <ClInclude Include="framework.h" /> | 
|     <ClInclude Include="pch.h" /> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <ClCompile Include="..\project\business\Customer3.list.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\business\Customer3.maint.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\business\Enquiry.list.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\business\EnquiryEx3.list.cpp" /> | 
|     <ClCompile Include="..\project\business\GDN3.list.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\business\GDN3.maint.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\business\Product.list.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\business\Product.maint.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <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> | 
|     <ClCompile Include="..\project\business\Quote3.maint.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\business\SO3.list.cpp" /> | 
|     <ClCompile Include="..\project\business\SO3.maint.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\business\SO\paymentterm.base.maint.so.cpp" /> | 
|     <ClCompile Include="..\project\business\Supplier.maint.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\business\Supplier3.list.cpp"> | 
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> | 
|     </ClCompile> | 
|     <ClCompile Include="..\project\start.vframe.vbusiness.cpp" /> | 
|     <ClCompile Include="..\project\viewobject\view.base.hpp" /> | 
|     <ClCompile Include="..\project\vindexform.cpp" /> | 
|     <ClCompile Include="..\project\vindexmenu.cpp" /> | 
|     <ClCompile Include="..\xframe\src\nmemory.cpp" /> | 
|     <ClCompile Include="..\xframe\src\nstring.cpp" /> | 
|     <ClCompile Include="..\xframe\src\xstring.cpp" /> | 
|     <ClCompile Include="delivery.base.maint.so.cpp" /> | 
|     <ClCompile Include="dllmain.cpp" /> | 
|     <ClCompile Include="maint.Document.SO3.v3.cpp" /> | 
|     <ClCompile Include="pch.cpp"> | 
|       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> | 
|       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | 
|       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> | 
|       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> | 
|     </ClCompile> | 
|     <ClCompile Include="Product.Select.SO.cpp" /> | 
|     <ClCompile Include="select.item.so.cpp" /> | 
|   </ItemGroup> | 
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
|   <ImportGroup Label="ExtensionTargets"> | 
|   </ImportGroup> | 
| </Project> |