1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|Win32"> 9 <Configuration>Release</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Debug|x64"> 13 <Configuration>Debug</Configuration> 14 <Platform>x64</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <ItemGroup> 22 <ClCompile Include="..\plugins\ntlm.c" /> 23 </ItemGroup> 24 <ItemGroup> 25 <ProjectReference Include="common.vcxproj"> 26 <Project>{528f3494-1c30-405f-9fdf-22fa4afe54f4}</Project> 27 </ProjectReference> 28 </ItemGroup> 29 <PropertyGroup Label="Globals"> 30 <ProjectGuid>{7D694002-B275-4895-A76E-A6ED345FD3C3}</ProjectGuid> 31 <RootNamespace>plugin_ntlm</RootNamespace> 32 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 33 </PropertyGroup> 34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 36 <ConfigurationType>StaticLibrary</ConfigurationType> 37 <UseDebugLibraries>true</UseDebugLibraries> 38 <PlatformToolset>v140</PlatformToolset> 39 <CharacterSet>Unicode</CharacterSet> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 42 <ConfigurationType>StaticLibrary</ConfigurationType> 43 <UseDebugLibraries>false</UseDebugLibraries> 44 <PlatformToolset>v140</PlatformToolset> 45 <WholeProgramOptimization>true</WholeProgramOptimization> 46 <CharacterSet>Unicode</CharacterSet> 47 </PropertyGroup> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 49 <ConfigurationType>StaticLibrary</ConfigurationType> 50 <UseDebugLibraries>true</UseDebugLibraries> 51 <PlatformToolset>v140</PlatformToolset> 52 <CharacterSet>Unicode</CharacterSet> 53 </PropertyGroup> 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 55 <ConfigurationType>StaticLibrary</ConfigurationType> 56 <UseDebugLibraries>false</UseDebugLibraries> 57 <PlatformToolset>v140</PlatformToolset> 58 <WholeProgramOptimization>true</WholeProgramOptimization> 59 <CharacterSet>Unicode</CharacterSet> 60 </PropertyGroup> 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 62 <ImportGroup Label="ExtensionSettings"> 63 </ImportGroup> 64 <ImportGroup Label="Shared"> 65 </ImportGroup> 66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 68 <Import Project="cyrus-sasl.props" /> 69 <Import Project="plugins.props" /> 70 <Import Project="openssl.props" /> 71 </ImportGroup> 72 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 74 <Import Project="cyrus-sasl.props" /> 75 <Import Project="plugins.props" /> 76 <Import Project="openssl.props" /> 77 </ImportGroup> 78 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 79 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 80 <Import Project="cyrus-sasl.props" /> 81 <Import Project="plugins.props" /> 82 <Import Project="openssl.props" /> 83 </ImportGroup> 84 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 85 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 86 <Import Project="cyrus-sasl.props" /> 87 <Import Project="plugins.props" /> 88 <Import Project="openssl.props" /> 89 </ImportGroup> 90 <PropertyGroup Label="UserMacros" /> 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 93 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 96 <ClCompile> 97 <WarningLevel>Level3</WarningLevel> 98 <Optimization>Disabled</Optimization> 99 <SDLCheck>true</SDLCheck> 100 </ClCompile> 101 <Lib /> 102 </ItemDefinitionGroup> 103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 104 <ClCompile> 105 <WarningLevel>Level3</WarningLevel> 106 <Optimization>Disabled</Optimization> 107 <SDLCheck>true</SDLCheck> 108 </ClCompile> 109 <Lib /> 110 </ItemDefinitionGroup> 111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 112 <ClCompile> 113 <WarningLevel>Level3</WarningLevel> 114 <Optimization>MaxSpeed</Optimization> 115 <FunctionLevelLinking>true</FunctionLevelLinking> 116 <IntrinsicFunctions>true</IntrinsicFunctions> 117 <SDLCheck>true</SDLCheck> 118 </ClCompile> 119 <Link> 120 <EnableCOMDATFolding>true</EnableCOMDATFolding> 121 <OptimizeReferences>true</OptimizeReferences> 122 </Link> 123 <Lib /> 124 </ItemDefinitionGroup> 125 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 126 <ClCompile> 127 <WarningLevel>Level3</WarningLevel> 128 <Optimization>MaxSpeed</Optimization> 129 <FunctionLevelLinking>true</FunctionLevelLinking> 130 <IntrinsicFunctions>true</IntrinsicFunctions> 131 <SDLCheck>true</SDLCheck> 132 </ClCompile> 133 <Link> 134 <EnableCOMDATFolding>true</EnableCOMDATFolding> 135 <OptimizeReferences>true</OptimizeReferences> 136 </Link> 137 <Lib /> 138 </ItemDefinitionGroup> 139 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 140 <ImportGroup Label="ExtensionTargets"> 141 </ImportGroup> 142</Project>