| <?xml version="1.0" encoding="utf-8"?> | 
 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
 |   <ItemGroup Label="ProjectConfigurations"> | 
 |     <ProjectConfiguration Include="Debug-mt|Win32"> | 
 |       <Configuration>Debug-mt</Configuration> | 
 |       <Platform>Win32</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Debug-mt|x64"> | 
 |       <Configuration>Debug-mt</Configuration> | 
 |       <Platform>x64</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Debug|Win32"> | 
 |       <Configuration>Debug</Configuration> | 
 |       <Platform>Win32</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Debug|x64"> | 
 |       <Configuration>Debug</Configuration> | 
 |       <Platform>x64</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Release-mt|Win32"> | 
 |       <Configuration>Release-mt</Configuration> | 
 |       <Platform>Win32</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Release-mt|x64"> | 
 |       <Configuration>Release-mt</Configuration> | 
 |       <Platform>x64</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Release|Win32"> | 
 |       <Configuration>Release</Configuration> | 
 |       <Platform>Win32</Platform> | 
 |     </ProjectConfiguration> | 
 |     <ProjectConfiguration Include="Release|x64"> | 
 |       <Configuration>Release</Configuration> | 
 |       <Platform>x64</Platform> | 
 |     </ProjectConfiguration> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <ClCompile Include="src\thrift\async\TAsyncChannel.cpp"/> | 
 |     <ClCompile Include="src\thrift\concurrency\BoostMonitor.cpp" /> | 
 |     <ClCompile Include="src\thrift\concurrency\BoostMutex.cpp" /> | 
 |     <ClCompile Include="src\thrift\concurrency\BoostThreadFactory.cpp" /> | 
 |     <ClCompile Include="src\thrift\concurrency\StdThreadFactory.cpp" /> | 
 |     <ClCompile Include="src\thrift\concurrency\ThreadManager.cpp"/> | 
 |     <ClCompile Include="src\thrift\concurrency\TimerManager.cpp"/> | 
 |     <ClCompile Include="src\thrift\concurrency\Util.cpp"/> | 
 |     <ClCompile Include="src\thrift\processor\PeekProcessor.cpp"/> | 
 |     <ClCompile Include="src\thrift\protocol\TBase64Utils.cpp" /> | 
 |     <ClCompile Include="src\thrift\protocol\TDebugProtocol.cpp"/> | 
 |     <ClCompile Include="src\thrift\protocol\TDenseProtocol.cpp"/> | 
 |     <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp"/> | 
 |     <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/> | 
 |     <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/> | 
 |     <ClCompile Include="src\thrift\TApplicationException.cpp"/> | 
 |     <ClCompile Include="src\thrift\Thrift.cpp"/> | 
 |     <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/> | 
 |     <ClCompile Include="src\thrift\transport\TFDTransport.cpp" /> | 
 |     <ClCompile Include="src\thrift\transport\TFileTransport.cpp"> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">true</ExcludedFromBuild> | 
 |     </ClCompile> | 
 |     <ClCompile Include="src\thrift\transport\THttpClient.cpp" /> | 
 |     <ClCompile Include="src\thrift\transport\THttpServer.cpp" /> | 
 |     <ClCompile Include="src\thrift\transport\THttpTransport.cpp"/> | 
 |     <ClCompile Include="src\thrift\transport\TPipe.cpp" /> | 
 |     <ClCompile Include="src\thrift\transport\TPipeServer.cpp" /> | 
 |     <ClCompile Include="src\thrift\transport\TServerSocket.cpp"/> | 
 |     <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" /> | 
 |     <ClCompile Include="src\thrift\transport\TSocket.cpp"/> | 
 |     <ClCompile Include="src\thrift\transport\TSSLSocket.cpp"> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> | 
 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">true</ExcludedFromBuild> | 
 |     </ClCompile> | 
 |     <ClCompile Include="src\thrift\transport\TTransportException.cpp"/> | 
 |     <ClCompile Include="src\thrift\transport\TTransportUtils.cpp"/> | 
 |     <ClCompile Include="src\thrift\windows\GetTimeOfDay.cpp" /> | 
 |     <ClCompile Include="src\thrift\windows\SocketPair.cpp" /> | 
 |     <ClCompile Include="src\thrift\windows\TWinsockSingleton.cpp" /> | 
 |     <ClCompile Include="src\thrift\windows\WinFcntl.cpp" /> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <ClInclude Include="src\thrift\async\TAsyncChannel.h" /> | 
 |     <ClInclude Include="src\thrift\concurrency\BoostThreadFactory.h" /> | 
 |     <ClInclude Include="src\thrift\concurrency\StdThreadFactory.h" /> | 
 |     <ClInclude Include="src\thrift\concurrency\Exception.h" /> | 
 |     <ClInclude Include="src\thrift\concurrency\PlatformThreadFactory.h" /> | 
 |     <ClInclude Include="src\thrift\processor\PeekProcessor.h" /> | 
 |     <ClInclude Include="src\thrift\protocol\TBinaryProtocol.h" /> | 
 |     <ClInclude Include="src\thrift\protocol\TDebugProtocol.h" /> | 
 |     <ClInclude Include="src\thrift\protocol\TDenseProtocol.h" /> | 
 |     <ClInclude Include="src\thrift\protocol\TJSONProtocol.h" /> | 
 |     <ClInclude Include="src\thrift\protocol\TProtocol.h" /> | 
 |     <ClInclude Include="src\thrift\protocol\TVirtualProtocol.h" /> | 
 |     <ClInclude Include="src\thrift\server\TServer.h" /> | 
 |     <ClInclude Include="src\thrift\server\TSimpleServer.h" /> | 
 |     <ClInclude Include="src\thrift\server\TThreadPoolServer.h" /> | 
 |     <ClInclude Include="src\thrift\TApplicationException.h" /> | 
 |     <ClInclude Include="src\thrift\Thrift.h" /> | 
 |     <ClInclude Include="src\thrift\TProcessor.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TBufferTransports.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TFDTransport.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TFileTransport.h" /> | 
 |     <ClInclude Include="src\thrift\transport\THttpClient.h" /> | 
 |     <ClInclude Include="src\thrift\transport\THttpServer.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TPipe.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TPipeServer.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TServerSocket.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TServerTransport.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TSimpleFileTransport.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TSocket.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TSSLSocket.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TTransport.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TTransportException.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TTransportUtils.h" /> | 
 |     <ClInclude Include="src\thrift\transport\TVirtualTransport.h" /> | 
 |     <ClInclude Include="src\thrift\windows\config.h" /> | 
 |     <ClInclude Include="src\thrift\windows\GetTimeOfDay.h" /> | 
 |     <ClInclude Include="src\thrift\windows\Operators.h" /> | 
 |     <ClInclude Include="src\thrift\windows\SocketPair.h" /> | 
 |     <ClInclude Include="src\thrift\windows\TWinsockSingleton.h" /> | 
 |     <ClInclude Include="src\thrift\windows\WinFcntl.h" /> | 
 |   </ItemGroup> | 
 |   <ItemGroup> | 
 |     <None Include="src\thrift\protocol\TBinaryProtocol.tcc" /> | 
 |   </ItemGroup> | 
 |   <PropertyGroup Label="Globals"> | 
 |     <ProjectGuid>{DD26F57E-60F2-4F37-A616-D219A9BF338F}</ProjectGuid> | 
 |     <Keyword>Win32Proj</Keyword> | 
 |     <RootNamespace>thrift</RootNamespace> | 
 |     <ProjectName>libthrift</ProjectName> | 
 |   </PropertyGroup> | 
 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration"> | 
 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration"> | 
 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration"> | 
 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration"> | 
 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 |     <CharacterSet>MultiByte</CharacterSet> | 
 |   </PropertyGroup> | 
 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
 |   <ImportGroup Label="ExtensionSettings"> | 
 |   </ImportGroup> | 
 |   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets"> | 
 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 |   </ImportGroup> | 
 |   <PropertyGroup Label="UserMacros" /> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\openssl\OpenSSL-Win32\include\;$(IncludePath)</IncludePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\openssl\OpenSSL-Win32\include\;$(IncludePath)</IncludePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\openssl\OpenSSL-Win32\include\;$(IncludePath)</IncludePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\openssl\OpenSSL-Win32\include\;$(IncludePath)</IncludePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\openssl\OpenSSL-Win32\include\;$(IncludePath)</IncludePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'"> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\openssl\OpenSSL-Win32\include\;$(IncludePath)</IncludePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\openssl\OpenSSL-Win32\include\;$(IncludePath)</IncludePath> | 
 |   </PropertyGroup> | 
 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'"> | 
 |     <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\openssl\OpenSSL-Win32\include\;$(IncludePath)</IncludePath> | 
 |   </PropertyGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 |     <ClCompile> | 
 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <Optimization>Disabled</Optimization> | 
 |       <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> | 
 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Windows</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> | 
 |     <ClCompile> | 
 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <Optimization>Disabled</Optimization> | 
 |       <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> | 
 |       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Windows</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
 |     <ClCompile> | 
 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <Optimization>Disabled</Optimization> | 
 |       <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Windows</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> | 
 |     <ClCompile> | 
 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <Optimization>Disabled</Optimization> | 
 |       <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Windows</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 |     <ClCompile> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 |       <Optimization>MaxSpeed</Optimization> | 
 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 |       <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Windows</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 |       <OptimizeReferences>true</OptimizeReferences> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'"> | 
 |     <ClCompile> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 |       <Optimization>MaxSpeed</Optimization> | 
 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 |       <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> | 
 |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Windows</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 |       <OptimizeReferences>true</OptimizeReferences> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
 |     <ClCompile> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 |       <Optimization>MaxSpeed</Optimization> | 
 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 |       <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Windows</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 |       <OptimizeReferences>true</OptimizeReferences> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'"> | 
 |     <ClCompile> | 
 |       <WarningLevel>Level3</WarningLevel> | 
 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 |       <Optimization>MaxSpeed</Optimization> | 
 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 |       <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
 |     </ClCompile> | 
 |     <Link> | 
 |       <SubSystem>Windows</SubSystem> | 
 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 |       <OptimizeReferences>true</OptimizeReferences> | 
 |     </Link> | 
 |   </ItemDefinitionGroup> | 
 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
 |   <ImportGroup Label="ExtensionTargets"> | 
 |   </ImportGroup> | 
 | </Project> |