LibHJIPC.vcxproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{534C8337-38A4-45AC-922B-51CD683DB12D}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>LibHJIPC</RootNamespace>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <PlatformToolset>v120</PlatformToolset>
  23. <CharacterSet>Unicode</CharacterSet>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <UseDebugLibraries>false</UseDebugLibraries>
  28. <PlatformToolset>v120</PlatformToolset>
  29. <WholeProgramOptimization>true</WholeProgramOptimization>
  30. <CharacterSet>Unicode</CharacterSet>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  33. <ImportGroup Label="ExtensionSettings">
  34. </ImportGroup>
  35. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <PropertyGroup Label="UserMacros" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  43. <OutDir>$(SolutionDir)\Win32\Debug</OutDir>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <OutDir>$(SolutionDir)\Win32\Release</OutDir>
  47. </PropertyGroup>
  48. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  49. <ClCompile>
  50. <PrecompiledHeader>Use</PrecompiledHeader>
  51. <WarningLevel>Level3</WarningLevel>
  52. <Optimization>Disabled</Optimization>
  53. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_WINSOCK_DEPRECATED_NO_WARNINGS;_NET_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  54. <SDLCheck>true</SDLCheck>
  55. <AdditionalIncludeDirectories>..\libuv\include;F:\OpencvStudy\Thridparty\Src\openssl1.0.1\inc32\</AdditionalIncludeDirectories>
  56. </ClCompile>
  57. <Link>
  58. <SubSystem>Windows</SubSystem>
  59. <GenerateDebugInformation>true</GenerateDebugInformation>
  60. <AdditionalLibraryDirectories>D:\BaiduYunDownload\LibUV-VS2013\LibUV\libuv\Debug\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  61. <OutputFile>$(OutDir)$(TargetName)_d$(TargetExt)</OutputFile>
  62. <ImportLibrary>$(OutDir)$(TargetName)_d.lib</ImportLibrary>
  63. </Link>
  64. <Lib>
  65. <OutputFile>$(OutDir)$(TargetName)_d$(TargetExt)</OutputFile>
  66. </Lib>
  67. </ItemDefinitionGroup>
  68. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  69. <ClCompile>
  70. <WarningLevel>Level3</WarningLevel>
  71. <PrecompiledHeader>Use</PrecompiledHeader>
  72. <Optimization>MaxSpeed</Optimization>
  73. <FunctionLevelLinking>true</FunctionLevelLinking>
  74. <IntrinsicFunctions>true</IntrinsicFunctions>
  75. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_WINSOCK_DEPRECATED_NO_WARNINGS;_NET_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  76. <SDLCheck>true</SDLCheck>
  77. </ClCompile>
  78. <Link>
  79. <SubSystem>Windows</SubSystem>
  80. <GenerateDebugInformation>true</GenerateDebugInformation>
  81. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  82. <OptimizeReferences>true</OptimizeReferences>
  83. </Link>
  84. <Lib>
  85. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  86. </Lib>
  87. </ItemDefinitionGroup>
  88. <ItemGroup>
  89. <Text Include="ReadMe.txt" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ClInclude Include="log4z.h" />
  93. <ClInclude Include="LogInit.h" />
  94. <ClInclude Include="NetOperator.h" />
  95. <ClInclude Include="stdafx.h" />
  96. <ClInclude Include="TCPSocket.h" />
  97. <ClInclude Include="WinSocketSystem.h" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ClCompile Include="log4z.cpp" />
  101. <ClCompile Include="LogInit.cpp" />
  102. <ClCompile Include="stdafx.cpp">
  103. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  104. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  105. </ClCompile>
  106. <ClCompile Include="TCPSocket.cpp" />
  107. </ItemGroup>
  108. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  109. <ImportGroup Label="ExtensionTargets">
  110. </ImportGroup>
  111. </Project>