诸暨麻将添加redis
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

155 linhas
7.5 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|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{A24A269E-D5C3-4D96-B5D3-A254D91F617D}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>create_dump</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v120</PlatformToolset>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <PlatformToolset>v120</PlatformToolset>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  41. <PlatformToolset>v142</PlatformToolset>
  42. <CharacterSet>Unicode</CharacterSet>
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. </PropertyGroup>
  45. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <PlatformToolset>v142</PlatformToolset>
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <ImportGroup Label="ExtensionSettings">
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <PropertyGroup Label="UserMacros" />
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  61. <LinkIncremental>true</LinkIncremental>
  62. <OutDir>..\BIN\Client\X64\Debug\</OutDir>
  63. <IntDir>..\Obj\Client\X64\Dump\Debug\</IntDir>
  64. <TargetName>$(ProjectName)</TargetName>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  67. <LinkIncremental>false</LinkIncremental>
  68. <OutDir>..\BIN\Client\X64\Release\</OutDir>
  69. <IntDir>..\obj\Client\X64\dump\Release\</IntDir>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72. <TargetExt>.dll</TargetExt>
  73. </PropertyGroup>
  74. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <ClCompile>
  76. <PrecompiledHeader>Use</PrecompiledHeader>
  77. <WarningLevel>Level3</WarningLevel>
  78. <Optimization>Disabled</Optimization>
  79. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CREATE_DUMP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  80. <SDLCheck>true</SDLCheck>
  81. </ClCompile>
  82. <Link>
  83. <SubSystem>Windows</SubSystem>
  84. <GenerateDebugInformation>true</GenerateDebugInformation>
  85. <ImportLibrary>..\LIB\Client\X64\Debug\$(TargetName).lib</ImportLibrary>
  86. <TargetMachine>MachineX64</TargetMachine>
  87. </Link>
  88. <PostBuildEvent>
  89. <Command>del "..\BIN\Server\X64\Debug\create_dump.dll"
  90. xcopy "..\BIN\Client\X64\Debug\create_dump.dll" "..\BIN\Server\X64\Debug\"
  91. del "..\LIB\Server\X64\Debug\create_dump.lib"
  92. xcopy "..\LIB\Client\X64\Debug\create_dump.lib" "..\LIB\Server\X64\Debug\"</Command>
  93. </PostBuildEvent>
  94. </ItemDefinitionGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  96. <ClCompile>
  97. <WarningLevel>Level3</WarningLevel>
  98. <PrecompiledHeader>Use</PrecompiledHeader>
  99. <Optimization>MaxSpeed</Optimization>
  100. <FunctionLevelLinking>true</FunctionLevelLinking>
  101. <IntrinsicFunctions>true</IntrinsicFunctions>
  102. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CREATE_DUMP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  103. <SDLCheck>true</SDLCheck>
  104. </ClCompile>
  105. <Link>
  106. <SubSystem>Windows</SubSystem>
  107. <GenerateDebugInformation>true</GenerateDebugInformation>
  108. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  109. <OptimizeReferences>true</OptimizeReferences>
  110. <ImportLibrary>..\LIB\Client\X64\Release\$(TargetName).lib</ImportLibrary>
  111. </Link>
  112. <PostBuildEvent>
  113. <Command>del "..\BIN\Server\X64\Release\create_dump.dll"
  114. xcopy "..\BIN\Client\X64\Release\create_dump.dll" "..\BIN\Server\X64\Release\"
  115. del "..\LIB\Server\X64\Release\create_dump.lib"
  116. xcopy "..\LIB\Client\X64\Release\create_dump.lib" "..\LIB\Server\X64\Release\"</Command>
  117. </PostBuildEvent>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  120. <ClCompile>
  121. <PreprocessorDefinitions>CREATE_DUMP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. </ClCompile>
  123. </ItemDefinitionGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  125. <ClCompile>
  126. <PreprocessorDefinitions>CREATE_DUMP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. </ClCompile>
  128. </ItemDefinitionGroup>
  129. <ItemGroup>
  130. <Text Include="ReadMe.txt" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ClInclude Include="create_dump.h" />
  134. <ClInclude Include="stdafx.h" />
  135. <ClInclude Include="targetver.h" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <ClCompile Include="create_dump.cpp" />
  139. <ClCompile Include="dllmain.cpp">
  140. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  141. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  142. </PrecompiledHeader>
  143. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  144. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  145. </PrecompiledHeader>
  146. </ClCompile>
  147. <ClCompile Include="stdafx.cpp">
  148. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  149. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  150. </ClCompile>
  151. </ItemGroup>
  152. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  153. <ImportGroup Label="ExtensionTargets">
  154. </ImportGroup>
  155. </Project>