libmicrohttpd

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

simplepost.vcxproj (1959B)


      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)simplepost-files.vcxproj" />
      6   <PropertyGroup Label="Globals">
      7     <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
      8     <Keyword>Win32Proj</Keyword>
      9     <RootNamespace>simplepost</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>Application</ConfigurationType>
     17     <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
     18     <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
     19     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
     20     <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
     21     <CharacterSet>Unicode</CharacterSet>
     22   </PropertyGroup>
     23   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     24   <ImportGroup Label="ExtensionSettings">
     25   </ImportGroup>
     26   <ImportGroup Label="PropertySheets">
     27     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     28   </ImportGroup>
     29   <Import Project="$(MhdW32Common)common-build-settings.props" />
     30   <Import Project="$(MhdW32Common)apps-build-settings.props" />
     31   <PropertyGroup />
     32   <ItemDefinitionGroup>
     33     <ClCompile />
     34     <Link />
     35     <ProjectReference />
     36   </ItemDefinitionGroup>
     37   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     38   <ImportGroup Label="ExtensionTargets">
     39   </ImportGroup>
     40 </Project>