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

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