blob: db0e5d99e1b67998eb3df89db460ef59f4eafde5 [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" />
42 <ClCompile Include="src\thrift\concurrency\BoostThreadFactory.cpp" />
Ben Craigaea8bfe2013-09-27 10:44:54 -050043 <ClCompile Include="src\thrift\concurrency\StdThreadFactory.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040044 <ClCompile Include="src\thrift\concurrency\ThreadManager.cpp"/>
45 <ClCompile Include="src\thrift\concurrency\TimerManager.cpp"/>
46 <ClCompile Include="src\thrift\concurrency\Util.cpp"/>
47 <ClCompile Include="src\thrift\processor\PeekProcessor.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000048 <ClCompile Include="src\thrift\protocol\TBase64Utils.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040049 <ClCompile Include="src\thrift\protocol\TDebugProtocol.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040050 <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp"/>
KCris176bf0c2015-12-16 17:02:56 +020051 <ClCompile Include="src\thrift\protocol\TProtocol.cpp"/>
Jens Geyer9a4f40d2014-07-04 22:02:21 +020052 <ClCompile Include="src\thrift\protocol\TMultiplexedProtocol.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040053 <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/>
54 <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/>
Jens Geyer81b3a422014-07-04 22:30:14 +020055 <ClCompile Include="src\thrift\server\TThreadedServer.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040056 <ClCompile Include="src\thrift\TApplicationException.cpp"/>
KCris176bf0c2015-12-16 17:02:56 +020057 <ClCompile Include="src\thrift\TOutput.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040058 <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000059 <ClCompile Include="src\thrift\transport\TFDTransport.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000060 <ClCompile Include="src\thrift\transport\THttpClient.cpp" />
61 <ClCompile Include="src\thrift\transport\THttpServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040062 <ClCompile Include="src\thrift\transport\THttpTransport.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000063 <ClCompile Include="src\thrift\transport\TPipe.cpp" />
64 <ClCompile Include="src\thrift\transport\TPipeServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040065 <ClCompile Include="src\thrift\transport\TServerSocket.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000066 <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" />
Jens Geyer656a2fb2014-10-01 21:53:02 +020067 <ClCompile Include="src\thrift\transport\TFileTransport.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040068 <ClCompile Include="src\thrift\transport\TSocket.cpp"/>
Jens Geyer656a2fb2014-10-01 21:53:02 +020069 <ClCompile Include="src\thrift\transport\TSSLSocket.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040070 <ClCompile Include="src\thrift\transport\TTransportException.cpp"/>
71 <ClCompile Include="src\thrift\transport\TTransportUtils.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000072 <ClCompile Include="src\thrift\windows\GetTimeOfDay.cpp" />
Roger Meierfaf52db2014-06-09 22:41:06 +020073 <ClCompile Include="src\thrift\windows\OverlappedSubmissionThread.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000074 <ClCompile Include="src\thrift\windows\SocketPair.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000075 <ClCompile Include="src\thrift\windows\TWinsockSingleton.cpp" />
76 <ClCompile Include="src\thrift\windows\WinFcntl.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000077 </ItemGroup>
78 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000079 <ClInclude Include="src\thrift\async\TAsyncChannel.h" />
jfarrella3dc3f82016-01-05 21:10:01 -050080 <ClInclude Include="src\thrift\async\TConcurrentClientSyncInfo.h" />
Roger Meier1516be02012-04-14 11:03:21 +000081 <ClInclude Include="src\thrift\concurrency\BoostThreadFactory.h" />
Ben Craigaea8bfe2013-09-27 10:44:54 -050082 <ClInclude Include="src\thrift\concurrency\StdThreadFactory.h" />
Roger Meier1516be02012-04-14 11:03:21 +000083 <ClInclude Include="src\thrift\concurrency\Exception.h" />
84 <ClInclude Include="src\thrift\concurrency\PlatformThreadFactory.h" />
85 <ClInclude Include="src\thrift\processor\PeekProcessor.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +020086 <ClInclude Include="src\thrift\processor\TMultiplexedProcessor.h" />
Roger Meier1516be02012-04-14 11:03:21 +000087 <ClInclude Include="src\thrift\protocol\TBinaryProtocol.h" />
88 <ClInclude Include="src\thrift\protocol\TDebugProtocol.h" />
Roger Meier1516be02012-04-14 11:03:21 +000089 <ClInclude Include="src\thrift\protocol\TJSONProtocol.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +020090 <ClInclude Include="src\thrift\protocol\TMultiplexedProtocol.h" />
Roger Meier1516be02012-04-14 11:03:21 +000091 <ClInclude Include="src\thrift\protocol\TProtocol.h" />
92 <ClInclude Include="src\thrift\protocol\TVirtualProtocol.h" />
93 <ClInclude Include="src\thrift\server\TServer.h" />
94 <ClInclude Include="src\thrift\server\TSimpleServer.h" />
95 <ClInclude Include="src\thrift\server\TThreadPoolServer.h" />
Jens Geyer81b3a422014-07-04 22:30:14 +020096 <ClInclude Include="src\thrift\server\TThreadedServer.h" />
Roger Meier1516be02012-04-14 11:03:21 +000097 <ClInclude Include="src\thrift\TApplicationException.h" />
98 <ClInclude Include="src\thrift\Thrift.h" />
KCris176bf0c2015-12-16 17:02:56 +020099 <ClInclude Include="src\thrift\TOutput.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000100 <ClInclude Include="src\thrift\TProcessor.h" />
101 <ClInclude Include="src\thrift\transport\TBufferTransports.h" />
102 <ClInclude Include="src\thrift\transport\TFDTransport.h" />
103 <ClInclude Include="src\thrift\transport\TFileTransport.h" />
104 <ClInclude Include="src\thrift\transport\THttpClient.h" />
105 <ClInclude Include="src\thrift\transport\THttpServer.h" />
106 <ClInclude Include="src\thrift\transport\TPipe.h" />
107 <ClInclude Include="src\thrift\transport\TPipeServer.h" />
108 <ClInclude Include="src\thrift\transport\TServerSocket.h" />
109 <ClInclude Include="src\thrift\transport\TServerTransport.h" />
110 <ClInclude Include="src\thrift\transport\TSimpleFileTransport.h" />
111 <ClInclude Include="src\thrift\transport\TSocket.h" />
112 <ClInclude Include="src\thrift\transport\TSSLSocket.h" />
113 <ClInclude Include="src\thrift\transport\TTransport.h" />
114 <ClInclude Include="src\thrift\transport\TTransportException.h" />
115 <ClInclude Include="src\thrift\transport\TTransportUtils.h" />
116 <ClInclude Include="src\thrift\transport\TVirtualTransport.h" />
117 <ClInclude Include="src\thrift\windows\config.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000118 <ClInclude Include="src\thrift\windows\GetTimeOfDay.h" />
119 <ClInclude Include="src\thrift\windows\Operators.h" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200120 <ClInclude Include="src\thrift\windows\OverlappedSubmissionThread.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000121 <ClInclude Include="src\thrift\windows\SocketPair.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000122 <ClInclude Include="src\thrift\windows\TWinsockSingleton.h" />
123 <ClInclude Include="src\thrift\windows\WinFcntl.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000124 </ItemGroup>
125 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +0000126 <None Include="src\thrift\protocol\TBinaryProtocol.tcc" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000127 </ItemGroup>
128 <PropertyGroup Label="Globals">
129 <ProjectGuid>{DD26F57E-60F2-4F37-A616-D219A9BF338F}</ProjectGuid>
130 <Keyword>Win32Proj</Keyword>
131 <RootNamespace>thrift</RootNamespace>
132 <ProjectName>libthrift</ProjectName>
133 </PropertyGroup>
134 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
135 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
136 <ConfigurationType>StaticLibrary</ConfigurationType>
137 <UseDebugLibraries>true</UseDebugLibraries>
138 <CharacterSet>MultiByte</CharacterSet>
139 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000140 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration">
141 <ConfigurationType>StaticLibrary</ConfigurationType>
142 <UseDebugLibraries>true</UseDebugLibraries>
143 <CharacterSet>MultiByte</CharacterSet>
144 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
146 <ConfigurationType>StaticLibrary</ConfigurationType>
147 <UseDebugLibraries>true</UseDebugLibraries>
148 <CharacterSet>MultiByte</CharacterSet>
149 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000150 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration">
151 <ConfigurationType>StaticLibrary</ConfigurationType>
152 <UseDebugLibraries>true</UseDebugLibraries>
153 <CharacterSet>MultiByte</CharacterSet>
154 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000155 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
156 <ConfigurationType>StaticLibrary</ConfigurationType>
157 <UseDebugLibraries>false</UseDebugLibraries>
158 <WholeProgramOptimization>true</WholeProgramOptimization>
159 <CharacterSet>MultiByte</CharacterSet>
160 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000161 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration">
162 <ConfigurationType>StaticLibrary</ConfigurationType>
163 <UseDebugLibraries>false</UseDebugLibraries>
164 <WholeProgramOptimization>true</WholeProgramOptimization>
165 <CharacterSet>MultiByte</CharacterSet>
166 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000167 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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|x64'" Label="Configuration">
174 <ConfigurationType>StaticLibrary</ConfigurationType>
175 <UseDebugLibraries>false</UseDebugLibraries>
176 <WholeProgramOptimization>true</WholeProgramOptimization>
177 <CharacterSet>MultiByte</CharacterSet>
178 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000179 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
180 <ImportGroup Label="ExtensionSettings">
181 </ImportGroup>
182 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
183 <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 +0200184 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000185 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000186 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets">
187 <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 +0200188 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000189 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000190 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
191 <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 +0200192 <Import Project="3rdparty.props" />
Roger Meier878a9482011-10-11 19:02:37 +0000193 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000194 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets">
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 Meierbd057f62012-06-24 19:18:00 +0000197 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000198 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
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 Meier84e4a3c2011-09-16 20:58:44 +0000201 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000202 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" 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 Meierbd057f62012-06-24 19:18:00 +0000205 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000206 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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 Meier878a9482011-10-11 19:02:37 +0000209 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000210 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets">
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 Meierbd057f62012-06-24 19:18:00 +0000213 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000214 <PropertyGroup Label="UserMacros" />
215 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200216 <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 +0000217 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000218 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200219 <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 +0000220 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000221 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200222 <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 +0000223 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000224 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200225 <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 +0000226 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000227 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Release-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)'=='Release|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)'=='Release-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 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
240 <ClCompile>
241 <PrecompiledHeader>NotUsing</PrecompiledHeader>
242 <WarningLevel>Level3</WarningLevel>
243 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400244 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000245 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Roger Meierbd057f62012-06-24 19:18:00 +0000246 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
247 </ClCompile>
248 <Link>
249 <SubSystem>Windows</SubSystem>
250 <GenerateDebugInformation>true</GenerateDebugInformation>
251 </Link>
252 </ItemDefinitionGroup>
253 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
254 <ClCompile>
255 <PrecompiledHeader>NotUsing</PrecompiledHeader>
256 <WarningLevel>Level3</WarningLevel>
257 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400258 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000259 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
260 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000261 </ClCompile>
262 <Link>
263 <SubSystem>Windows</SubSystem>
264 <GenerateDebugInformation>true</GenerateDebugInformation>
265 </Link>
266 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000267 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
268 <ClCompile>
269 <PrecompiledHeader>NotUsing</PrecompiledHeader>
270 <WarningLevel>Level3</WarningLevel>
271 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400272 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000273 </ClCompile>
274 <Link>
275 <SubSystem>Windows</SubSystem>
276 <GenerateDebugInformation>true</GenerateDebugInformation>
277 </Link>
278 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000279 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|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 Meierbd057f62012-06-24 19:18:00 +0000285 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
286 </ClCompile>
287 <Link>
288 <SubSystem>Windows</SubSystem>
289 <GenerateDebugInformation>true</GenerateDebugInformation>
290 </Link>
291 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000292 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
293 <ClCompile>
294 <WarningLevel>Level3</WarningLevel>
295 <PrecompiledHeader>NotUsing</PrecompiledHeader>
296 <Optimization>MaxSpeed</Optimization>
297 <FunctionLevelLinking>true</FunctionLevelLinking>
298 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400299 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000300 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
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>
318 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
319 </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>
Roger Meier878a9482011-10-11 19:02:37 +0000335 </ClCompile>
336 <Link>
337 <SubSystem>Windows</SubSystem>
338 <GenerateDebugInformation>true</GenerateDebugInformation>
339 <EnableCOMDATFolding>true</EnableCOMDATFolding>
340 <OptimizeReferences>true</OptimizeReferences>
341 </Link>
342 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000343 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
344 <ClCompile>
345 <WarningLevel>Level3</WarningLevel>
346 <PrecompiledHeader>NotUsing</PrecompiledHeader>
347 <Optimization>MaxSpeed</Optimization>
348 <FunctionLevelLinking>true</FunctionLevelLinking>
349 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400350 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000351 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
352 </ClCompile>
353 <Link>
354 <SubSystem>Windows</SubSystem>
355 <GenerateDebugInformation>true</GenerateDebugInformation>
356 <EnableCOMDATFolding>true</EnableCOMDATFolding>
357 <OptimizeReferences>true</OptimizeReferences>
358 </Link>
359 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000360 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
361 <ImportGroup Label="ExtensionTargets">
362 </ImportGroup>
Roger Meierfaf52db2014-06-09 22:41:06 +0200363</Project>