中间件底层,websocket

Logger.vcxproj 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{18380762-BE68-4AB8-B340-18679EE3774A}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>Logger</RootNamespace>
  17. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  21. <ConfigurationType>DynamicLibrary</ConfigurationType>
  22. <UseDebugLibraries>true</UseDebugLibraries>
  23. <CharacterSet>MultiByte</CharacterSet>
  24. <UseOfMfc>Static</UseOfMfc>
  25. <PlatformToolset>v141</PlatformToolset>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. <UseOfMfc>Static</UseOfMfc>
  33. <PlatformToolset>v141</PlatformToolset>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings">
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <PropertyGroup Label="UserMacros" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <LinkIncremental>true</LinkIncremental>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <LinkIncremental>false</LinkIncremental>
  50. </PropertyGroup>
  51. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  52. <ClCompile>
  53. <PrecompiledHeader>Use</PrecompiledHeader>
  54. <WarningLevel>Level3</WarningLevel>
  55. <Optimization>Disabled</Optimization>
  56. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LOGGER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. </ClCompile>
  58. <Link>
  59. <SubSystem>Windows</SubSystem>
  60. <GenerateDebugInformation>true</GenerateDebugInformation>
  61. </Link>
  62. </ItemDefinitionGroup>
  63. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|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;LOGGER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  71. <LanguageStandard>stdcpp17</LanguageStandard>
  72. <SDLCheck>false</SDLCheck>
  73. </ClCompile>
  74. <Link>
  75. <SubSystem>Windows</SubSystem>
  76. <GenerateDebugInformation>true</GenerateDebugInformation>
  77. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  78. <OptimizeReferences>true</OptimizeReferences>
  79. <DataExecutionPrevention>false</DataExecutionPrevention>
  80. </Link>
  81. <PostBuildEvent>
  82. <Command>xcopy /y /d "$(OutDir)$(TargetName)$(TargetExt)" "$(SolutionDir)中间件发布\"
  83. xcopy /y /d "$(OutDir)$(TargetName).pdb" "$(SolutionDir)中间件发布\"</Command>
  84. </PostBuildEvent>
  85. </ItemDefinitionGroup>
  86. <ItemGroup>
  87. <None Include="ReadMe.txt" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ClInclude Include="Logger.h" />
  91. <ClInclude Include="LoggerEntity.h" />
  92. <ClInclude Include="Resource.h" />
  93. <ClInclude Include="stdafx.h" />
  94. <ClInclude Include="targetver.h" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ClCompile Include="Logger.cpp" />
  98. <ClCompile Include="LoggerEntity.cpp" />
  99. <ClCompile Include="stdafx.cpp">
  100. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  101. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  102. </ClCompile>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ResourceCompile Include="Logger.rc" />
  106. </ItemGroup>
  107. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  108. <ImportGroup Label="ExtensionTargets">
  109. </ImportGroup>
  110. </Project>