libmicrohttpd.vcxproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. <ItemGroup Label="ProjectConfigurations">
  5. <ProjectConfiguration Include="Debug-dll-xp|Win32">
  6. <Configuration>Debug-dll-xp</Configuration>
  7. <Platform>Win32</Platform>
  8. </ProjectConfiguration>
  9. <ProjectConfiguration Include="Debug-dll-xp|x64">
  10. <Configuration>Debug-dll-xp</Configuration>
  11. <Platform>x64</Platform>
  12. </ProjectConfiguration>
  13. <ProjectConfiguration Include="Debug-dll|Win32">
  14. <Configuration>Debug-dll</Configuration>
  15. <Platform>Win32</Platform>
  16. </ProjectConfiguration>
  17. <ProjectConfiguration Include="Debug-dll|x64">
  18. <Configuration>Debug-dll</Configuration>
  19. <Platform>x64</Platform>
  20. </ProjectConfiguration>
  21. <ProjectConfiguration Include="Debug-static-xp|Win32">
  22. <Configuration>Debug-static-xp</Configuration>
  23. <Platform>Win32</Platform>
  24. </ProjectConfiguration>
  25. <ProjectConfiguration Include="Debug-static-xp|x64">
  26. <Configuration>Debug-static-xp</Configuration>
  27. <Platform>x64</Platform>
  28. </ProjectConfiguration>
  29. <ProjectConfiguration Include="Debug-static|Win32">
  30. <Configuration>Debug-static</Configuration>
  31. <Platform>Win32</Platform>
  32. </ProjectConfiguration>
  33. <ProjectConfiguration Include="Debug-static|x64">
  34. <Configuration>Debug-static</Configuration>
  35. <Platform>x64</Platform>
  36. </ProjectConfiguration>
  37. <ProjectConfiguration Include="Release-dll-xp|Win32">
  38. <Configuration>Release-dll-xp</Configuration>
  39. <Platform>Win32</Platform>
  40. </ProjectConfiguration>
  41. <ProjectConfiguration Include="Release-dll-xp|x64">
  42. <Configuration>Release-dll-xp</Configuration>
  43. <Platform>x64</Platform>
  44. </ProjectConfiguration>
  45. <ProjectConfiguration Include="Release-dll|Win32">
  46. <Configuration>Release-dll</Configuration>
  47. <Platform>Win32</Platform>
  48. </ProjectConfiguration>
  49. <ProjectConfiguration Include="Release-dll|x64">
  50. <Configuration>Release-dll</Configuration>
  51. <Platform>x64</Platform>
  52. </ProjectConfiguration>
  53. <ProjectConfiguration Include="Release-static-xp|Win32">
  54. <Configuration>Release-static-xp</Configuration>
  55. <Platform>Win32</Platform>
  56. </ProjectConfiguration>
  57. <ProjectConfiguration Include="Release-static-xp|x64">
  58. <Configuration>Release-static-xp</Configuration>
  59. <Platform>x64</Platform>
  60. </ProjectConfiguration>
  61. <ProjectConfiguration Include="Release-static|Win32">
  62. <Configuration>Release-static</Configuration>
  63. <Platform>Win32</Platform>
  64. </ProjectConfiguration>
  65. <ProjectConfiguration Include="Release-static|x64">
  66. <Configuration>Release-static</Configuration>
  67. <Platform>x64</Platform>
  68. </ProjectConfiguration>
  69. </ItemGroup>
  70. <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" />
  71. <PropertyGroup Label="Globals">
  72. <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
  73. <Keyword>Win32Proj</Keyword>
  74. <RootNamespace>libmicrohttpd</RootNamespace>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  77. <PropertyGroup>
  78. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  79. </PropertyGroup>
  80. <PropertyGroup Label="Configuration">
  81. <ConfigurationType Condition="$(Configuration.Contains('-static'))">StaticLibrary</ConfigurationType>
  82. <ConfigurationType Condition="! $(Configuration.Contains('-static'))">DynamicLibrary</ConfigurationType>
  83. <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
  84. <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
  85. <PlatformToolset Condition="! $(Configuration.EndsWith('-xp'))">v141</PlatformToolset>
  86. <PlatformToolset Condition="$(Configuration.EndsWith('-xp'))">v141_xp</PlatformToolset>
  87. <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
  88. <CharacterSet>Unicode</CharacterSet>
  89. </PropertyGroup>
  90. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  91. <ImportGroup Label="ExtensionSettings">
  92. </ImportGroup>
  93. <ImportGroup Label="PropertySheets">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. </ImportGroup>
  96. <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
  97. <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" />
  98. <PropertyGroup />
  99. <ItemDefinitionGroup>
  100. <ClCompile />
  101. <Link />
  102. <Lib />
  103. </ItemDefinitionGroup>
  104. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  105. <ImportGroup Label="ExtensionTargets">
  106. </ImportGroup>
  107. </Project>