诸暨麻将添加redis
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

306 行
16 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug_Unicode|Win32">
  5. <Configuration>Debug_Unicode</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release_Unicode|Win32">
  13. <Configuration>Release_Unicode</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{5266973A-47AE-481C-BD4B-06E5DB08A99B}</ProjectGuid>
  23. <RootNamespace>GameServer</RootNamespace>
  24. <Keyword>MFCProj</Keyword>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. <UseOfMfc>Dynamic</UseOfMfc>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <CharacterSet>Unicode</CharacterSet>
  40. <UseOfMfc>Dynamic</UseOfMfc>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <CharacterSet>MultiByte</CharacterSet>
  48. <UseOfMfc>Dynamic</UseOfMfc>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v142</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>Unicode</CharacterSet>
  56. <UseOfMfc>Dynamic</UseOfMfc>
  57. </PropertyGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  59. <ImportGroup Label="ExtensionSettings">
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="PropertySheets">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <LinkIncremental>true</LinkIncremental>
  76. <IncludePath>D:\MJ_CODE\后台代码\松滋市一脚癞油\Source\ServerControl\curl-7.32.0\include;$(IncludePath)</IncludePath>
  77. <LibraryPath>D:\MJ_CODE\后台代码\松滋市一脚癞油\Source\Libs\Debug_Unicode;$(LibraryPath)</LibraryPath>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  80. <LinkIncremental>true</LinkIncremental>
  81. <OutDir>$(SolutionDir)Bin\$(Configuration)\</OutDir>
  82. <IncludePath>../../../\Source\SharedControl\create_dump;../../../\Source\ServerControl\curl-7.32.0\include;$(IncludePath);../Json;</IncludePath>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <LinkIncremental>false</LinkIncremental>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <OutDir>$(SolutionDir)Bin\$(Configuration)\</OutDir>
  90. <IntDir>$(Configuration)\</IntDir>
  91. <IncludePath>../../../\Source\SharedControl\create_dump;../../../\Source\ServerControl\curl-7.32.0\include;$(IncludePath);../Json</IncludePath>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <PrecompiledHeader>Use</PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <PreprocessorDefinitions>_USING_V110_SDK71_;WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <SDLCheck>true</SDLCheck>
  100. </ClCompile>
  101. <Link>
  102. <SubSystem>Windows</SubSystem>
  103. <GenerateDebugInformation>true</GenerateDebugInformation>
  104. </Link>
  105. <Midl>
  106. <MkTypLibCompatible>false</MkTypLibCompatible>
  107. <ValidateAllParameters>true</ValidateAllParameters>
  108. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. </Midl>
  110. <ResourceCompile>
  111. <Culture>0x0804</Culture>
  112. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  114. </ResourceCompile>
  115. </ItemDefinitionGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  117. <ClCompile>
  118. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  119. <WarningLevel>Level3</WarningLevel>
  120. <Optimization>Disabled</Optimization>
  121. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. <SDLCheck>false</SDLCheck>
  123. <AdditionalOptions>/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
  124. <DisableSpecificWarnings>4018;4996;4244;4200</DisableSpecificWarnings>
  125. <AdditionalIncludeDirectories>$(SolutionDir)Source\Protobuf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  126. </ClCompile>
  127. <Link>
  128. <SubSystem>Windows</SubSystem>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. <AdditionalLibraryDirectories>../../../\Source\Libs\Debug_Unicode;$(SolutionDir)Source\Protobuf</AdditionalLibraryDirectories>
  131. <AdditionalDependencies>libcurl.lib;ws2_32.lib;winmm.lib;wldap32.lib;Json.lib</AdditionalDependencies>
  132. </Link>
  133. <Midl>
  134. <MkTypLibCompatible>false</MkTypLibCompatible>
  135. <ValidateAllParameters>true</ValidateAllParameters>
  136. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. </Midl>
  138. <ResourceCompile>
  139. <Culture>0x0804</Culture>
  140. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  142. </ResourceCompile>
  143. <PostBuildEvent>
  144. <Command>
  145. </Command>
  146. </PostBuildEvent>
  147. </ItemDefinitionGroup>
  148. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  149. <ClCompile>
  150. <WarningLevel>Level3</WarningLevel>
  151. <PrecompiledHeader>Use</PrecompiledHeader>
  152. <Optimization>MaxSpeed</Optimization>
  153. <FunctionLevelLinking>true</FunctionLevelLinking>
  154. <IntrinsicFunctions>true</IntrinsicFunctions>
  155. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. <SDLCheck>true</SDLCheck>
  157. </ClCompile>
  158. <Link>
  159. <SubSystem>Windows</SubSystem>
  160. <GenerateDebugInformation>true</GenerateDebugInformation>
  161. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  162. <OptimizeReferences>true</OptimizeReferences>
  163. </Link>
  164. <Midl>
  165. <MkTypLibCompatible>false</MkTypLibCompatible>
  166. <ValidateAllParameters>true</ValidateAllParameters>
  167. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  168. </Midl>
  169. <ResourceCompile>
  170. <Culture>0x0804</Culture>
  171. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  172. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  173. </ResourceCompile>
  174. </ItemDefinitionGroup>
  175. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  176. <ClCompile>
  177. <WarningLevel>Level3</WarningLevel>
  178. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  179. <Optimization>Disabled</Optimization>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <IntrinsicFunctions>true</IntrinsicFunctions>
  182. <PreprocessorDefinitions>_USING_V110_SDK71_;WIN32;_WINDOWS;NDEBUG;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  183. <SDLCheck>false</SDLCheck>
  184. <BrowseInformation>true</BrowseInformation>
  185. <AdditionalOptions>/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
  186. <AdditionalIncludeDirectories>$(SolutionDir)Source\Protobuf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  187. </ClCompile>
  188. <Link>
  189. <SubSystem>Windows</SubSystem>
  190. <GenerateDebugInformation>true</GenerateDebugInformation>
  191. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  192. <OptimizeReferences>true</OptimizeReferences>
  193. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  194. <AdditionalDependencies>libcurl.lib;ws2_32.lib;winmm.lib;wldap32.lib;Json.lib</AdditionalDependencies>
  195. <AdditionalLibraryDirectories>../../../\Source\Libs\Release_Unicode;$(SolutionDir)Source\Protobuf</AdditionalLibraryDirectories>
  196. </Link>
  197. <Midl>
  198. <MkTypLibCompatible>false</MkTypLibCompatible>
  199. <ValidateAllParameters>true</ValidateAllParameters>
  200. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  201. </Midl>
  202. <ResourceCompile>
  203. <Culture>0x0804</Culture>
  204. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  205. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  206. </ResourceCompile>
  207. <Bscmake>
  208. <PreserveSbr>true</PreserveSbr>
  209. </Bscmake>
  210. <PostBuildEvent>
  211. <Command>mkdir ..\..\..\Publish\Server\$(Configuration)
  212. copy /y $(OutDir)$(TargetFileName) ..\..\..\Publish\Server\$(Configuration)\$(TargetFileName)</Command>
  213. </PostBuildEvent>
  214. </ItemDefinitionGroup>
  215. <ItemGroup>
  216. <Text Include="ReadMe.txt" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <ClInclude Include="..\..\MessageDef\CMD_GameServer.h" />
  220. <ClInclude Include="..\..\MessageDef\Pb_ClubInformation.pb.h" />
  221. <ClInclude Include="..\..\MessageDef\Pb_GameInfo.pb.h" />
  222. <ClInclude Include="..\..\MessageDef\Pb_RecordPacket.pb.h" />
  223. <ClInclude Include="..\..\MessageDef\Pb_TurntableLogon.pb.h" />
  224. <ClInclude Include="..\..\MessageDef\Pb_UserInfo.pb.h" />
  225. <ClInclude Include="AttemperEngineSink.h" />
  226. <ClInclude Include="BaiDuMap.h" />
  227. <ClInclude Include="ChineseCode.h" />
  228. <ClInclude Include="Commend.h" />
  229. <ClInclude Include="ControlPacket.h" />
  230. <ClInclude Include="DataBaseEngineSink.h" />
  231. <ClInclude Include="DataBasePacket.h" />
  232. <ClInclude Include="DBCorrespondManager.h" />
  233. <ClInclude Include="DistributeManager.h" />
  234. <ClInclude Include="GameServer.h" />
  235. <ClInclude Include="GameServerDlg.h" />
  236. <ClInclude Include="InitParameter.h" />
  237. <ClInclude Include="JsonBusiness.h" />
  238. <ClInclude Include="Resource.h" />
  239. <ClInclude Include="SensitiveWordsFilter.h" />
  240. <ClInclude Include="ServerListManager.h" />
  241. <ClInclude Include="ServiceUnits.h" />
  242. <ClInclude Include="Shop.h" />
  243. <ClInclude Include="ShowTime.h" />
  244. <ClInclude Include="StackWalker.h" />
  245. <ClInclude Include="StatisticalUser.h" />
  246. <ClInclude Include="stdafx.h" />
  247. <ClInclude Include="TableFrame.h" />
  248. <ClInclude Include="targetver.h" />
  249. <ClInclude Include="Timer.h" />
  250. <ClInclude Include="ZBase64.h" />
  251. <ClInclude Include="ZuoBiao.h" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <ClCompile Include="..\..\MessageDef\Pb_ClubInformation.pb.cc" />
  255. <ClCompile Include="..\..\MessageDef\Pb_GameInfo.pb.cc" />
  256. <ClCompile Include="..\..\MessageDef\Pb_RecordPacket.pb.cc" />
  257. <ClCompile Include="..\..\MessageDef\Pb_TurntableLogon.pb.cc" />
  258. <ClCompile Include="..\..\MessageDef\Pb_UserInfo.pb.cc" />
  259. <ClCompile Include="AttemperEngineSink.cpp" />
  260. <ClCompile Include="BaiDuMap.cpp" />
  261. <ClCompile Include="ChineseCode.cpp" />
  262. <ClCompile Include="Commend.cpp" />
  263. <ClCompile Include="DataBaseEngineSink.cpp" />
  264. <ClCompile Include="DBCorrespondManager.cpp" />
  265. <ClCompile Include="DistributeManager.cpp" />
  266. <ClCompile Include="GameServer.cpp" />
  267. <ClCompile Include="GameServerDlg.cpp" />
  268. <ClCompile Include="InitParameter.cpp" />
  269. <ClCompile Include="JsonBusiness.cpp" />
  270. <ClCompile Include="mylog.cpp" />
  271. <ClCompile Include="SensitiveWordsFilter.cpp" />
  272. <ClCompile Include="ServerListManager.cpp" />
  273. <ClCompile Include="ServiceUnits.cpp" />
  274. <ClCompile Include="Shop.cpp" />
  275. <ClCompile Include="ShowTime.cpp" />
  276. <ClCompile Include="StackWalker.cpp" />
  277. <ClCompile Include="StatisticalUser.cpp" />
  278. <ClCompile Include="stdafx.cpp">
  279. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  280. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">Create</PrecompiledHeader>
  281. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  282. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">Create</PrecompiledHeader>
  283. </ClCompile>
  284. <ClCompile Include="TableFrame.cpp" />
  285. <ClCompile Include="Timer.cpp" />
  286. <ClCompile Include="ZBase64.cpp" />
  287. <ClCompile Include="ZuoBiao.cpp" />
  288. </ItemGroup>
  289. <ItemGroup>
  290. <ResourceCompile Include="GameServer.rc" />
  291. </ItemGroup>
  292. <ItemGroup>
  293. <None Include="res\GameServer.rc2" />
  294. </ItemGroup>
  295. <ItemGroup>
  296. <Image Include="res\GameServer.ico" />
  297. </ItemGroup>
  298. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  299. <ImportGroup Label="ExtensionTargets">
  300. </ImportGroup>
  301. <ProjectExtensions>
  302. <VisualStudio>
  303. <UserProperties RESOURCE_FILE="GameServer.rc" />
  304. </VisualStudio>
  305. </ProjectExtensions>
  306. </Project>