诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

265 lines
13 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. <ProjectName>机器人服务</ProjectName>
  23. <ProjectGuid>{487AE71A-160E-49E0-A1EF-6D115F6B8A3F}</ProjectGuid>
  24. <SccProjectName />
  25. <SccAuxPath />
  26. <SccLocalPath />
  27. <SccProvider />
  28. <Keyword>MFCDLLProj</Keyword>
  29. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="Configuration">
  33. <ConfigurationType>DynamicLibrary</ConfigurationType>
  34. <PlatformToolset>v140</PlatformToolset>
  35. <UseOfMfc>Dynamic</UseOfMfc>
  36. <CharacterSet>Unicode</CharacterSet>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="Configuration">
  39. <ConfigurationType>DynamicLibrary</ConfigurationType>
  40. <PlatformToolset>v140</PlatformToolset>
  41. <UseOfMfc>Dynamic</UseOfMfc>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  45. <ConfigurationType>DynamicLibrary</ConfigurationType>
  46. <PlatformToolset>v140</PlatformToolset>
  47. <UseOfMfc>Dynamic</UseOfMfc>
  48. <CharacterSet>MultiByte</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <PlatformToolset>v140</PlatformToolset>
  53. <UseOfMfc>Dynamic</UseOfMfc>
  54. <CharacterSet>MultiByte</CharacterSet>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup>
  73. <_ProjectFileVersion>14.0.25123.0</_ProjectFileVersion>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  76. <OutDir>Debug\</OutDir>
  77. <IntDir>Debug\</IntDir>
  78. <LinkIncremental>true</LinkIncremental>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <OutDir>Release\</OutDir>
  82. <IntDir>Release\</IntDir>
  83. <LinkIncremental>false</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  86. <OutDir>$(Configuration)\</OutDir>
  87. <IntDir>$(Configuration)\</IntDir>
  88. <LinkIncremental>true</LinkIncremental>
  89. <TargetName>SparrowXZAndroid</TargetName>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  92. <OutDir>$(Configuration)\</OutDir>
  93. <IntDir>$(Configuration)\</IntDir>
  94. <LinkIncremental>false</LinkIncremental>
  95. <TargetName>SparrowXZAndroid</TargetName>
  96. </PropertyGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <ClCompile>
  99. <Optimization>Disabled</Optimization>
  100. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_AFXEXT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <MinimalRebuild>true</MinimalRebuild>
  102. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  103. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  104. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  105. <PrecompiledHeader>Use</PrecompiledHeader>
  106. <WarningLevel>Level3</WarningLevel>
  107. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  108. </ClCompile>
  109. <Link>
  110. <OutputFile>../../../运行/Debug/SparrowXZAndroid.dll</OutputFile>
  111. <ModuleDefinitionFile>.\AndroidServiceD.def</ModuleDefinitionFile>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. <SubSystem>Windows</SubSystem>
  114. <ImportLibrary>Debug\AndroidServiceD.lib</ImportLibrary>
  115. <TargetMachine>MachineX86</TargetMachine>
  116. </Link>
  117. <Midl>
  118. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <MkTypLibCompatible>false</MkTypLibCompatible>
  120. </Midl>
  121. <PostBuildEvent>
  122. <Command>mkdir ..\..\..\发布组件\服务器组件\Debug
  123. copy /y ..\..\..\运行\Debug\$(TargetFileName) ..\..\..\发布组件\服务器组件\Debug\$(TargetFileName)
  124. </Command>
  125. </PostBuildEvent>
  126. <ResourceCompile>
  127. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <Culture>0x0804</Culture>
  129. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  130. </ResourceCompile>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  133. <ClCompile>
  134. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_AFXEXT;ANDROID_SERVICE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  136. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  137. <PrecompiledHeader>Use</PrecompiledHeader>
  138. <WarningLevel>Level3</WarningLevel>
  139. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  140. </ClCompile>
  141. <Link>
  142. <OutputFile>../../../运行/Release/SparrowXZAndroid.dll</OutputFile>
  143. <ModuleDefinitionFile>.\AndroidService.def</ModuleDefinitionFile>
  144. <GenerateDebugInformation>true</GenerateDebugInformation>
  145. <SubSystem>Windows</SubSystem>
  146. <OptimizeReferences>true</OptimizeReferences>
  147. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  148. <ImportLibrary>Release\AndroidService.lib</ImportLibrary>
  149. <TargetMachine>MachineX86</TargetMachine>
  150. </Link>
  151. <Midl>
  152. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <MkTypLibCompatible>false</MkTypLibCompatible>
  154. </Midl>
  155. <PostBuildEvent>
  156. <Command>mkdir ..\..\..\发布组件\服务器组件\Release
  157. copy /y ..\..\..\运行\Release\$(TargetFileName) ..\..\..\发布组件\服务器组件\Release\$(TargetFileName)
  158. </Command>
  159. </PostBuildEvent>
  160. <ResourceCompile>
  161. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. <Culture>0x0804</Culture>
  163. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  164. </ResourceCompile>
  165. </ItemDefinitionGroup>
  166. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  167. <ClCompile>
  168. <Optimization>Disabled</Optimization>
  169. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_AFXEXT;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <MinimalRebuild>true</MinimalRebuild>
  171. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  172. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  173. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  174. <PrecompiledHeader>Use</PrecompiledHeader>
  175. <WarningLevel>Level3</WarningLevel>
  176. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  177. </ClCompile>
  178. <Link>
  179. <OutputFile>../../../../运行/Debug/Unicode/SparrowXZAndroid.dll</OutputFile>
  180. <ModuleDefinitionFile>.\AndroidServiceD.def</ModuleDefinitionFile>
  181. <GenerateDebugInformation>true</GenerateDebugInformation>
  182. <SubSystem>Windows</SubSystem>
  183. <ImportLibrary>$(OutDir)AndroidServiceD.lib</ImportLibrary>
  184. <TargetMachine>MachineX86</TargetMachine>
  185. </Link>
  186. <Midl>
  187. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  188. <MkTypLibCompatible>false</MkTypLibCompatible>
  189. </Midl>
  190. <PostBuildEvent>
  191. <Command>mkdir ..\..\..\..\Publish\Server\Debug_Unicode\
  192. copy /y ..\..\..\..\运行\Debug\Unicode\$(TargetFileName) ..\..\..\..\Publish\Server\Debug_Unicode\$(TargetFileName)
  193. </Command>
  194. </PostBuildEvent>
  195. <ResourceCompile>
  196. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. <Culture>0x0804</Culture>
  198. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  199. </ResourceCompile>
  200. </ItemDefinitionGroup>
  201. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  202. <ClCompile>
  203. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_AFXEXT;ANDROID_SERVICE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  204. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  205. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  206. <PrecompiledHeader>Use</PrecompiledHeader>
  207. <WarningLevel>Level3</WarningLevel>
  208. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  209. </ClCompile>
  210. <Link>
  211. <OutputFile>../../../运行/Release/SparrowXZAndroid.dll</OutputFile>
  212. <ModuleDefinitionFile>.\AndroidService.def</ModuleDefinitionFile>
  213. <GenerateDebugInformation>true</GenerateDebugInformation>
  214. <SubSystem>Windows</SubSystem>
  215. <OptimizeReferences>true</OptimizeReferences>
  216. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  217. <ImportLibrary>Release\AndroidService.lib</ImportLibrary>
  218. <TargetMachine>MachineX86</TargetMachine>
  219. </Link>
  220. <Midl>
  221. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  222. <MkTypLibCompatible>false</MkTypLibCompatible>
  223. </Midl>
  224. <PostBuildEvent>
  225. <Command>mkdir ..\..\..\发布组件\服务器组件\Release
  226. copy /y ..\..\..\运行\Release\$(TargetFileName) ..\..\..\发布组件\服务器组件\Release\$(TargetFileName)
  227. </Command>
  228. </PostBuildEvent>
  229. <ResourceCompile>
  230. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  231. <Culture>0x0804</Culture>
  232. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  233. </ResourceCompile>
  234. </ItemDefinitionGroup>
  235. <ItemGroup>
  236. <ClCompile Include="AndroidAI.cpp" />
  237. <ClCompile Include="AndroidService.cpp" />
  238. <ClCompile Include="AndroidServiceManager.cpp" />
  239. <ClCompile Include="AndroidUserItemSink.cpp" />
  240. <ClCompile Include="GameLogic.cpp" />
  241. <ClCompile Include="Stdafx.cpp">
  242. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">Create</PrecompiledHeader>
  243. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  244. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">Create</PrecompiledHeader>
  245. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  246. </ClCompile>
  247. </ItemGroup>
  248. <ItemGroup>
  249. <ClInclude Include="AndroidAI.h" />
  250. <ClInclude Include="AndroidServiceManager.h" />
  251. <ClInclude Include="AndroidUserItemSink.h" />
  252. <ClInclude Include="GameLogic.h" />
  253. <ClInclude Include="Resource.h" />
  254. <ClInclude Include="Stdafx.h" />
  255. </ItemGroup>
  256. <ItemGroup>
  257. <ResourceCompile Include="AndroidService.rc" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <None Include="res\AndroidService.rc2" />
  261. </ItemGroup>
  262. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  263. <ImportGroup Label="ExtensionTargets">
  264. </ImportGroup>
  265. </Project>