blob: e6ae240315a283624100c13a91c31d8ee08f56ae [file] [log] [blame]
Roger Meier84e4a3c2011-09-16 20:58:44 +00001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
Roger Meierbd057f62012-06-24 19:18:00 +00004 <ProjectConfiguration Include="Debug-mt|Win32">
5 <Configuration>Debug-mt</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug-mt|x64">
9 <Configuration>Debug-mt</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
Roger Meier84e4a3c2011-09-16 20:58:44 +000012 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
Roger Meier878a9482011-10-11 19:02:37 +000016 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
Roger Meierbd057f62012-06-24 19:18:00 +000020 <ProjectConfiguration Include="Release-mt|Win32">
21 <Configuration>Release-mt</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release-mt|x64">
25 <Configuration>Release-mt</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
Roger Meier84e4a3c2011-09-16 20:58:44 +000028 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
Roger Meier878a9482011-10-11 19:02:37 +000032 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
Roger Meier84e4a3c2011-09-16 20:58:44 +000036 </ItemGroup>
37 <ItemGroup>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040038 <ClCompile Include="src\thrift\async\TAsyncChannel.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000039 <ClCompile Include="src\thrift\concurrency\BoostMonitor.cpp" />
40 <ClCompile Include="src\thrift\concurrency\BoostMutex.cpp" />
41 <ClCompile Include="src\thrift\concurrency\BoostThreadFactory.cpp" />
Ben Craigaea8bfe2013-09-27 10:44:54 -050042 <ClCompile Include="src\thrift\concurrency\StdThreadFactory.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040043 <ClCompile Include="src\thrift\concurrency\ThreadManager.cpp"/>
44 <ClCompile Include="src\thrift\concurrency\TimerManager.cpp"/>
45 <ClCompile Include="src\thrift\concurrency\Util.cpp"/>
46 <ClCompile Include="src\thrift\processor\PeekProcessor.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000047 <ClCompile Include="src\thrift\protocol\TBase64Utils.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040048 <ClCompile Include="src\thrift\protocol\TDebugProtocol.cpp"/>
49 <ClCompile Include="src\thrift\protocol\TDenseProtocol.cpp"/>
50 <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp"/>
Jens Geyer9a4f40d2014-07-04 22:02:21 +020051 <ClCompile Include="src\thrift\protocol\TMultiplexedProtocol.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040052 <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/>
53 <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/>
Jens Geyer81b3a422014-07-04 22:30:14 +020054 <ClCompile Include="src\thrift\server\TThreadedServer.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040055 <ClCompile Include="src\thrift\TApplicationException.cpp"/>
56 <ClCompile Include="src\thrift\Thrift.cpp"/>
57 <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000058 <ClCompile Include="src\thrift\transport\TFDTransport.cpp" />
59 <ClCompile Include="src\thrift\transport\TFileTransport.cpp">
Roger Meier84e4a3c2011-09-16 20:58:44 +000060 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
Roger Meierbd057f62012-06-24 19:18:00 +000061 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">true</ExcludedFromBuild>
Roger Meier878a9482011-10-11 19:02:37 +000062 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
Roger Meierbd057f62012-06-24 19:18:00 +000063 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">true</ExcludedFromBuild>
Roger Meier84e4a3c2011-09-16 20:58:44 +000064 </ClCompile>
Roger Meier1516be02012-04-14 11:03:21 +000065 <ClCompile Include="src\thrift\transport\THttpClient.cpp" />
66 <ClCompile Include="src\thrift\transport\THttpServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040067 <ClCompile Include="src\thrift\transport\THttpTransport.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000068 <ClCompile Include="src\thrift\transport\TPipe.cpp" />
69 <ClCompile Include="src\thrift\transport\TPipeServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040070 <ClCompile Include="src\thrift\transport\TServerSocket.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000071 <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040072 <ClCompile Include="src\thrift\transport\TSocket.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000073 <ClCompile Include="src\thrift\transport\TSSLSocket.cpp">
Roger Meier84e4a3c2011-09-16 20:58:44 +000074 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
Roger Meierbd057f62012-06-24 19:18:00 +000075 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">true</ExcludedFromBuild>
Roger Meier878a9482011-10-11 19:02:37 +000076 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
Roger Meierbd057f62012-06-24 19:18:00 +000077 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">true</ExcludedFromBuild>
Roger Meier84e4a3c2011-09-16 20:58:44 +000078 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
Roger Meierbd057f62012-06-24 19:18:00 +000079 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">true</ExcludedFromBuild>
Roger Meier878a9482011-10-11 19:02:37 +000080 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
Roger Meierbd057f62012-06-24 19:18:00 +000081 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">true</ExcludedFromBuild>
Roger Meier84e4a3c2011-09-16 20:58:44 +000082 </ClCompile>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040083 <ClCompile Include="src\thrift\transport\TTransportException.cpp"/>
84 <ClCompile Include="src\thrift\transport\TTransportUtils.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000085 <ClCompile Include="src\thrift\windows\GetTimeOfDay.cpp" />
Roger Meierfaf52db2014-06-09 22:41:06 +020086 <ClCompile Include="src\thrift\windows\OverlappedSubmissionThread.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000087 <ClCompile Include="src\thrift\windows\SocketPair.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000088 <ClCompile Include="src\thrift\windows\TWinsockSingleton.cpp" />
89 <ClCompile Include="src\thrift\windows\WinFcntl.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000090 </ItemGroup>
91 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000092 <ClInclude Include="src\thrift\async\TAsyncChannel.h" />
93 <ClInclude Include="src\thrift\concurrency\BoostThreadFactory.h" />
Ben Craigaea8bfe2013-09-27 10:44:54 -050094 <ClInclude Include="src\thrift\concurrency\StdThreadFactory.h" />
Roger Meier1516be02012-04-14 11:03:21 +000095 <ClInclude Include="src\thrift\concurrency\Exception.h" />
96 <ClInclude Include="src\thrift\concurrency\PlatformThreadFactory.h" />
97 <ClInclude Include="src\thrift\processor\PeekProcessor.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +020098 <ClInclude Include="src\thrift\processor\TMultiplexedProcessor.h" />
Roger Meier1516be02012-04-14 11:03:21 +000099 <ClInclude Include="src\thrift\protocol\TBinaryProtocol.h" />
100 <ClInclude Include="src\thrift\protocol\TDebugProtocol.h" />
101 <ClInclude Include="src\thrift\protocol\TDenseProtocol.h" />
102 <ClInclude Include="src\thrift\protocol\TJSONProtocol.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +0200103 <ClInclude Include="src\thrift\protocol\TMultiplexedProtocol.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000104 <ClInclude Include="src\thrift\protocol\TProtocol.h" />
105 <ClInclude Include="src\thrift\protocol\TVirtualProtocol.h" />
106 <ClInclude Include="src\thrift\server\TServer.h" />
107 <ClInclude Include="src\thrift\server\TSimpleServer.h" />
108 <ClInclude Include="src\thrift\server\TThreadPoolServer.h" />
Jens Geyer81b3a422014-07-04 22:30:14 +0200109 <ClInclude Include="src\thrift\server\TThreadedServer.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000110 <ClInclude Include="src\thrift\TApplicationException.h" />
111 <ClInclude Include="src\thrift\Thrift.h" />
112 <ClInclude Include="src\thrift\TProcessor.h" />
113 <ClInclude Include="src\thrift\transport\TBufferTransports.h" />
114 <ClInclude Include="src\thrift\transport\TFDTransport.h" />
115 <ClInclude Include="src\thrift\transport\TFileTransport.h" />
116 <ClInclude Include="src\thrift\transport\THttpClient.h" />
117 <ClInclude Include="src\thrift\transport\THttpServer.h" />
118 <ClInclude Include="src\thrift\transport\TPipe.h" />
119 <ClInclude Include="src\thrift\transport\TPipeServer.h" />
120 <ClInclude Include="src\thrift\transport\TServerSocket.h" />
121 <ClInclude Include="src\thrift\transport\TServerTransport.h" />
122 <ClInclude Include="src\thrift\transport\TSimpleFileTransport.h" />
123 <ClInclude Include="src\thrift\transport\TSocket.h" />
124 <ClInclude Include="src\thrift\transport\TSSLSocket.h" />
125 <ClInclude Include="src\thrift\transport\TTransport.h" />
126 <ClInclude Include="src\thrift\transport\TTransportException.h" />
127 <ClInclude Include="src\thrift\transport\TTransportUtils.h" />
128 <ClInclude Include="src\thrift\transport\TVirtualTransport.h" />
129 <ClInclude Include="src\thrift\windows\config.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000130 <ClInclude Include="src\thrift\windows\GetTimeOfDay.h" />
131 <ClInclude Include="src\thrift\windows\Operators.h" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200132 <ClInclude Include="src\thrift\windows\OverlappedSubmissionThread.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000133 <ClInclude Include="src\thrift\windows\SocketPair.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000134 <ClInclude Include="src\thrift\windows\TWinsockSingleton.h" />
135 <ClInclude Include="src\thrift\windows\WinFcntl.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000136 </ItemGroup>
137 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +0000138 <None Include="src\thrift\protocol\TBinaryProtocol.tcc" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000139 </ItemGroup>
140 <PropertyGroup Label="Globals">
141 <ProjectGuid>{DD26F57E-60F2-4F37-A616-D219A9BF338F}</ProjectGuid>
142 <Keyword>Win32Proj</Keyword>
143 <RootNamespace>thrift</RootNamespace>
144 <ProjectName>libthrift</ProjectName>
145 </PropertyGroup>
146 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
147 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
148 <ConfigurationType>StaticLibrary</ConfigurationType>
149 <UseDebugLibraries>true</UseDebugLibraries>
150 <CharacterSet>MultiByte</CharacterSet>
151 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000152 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration">
153 <ConfigurationType>StaticLibrary</ConfigurationType>
154 <UseDebugLibraries>true</UseDebugLibraries>
155 <CharacterSet>MultiByte</CharacterSet>
156 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
158 <ConfigurationType>StaticLibrary</ConfigurationType>
159 <UseDebugLibraries>true</UseDebugLibraries>
160 <CharacterSet>MultiByte</CharacterSet>
161 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000162 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration">
163 <ConfigurationType>StaticLibrary</ConfigurationType>
164 <UseDebugLibraries>true</UseDebugLibraries>
165 <CharacterSet>MultiByte</CharacterSet>
166 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000167 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
168 <ConfigurationType>StaticLibrary</ConfigurationType>
169 <UseDebugLibraries>false</UseDebugLibraries>
170 <WholeProgramOptimization>true</WholeProgramOptimization>
171 <CharacterSet>MultiByte</CharacterSet>
172 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000173 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration">
174 <ConfigurationType>StaticLibrary</ConfigurationType>
175 <UseDebugLibraries>false</UseDebugLibraries>
176 <WholeProgramOptimization>true</WholeProgramOptimization>
177 <CharacterSet>MultiByte</CharacterSet>
178 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000179 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
180 <ConfigurationType>StaticLibrary</ConfigurationType>
181 <UseDebugLibraries>false</UseDebugLibraries>
182 <WholeProgramOptimization>true</WholeProgramOptimization>
183 <CharacterSet>MultiByte</CharacterSet>
184 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000185 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration">
186 <ConfigurationType>StaticLibrary</ConfigurationType>
187 <UseDebugLibraries>false</UseDebugLibraries>
188 <WholeProgramOptimization>true</WholeProgramOptimization>
189 <CharacterSet>MultiByte</CharacterSet>
190 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000191 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
192 <ImportGroup Label="ExtensionSettings">
193 </ImportGroup>
194 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
195 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200196 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000197 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000198 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets">
199 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200200 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000201 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000202 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
203 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200204 <Import Project="3rdparty.props" />
Roger Meier878a9482011-10-11 19:02:37 +0000205 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000206 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets">
207 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200208 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000209 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000210 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
211 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200212 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000213 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000214 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="PropertySheets">
215 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200216 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000217 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000218 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
219 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200220 <Import Project="3rdparty.props" />
Roger Meier878a9482011-10-11 19:02:37 +0000221 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000222 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets">
223 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200224 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000225 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000226 <PropertyGroup Label="UserMacros" />
227 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200228 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000229 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000230 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200231 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath>
Roger Meierbd057f62012-06-24 19:18:00 +0000232 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000233 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200234 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath>
Roger Meier878a9482011-10-11 19:02:37 +0000235 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000236 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200237 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath>
Roger Meierbd057f62012-06-24 19:18:00 +0000238 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000239 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200240 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000241 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000242 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200243 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath>
Roger Meierbd057f62012-06-24 19:18:00 +0000244 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000245 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200246 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath>
Roger Meier878a9482011-10-11 19:02:37 +0000247 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000248 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200249 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath>
Roger Meierbd057f62012-06-24 19:18:00 +0000250 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000251 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
252 <ClCompile>
253 <PrecompiledHeader>NotUsing</PrecompiledHeader>
254 <WarningLevel>Level3</WarningLevel>
255 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400256 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000257 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Roger Meierbd057f62012-06-24 19:18:00 +0000258 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
259 </ClCompile>
260 <Link>
261 <SubSystem>Windows</SubSystem>
262 <GenerateDebugInformation>true</GenerateDebugInformation>
263 </Link>
264 </ItemDefinitionGroup>
265 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
266 <ClCompile>
267 <PrecompiledHeader>NotUsing</PrecompiledHeader>
268 <WarningLevel>Level3</WarningLevel>
269 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400270 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000271 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
272 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000273 </ClCompile>
274 <Link>
275 <SubSystem>Windows</SubSystem>
276 <GenerateDebugInformation>true</GenerateDebugInformation>
277 </Link>
278 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000279 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
280 <ClCompile>
281 <PrecompiledHeader>NotUsing</PrecompiledHeader>
282 <WarningLevel>Level3</WarningLevel>
283 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400284 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000285 </ClCompile>
286 <Link>
287 <SubSystem>Windows</SubSystem>
288 <GenerateDebugInformation>true</GenerateDebugInformation>
289 </Link>
290 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000291 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
292 <ClCompile>
293 <PrecompiledHeader>NotUsing</PrecompiledHeader>
294 <WarningLevel>Level3</WarningLevel>
295 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400296 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000297 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
298 </ClCompile>
299 <Link>
300 <SubSystem>Windows</SubSystem>
301 <GenerateDebugInformation>true</GenerateDebugInformation>
302 </Link>
303 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000304 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
305 <ClCompile>
306 <WarningLevel>Level3</WarningLevel>
307 <PrecompiledHeader>NotUsing</PrecompiledHeader>
308 <Optimization>MaxSpeed</Optimization>
309 <FunctionLevelLinking>true</FunctionLevelLinking>
310 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400311 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000312 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000313 </ClCompile>
314 <Link>
315 <SubSystem>Windows</SubSystem>
316 <GenerateDebugInformation>true</GenerateDebugInformation>
317 <EnableCOMDATFolding>true</EnableCOMDATFolding>
318 <OptimizeReferences>true</OptimizeReferences>
319 </Link>
320 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000321 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
322 <ClCompile>
323 <WarningLevel>Level3</WarningLevel>
324 <PrecompiledHeader>NotUsing</PrecompiledHeader>
325 <Optimization>MaxSpeed</Optimization>
326 <FunctionLevelLinking>true</FunctionLevelLinking>
327 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400328 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000329 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
330 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
331 </ClCompile>
332 <Link>
333 <SubSystem>Windows</SubSystem>
334 <GenerateDebugInformation>true</GenerateDebugInformation>
335 <EnableCOMDATFolding>true</EnableCOMDATFolding>
336 <OptimizeReferences>true</OptimizeReferences>
337 </Link>
338 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000339 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
340 <ClCompile>
341 <WarningLevel>Level3</WarningLevel>
342 <PrecompiledHeader>NotUsing</PrecompiledHeader>
343 <Optimization>MaxSpeed</Optimization>
344 <FunctionLevelLinking>true</FunctionLevelLinking>
345 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400346 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000347 </ClCompile>
348 <Link>
349 <SubSystem>Windows</SubSystem>
350 <GenerateDebugInformation>true</GenerateDebugInformation>
351 <EnableCOMDATFolding>true</EnableCOMDATFolding>
352 <OptimizeReferences>true</OptimizeReferences>
353 </Link>
354 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000355 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
356 <ClCompile>
357 <WarningLevel>Level3</WarningLevel>
358 <PrecompiledHeader>NotUsing</PrecompiledHeader>
359 <Optimization>MaxSpeed</Optimization>
360 <FunctionLevelLinking>true</FunctionLevelLinking>
361 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400362 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000363 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
364 </ClCompile>
365 <Link>
366 <SubSystem>Windows</SubSystem>
367 <GenerateDebugInformation>true</GenerateDebugInformation>
368 <EnableCOMDATFolding>true</EnableCOMDATFolding>
369 <OptimizeReferences>true</OptimizeReferences>
370 </Link>
371 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000372 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
373 <ImportGroup Label="ExtensionTargets">
374 </ImportGroup>
Roger Meierfaf52db2014-06-09 22:41:06 +0200375</Project>