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