libmicrohttpd

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

simplepost.vcxproj (1984B)


      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     <VCProjectVersion>16.0</VCProjectVersion>
      8     <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
      9     <Keyword>Win32Proj</Keyword>
     10     <RootNamespace>simplepost</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>Application</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)apps-build-settings.props" />
     32   <PropertyGroup />
     33   <ItemDefinitionGroup>
     34     <ClCompile />
     35     <Link />
     36     <ProjectReference />
     37   </ItemDefinitionGroup>
     38   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     39   <ImportGroup Label="ExtensionTargets">
     40   </ImportGroup>
     41 </Project>