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