blob: 2353cd39a51fd365765d0fe5407394e0d2a894f7 [file] [log] [blame]
KCris176bf0c2015-12-16 17:02:56 +02001<?xml version="1.0" encoding="utf-8"?>
Roger Meier84e4a3c2011-09-16 20:58:44 +00002<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"/>
jfarrella3dc3f82016-01-05 21:10:01 -050039 <ClCompile Include="src\thrift\async\TConcurrentClientSyncInfo.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000040 <ClCompile Include="src\thrift\concurrency\BoostMonitor.cpp" />
41 <ClCompile Include="src\thrift\concurrency\BoostMutex.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040042 <ClCompile Include="src\thrift\concurrency\ThreadManager.cpp"/>
43 <ClCompile Include="src\thrift\concurrency\TimerManager.cpp"/>
44 <ClCompile Include="src\thrift\concurrency\Util.cpp"/>
45 <ClCompile Include="src\thrift\processor\PeekProcessor.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000046 <ClCompile Include="src\thrift\protocol\TBase64Utils.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040047 <ClCompile Include="src\thrift\protocol\TDebugProtocol.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040048 <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp"/>
KCris176bf0c2015-12-16 17:02:56 +020049 <ClCompile Include="src\thrift\protocol\TProtocol.cpp"/>
Jens Geyer9a4f40d2014-07-04 22:02:21 +020050 <ClCompile Include="src\thrift\protocol\TMultiplexedProtocol.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040051 <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/>
52 <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/>
Jens Geyer81b3a422014-07-04 22:30:14 +020053 <ClCompile Include="src\thrift\server\TThreadedServer.cpp"/>
Andylee7a512202018-10-17 21:20:47 +080054 <ClCompile Include="src\thrift\server\TConnectedClient.cpp"/>
55 <ClCompile Include="src\thrift\server\TNonblockingServer.cpp"/>
56 <ClCompile Include="src\thrift\server\TServerFramework.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040057 <ClCompile Include="src\thrift\TApplicationException.cpp"/>
KCris176bf0c2015-12-16 17:02:56 +020058 <ClCompile Include="src\thrift\TOutput.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040059 <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000060 <ClCompile Include="src\thrift\transport\TFDTransport.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000061 <ClCompile Include="src\thrift\transport\THttpClient.cpp" />
62 <ClCompile Include="src\thrift\transport\THttpServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040063 <ClCompile Include="src\thrift\transport\THttpTransport.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000064 <ClCompile Include="src\thrift\transport\TPipe.cpp" />
65 <ClCompile Include="src\thrift\transport\TPipeServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040066 <ClCompile Include="src\thrift\transport\TServerSocket.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000067 <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" />
Jens Geyer656a2fb2014-10-01 21:53:02 +020068 <ClCompile Include="src\thrift\transport\TFileTransport.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040069 <ClCompile Include="src\thrift\transport\TSocket.cpp"/>
Jens Geyer656a2fb2014-10-01 21:53:02 +020070 <ClCompile Include="src\thrift\transport\TSSLSocket.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040071 <ClCompile Include="src\thrift\transport\TTransportException.cpp"/>
72 <ClCompile Include="src\thrift\transport\TTransportUtils.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000073 <ClCompile Include="src\thrift\windows\GetTimeOfDay.cpp" />
Roger Meierfaf52db2014-06-09 22:41:06 +020074 <ClCompile Include="src\thrift\windows\OverlappedSubmissionThread.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000075 <ClCompile Include="src\thrift\windows\SocketPair.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000076 <ClCompile Include="src\thrift\windows\TWinsockSingleton.cpp" />
77 <ClCompile Include="src\thrift\windows\WinFcntl.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000078 </ItemGroup>
79 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000080 <ClInclude Include="src\thrift\async\TAsyncChannel.h" />
jfarrella3dc3f82016-01-05 21:10:01 -050081 <ClInclude Include="src\thrift\async\TConcurrentClientSyncInfo.h" />
Roger Meier1516be02012-04-14 11:03:21 +000082 <ClInclude Include="src\thrift\concurrency\Exception.h" />
Roger Meier1516be02012-04-14 11:03:21 +000083 <ClInclude Include="src\thrift\processor\PeekProcessor.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +020084 <ClInclude Include="src\thrift\processor\TMultiplexedProcessor.h" />
Roger Meier1516be02012-04-14 11:03:21 +000085 <ClInclude Include="src\thrift\protocol\TBinaryProtocol.h" />
86 <ClInclude Include="src\thrift\protocol\TDebugProtocol.h" />
Roger Meier1516be02012-04-14 11:03:21 +000087 <ClInclude Include="src\thrift\protocol\TJSONProtocol.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +020088 <ClInclude Include="src\thrift\protocol\TMultiplexedProtocol.h" />
Roger Meier1516be02012-04-14 11:03:21 +000089 <ClInclude Include="src\thrift\protocol\TProtocol.h" />
90 <ClInclude Include="src\thrift\protocol\TVirtualProtocol.h" />
91 <ClInclude Include="src\thrift\server\TServer.h" />
92 <ClInclude Include="src\thrift\server\TSimpleServer.h" />
93 <ClInclude Include="src\thrift\server\TThreadPoolServer.h" />
Jens Geyer81b3a422014-07-04 22:30:14 +020094 <ClInclude Include="src\thrift\server\TThreadedServer.h" />
Roger Meier1516be02012-04-14 11:03:21 +000095 <ClInclude Include="src\thrift\TApplicationException.h" />
96 <ClInclude Include="src\thrift\Thrift.h" />
KCris176bf0c2015-12-16 17:02:56 +020097 <ClInclude Include="src\thrift\TOutput.h" />
Roger Meier1516be02012-04-14 11:03:21 +000098 <ClInclude Include="src\thrift\TProcessor.h" />
99 <ClInclude Include="src\thrift\transport\TBufferTransports.h" />
100 <ClInclude Include="src\thrift\transport\TFDTransport.h" />
101 <ClInclude Include="src\thrift\transport\TFileTransport.h" />
102 <ClInclude Include="src\thrift\transport\THttpClient.h" />
103 <ClInclude Include="src\thrift\transport\THttpServer.h" />
104 <ClInclude Include="src\thrift\transport\TPipe.h" />
105 <ClInclude Include="src\thrift\transport\TPipeServer.h" />
106 <ClInclude Include="src\thrift\transport\TServerSocket.h" />
107 <ClInclude Include="src\thrift\transport\TServerTransport.h" />
108 <ClInclude Include="src\thrift\transport\TSimpleFileTransport.h" />
109 <ClInclude Include="src\thrift\transport\TSocket.h" />
110 <ClInclude Include="src\thrift\transport\TSSLSocket.h" />
111 <ClInclude Include="src\thrift\transport\TTransport.h" />
112 <ClInclude Include="src\thrift\transport\TTransportException.h" />
113 <ClInclude Include="src\thrift\transport\TTransportUtils.h" />
114 <ClInclude Include="src\thrift\transport\TVirtualTransport.h" />
115 <ClInclude Include="src\thrift\windows\config.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000116 <ClInclude Include="src\thrift\windows\GetTimeOfDay.h" />
117 <ClInclude Include="src\thrift\windows\Operators.h" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200118 <ClInclude Include="src\thrift\windows\OverlappedSubmissionThread.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000119 <ClInclude Include="src\thrift\windows\SocketPair.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000120 <ClInclude Include="src\thrift\windows\TWinsockSingleton.h" />
121 <ClInclude Include="src\thrift\windows\WinFcntl.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000122 </ItemGroup>
123 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +0000124 <None Include="src\thrift\protocol\TBinaryProtocol.tcc" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000125 </ItemGroup>
126 <PropertyGroup Label="Globals">
127 <ProjectGuid>{DD26F57E-60F2-4F37-A616-D219A9BF338F}</ProjectGuid>
128 <Keyword>Win32Proj</Keyword>
129 <RootNamespace>thrift</RootNamespace>
130 <ProjectName>libthrift</ProjectName>
131 </PropertyGroup>
132 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
134 <ConfigurationType>StaticLibrary</ConfigurationType>
135 <UseDebugLibraries>true</UseDebugLibraries>
136 <CharacterSet>MultiByte</CharacterSet>
137 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000138 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration">
139 <ConfigurationType>StaticLibrary</ConfigurationType>
140 <UseDebugLibraries>true</UseDebugLibraries>
141 <CharacterSet>MultiByte</CharacterSet>
142 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000143 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
144 <ConfigurationType>StaticLibrary</ConfigurationType>
145 <UseDebugLibraries>true</UseDebugLibraries>
146 <CharacterSet>MultiByte</CharacterSet>
147 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000148 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration">
149 <ConfigurationType>StaticLibrary</ConfigurationType>
150 <UseDebugLibraries>true</UseDebugLibraries>
151 <CharacterSet>MultiByte</CharacterSet>
152 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
154 <ConfigurationType>StaticLibrary</ConfigurationType>
155 <UseDebugLibraries>false</UseDebugLibraries>
156 <WholeProgramOptimization>true</WholeProgramOptimization>
157 <CharacterSet>MultiByte</CharacterSet>
158 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000159 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration">
160 <ConfigurationType>StaticLibrary</ConfigurationType>
161 <UseDebugLibraries>false</UseDebugLibraries>
162 <WholeProgramOptimization>true</WholeProgramOptimization>
163 <CharacterSet>MultiByte</CharacterSet>
164 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000165 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
166 <ConfigurationType>StaticLibrary</ConfigurationType>
167 <UseDebugLibraries>false</UseDebugLibraries>
168 <WholeProgramOptimization>true</WholeProgramOptimization>
169 <CharacterSet>MultiByte</CharacterSet>
170 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000171 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration">
172 <ConfigurationType>StaticLibrary</ConfigurationType>
173 <UseDebugLibraries>false</UseDebugLibraries>
174 <WholeProgramOptimization>true</WholeProgramOptimization>
175 <CharacterSet>MultiByte</CharacterSet>
176 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000177 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
178 <ImportGroup Label="ExtensionSettings">
179 </ImportGroup>
180 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
181 <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 +0200182 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000183 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000184 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets">
185 <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 +0200186 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000187 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000188 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
189 <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 +0200190 <Import Project="3rdparty.props" />
Roger Meier878a9482011-10-11 19:02:37 +0000191 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000192 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets">
193 <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 +0200194 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000195 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000196 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
197 <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 +0200198 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000199 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000200 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="PropertySheets">
201 <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 +0200202 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000203 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000204 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
205 <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 +0200206 <Import Project="3rdparty.props" />
Roger Meier878a9482011-10-11 19:02:37 +0000207 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000208 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets">
209 <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 +0200210 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000211 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000212 <PropertyGroup Label="UserMacros" />
213 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200214 <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 +0000215 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000216 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200217 <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 +0000218 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000219 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200220 <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 +0000221 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000222 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200223 <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 +0000224 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000225 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200226 <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 +0000227 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000228 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200229 <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 +0000230 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000231 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200232 <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 +0000233 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000234 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200235 <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 +0000236 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000237 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
238 <ClCompile>
239 <PrecompiledHeader>NotUsing</PrecompiledHeader>
240 <WarningLevel>Level3</WarningLevel>
241 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400242 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000243 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Roger Meierbd057f62012-06-24 19:18:00 +0000244 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
245 </ClCompile>
246 <Link>
247 <SubSystem>Windows</SubSystem>
248 <GenerateDebugInformation>true</GenerateDebugInformation>
249 </Link>
250 </ItemDefinitionGroup>
251 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|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 Meierbd057f62012-06-24 19:18:00 +0000257 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Jens Geyer6d570262020-10-01 21:48:07 +0200258 <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000259 </ClCompile>
260 <Link>
261 <SubSystem>Windows</SubSystem>
262 <GenerateDebugInformation>true</GenerateDebugInformation>
263 </Link>
264 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000265 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
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>
Jens Geyer6d570262020-10-01 21:48:07 +0200271 <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
Roger Meier878a9482011-10-11 19:02:37 +0000272 </ClCompile>
273 <Link>
274 <SubSystem>Windows</SubSystem>
275 <GenerateDebugInformation>true</GenerateDebugInformation>
276 </Link>
277 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000278 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
279 <ClCompile>
280 <PrecompiledHeader>NotUsing</PrecompiledHeader>
281 <WarningLevel>Level3</WarningLevel>
282 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400283 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200284 <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
Roger Meierbd057f62012-06-24 19:18:00 +0000285 </ClCompile>
286 <Link>
287 <SubSystem>Windows</SubSystem>
288 <GenerateDebugInformation>true</GenerateDebugInformation>
289 </Link>
290 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000291 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
292 <ClCompile>
293 <WarningLevel>Level3</WarningLevel>
294 <PrecompiledHeader>NotUsing</PrecompiledHeader>
295 <Optimization>MaxSpeed</Optimization>
296 <FunctionLevelLinking>true</FunctionLevelLinking>
297 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400298 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000299 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Jens Geyer6d570262020-10-01 21:48:07 +0200300 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000301 </ClCompile>
302 <Link>
303 <SubSystem>Windows</SubSystem>
304 <GenerateDebugInformation>true</GenerateDebugInformation>
305 <EnableCOMDATFolding>true</EnableCOMDATFolding>
306 <OptimizeReferences>true</OptimizeReferences>
307 </Link>
308 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000309 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
310 <ClCompile>
311 <WarningLevel>Level3</WarningLevel>
312 <PrecompiledHeader>NotUsing</PrecompiledHeader>
313 <Optimization>MaxSpeed</Optimization>
314 <FunctionLevelLinking>true</FunctionLevelLinking>
315 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400316 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000317 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Jens Geyer6d570262020-10-01 21:48:07 +0200318 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meierbd057f62012-06-24 19:18:00 +0000319 </ClCompile>
320 <Link>
321 <SubSystem>Windows</SubSystem>
322 <GenerateDebugInformation>true</GenerateDebugInformation>
323 <EnableCOMDATFolding>true</EnableCOMDATFolding>
324 <OptimizeReferences>true</OptimizeReferences>
325 </Link>
326 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000327 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
328 <ClCompile>
329 <WarningLevel>Level3</WarningLevel>
330 <PrecompiledHeader>NotUsing</PrecompiledHeader>
331 <Optimization>MaxSpeed</Optimization>
332 <FunctionLevelLinking>true</FunctionLevelLinking>
333 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400334 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200335 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meier878a9482011-10-11 19:02:37 +0000336 </ClCompile>
337 <Link>
338 <SubSystem>Windows</SubSystem>
339 <GenerateDebugInformation>true</GenerateDebugInformation>
340 <EnableCOMDATFolding>true</EnableCOMDATFolding>
341 <OptimizeReferences>true</OptimizeReferences>
342 </Link>
343 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000344 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
345 <ClCompile>
346 <WarningLevel>Level3</WarningLevel>
347 <PrecompiledHeader>NotUsing</PrecompiledHeader>
348 <Optimization>MaxSpeed</Optimization>
349 <FunctionLevelLinking>true</FunctionLevelLinking>
350 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400351 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200352 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meierbd057f62012-06-24 19:18:00 +0000353 </ClCompile>
354 <Link>
355 <SubSystem>Windows</SubSystem>
356 <GenerateDebugInformation>true</GenerateDebugInformation>
357 <EnableCOMDATFolding>true</EnableCOMDATFolding>
358 <OptimizeReferences>true</OptimizeReferences>
359 </Link>
360 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000361 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
362 <ImportGroup Label="ExtensionTargets">
363 </ImportGroup>
Roger Meierfaf52db2014-06-09 22:41:06 +0200364</Project>