lewaimai_dispatch_windows.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{1D694BE0-D976-4F29-8997-3308ADFFF413}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>lewaimaidispatchwindows</RootNamespace>
  26. <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
  27. <ProjectName>zhipuzi_pos_windows</ProjectName>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  31. <ConfigurationType>Application</ConfigurationType>
  32. <UseDebugLibraries>true</UseDebugLibraries>
  33. <PlatformToolset>v141_xp</PlatformToolset>
  34. <CharacterSet>Unicode</CharacterSet>
  35. <UseOfMfc>false</UseOfMfc>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  38. <ConfigurationType>Application</ConfigurationType>
  39. <UseDebugLibraries>false</UseDebugLibraries>
  40. <PlatformToolset>v141</PlatformToolset>
  41. <WholeProgramOptimization>true</WholeProgramOptimization>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v141</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v141</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Label="Shared">
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. </ImportGroup>
  74. <PropertyGroup Label="UserMacros" />
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  76. <LinkIncremental>true</LinkIncremental>
  77. <OutDir>$(SolutionDir)temp\link\$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
  78. <IntDir>$(SolutionDir)temp\compile\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <LinkIncremental>true</LinkIncremental>
  82. <OutDir>$(SolutionDir)temp\link\$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
  83. <IntDir>$(SolutionDir)temp\compile\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <LinkIncremental>false</LinkIncremental>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. <OutDir>$(SolutionDir)temp\link\$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
  91. <IntDir>$(SolutionDir)temp\compile\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  94. <ClCompile>
  95. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <SDLCheck>true</SDLCheck>
  99. <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <ConformanceMode>true</ConformanceMode>
  101. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  102. <AdditionalIncludeDirectories>$(SolutionDir)include;$(ProjectDir)pch</AdditionalIncludeDirectories>
  103. </ClCompile>
  104. <Link>
  105. <SubSystem>Console</SubSystem>
  106. <GenerateDebugInformation>true</GenerateDebugInformation>
  107. <AdditionalOptions>/ignore:4099 %(AdditionalOptions)</AdditionalOptions>
  108. <AdditionalLibraryDirectories>$(SolutionDir)lib\debug\grpc;$(SolutionDir)lib;$(SolutionDir)lib\debug</AdditionalLibraryDirectories>
  109. <AdditionalDependencies>log4cplusUD.lib;aliyun-mns.lib;libcurl_debug.lib;libeay32.lib;ssleay32.lib;mysqlcppconn.lib;Dbghelp.lib;libprotobufd.lib;grpc.lib;grpc++.lib;cares.lib;gpr.lib;zlibd.lib;address_sorting.lib;ssl.lib;crypto.lib;DuiLib_ud.lib;%(AdditionalDependencies)</AdditionalDependencies>
  110. </Link>
  111. <PostBuildEvent>
  112. <Command>mkdir $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\
  113. copy $(TargetPath) $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\
  114. copy $(SolutionDir)dll\debug\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\
  115. mkdir $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\
  116. copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\</Command>
  117. </PostBuildEvent>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  120. <ClCompile>
  121. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  122. <WarningLevel>Level3</WarningLevel>
  123. <Optimization>Disabled</Optimization>
  124. <SDLCheck>true</SDLCheck>
  125. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. <ConformanceMode>false</ConformanceMode>
  127. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  128. <AdditionalIncludeDirectories>$(SolutionDir)include;$(ProjectDir)pch</AdditionalIncludeDirectories>
  129. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  130. </ClCompile>
  131. <Link>
  132. <SubSystem>Windows</SubSystem>
  133. <GenerateDebugInformation>true</GenerateDebugInformation>
  134. <AdditionalLibraryDirectories>$(SolutionDir)lib\debug</AdditionalLibraryDirectories>
  135. <AdditionalDependencies>DuiLib_ud.lib;log4cplusUD.lib;dbghelp.lib;libcurl.dll.a;setupapi.lib;libboost_date_time-vc141-mt-gd-x32-1_70.lib;libboost_regex-vc141-mt-gd-x32-1_70.lib;sqlite3.lib;%(AdditionalDependencies)</AdditionalDependencies>
  136. <AdditionalOptions>/ignore:4099 %(AdditionalOptions)</AdditionalOptions>
  137. <IgnoreSpecificDefaultLibraries>
  138. </IgnoreSpecificDefaultLibraries>
  139. <Version>
  140. </Version>
  141. </Link>
  142. <PostBuildEvent>
  143. <Command>mkdir $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\
  144. mkdir $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\conf\
  145. copy $(TargetPath) $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\
  146. copy $(SolutionDir)dll\debug\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\
  147. copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\conf\</Command>
  148. </PostBuildEvent>
  149. </ItemDefinitionGroup>
  150. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  151. <ClCompile>
  152. <PrecompiledHeader>Use</PrecompiledHeader>
  153. <WarningLevel>Level3</WarningLevel>
  154. <Optimization>MaxSpeed</Optimization>
  155. <FunctionLevelLinking>true</FunctionLevelLinking>
  156. <IntrinsicFunctions>true</IntrinsicFunctions>
  157. <SDLCheck>true</SDLCheck>
  158. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <ConformanceMode>true</ConformanceMode>
  160. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  161. </ClCompile>
  162. <Link>
  163. <SubSystem>Console</SubSystem>
  164. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  165. <OptimizeReferences>true</OptimizeReferences>
  166. <GenerateDebugInformation>true</GenerateDebugInformation>
  167. </Link>
  168. </ItemDefinitionGroup>
  169. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  170. <ClCompile>
  171. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  172. <WarningLevel>Level3</WarningLevel>
  173. <Optimization>MaxSpeed</Optimization>
  174. <FunctionLevelLinking>true</FunctionLevelLinking>
  175. <IntrinsicFunctions>true</IntrinsicFunctions>
  176. <SDLCheck>true</SDLCheck>
  177. <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x600</PreprocessorDefinitions>
  178. <ConformanceMode>true</ConformanceMode>
  179. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  180. <AdditionalIncludeDirectories>$(SolutionDir)include;$(ProjectDir)pch</AdditionalIncludeDirectories>
  181. </ClCompile>
  182. <Link>
  183. <SubSystem>Console</SubSystem>
  184. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  185. <OptimizeReferences>true</OptimizeReferences>
  186. <GenerateDebugInformation>false</GenerateDebugInformation>
  187. <AdditionalLibraryDirectories>$(SolutionDir)lib\release\grpc;$(SolutionDir)lib;$(SolutionDir)lib\release</AdditionalLibraryDirectories>
  188. <AdditionalDependencies>log4cplus.lib;aliyun-mns.lib;libcurl.lib;libeay32.lib;ssleay32.lib;mysqlcppconn.lib;libprotobuf.lib;grpc.lib;grpc++.lib;cares.lib;gpr.lib;zlib.lib;address_sorting.lib;ssl.lib;crypto.lib</AdditionalDependencies>
  189. <AdditionalOptions>/ignore:4099 %(AdditionalOptions)</AdditionalOptions>
  190. </Link>
  191. <PostBuildEvent>
  192. <Command>mkdir $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\
  193. copy $(TargetPath) $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\
  194. copy $(SolutionDir)dll\release\ $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\
  195. mkdir $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\
  196. copy $(ProjectDir)conf\ $(SolutionDir)bin\$(Platform)\$(Configuration)\conf\</Command>
  197. </PostBuildEvent>
  198. </ItemDefinitionGroup>
  199. <ItemGroup>
  200. <ClInclude Include="control\CWaimaiOrderInfoUI.h" />
  201. <ClInclude Include="control\CSettingUI.h" />
  202. <ClInclude Include="network\CMessagePush.h" />
  203. <ClInclude Include="order\CWaimaiOrder.h" />
  204. <ClInclude Include="tool\CPosPrinter.h" />
  205. <ClInclude Include="control\CWaimaiOrderItemUI.h" />
  206. <ClInclude Include="wnd\CMainWnd.h" />
  207. <ClInclude Include="wnd\CLoginWnd.h" />
  208. <ClInclude Include="helper\MD5.h" />
  209. <ClInclude Include="network\CZhipuziHttpClient.h" />
  210. <ClInclude Include="helper\CConfigReader.h" />
  211. <ClInclude Include="helper\CLewaimaiString.h" />
  212. <ClInclude Include="helper\CRandomHelper.h" />
  213. <ClInclude Include="helper\define.h" />
  214. <ClInclude Include="network\CHttpClient.h" />
  215. <ClInclude Include="control\ControlEx.h" />
  216. <ClInclude Include="resource\resource.h" />
  217. <ClInclude Include="tool\CLewaimaiLog.h" />
  218. <ClInclude Include="pch\pch.h" />
  219. <ClInclude Include="tool\CLewaimaiTime.h" />
  220. <ClInclude Include="helper\CSystem.h" />
  221. <ClInclude Include="control\OrderListUI.h" />
  222. </ItemGroup>
  223. <ItemGroup>
  224. <ClCompile Include="control\CWaimaiOrderInfoUI.cpp" />
  225. <ClCompile Include="control\CSettingUI.cpp" />
  226. <ClCompile Include="network\CMessagePush.cpp" />
  227. <ClCompile Include="order\CWaimaiOrder.cpp" />
  228. <ClCompile Include="tool\CPosPrinter.cpp" />
  229. <ClCompile Include="control\CWaimaiOrderItemUI.cpp" />
  230. <ClCompile Include="wnd\CMainWnd.cpp" />
  231. <ClCompile Include="wnd\CLoginWnd.cpp" />
  232. <ClCompile Include="helper\MD5.cpp" />
  233. <ClCompile Include="network\CZhipuziHttpClient.cpp" />
  234. <ClCompile Include="helper\CConfigReader.cpp" />
  235. <ClCompile Include="helper\CLewaimaiString.cpp" />
  236. <ClCompile Include="helper\CRandomHelper.cpp" />
  237. <ClCompile Include="helper\CSystem.cpp" />
  238. <ClCompile Include="network\CHttpClient.cpp" />
  239. <ClCompile Include="tool\CLewaimaiLog.cpp" />
  240. <ClCompile Include="zhipuzi_pos_windows.cpp" />
  241. <ClCompile Include="pch\pch.cpp" />
  242. <ClCompile Include="tool\CLewaimaiTime.cpp" />
  243. <ClCompile Include="control\OrderListUI.cpp" />
  244. </ItemGroup>
  245. <ItemGroup>
  246. <ResourceCompile Include="resource\zhipuzi_pos_windows.rc" />
  247. </ItemGroup>
  248. <ItemGroup>
  249. <Image Include="resource\duilib.ico" />
  250. </ItemGroup>
  251. <ItemGroup>
  252. <None Include="conf\config.ini" />
  253. </ItemGroup>
  254. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  255. <ImportGroup Label="ExtensionTargets">
  256. </ImportGroup>
  257. </Project>