demo_online.vcxproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="..\..\demo\demo_online.cpp" />
  23. </ItemGroup>
  24. <PropertyGroup Label="Globals">
  25. <VCProjectVersion>15.0</VCProjectVersion>
  26. <ProjectGuid>{A30B3B76-84F3-4A17-B42B-6284FCC3138F}</ProjectGuid>
  27. <RootNamespace>demoonline</RootNamespace>
  28. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  32. <ConfigurationType>Application</ConfigurationType>
  33. <UseDebugLibraries>true</UseDebugLibraries>
  34. <PlatformToolset>v142</PlatformToolset>
  35. <CharacterSet>MultiByte</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  38. <ConfigurationType>Application</ConfigurationType>
  39. <UseDebugLibraries>false</UseDebugLibraries>
  40. <PlatformToolset>v142</PlatformToolset>
  41. <WholeProgramOptimization>true</WholeProgramOptimization>
  42. <CharacterSet>MultiByte</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v142</PlatformToolset>
  48. <CharacterSet>MultiByte</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v142</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>MultiByte</CharacterSet>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Label="Shared">
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. </ImportGroup>
  74. <PropertyGroup Label="UserMacros" />
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  76. <IncludePath>C:\Program Files\WpdPack_4_1_2\WpdPack\Include;$(IncludePath)</IncludePath>
  77. <LibraryPath>C:\Program Files\WpdPack_4_1_2\WpdPack\Lib\x64;$(LibraryPath)</LibraryPath>
  78. </PropertyGroup>
  79. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <ClCompile>
  81. <WarningLevel>Level3</WarningLevel>
  82. <Optimization>Disabled</Optimization>
  83. <SDLCheck>true</SDLCheck>
  84. <ConformanceMode>true</ConformanceMode>
  85. <AdditionalIncludeDirectories>../../../src/</AdditionalIncludeDirectories>
  86. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  87. </ClCompile>
  88. <Link>
  89. <SubSystem>Console</SubSystem>
  90. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);Ws2_32.lib</AdditionalDependencies>
  91. </Link>
  92. </ItemDefinitionGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  94. <ClCompile>
  95. <WarningLevel>Level3</WarningLevel>
  96. <Optimization>Disabled</Optimization>
  97. <SDLCheck>true</SDLCheck>
  98. <ConformanceMode>true</ConformanceMode>
  99. <AdditionalIncludeDirectories>../../src;../../../3th-party/libpcap/Include</AdditionalIncludeDirectories>
  100. <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Console</SubSystem>
  104. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);Ws2_32.lib;wpcap.lib</AdditionalDependencies>
  105. <AdditionalLibraryDirectories>../../../3th-party/libpcap/Lib/x64</AdditionalLibraryDirectories>
  106. </Link>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  109. <ClCompile>
  110. <WarningLevel>Level3</WarningLevel>
  111. <Optimization>MaxSpeed</Optimization>
  112. <FunctionLevelLinking>true</FunctionLevelLinking>
  113. <IntrinsicFunctions>true</IntrinsicFunctions>
  114. <SDLCheck>true</SDLCheck>
  115. <ConformanceMode>true</ConformanceMode>
  116. </ClCompile>
  117. <Link>
  118. <SubSystem>Console</SubSystem>
  119. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  120. <OptimizeReferences>true</OptimizeReferences>
  121. </Link>
  122. </ItemDefinitionGroup>
  123. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  124. <ClCompile>
  125. <WarningLevel>Level3</WarningLevel>
  126. <Optimization>MaxSpeed</Optimization>
  127. <FunctionLevelLinking>true</FunctionLevelLinking>
  128. <IntrinsicFunctions>true</IntrinsicFunctions>
  129. <SDLCheck>true</SDLCheck>
  130. <ConformanceMode>true</ConformanceMode>
  131. <AdditionalIncludeDirectories>../../src</AdditionalIncludeDirectories>
  132. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Console</SubSystem>
  136. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  137. <OptimizeReferences>true</OptimizeReferences>
  138. <AdditionalDependencies>wpcap.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  142. <ImportGroup Label="ExtensionTargets">
  143. </ImportGroup>
  144. </Project>