libmicrohttpd2

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

demo.vcxproj (1947B)


      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     <ProjectGuid>{FB5D9E12-40B1-475F-B044-66BFC97F85C3}</ProjectGuid>
      7     <Keyword>Win32Proj</Keyword>
      8     <RootNamespace>demo</RootNamespace>
      9   </PropertyGroup>
     10   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     11   <PropertyGroup>
     12     <PreferredToolArchitecture>x64</PreferredToolArchitecture>
     13   </PropertyGroup>
     14   <PropertyGroup Label="Configuration">
     15     <ConfigurationType>Application</ConfigurationType>
     16     <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     17     <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
     18     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
     19     <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     20     <CharacterSet>Unicode</CharacterSet>
     21   </PropertyGroup>
     22   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     23   <ImportGroup Label="ExtensionSettings">
     24   </ImportGroup>
     25   <ImportGroup Label="PropertySheets">
     26     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     27   </ImportGroup>
     28   <Import Project="$(MhdW32Common)common-build-settings.props" />
     29   <Import Project="$(MhdW32Common)apps-build-settings.props" />
     30   <PropertyGroup />
     31   <ItemDefinitionGroup>
     32     <ClCompile />
     33     <Link />
     34     <ProjectReference />
     35   </ItemDefinitionGroup>
     36   <Import Project="$(MhdW32Common)demo-files.vcxproj" />
     37   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     38   <ImportGroup Label="ExtensionTargets">
     39   </ImportGroup>
     40 </Project>