诸暨麻将添加redis
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

262 lignes
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. <ProjectGuid>{C323A106-B50D-48CB-A353-CFBE5308F2A5}</ProjectGuid>
  23. <RootNamespace>ModuleManager</RootNamespace>
  24. <Keyword>MFCDLLProj</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>DynamicLibrary</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>DynamicLibrary</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>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <UseOfMfc>Dynamic</UseOfMfc>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</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. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <OutDir>$(SolutionDir)Bin\$(Configuration)\</OutDir>
  80. <TargetName>$(ProjectName)D</TargetName>
  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. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <PrecompiledHeader>Use</PrecompiledHeader>
  92. <WarningLevel>Level3</WarningLevel>
  93. <Optimization>Disabled</Optimization>
  94. <PreprocessorDefinitions>_USING_V110_SDK71_;WIN32;_WINDOWS;_DEBUG;_AFXEXT;MODULE_MANAGER_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <SDLCheck>true</SDLCheck>
  96. </ClCompile>
  97. <Link>
  98. <SubSystem>Windows</SubSystem>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. <ModuleDefinitionFile>.\ModuleManager.def</ModuleDefinitionFile>
  101. </Link>
  102. <Midl>
  103. <MkTypLibCompatible>false</MkTypLibCompatible>
  104. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. </Midl>
  106. <ResourceCompile>
  107. <Culture>0x0804</Culture>
  108. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  110. </ResourceCompile>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  113. <ClCompile>
  114. <PrecompiledHeader>Use</PrecompiledHeader>
  115. <WarningLevel>Level3</WarningLevel>
  116. <Optimization>Disabled</Optimization>
  117. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_AFXEXT;MODULE_MANAGER_DLL;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <SDLCheck>false</SDLCheck>
  119. <AdditionalOptions>/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. <GenerateDebugInformation>true</GenerateDebugInformation>
  124. <ModuleDefinitionFile>.\ModuleManager.def</ModuleDefinitionFile>
  125. <ImportLibrary>../../Libs/$(Configuration)/$(TargetName).lib</ImportLibrary>
  126. <AdditionalLibraryDirectories>../../../\Source\Libs\Debug_Unicode</AdditionalLibraryDirectories>
  127. </Link>
  128. <Midl>
  129. <MkTypLibCompatible>false</MkTypLibCompatible>
  130. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  131. </Midl>
  132. <ResourceCompile>
  133. <Culture>0x0804</Culture>
  134. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  136. </ResourceCompile>
  137. <PostBuildEvent>
  138. <Command>
  139. </Command>
  140. </PostBuildEvent>
  141. </ItemDefinitionGroup>
  142. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  143. <ClCompile>
  144. <WarningLevel>Level3</WarningLevel>
  145. <PrecompiledHeader>Use</PrecompiledHeader>
  146. <Optimization>MaxSpeed</Optimization>
  147. <FunctionLevelLinking>true</FunctionLevelLinking>
  148. <IntrinsicFunctions>true</IntrinsicFunctions>
  149. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_AFXEXT;MODULE_MANAGER_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  150. <SDLCheck>true</SDLCheck>
  151. </ClCompile>
  152. <Link>
  153. <SubSystem>Windows</SubSystem>
  154. <GenerateDebugInformation>true</GenerateDebugInformation>
  155. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  156. <OptimizeReferences>true</OptimizeReferences>
  157. <ModuleDefinitionFile>.\ModuleManager.def</ModuleDefinitionFile>
  158. </Link>
  159. <Midl>
  160. <MkTypLibCompatible>false</MkTypLibCompatible>
  161. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. </Midl>
  163. <ResourceCompile>
  164. <Culture>0x0804</Culture>
  165. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  167. </ResourceCompile>
  168. </ItemDefinitionGroup>
  169. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  170. <ClCompile>
  171. <WarningLevel>Level3</WarningLevel>
  172. <PrecompiledHeader>Use</PrecompiledHeader>
  173. <Optimization>MaxSpeed</Optimization>
  174. <FunctionLevelLinking>true</FunctionLevelLinking>
  175. <IntrinsicFunctions>true</IntrinsicFunctions>
  176. <PreprocessorDefinitions>_USING_V110_SDK71_;WIN32;_WINDOWS;NDEBUG;_AFXEXT;MODULE_MANAGER_DLL;_UNICODE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. <SDLCheck>false</SDLCheck>
  178. <BrowseInformation>true</BrowseInformation>
  179. <AdditionalOptions>/D _CRT_SECURE_NO_WARNINGS %(AdditionalOptions)</AdditionalOptions>
  180. </ClCompile>
  181. <Link>
  182. <SubSystem>Windows</SubSystem>
  183. <GenerateDebugInformation>true</GenerateDebugInformation>
  184. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  185. <OptimizeReferences>true</OptimizeReferences>
  186. <ModuleDefinitionFile>.\ModuleManager.def</ModuleDefinitionFile>
  187. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  188. <ImportLibrary>../../Libs/$(Configuration)/$(TargetName).lib</ImportLibrary>
  189. </Link>
  190. <Midl>
  191. <MkTypLibCompatible>false</MkTypLibCompatible>
  192. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  193. </Midl>
  194. <ResourceCompile>
  195. <Culture>0x0804</Culture>
  196. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  198. </ResourceCompile>
  199. <Bscmake>
  200. <PreserveSbr>true</PreserveSbr>
  201. </Bscmake>
  202. <PostBuildEvent>
  203. <Command>mkdir ..\..\..\Publish\Server\$(Configuration)
  204. copy /y $(OutDir)$(TargetFileName) ..\..\..\Publish\Server\$(Configuration)\$(TargetFileName)</Command>
  205. </PostBuildEvent>
  206. </ItemDefinitionGroup>
  207. <ItemGroup>
  208. <Text Include="ReadMe.txt" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <ClCompile Include="DlgServerItem.cpp" />
  212. <ClCompile Include="DlgServerMatch.cpp" />
  213. <ClCompile Include="DlgServerWizard.cpp" />
  214. <ClCompile Include="ListControl.cpp" />
  215. <ClCompile Include="MatchListControl.cpp" />
  216. <ClCompile Include="ModuleDBParameter.cpp" />
  217. <ClCompile Include="ModuleInfoManager.cpp" />
  218. <ClCompile Include="ModuleManager.cpp" />
  219. <ClCompile Include="MoudleListControl.cpp" />
  220. <ClCompile Include="ServerCustomRule.cpp" />
  221. <ClCompile Include="ServerInfoManager.cpp" />
  222. <ClCompile Include="ServerListControl.cpp" />
  223. <ClCompile Include="stdafx.cpp">
  224. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  225. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">Create</PrecompiledHeader>
  226. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  227. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">Create</PrecompiledHeader>
  228. </ClCompile>
  229. </ItemGroup>
  230. <ItemGroup>
  231. <None Include="ModuleManager.def" />
  232. <None Include="res\ModuleManager.rc2" />
  233. </ItemGroup>
  234. <ItemGroup>
  235. <ClInclude Include="DlgServerItem.h" />
  236. <ClInclude Include="DlgServerMatch.h" />
  237. <ClInclude Include="DlgServerWizard.h" />
  238. <ClInclude Include="ListControl.h" />
  239. <ClInclude Include="MatchListControl.h" />
  240. <ClInclude Include="ModuleDBParameter.h" />
  241. <ClInclude Include="ModuleInfoManager.h" />
  242. <ClInclude Include="ModuleListControl.h" />
  243. <ClInclude Include="ModuleManagerHead.h" />
  244. <ClInclude Include="Resource.h" />
  245. <ClInclude Include="ServerCustomRule.h" />
  246. <ClInclude Include="ServerInfoManager.h" />
  247. <ClInclude Include="ServerListControl.h" />
  248. <ClInclude Include="stdafx.h" />
  249. <ClInclude Include="targetver.h" />
  250. </ItemGroup>
  251. <ItemGroup>
  252. <ResourceCompile Include="ModuleManager.rc" />
  253. </ItemGroup>
  254. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  255. <ImportGroup Label="ExtensionTargets">
  256. </ImportGroup>
  257. <ProjectExtensions>
  258. <VisualStudio>
  259. <UserProperties RESOURCE_FILE="ModuleManager.rc" />
  260. </VisualStudio>
  261. </ProjectExtensions>
  262. </Project>