诸暨麻将添加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.
 
 
 
 
 
 

462 lines
22 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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>{8AE42F19-68DA-44F9-9D8C-2AB90269691D}</ProjectGuid>
  24. <RootNamespace>游戏客户端</RootNamespace>
  25. <Keyword>MFCProj</Keyword>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <PlatformToolset>v120</PlatformToolset>
  31. <UseOfMfc>Dynamic</UseOfMfc>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <PlatformToolset>v120</PlatformToolset>
  37. <UseOfMfc>Dynamic</UseOfMfc>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <PlatformToolset>v120</PlatformToolset>
  43. <UseOfMfc>Dynamic</UseOfMfc>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  47. <ConfigurationType>Application</ConfigurationType>
  48. <PlatformToolset>v120</PlatformToolset>
  49. <UseOfMfc>Dynamic</UseOfMfc>
  50. <CharacterSet>MultiByte</CharacterSet>
  51. </PropertyGroup>
  52. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  53. <ImportGroup Label="ExtensionSettings">
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  66. </ImportGroup>
  67. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup>
  73. <_ProjectFileVersion>12.0.21005.1</_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. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  91. <OutDir>$(Configuration)\</OutDir>
  92. <IntDir>$(Configuration)\</IntDir>
  93. <LinkIncremental>false</LinkIncremental>
  94. <TargetName>SparrowXZ</TargetName>
  95. </PropertyGroup>
  96. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  97. <Midl>
  98. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <MkTypLibCompatible>false</MkTypLibCompatible>
  100. </Midl>
  101. <ClCompile>
  102. <Optimization>Disabled</Optimization>
  103. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. <MinimalRebuild>true</MinimalRebuild>
  105. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  106. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  107. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  108. <PrecompiledHeader>Use</PrecompiledHeader>
  109. <WarningLevel>Level3</WarningLevel>
  110. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  111. </ClCompile>
  112. <ResourceCompile>
  113. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <Culture>0x0804</Culture>
  115. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  116. </ResourceCompile>
  117. <Link>
  118. <OutputFile>../../../../运行/Debug/ansi/SparrowXZ.exe</OutputFile>
  119. <GenerateDebugInformation>true</GenerateDebugInformation>
  120. <SubSystem>Windows</SubSystem>
  121. <TargetMachine>MachineX86</TargetMachine>
  122. </Link>
  123. <PostBuildEvent>
  124. <Command>mkdir ..\..\..\发布组件\客户端组件\Debug\Ansi
  125. copy /y ..\..\..\..\运行\Debug\Ansi\$(TargetFileName) ..\..\..\发布组件\客户端组件\Debug\Ansi\$(TargetFileName)
  126. </Command>
  127. </PostBuildEvent>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  130. <Midl>
  131. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. <MkTypLibCompatible>false</MkTypLibCompatible>
  133. </Midl>
  134. <ClCompile>
  135. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. <MinimalRebuild>false</MinimalRebuild>
  137. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  138. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  139. <PrecompiledHeader>Use</PrecompiledHeader>
  140. <WarningLevel>Level3</WarningLevel>
  141. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  142. </ClCompile>
  143. <ResourceCompile>
  144. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <Culture>0x0804</Culture>
  146. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  147. </ResourceCompile>
  148. <Link>
  149. <OutputFile>../../../../运行/Release/ansi/SparrowXZ.exe</OutputFile>
  150. <GenerateDebugInformation>true</GenerateDebugInformation>
  151. <SubSystem>Windows</SubSystem>
  152. <OptimizeReferences>true</OptimizeReferences>
  153. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  154. <TargetMachine>MachineX86</TargetMachine>
  155. </Link>
  156. <PostBuildEvent>
  157. <Command>mkdir ..\..\..\发布组件\客户端组件\Release\Ansi
  158. copy /y ..\..\..\..\运行\Release\Ansi\$(TargetFileName) ..\..\..\发布组件\客户端组件\Release\Ansi\$(TargetFileName)
  159. </Command>
  160. </PostBuildEvent>
  161. </ItemDefinitionGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  163. <Midl>
  164. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  165. <MkTypLibCompatible>false</MkTypLibCompatible>
  166. </Midl>
  167. <ClCompile>
  168. <Optimization>Disabled</Optimization>
  169. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(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. <ResourceCompile>
  179. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  180. <Culture>0x0804</Culture>
  181. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  182. </ResourceCompile>
  183. <Link>
  184. <OutputFile>../../../../运行/Debug/unicode/SparrowXZ.exe</OutputFile>
  185. <GenerateDebugInformation>true</GenerateDebugInformation>
  186. <SubSystem>Windows</SubSystem>
  187. <TargetMachine>MachineX86</TargetMachine>
  188. </Link>
  189. <PostBuildEvent>
  190. <Command>mkdir ..\..\..\..\发布组件\客户端组件\Debug\Unicode
  191. copy /y ..\..\..\..\运行\Debug\Unicode\$(TargetFileName) ..\..\..\..\发布组件\客户端组件\Debug\Unicode\$(TargetFileName)
  192. </Command>
  193. </PostBuildEvent>
  194. </ItemDefinitionGroup>
  195. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  196. <Midl>
  197. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  198. <MkTypLibCompatible>false</MkTypLibCompatible>
  199. </Midl>
  200. <ClCompile>
  201. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  202. <MinimalRebuild>false</MinimalRebuild>
  203. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  204. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  205. <PrecompiledHeader>Use</PrecompiledHeader>
  206. <WarningLevel>Level3</WarningLevel>
  207. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  208. </ClCompile>
  209. <ResourceCompile>
  210. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  211. <Culture>0x0804</Culture>
  212. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  213. </ResourceCompile>
  214. <Link>
  215. <OutputFile>../../../../运行/Release/unicode/SparrowXZ.exe</OutputFile>
  216. <GenerateDebugInformation>true</GenerateDebugInformation>
  217. <SubSystem>Windows</SubSystem>
  218. <OptimizeReferences>true</OptimizeReferences>
  219. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  220. <TargetMachine>MachineX86</TargetMachine>
  221. </Link>
  222. <PostBuildEvent>
  223. <Command>mkdir ..\..\..\发布组件\客户端组件\Release\Unicode
  224. copy /y ..\..\..\..\运行\Release\Unicode\$(TargetFileName) ..\..\..\发布组件\客户端组件\Release\Unicode\$(TargetFileName)
  225. </Command>
  226. </PostBuildEvent>
  227. </ItemDefinitionGroup>
  228. <ItemGroup>
  229. <ClCompile Include="CardControl.cpp" />
  230. <ClCompile Include="ControlWnd.cpp" />
  231. <ClCompile Include="DirectSound.cpp" />
  232. <ClCompile Include="DrawSiceWnd.cpp" />
  233. <ClCompile Include="GameClient.cpp" />
  234. <ClCompile Include="GameClientEngine.cpp" />
  235. <ClCompile Include="GameClientView.cpp" />
  236. <ClCompile Include="GameLogic.cpp" />
  237. <ClCompile Include="GameOption.cpp" />
  238. <ClCompile Include="ScoreControl.cpp" />
  239. <ClCompile Include="Stdafx.cpp">
  240. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">Create</PrecompiledHeader>
  241. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  242. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">Create</PrecompiledHeader>
  243. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  244. </ClCompile>
  245. </ItemGroup>
  246. <ItemGroup>
  247. <ClInclude Include="CardControl.h" />
  248. <ClInclude Include="..\消息定义\CMD_Sparrow.h" />
  249. <ClInclude Include="ControlWnd.h" />
  250. <ClInclude Include="DirectSound.h" />
  251. <ClInclude Include="DrawSiceWnd.h" />
  252. <ClInclude Include="GameClient.h" />
  253. <ClInclude Include="GameClientEngine.h" />
  254. <ClInclude Include="GameClientView.h" />
  255. <ClInclude Include="GameLogic.h" />
  256. <ClInclude Include="GameOption.h" />
  257. <ClInclude Include="Resource.h" />
  258. <ClInclude Include="ScoreControl.h" />
  259. <ClInclude Include="Stdafx.h" />
  260. </ItemGroup>
  261. <ItemGroup>
  262. <Media Include="Res\麻将声音\女\A_chi.wav" />
  263. <Media Include="Res\麻将声音\男\A_chi.wav" />
  264. <Media Include="Res\麻将声音\女\A_chi_hu.wav" />
  265. <Media Include="Res\麻将声音\男\A_chi_hu.wav" />
  266. <Media Include="Res\麻将声音\男\A_gang.wav" />
  267. <Media Include="Res\麻将声音\女\A_gang.wav" />
  268. <Media Include="Res\麻将声音\男\A_peng.wav" />
  269. <Media Include="Res\麻将声音\女\A_peng.wav" />
  270. <Media Include="Res\麻将声音\男\F_1.wav" />
  271. <Media Include="Res\麻将声音\女\F_1.wav" />
  272. <Media Include="Res\麻将声音\男\F_2.wav" />
  273. <Media Include="Res\麻将声音\女\F_2.wav" />
  274. <Media Include="Res\麻将声音\女\F_3.wav" />
  275. <Media Include="Res\麻将声音\男\F_3.wav" />
  276. <Media Include="Res\麻将声音\男\F_4.wav" />
  277. <Media Include="Res\麻将声音\女\F_4.wav" />
  278. <Media Include="Res\麻将声音\男\F_5.wav" />
  279. <Media Include="Res\麻将声音\女\F_5.wav" />
  280. <Media Include="Res\麻将声音\男\F_6.wav" />
  281. <Media Include="Res\麻将声音\女\F_6.wav" />
  282. <Media Include="Res\麻将声音\女\F_7.wav" />
  283. <Media Include="Res\麻将声音\男\F_7.wav" />
  284. <Media Include="Res\麻将声音\Game_end.wav" />
  285. <Media Include="Res\麻将声音\Game_lose.wav" />
  286. <Media Include="Res\麻将声音\Game_lost.wav" />
  287. <Media Include="Res\麻将声音\Game_start.wav" />
  288. <Media Include="Res\麻将声音\Game_warn.wav" />
  289. <Media Include="Res\麻将声音\Game_win.wav" />
  290. <Media Include="Res\麻将声音\Out_card.wav" />
  291. <Media Include="Res\麻将声音\女\S_1.wav" />
  292. <Media Include="Res\麻将声音\男\S_1.wav" />
  293. <Media Include="Res\麻将声音\男\S_2.wav" />
  294. <Media Include="Res\麻将声音\女\S_2.wav" />
  295. <Media Include="Res\麻将声音\女\S_3.wav" />
  296. <Media Include="Res\麻将声音\男\S_3.wav" />
  297. <Media Include="Res\麻将声音\男\S_4.wav" />
  298. <Media Include="Res\麻将声音\女\S_4.wav" />
  299. <Media Include="Res\麻将声音\男\S_5.wav" />
  300. <Media Include="Res\麻将声音\女\S_5.wav" />
  301. <Media Include="Res\麻将声音\女\S_6.wav" />
  302. <Media Include="Res\麻将声音\男\S_6.wav" />
  303. <Media Include="Res\麻将声音\男\S_7.wav" />
  304. <Media Include="Res\麻将声音\女\S_7.wav" />
  305. <Media Include="Res\麻将声音\男\S_8.wav" />
  306. <Media Include="Res\麻将声音\女\S_8.wav" />
  307. <Media Include="Res\麻将声音\男\S_9.wav" />
  308. <Media Include="Res\麻将声音\女\S_9.wav" />
  309. <Media Include="Res\麻将声音\女\T_1.wav" />
  310. <Media Include="Res\麻将声音\男\T_1.wav" />
  311. <Media Include="Res\麻将声音\女\T_2.wav" />
  312. <Media Include="Res\麻将声音\男\T_2.wav" />
  313. <Media Include="Res\麻将声音\男\T_3.wav" />
  314. <Media Include="Res\麻将声音\女\T_3.wav" />
  315. <Media Include="Res\麻将声音\女\T_4.wav" />
  316. <Media Include="Res\麻将声音\男\T_4.wav" />
  317. <Media Include="Res\麻将声音\男\T_5.wav" />
  318. <Media Include="Res\麻将声音\女\T_5.wav" />
  319. <Media Include="Res\麻将声音\男\T_6.wav" />
  320. <Media Include="Res\麻将声音\女\T_6.wav" />
  321. <Media Include="Res\麻将声音\男\T_7.wav" />
  322. <Media Include="Res\麻将声音\女\T_7.wav" />
  323. <Media Include="Res\麻将声音\女\T_8.wav" />
  324. <Media Include="Res\麻将声音\男\T_8.wav" />
  325. <Media Include="Res\麻将声音\男\T_9.wav" />
  326. <Media Include="Res\麻将声音\女\T_9.wav" />
  327. <Media Include="Res\麻将声音\男\Ting.wav" />
  328. <Media Include="Res\麻将声音\女\Ting.wav" />
  329. <Media Include="Res\麻将声音\女\W_1.wav" />
  330. <Media Include="Res\麻将声音\男\W_1.wav" />
  331. <Media Include="Res\麻将声音\女\W_2.wav" />
  332. <Media Include="Res\麻将声音\男\W_2.wav" />
  333. <Media Include="Res\麻将声音\男\W_3.wav" />
  334. <Media Include="Res\麻将声音\女\W_3.wav" />
  335. <Media Include="Res\麻将声音\男\W_4.wav" />
  336. <Media Include="Res\麻将声音\女\W_4.wav" />
  337. <Media Include="Res\麻将声音\男\W_5.wav" />
  338. <Media Include="Res\麻将声音\女\W_5.wav" />
  339. <Media Include="Res\麻将声音\男\W_6.wav" />
  340. <Media Include="Res\麻将声音\女\W_6.wav" />
  341. <Media Include="Res\麻将声音\男\W_7.wav" />
  342. <Media Include="Res\麻将声音\女\W_7.wav" />
  343. <Media Include="Res\麻将声音\男\W_8.wav" />
  344. <Media Include="Res\麻将声音\女\W_8.wav" />
  345. <Media Include="Res\麻将声音\女\W_9.wav" />
  346. <Media Include="Res\麻将声音\男\W_9.wav" />
  347. <Media Include="Res\麻将声音\男\Chi.wav" />
  348. <Media Include="Res\麻将声音\女\Chi.wav" />
  349. <Media Include="Res\麻将声音\女\Chi_hu.wav" />
  350. <Media Include="Res\麻将声音\男\Chi_hu.wav" />
  351. <Media Include="Res\麻将声音\DRAW_SICE.wav" />
  352. <Media Include="Res\麻将声音\男\Gang.wav" />
  353. <Media Include="Res\麻将声音\女\Gang.wav" />
  354. <Media Include="Res\麻将声音\女\Peng.wav" />
  355. <Media Include="Res\麻将声音\男\Peng.wav" />
  356. </ItemGroup>
  357. <ItemGroup>
  358. <Image Include="Res\ACTION_BACK.bmp" />
  359. <Image Include="Res\ACTION_EXPLAIN.bmp" />
  360. <Image Include="Res\BT_CHIHU.bmp" />
  361. <Image Include="Res\BT_GIVEUP.bmp" />
  362. <Image Include="Res\BT_LISTEN.bmp" />
  363. <Image Include="Res\BT_SCORE_CLOSE.bmp" />
  364. <Image Include="Res\BT_START.bmp" />
  365. <Image Include="Res\BT_START_TRUSTEE.bmp" />
  366. <Image Include="Res\BT_STOP_TRUSTEE.bmp" />
  367. <Image Include="Res\CARD_BACK_H.bmp" />
  368. <Image Include="Res\CARD_BACK_V.bmp" />
  369. <Image Include="Res\CARD_HEAP_DOUBLE_H.bmp" />
  370. <Image Include="Res\CARD_HEAP_DOUBLE_V.bmp" />
  371. <Image Include="Res\CARD_HEAP_SINGLE_H.bmp" />
  372. <Image Include="Res\CARD_HEAP_SINGLE_V.bmp" />
  373. <Image Include="Res\CARD_TABLE_BOTTOM.bmp" />
  374. <Image Include="Res\CARD_TABLE_LEFT.bmp" />
  375. <Image Include="Res\CARD_TABLE_RIGHT.bmp" />
  376. <Image Include="Res\CARD_TABLE_TOP.bmp" />
  377. <Image Include="Res\CARD_USER_BOTTOM.bmp" />
  378. <Image Include="Res\CARD_USER_LEFT.bmp" />
  379. <Image Include="Res\CARD_USER_RIGHT.bmp" />
  380. <Image Include="Res\CARD_USER_TOP.bmp" />
  381. <Image Include="Res\CELL_SCORE.BMP" />
  382. <Image Include="Res\CONTROL_BOTTOM.bmp" />
  383. <Image Include="Res\CONTROL_MID.bmp" />
  384. <Image Include="Res\CONTROL_TOP.bmp" />
  385. <Image Include="Res\FAN_PAI.bmp" />
  386. <Image Include="Res\GAME_LOGO.bmp" />
  387. <Image Include="Res\GAME_SCORE.bmp" />
  388. <Image Include="Res\GAME_SCORE_FLAG.bmp" />
  389. <Image Include="Res\GameClient.ico" />
  390. <Image Include="Res\HUANG_ZHUANG.bmp" />
  391. <Image Include="Res\LISTEN_FLAG_H.bmp" />
  392. <Image Include="Res\LISTEN_FLAG_V.bmp" />
  393. <Image Include="Res\OUT_CARD_TIP.bmp" />
  394. <Image Include="Res\SELECT.bmp" />
  395. <Image Include="Res\SICE1.bmp" />
  396. <Image Include="Res\SICE10.bmp" />
  397. <Image Include="Res\SICE11.bmp" />
  398. <Image Include="Res\SICE12.bmp" />
  399. <Image Include="Res\SICE2.bmp" />
  400. <Image Include="Res\SICE3.bmp" />
  401. <Image Include="Res\SICE4.bmp" />
  402. <Image Include="Res\SICE5.bmp" />
  403. <Image Include="Res\SICE6.bmp" />
  404. <Image Include="Res\SICE7.bmp" />
  405. <Image Include="Res\SICE8.bmp" />
  406. <Image Include="Res\SICE9.bmp" />
  407. <Image Include="Res\SICE_BACK.bmp" />
  408. <Image Include="Res\TRUSTEE.bmp" />
  409. <Image Include="Res\USER_ACTION.bmp" />
  410. <Image Include="Res\USER_FLAG.bmp" />
  411. <Image Include="Res\VIEW_BACK.bmp" />
  412. <Image Include="Res\View_center.bmp" />
  413. <Image Include="Res\WAIT_TIP.bmp" />
  414. <Image Include="Res\WIN_LOSE.bmp" />
  415. <Image Include="Res\WIN_ORDER.bmp" />
  416. <Image Include="Res\ZUAN_PAI.bmp" />
  417. <Image Include="Res\ACTIONANI.png" />
  418. <Image Include="Res\ARROW.png" />
  419. <Image Include="Res\CARD_HEAP_DOUBLE_BV.png" />
  420. <Image Include="Res\CARD_HEAP_DOUBLE_LV.png" />
  421. <Image Include="Res\CARD_HEAP_DOUBLE_RV.PNG" />
  422. <Image Include="Res\CARD_HEAP_DOUBLE_TV.PNG" />
  423. <Image Include="Res\CARD_HEAP_SINGLE_BV.png" />
  424. <Image Include="Res\CARD_HEAP_SINGLE_LV.png" />
  425. <Image Include="Res\CARD_HEAP_SINGLE_RV.PNG" />
  426. <Image Include="Res\CARD_HEAP_SINGLE_TV.png" />
  427. <Image Include="Res\CARD_TABLE_BOTTOM.PNG" />
  428. <Image Include="Res\CARD_TABLE_LEFT.png" />
  429. <Image Include="Res\CARD_TABLE_RIGHT.png" />
  430. <Image Include="Res\CARD_TABLE_TOP.png" />
  431. <Image Include="Res\CARD_USER_BOTTOM.png" />
  432. <Image Include="Res\CARD_USER_LEFT.png" />
  433. <Image Include="Res\CARD_USER_RIGHT.png" />
  434. <Image Include="Res\CARD_USER_TOP.png" />
  435. <Image Include="Res\CELL_SCORE.PNG" />
  436. <Image Include="Res\DISC.png" />
  437. <Image Include="Res\GAME_LOST.PNG" />
  438. <Image Include="Res\GAME_WIN.PNG" />
  439. <Image Include="Res\GUA_FENG.PNG" />
  440. <Image Include="Res\NUM_LOST.PNG" />
  441. <Image Include="Res\NUM_ORDER.PNG" />
  442. <Image Include="Res\NUM_WIN.PNG" />
  443. <Image Include="Res\png1.png" />
  444. <Image Include="Res\Trustee.png" />
  445. <Image Include="Res\XIAO_YU.PNG" />
  446. </ItemGroup>
  447. <ItemGroup>
  448. <None Include="Res\CARD_CUR.cur" />
  449. <None Include="res\GameClient.rc2" />
  450. </ItemGroup>
  451. <ItemGroup>
  452. <ResourceCompile Include="GameClient.rc" />
  453. </ItemGroup>
  454. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  455. <ImportGroup Label="ExtensionTargets">
  456. </ImportGroup>
  457. <ProjectExtensions>
  458. <VisualStudio>
  459. <UserProperties RESOURCE_FILE="GameClient.rc" />
  460. </VisualStudio>
  461. </ProjectExtensions>
  462. </Project>