诸暨麻将添加redis
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

122 lines
5.9 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="Release_Unicode|Win32">
  9. <Configuration>Release_Unicode</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{C38EABE4-E7E3-437A-8ECF-97A8626227D0}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>Json</RootNamespace>
  17. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'" Label="Configuration">
  21. <ConfigurationType>StaticLibrary</ConfigurationType>
  22. <UseDebugLibraries>true</UseDebugLibraries>
  23. <PlatformToolset>v142</PlatformToolset>
  24. <CharacterSet>Unicode</CharacterSet>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'" Label="Configuration">
  27. <ConfigurationType>StaticLibrary</ConfigurationType>
  28. <UseDebugLibraries>false</UseDebugLibraries>
  29. <PlatformToolset>v142</PlatformToolset>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  34. <ImportGroup Label="ExtensionSettings">
  35. </ImportGroup>
  36. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  40. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  41. </ImportGroup>
  42. <PropertyGroup Label="UserMacros" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  44. <LinkIncremental>true</LinkIncremental>
  45. <OutDir>../../../\Source\Libs\Debug_Unicode</OutDir>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  48. <LinkIncremental>false</LinkIncremental>
  49. </PropertyGroup>
  50. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  51. <ClCompile>
  52. <PrecompiledHeader>Use</PrecompiledHeader>
  53. <WarningLevel>Level3</WarningLevel>
  54. <Optimization>Disabled</Optimization>
  55. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;JSON_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. <SDLCheck>true</SDLCheck>
  57. </ClCompile>
  58. <Link>
  59. <SubSystem>Windows</SubSystem>
  60. <GenerateDebugInformation>true</GenerateDebugInformation>
  61. </Link>
  62. </ItemDefinitionGroup>
  63. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  64. <ClCompile>
  65. <WarningLevel>Level3</WarningLevel>
  66. <PrecompiledHeader>Use</PrecompiledHeader>
  67. <Optimization>MaxSpeed</Optimization>
  68. <FunctionLevelLinking>true</FunctionLevelLinking>
  69. <IntrinsicFunctions>true</IntrinsicFunctions>
  70. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;JSON_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  71. <SDLCheck>true</SDLCheck>
  72. </ClCompile>
  73. <Link>
  74. <SubSystem>Windows</SubSystem>
  75. <GenerateDebugInformation>true</GenerateDebugInformation>
  76. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  77. <OptimizeReferences>true</OptimizeReferences>
  78. </Link>
  79. </ItemDefinitionGroup>
  80. <ItemGroup>
  81. <Text Include="ReadMe.txt" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ClInclude Include="autolink.h" />
  85. <ClInclude Include="config.h" />
  86. <ClInclude Include="features.h" />
  87. <ClInclude Include="forwards.h" />
  88. <ClInclude Include="json.h" />
  89. <ClInclude Include="json_batchallocator.h" />
  90. <ClInclude Include="reader.h" />
  91. <ClInclude Include="stdafx.h" />
  92. <ClInclude Include="targetver.h" />
  93. <ClInclude Include="value.h" />
  94. <ClInclude Include="writer.h" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ClCompile Include="dllmain.cpp">
  98. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">false</CompileAsManaged>
  99. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">
  100. </PrecompiledHeader>
  101. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">false</CompileAsManaged>
  102. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">
  103. </PrecompiledHeader>
  104. </ClCompile>
  105. <ClCompile Include="Json.cpp" />
  106. <ClCompile Include="json_reader.cpp" />
  107. <ClCompile Include="json_value.cpp" />
  108. <ClCompile Include="json_writer.cpp" />
  109. <ClCompile Include="stdafx.cpp">
  110. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_Unicode|Win32'">Create</PrecompiledHeader>
  111. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_Unicode|Win32'">Create</PrecompiledHeader>
  112. </ClCompile>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="json_internalarray.inl" />
  116. <None Include="json_internalmap.inl" />
  117. <None Include="json_valueiterator.inl" />
  118. </ItemGroup>
  119. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  120. <ImportGroup Label="ExtensionTargets">
  121. </ImportGroup>
  122. </Project>