libmicrohttpd.vcxproj 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
  4. <Import Project="$(MhdW32Common)project-configs.props" />
  5. <Import Project="$(MhdW32Common)project-configs-xp.props" />
  6. <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" />
  7. <PropertyGroup Label="Globals">
  8. <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
  9. <Keyword>Win32Proj</Keyword>
  10. <RootNamespace>libmicrohttpd</RootNamespace>
  11. </PropertyGroup>
  12. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  13. <PropertyGroup>
  14. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration">
  17. <ConfigurationType>StaticLibrary</ConfigurationType>
  18. <UseDebugLibraries>true</UseDebugLibraries>
  19. <PlatformToolset>v140</PlatformToolset>
  20. <CharacterSet>Unicode</CharacterSet>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)'=='Debug-static-xp'" Label="Configuration">
  23. <ConfigurationType>StaticLibrary</ConfigurationType>
  24. <UseDebugLibraries>true</UseDebugLibraries>
  25. <PlatformToolset>v140_xp</PlatformToolset>
  26. <CharacterSet>Unicode</CharacterSet>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v140</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)'=='Debug-dll-xp'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v140_xp</PlatformToolset>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)'=='Release-static'" Label="Configuration">
  41. <ConfigurationType>StaticLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v140</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)'=='Release-static-xp'" Label="Configuration">
  48. <ConfigurationType>StaticLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v140_xp</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)'=='Release-dll'" Label="Configuration">
  55. <ConfigurationType>DynamicLibrary</ConfigurationType>
  56. <UseDebugLibraries>false</UseDebugLibraries>
  57. <PlatformToolset>v140</PlatformToolset>
  58. <WholeProgramOptimization>true</WholeProgramOptimization>
  59. <CharacterSet>Unicode</CharacterSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)'=='Release-dll-xp'" Label="Configuration">
  62. <ConfigurationType>DynamicLibrary</ConfigurationType>
  63. <UseDebugLibraries>false</UseDebugLibraries>
  64. <PlatformToolset>v140_xp</PlatformToolset>
  65. <WholeProgramOptimization>true</WholeProgramOptimization>
  66. <CharacterSet>Unicode</CharacterSet>
  67. </PropertyGroup>
  68. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  69. <ImportGroup Label="ExtensionSettings">
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. </ImportGroup>
  74. <Import Project="$(MhdW32Common)common-build-settings.props" />
  75. <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.props" />
  76. <PropertyGroup />
  77. <ItemDefinitionGroup>
  78. <ClCompile />
  79. <Link />
  80. <Lib />
  81. </ItemDefinitionGroup>
  82. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  83. <ImportGroup Label="ExtensionTargets">
  84. </ImportGroup>
  85. </Project>