libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

libmicrohttpd2.vcxproj (2149B)


      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   <PropertyGroup Label="Globals">
      6     <VCProjectVersion>16.0</VCProjectVersion>
      7     <ProjectGuid>{9BAA0888-2B01-42DB-A3C8-3F84A64AABC7}</ProjectGuid>
      8     <Keyword>Win32Proj</Keyword>
      9     <RootNamespace>libmicrohttpd2</RootNamespace>
     10   </PropertyGroup>
     11   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     12   <PropertyGroup>
     13     <PreferredToolArchitecture>x64</PreferredToolArchitecture>
     14   </PropertyGroup>
     15   <PropertyGroup Label="Configuration">
     16     <ConfigurationType Condition="$(Configuration.EndsWith('-static'))">StaticLibrary</ConfigurationType>
     17     <ConfigurationType Condition="! $(Configuration.EndsWith('-static'))">DynamicLibrary</ConfigurationType>
     18     <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     19     <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
     20     <PlatformToolset>v142</PlatformToolset>
     21     <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     22     <CharacterSet>Unicode</CharacterSet>
     23   </PropertyGroup>
     24   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     25   <ImportGroup Label="ExtensionSettings">
     26   </ImportGroup>
     27   <ImportGroup Label="PropertySheets">
     28     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     29   </ImportGroup>
     30   <Import Project="$(MhdW32Common)common-build-settings.props" />
     31   <Import Project="$(MhdW32Common)libmicrohttpd2-build-settings.props" />
     32   <PropertyGroup />
     33   <ItemDefinitionGroup>
     34     <ClCompile />
     35     <Link />
     36     <Lib />
     37   </ItemDefinitionGroup>
     38   <Import Project="$(MhdW32Common)libmicrohttpd2-files.vcxproj" />
     39   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     40   <ImportGroup Label="ExtensionTargets">
     41   </ImportGroup>
     42 </Project>