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

280 行
14 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>{74DE8924-75DC-4444-AB26-B687F71BD778}</ProjectGuid>
  23. <RootNamespace>LogonServer</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>MultiByte</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>false</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. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <OutDir>$(SolutionDir)Bin\$(Configuration)\</OutDir>
  80. <IncludePath>../../../\Source\SharedControl\create_dump;../../../\Source\ServerControl\curl-7.32.0\include;$(IncludePath)</IncludePath>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <LinkIncremental>false</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <OutDir>$(SolutionDir)Bin\$(Configuration)\</OutDir>
  88. <IncludePath>../../../\Source\SharedControl\create_dump;$(IncludePath);../../../\Source\ServerControl\curl-7.32.0\include;</IncludePath>
  89. </PropertyGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  91. <ClCompile>
  92. <PrecompiledHeader>Use</PrecompiledHeader>
  93. <WarningLevel>Level3</WarningLevel>
  94. <Optimization>Disabled</Optimization>
  95. <PreprocessorDefinitions>_USING_V110_SDK71_;WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <SDLCheck>true</SDLCheck>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Windows</SubSystem>
  100. <GenerateDebugInformation>true</GenerateDebugInformation>
  101. </Link>
  102. <Midl>
  103. <MkTypLibCompatible>false</MkTypLibCompatible>
  104. <ValidateAllParameters>true</ValidateAllParameters>
  105. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  106. </Midl>
  107. <ResourceCompile>
  108. <Culture>0x0804</Culture>
  109. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  111. </ResourceCompile>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  114. <ClCompile>
  115. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  116. <WarningLevel>Level3</WarningLevel>
  117. <Optimization>Disabled</Optimization>
  118. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <SDLCheck>false</SDLCheck>
  120. <AdditionalOptions>/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
  121. <AdditionalIncludeDirectories>$(SolutionDir)Source\Protobuf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  122. </ClCompile>
  123. <Link>
  124. <SubSystem>Windows</SubSystem>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. <AdditionalLibraryDirectories>../../../\Source\Libs\Debug_Unicode;$(SolutionDir)Source\Protobuf;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  127. <AdditionalDependencies>libcurl.lib;ws2_32.lib;winmm.lib;wldap32.lib;Json.lib</AdditionalDependencies>
  128. </Link>
  129. <Midl>
  130. <MkTypLibCompatible>false</MkTypLibCompatible>
  131. <ValidateAllParameters>true</ValidateAllParameters>
  132. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. </Midl>
  134. <ResourceCompile>
  135. <Culture>0x0804</Culture>
  136. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  138. </ResourceCompile>
  139. <PostBuildEvent>
  140. <Command>
  141. </Command>
  142. </PostBuildEvent>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  145. <ClCompile>
  146. <WarningLevel>Level3</WarningLevel>
  147. <PrecompiledHeader>Use</PrecompiledHeader>
  148. <Optimization>MaxSpeed</Optimization>
  149. <FunctionLevelLinking>true</FunctionLevelLinking>
  150. <IntrinsicFunctions>true</IntrinsicFunctions>
  151. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <SDLCheck>true</SDLCheck>
  153. </ClCompile>
  154. <Link>
  155. <SubSystem>Windows</SubSystem>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  158. <OptimizeReferences>true</OptimizeReferences>
  159. </Link>
  160. <Midl>
  161. <MkTypLibCompatible>false</MkTypLibCompatible>
  162. <ValidateAllParameters>true</ValidateAllParameters>
  163. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  164. </Midl>
  165. <ResourceCompile>
  166. <Culture>0x0804</Culture>
  167. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  168. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  169. </ResourceCompile>
  170. </ItemDefinitionGroup>
  171. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  172. <ClCompile>
  173. <WarningLevel>Level3</WarningLevel>
  174. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  175. <Optimization>MaxSpeed</Optimization>
  176. <FunctionLevelLinking>true</FunctionLevelLinking>
  177. <IntrinsicFunctions>true</IntrinsicFunctions>
  178. <PreprocessorDefinitions>_USING_V110_SDK71_;WIN32;_WINDOWS;NDEBUG;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  179. <SDLCheck>false</SDLCheck>
  180. <BrowseInformation>true</BrowseInformation>
  181. <AdditionalOptions>/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
  182. <AdditionalIncludeDirectories>$(SolutionDir)Source\Protobuf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  183. </ClCompile>
  184. <Link>
  185. <SubSystem>Windows</SubSystem>
  186. <GenerateDebugInformation>true</GenerateDebugInformation>
  187. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  188. <OptimizeReferences>true</OptimizeReferences>
  189. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  190. <AdditionalDependencies>libcurl.lib;ws2_32.lib;winmm.lib;wldap32.lib;Json.lib;libprotobuf.lib</AdditionalDependencies>
  191. <AdditionalLibraryDirectories>../../../\Source\Libs\Release_Unicode;$(SolutionDir)Source\Protobuf;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  192. </Link>
  193. <Midl>
  194. <MkTypLibCompatible>false</MkTypLibCompatible>
  195. <ValidateAllParameters>true</ValidateAllParameters>
  196. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. </Midl>
  198. <ResourceCompile>
  199. <Culture>0x0804</Culture>
  200. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  201. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  202. </ResourceCompile>
  203. <Bscmake>
  204. <PreserveSbr>true</PreserveSbr>
  205. </Bscmake>
  206. <PostBuildEvent>
  207. <Command>mkdir ..\..\..\Publish\Server\$(Configuration)
  208. copy /y $(OutDir)$(TargetFileName) ..\..\..\Publish\Server\$(Configuration)\$(TargetFileName)</Command>
  209. </PostBuildEvent>
  210. </ItemDefinitionGroup>
  211. <ItemGroup>
  212. <Text Include="ReadMe.txt" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <ClInclude Include="..\..\MessageDef\CMD_LogonServer.h" />
  216. <ClInclude Include="..\..\MessageDef\Pb_LogonServer.pb.h" />
  217. <ClInclude Include="AttemperEngineSink.h" />
  218. <ClInclude Include="BaiDuMap.h" />
  219. <ClInclude Include="ChineseCode.h" />
  220. <ClInclude Include="ControlPacket.h" />
  221. <ClInclude Include="DataBaseEngineSink.h" />
  222. <ClInclude Include="DataBasePacket.h" />
  223. <ClInclude Include="HttpThread.h" />
  224. <ClInclude Include="InitParameter.h" />
  225. <ClInclude Include="LogonServer.h" />
  226. <ClInclude Include="LogonServerDlg.h" />
  227. <ClInclude Include="Resource.h" />
  228. <ClInclude Include="ServerListManager.h" />
  229. <ClInclude Include="ServiceUnits.h" />
  230. <ClInclude Include="ShowTime.h" />
  231. <ClInclude Include="stdafx.h" />
  232. <ClInclude Include="targetver.h" />
  233. <ClInclude Include="ZBase64.h" />
  234. </ItemGroup>
  235. <ItemGroup>
  236. <ClCompile Include="..\..\MessageDef\Pb_LogonServer.pb.cc" />
  237. <ClCompile Include="AttemperEngineSink.cpp" />
  238. <ClCompile Include="BaiDuMap.cpp" />
  239. <ClCompile Include="ChineseCode.cpp" />
  240. <ClCompile Include="DataBaseEngineSink.cpp" />
  241. <ClCompile Include="HttpThread.cpp" />
  242. <ClCompile Include="InitParameter.cpp" />
  243. <ClCompile Include="LogonServer.cpp" />
  244. <ClCompile Include="LogonServerDlg.cpp" />
  245. <ClCompile Include="ServerListManager.cpp" />
  246. <ClCompile Include="ServiceUnits.cpp" />
  247. <ClCompile Include="ShowTime.cpp" />
  248. <ClCompile Include="stdafx.cpp">
  249. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  250. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">Create</PrecompiledHeader>
  251. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  252. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">Create</PrecompiledHeader>
  253. </ClCompile>
  254. <ClCompile Include="ZBase64.cpp" />
  255. </ItemGroup>
  256. <ItemGroup>
  257. <ResourceCompile Include="LogonServer.rc" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <None Include="res\LogonServer.rc2" />
  261. </ItemGroup>
  262. <ItemGroup>
  263. <Image Include="..\GameServer\res\GameServer.ico" />
  264. <Image Include="res\button_fewer_32px_16125_easyicon.net.ico" />
  265. <Image Include="res\File Server Graphite.ico" />
  266. <Image Include="res\GameServer.ico" />
  267. <Image Include="res\icon2.ico" />
  268. <Image Include="res\icon5.ico" />
  269. <Image Include="res\LogonServer.ico" />
  270. <Image Include="res\Stop.ico" />
  271. </ItemGroup>
  272. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  273. <ImportGroup Label="ExtensionTargets">
  274. </ImportGroup>
  275. <ProjectExtensions>
  276. <VisualStudio>
  277. <UserProperties RESOURCE_FILE="LogonServer.rc" />
  278. </VisualStudio>
  279. </ProjectExtensions>
  280. </Project>