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  <PropertyGroup Label="Globals">
22    <ProjectGuid>{25B39566-623A-410B-B489-FEFE6B997A7E}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
25    <ProjectName>sasl2</ProjectName>
26  </PropertyGroup>
27  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29    <ConfigurationType>DynamicLibrary</ConfigurationType>
30    <UseDebugLibraries>true</UseDebugLibraries>
31    <PlatformToolset>v140</PlatformToolset>
32    <CharacterSet>Unicode</CharacterSet>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35    <ConfigurationType>DynamicLibrary</ConfigurationType>
36    <UseDebugLibraries>false</UseDebugLibraries>
37    <PlatformToolset>v140</PlatformToolset>
38    <CharacterSet>Unicode</CharacterSet>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41    <ConfigurationType>DynamicLibrary</ConfigurationType>
42    <UseDebugLibraries>true</UseDebugLibraries>
43    <PlatformToolset>v140</PlatformToolset>
44    <CharacterSet>Unicode</CharacterSet>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47    <ConfigurationType>DynamicLibrary</ConfigurationType>
48    <UseDebugLibraries>false</UseDebugLibraries>
49    <PlatformToolset>v140</PlatformToolset>
50    <CharacterSet>Unicode</CharacterSet>
51  </PropertyGroup>
52  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
53  <ImportGroup Label="ExtensionSettings">
54  </ImportGroup>
55  <ImportGroup Label="Shared">
56  </ImportGroup>
57  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59    <Import Project="cyrus-sasl.props" />
60    <Import Project="openssl.props" />
61  </ImportGroup>
62  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64    <Import Project="cyrus-sasl.props" />
65    <Import Project="openssl.props" />
66  </ImportGroup>
67  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
68    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69    <Import Project="cyrus-sasl.props" />
70    <Import Project="openssl.props" />
71  </ImportGroup>
72  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
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="openssl.props" />
76  </ImportGroup>
77  <PropertyGroup Label="UserMacros" />
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
81  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
82  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83    <ClCompile>
84      <WarningLevel>Level3</WarningLevel>
85      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
86      <Optimization>Disabled</Optimization>
87      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88    </ClCompile>
89    <Link>
90      <TargetMachine>MachineX86</TargetMachine>
91      <GenerateDebugInformation>true</GenerateDebugInformation>
92      <SubSystem>NotSet</SubSystem>
93      <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
94    </Link>
95  </ItemDefinitionGroup>
96  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
97    <ClCompile>
98      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
100      <WarningLevel>Level3</WarningLevel>
101      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
102    </ClCompile>
103    <Link>
104      <TargetMachine>MachineX86</TargetMachine>
105      <GenerateDebugInformation>true</GenerateDebugInformation>
106      <SubSystem>Windows</SubSystem>
107      <EnableCOMDATFolding>true</EnableCOMDATFolding>
108      <OptimizeReferences>true</OptimizeReferences>
109      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
110    </Link>
111  </ItemDefinitionGroup>
112  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
113    <ClCompile>
114      <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
115    </ClCompile>
116    <Link>
117      <GenerateDebugInformation>true</GenerateDebugInformation>
118      <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
119      <SubSystem>NotSet</SubSystem>
120    </Link>
121  </ItemDefinitionGroup>
122  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
123    <ClCompile>
124      <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
125    </ClCompile>
126    <Link>
127      <EnableCOMDATFolding>true</EnableCOMDATFolding>
128      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
129    </Link>
130  </ItemDefinitionGroup>
131  <ItemGroup>
132    <ClCompile Include="..\lib\auxprop.c" />
133    <ClCompile Include="..\lib\canonusr.c" />
134    <ClCompile Include="..\lib\checkpw.c" />
135    <ClCompile Include="..\lib\client.c" />
136    <ClCompile Include="..\lib\common.c" />
137    <ClCompile Include="..\lib\config.c" />
138    <ClCompile Include="..\lib\external.c" />
139    <ClCompile Include="..\lib\getsubopt.c" />
140    <ClCompile Include="..\lib\md5.c" />
141    <ClCompile Include="..\lib\saslutil.c" />
142    <ClCompile Include="..\lib\server.c" />
143    <ClCompile Include="..\lib\seterror.c" />
144    <ClCompile Include="..\lib\windlopen.c" />
145  </ItemGroup>
146  <ItemGroup>
147    <ClInclude Include="..\lib\saslint.h" />
148    <ClInclude Include="..\lib\staticopen.h" />
149  </ItemGroup>
150  <ItemGroup>
151    <ProjectReference Include="common.vcxproj">
152      <Project>{528f3494-1c30-405f-9fdf-22fa4afe54f4}</Project>
153    </ProjectReference>
154    <ProjectReference Include="plugin_anonymous.vcxproj">
155      <Project>{666d9377-c82c-4391-96bb-b9a5794fb9dd}</Project>
156    </ProjectReference>
157    <ProjectReference Include="plugin_digestmd5.vcxproj">
158      <Project>{6e87064b-9a5e-4f05-a8fb-09fc72e9e3cc}</Project>
159    </ProjectReference>
160    <ProjectReference Include="plugin_ntlm.vcxproj">
161      <Project>{7d694002-b275-4895-a76e-a6ed345fd3c3}</Project>
162    </ProjectReference>
163    <ProjectReference Include="plugin_plain.vcxproj">
164      <Project>{b8c5499f-bcb8-409c-8446-0d92de118020}</Project>
165    </ProjectReference>
166    <ProjectReference Include="plugin_login.vcxproj">
167      <Project>{6f556f64-fb73-4e7d-9908-eeba78d1592e}</Project>
168    </ProjectReference>
169    <ProjectReference Include="plugin_scram.vcxproj">
170      <Project>{639d1c4b-acc5-40a4-a96b-731e7fc21ea7}</Project>
171    </ProjectReference>
172  </ItemGroup>
173  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
174  <ImportGroup Label="ExtensionTargets">
175  </ImportGroup>
176</Project>