诸暨麻将添加redis
您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 
 
 
 

219 行
11 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="Release_Unicode|Win32">
  9. <Configuration>Release_Unicode</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{5266973A-47AE-481C-BD4B-06E5DB08A99B}</ProjectGuid>
  15. <RootNamespace>GameServer</RootNamespace>
  16. <Keyword>MFCProj</Keyword>
  17. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="Configuration">
  21. <ConfigurationType>Application</ConfigurationType>
  22. <UseDebugLibraries>true</UseDebugLibraries>
  23. <PlatformToolset>v142</PlatformToolset>
  24. <CharacterSet>Unicode</CharacterSet>
  25. <UseOfMfc>Dynamic</UseOfMfc>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <PlatformToolset>v142</PlatformToolset>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <CharacterSet>Unicode</CharacterSet>
  33. <UseOfMfc>Dynamic</UseOfMfc>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings">
  37. </ImportGroup>
  38. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="PropertySheets">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="PropertySheets">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <PropertyGroup Label="UserMacros" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  46. <LinkIncremental>true</LinkIncremental>
  47. <OutDir>$(SolutionDir)Bin\$(Configuration)\</OutDir>
  48. <IncludePath>../../../\Source\SharedControl\create_dump;../../../\Source\ServerControl\curl-7.32.0\include;$(IncludePath);../Json;</IncludePath>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  51. <LinkIncremental>false</LinkIncremental>
  52. <OutDir>$(SolutionDir)Bin\$(Configuration)\</OutDir>
  53. <IntDir>$(Configuration)\</IntDir>
  54. <IncludePath>../../../\Source\SharedControl\create_dump;../../../\Source\ServerControl\curl-7.32.0\include;$(IncludePath);../Json</IncludePath>
  55. </PropertyGroup>
  56. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  57. <ClCompile>
  58. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  59. <WarningLevel>Level3</WarningLevel>
  60. <Optimization>Disabled</Optimization>
  61. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  62. <SDLCheck>false</SDLCheck>
  63. <AdditionalOptions>/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
  64. <DisableSpecificWarnings>4018;4996;4244;4200</DisableSpecificWarnings>
  65. <AdditionalIncludeDirectories>$(SolutionDir)Source\Protobuf;$(SolutionDir)Source\ServerControl\CppRedis\includes;$(SolutionDir)Source\Spdlog;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  66. </ClCompile>
  67. <Link>
  68. <SubSystem>Windows</SubSystem>
  69. <GenerateDebugInformation>true</GenerateDebugInformation>
  70. <AdditionalLibraryDirectories>../../../\Source\Libs\Debug_Unicode;$(SolutionDir)Source\Protobuf</AdditionalLibraryDirectories>
  71. <AdditionalDependencies>libcurl.lib;ws2_32.lib;winmm.lib;wldap32.lib;Json.lib</AdditionalDependencies>
  72. </Link>
  73. <Midl>
  74. <MkTypLibCompatible>false</MkTypLibCompatible>
  75. <ValidateAllParameters>true</ValidateAllParameters>
  76. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  77. </Midl>
  78. <ResourceCompile>
  79. <Culture>0x0804</Culture>
  80. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  81. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  82. </ResourceCompile>
  83. <PostBuildEvent>
  84. <Command>
  85. </Command>
  86. </PostBuildEvent>
  87. </ItemDefinitionGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  89. <ClCompile>
  90. <WarningLevel>Level3</WarningLevel>
  91. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  92. <Optimization>Disabled</Optimization>
  93. <FunctionLevelLinking>true</FunctionLevelLinking>
  94. <IntrinsicFunctions>true</IntrinsicFunctions>
  95. <PreprocessorDefinitions>_USING_V110_SDK71_;WIN32;_WINDOWS;NDEBUG;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <SDLCheck>false</SDLCheck>
  97. <BrowseInformation>true</BrowseInformation>
  98. <AdditionalOptions>/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
  99. <AdditionalIncludeDirectories>$(SolutionDir)Source\Protobuf;$(SolutionDir)Source\ServerControl\CppRedis\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  100. </ClCompile>
  101. <Link>
  102. <SubSystem>Windows</SubSystem>
  103. <GenerateDebugInformation>true</GenerateDebugInformation>
  104. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  105. <OptimizeReferences>true</OptimizeReferences>
  106. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  107. <AdditionalDependencies>libcurl.lib;ws2_32.lib;winmm.lib;wldap32.lib;Json.lib</AdditionalDependencies>
  108. <AdditionalLibraryDirectories>../../../\Source\Libs\Release_Unicode;$(SolutionDir)Source\Protobuf</AdditionalLibraryDirectories>
  109. </Link>
  110. <Midl>
  111. <MkTypLibCompatible>false</MkTypLibCompatible>
  112. <ValidateAllParameters>true</ValidateAllParameters>
  113. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. </Midl>
  115. <ResourceCompile>
  116. <Culture>0x0804</Culture>
  117. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  119. </ResourceCompile>
  120. <Bscmake>
  121. <PreserveSbr>true</PreserveSbr>
  122. </Bscmake>
  123. <PostBuildEvent>
  124. <Command>mkdir ..\..\..\Publish\Server\$(Configuration)
  125. copy /y $(OutDir)$(TargetFileName) ..\..\..\Publish\Server\$(Configuration)\$(TargetFileName)</Command>
  126. </PostBuildEvent>
  127. </ItemDefinitionGroup>
  128. <ItemGroup>
  129. <Text Include="ReadMe.txt" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <ClInclude Include="..\..\MessageDef\CMD_GameServer.h" />
  133. <ClInclude Include="..\..\MessageDef\Pb_ClubInformation.pb.h" />
  134. <ClInclude Include="..\..\MessageDef\Pb_GameInfo.pb.h" />
  135. <ClInclude Include="..\..\MessageDef\Pb_RecordPacket.pb.h" />
  136. <ClInclude Include="..\..\MessageDef\Pb_TurntableLogon.pb.h" />
  137. <ClInclude Include="..\..\MessageDef\Pb_UserInfo.pb.h" />
  138. <ClInclude Include="..\CppRedis\includes\RedisHead.h" />
  139. <ClInclude Include="AttemperEngineSink.h" />
  140. <ClInclude Include="BaiDuMap.h" />
  141. <ClInclude Include="ChineseCode.h" />
  142. <ClInclude Include="Commend.h" />
  143. <ClInclude Include="ControlPacket.h" />
  144. <ClInclude Include="DataBaseEngineSink.h" />
  145. <ClInclude Include="DataBasePacket.h" />
  146. <ClInclude Include="DBCorrespondManager.h" />
  147. <ClInclude Include="DistributeManager.h" />
  148. <ClInclude Include="GameServer.h" />
  149. <ClInclude Include="GameServerDlg.h" />
  150. <ClInclude Include="InitParameter.h" />
  151. <ClInclude Include="JsonBusiness.h" />
  152. <ClInclude Include="Resource.h" />
  153. <ClInclude Include="SensitiveWordsFilter.h" />
  154. <ClInclude Include="ServerListManager.h" />
  155. <ClInclude Include="ServiceUnits.h" />
  156. <ClInclude Include="Shop.h" />
  157. <ClInclude Include="ShowTime.h" />
  158. <ClInclude Include="StackWalker.h" />
  159. <ClInclude Include="StatisticalUser.h" />
  160. <ClInclude Include="stdafx.h" />
  161. <ClInclude Include="TableFrame.h" />
  162. <ClInclude Include="targetver.h" />
  163. <ClInclude Include="Timer.h" />
  164. <ClInclude Include="ZBase64.h" />
  165. <ClInclude Include="ZuoBiao.h" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ClCompile Include="..\..\MessageDef\Pb_ClubInformation.pb.cc" />
  169. <ClCompile Include="..\..\MessageDef\Pb_GameInfo.pb.cc" />
  170. <ClCompile Include="..\..\MessageDef\Pb_RecordPacket.pb.cc" />
  171. <ClCompile Include="..\..\MessageDef\Pb_TurntableLogon.pb.cc" />
  172. <ClCompile Include="..\..\MessageDef\Pb_UserInfo.pb.cc" />
  173. <ClCompile Include="..\CppRedis\includes\RedisHead.cpp" />
  174. <ClCompile Include="AttemperEngineSink.cpp" />
  175. <ClCompile Include="BaiDuMap.cpp" />
  176. <ClCompile Include="ChineseCode.cpp" />
  177. <ClCompile Include="Commend.cpp" />
  178. <ClCompile Include="DataBaseEngineSink.cpp" />
  179. <ClCompile Include="DBCorrespondManager.cpp" />
  180. <ClCompile Include="DistributeManager.cpp" />
  181. <ClCompile Include="GameServer.cpp" />
  182. <ClCompile Include="GameServerDlg.cpp" />
  183. <ClCompile Include="InitParameter.cpp" />
  184. <ClCompile Include="JsonBusiness.cpp" />
  185. <ClCompile Include="mylog.cpp" />
  186. <ClCompile Include="SensitiveWordsFilter.cpp" />
  187. <ClCompile Include="ServerListManager.cpp" />
  188. <ClCompile Include="ServiceUnits.cpp" />
  189. <ClCompile Include="Shop.cpp" />
  190. <ClCompile Include="ShowTime.cpp" />
  191. <ClCompile Include="StackWalker.cpp" />
  192. <ClCompile Include="StatisticalUser.cpp" />
  193. <ClCompile Include="stdafx.cpp">
  194. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">Create</PrecompiledHeader>
  195. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">Create</PrecompiledHeader>
  196. </ClCompile>
  197. <ClCompile Include="TableFrame.cpp" />
  198. <ClCompile Include="Timer.cpp" />
  199. <ClCompile Include="ZBase64.cpp" />
  200. <ClCompile Include="ZuoBiao.cpp" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <ResourceCompile Include="GameServer.rc" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <None Include="res\GameServer.rc2" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <Image Include="res\GameServer.ico" />
  210. </ItemGroup>
  211. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  212. <ImportGroup Label="ExtensionTargets">
  213. </ImportGroup>
  214. <ProjectExtensions>
  215. <VisualStudio>
  216. <UserProperties RESOURCE_FILE="GameServer.rc" />
  217. </VisualStudio>
  218. </ProjectExtensions>
  219. </Project>