libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

libmicrohttpd.vcxproj (2146B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" 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)libmicrohttpd-files.vcxproj" />
      6   <PropertyGroup Label="Globals">
      7     <VCProjectVersion>16.0</VCProjectVersion>
      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 Label="Configuration">
     17     <ConfigurationType Condition="$(Configuration.EndsWith('-static'))">StaticLibrary</ConfigurationType>
     18     <ConfigurationType Condition="! $(Configuration.EndsWith('-static'))">DynamicLibrary</ConfigurationType>
     19     <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     20     <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
     21     <PlatformToolset>v142</PlatformToolset>
     22     <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     23     <CharacterSet>Unicode</CharacterSet>
     24   </PropertyGroup>
     25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     26   <ImportGroup Label="ExtensionSettings">
     27   </ImportGroup>
     28   <ImportGroup Label="PropertySheets">
     29     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     30   </ImportGroup>
     31   <Import Project="$(MhdW32Common)common-build-settings.props" />
     32   <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.props" />
     33   <PropertyGroup />
     34   <ItemDefinitionGroup>
     35     <ClCompile />
     36     <Link />
     37     <Lib />
     38   </ItemDefinitionGroup>
     39   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     40   <ImportGroup Label="ExtensionTargets">
     41   </ImportGroup>
     42 </Project>