2011-09-16 20:58:44 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<ClCompile Include="src\thrift\async\TAsyncChannel.cpp"/>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<ClCompile Include="src\thrift\concurrency\BoostMonitor.cpp" />
|
|
|
|
|
<ClCompile Include="src\thrift\concurrency\BoostMutex.cpp" />
|
|
|
|
|
<ClCompile Include="src\thrift\concurrency\BoostThreadFactory.cpp" />
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<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"/>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<ClCompile Include="src\thrift\protocol\TBase64Utils.cpp" />
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<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"/>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<ClCompile Include="src\thrift\transport\TFDTransport.cpp" />
|
|
|
|
|
<ClCompile Include="src\thrift\transport\TFileTransport.cpp">
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">true</ExcludedFromBuild>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">true</ExcludedFromBuild>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</ClCompile>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<ClCompile Include="src\thrift\transport\THttpClient.cpp" />
|
|
|
|
|
<ClCompile Include="src\thrift\transport\THttpServer.cpp" />
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<ClCompile Include="src\thrift\transport\THttpTransport.cpp"/>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<ClCompile Include="src\thrift\transport\TPipe.cpp" />
|
|
|
|
|
<ClCompile Include="src\thrift\transport\TPipeServer.cpp" />
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<ClCompile Include="src\thrift\transport\TServerSocket.cpp"/>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" />
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<ClCompile Include="src\thrift\transport\TSocket.cpp"/>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<ClCompile Include="src\thrift\transport\TSSLSocket.cpp">
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">true</ExcludedFromBuild>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">true</ExcludedFromBuild>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">true</ExcludedFromBuild>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">true</ExcludedFromBuild>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</ClCompile>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<ClCompile Include="src\thrift\transport\TTransportException.cpp"/>
|
|
|
|
|
<ClCompile Include="src\thrift\transport\TTransportUtils.cpp"/>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<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" />
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<ClInclude Include="src\thrift\async\TAsyncChannel.h" />
|
|
|
|
|
<ClInclude Include="src\thrift\concurrency\BoostThreadFactory.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" />
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-04-14 11:03:21 +00:00
|
|
|
|
<None Include="src\thrift\protocol\TBinaryProtocol.tcc" />
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</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>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<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>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<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>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<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>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<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>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2012-04-14 11:03:43 +00:00
|
|
|
|
<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>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</PropertyGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2012-04-14 11:03:43 +00:00
|
|
|
|
<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>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
</PropertyGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2012-04-14 11:03:43 +00:00
|
|
|
|
<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>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</PropertyGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2012-04-14 11:03:43 +00:00
|
|
|
|
<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>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
</PropertyGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-11-16 19:11:34 +00:00
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<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>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-11-16 19:11:34 +00:00
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-10-11 19:02:37 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2013-06-07 11:33:01 +00:00
|
|
|
|
<PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2011-09-16 20:58:44 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2012-06-24 19:18:00 +00:00
|
|
|
|
</Project>
|