blob: 4feb1d7ff555db8e96face1d100a39d4e3b1d58f [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"/>
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"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040049 <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp"/>
KCris176bf0c2015-12-16 17:02:56 +020050 <ClCompile Include="src\thrift\protocol\TProtocol.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"/>
KCris176bf0c2015-12-16 17:02:56 +020056 <ClCompile Include="src\thrift\TOutput.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040057 <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000058 <ClCompile Include="src\thrift\transport\TFDTransport.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000059 <ClCompile Include="src\thrift\transport\THttpClient.cpp" />
60 <ClCompile Include="src\thrift\transport\THttpServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040061 <ClCompile Include="src\thrift\transport\THttpTransport.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000062 <ClCompile Include="src\thrift\transport\TPipe.cpp" />
63 <ClCompile Include="src\thrift\transport\TPipeServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040064 <ClCompile Include="src\thrift\transport\TServerSocket.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000065 <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" />
Jens Geyer656a2fb2014-10-01 21:53:02 +020066 <ClCompile Include="src\thrift\transport\TFileTransport.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040067 <ClCompile Include="src\thrift\transport\TSocket.cpp"/>
Jens Geyer656a2fb2014-10-01 21:53:02 +020068 <ClCompile Include="src\thrift\transport\TSSLSocket.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040069 <ClCompile Include="src\thrift\transport\TTransportException.cpp"/>
70 <ClCompile Include="src\thrift\transport\TTransportUtils.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000071 <ClCompile Include="src\thrift\windows\GetTimeOfDay.cpp" />
Roger Meierfaf52db2014-06-09 22:41:06 +020072 <ClCompile Include="src\thrift\windows\OverlappedSubmissionThread.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000073 <ClCompile Include="src\thrift\windows\SocketPair.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000074 <ClCompile Include="src\thrift\windows\TWinsockSingleton.cpp" />
75 <ClCompile Include="src\thrift\windows\WinFcntl.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000076 </ItemGroup>
77 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000078 <ClInclude Include="src\thrift\async\TAsyncChannel.h" />
79 <ClInclude Include="src\thrift\concurrency\BoostThreadFactory.h" />
Ben Craigaea8bfe2013-09-27 10:44:54 -050080 <ClInclude Include="src\thrift\concurrency\StdThreadFactory.h" />
Roger Meier1516be02012-04-14 11:03:21 +000081 <ClInclude Include="src\thrift\concurrency\Exception.h" />
82 <ClInclude Include="src\thrift\concurrency\PlatformThreadFactory.h" />
83 <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>
258 <RuntimeLibrary>MultiThreadedDebug</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>
Roger Meier878a9482011-10-11 19:02:37 +0000271 </ClCompile>
272 <Link>
273 <SubSystem>Windows</SubSystem>
274 <GenerateDebugInformation>true</GenerateDebugInformation>
275 </Link>
276 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000277 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
278 <ClCompile>
279 <PrecompiledHeader>NotUsing</PrecompiledHeader>
280 <WarningLevel>Level3</WarningLevel>
281 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400282 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000283 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
284 </ClCompile>
285 <Link>
286 <SubSystem>Windows</SubSystem>
287 <GenerateDebugInformation>true</GenerateDebugInformation>
288 </Link>
289 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000290 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
291 <ClCompile>
292 <WarningLevel>Level3</WarningLevel>
293 <PrecompiledHeader>NotUsing</PrecompiledHeader>
294 <Optimization>MaxSpeed</Optimization>
295 <FunctionLevelLinking>true</FunctionLevelLinking>
296 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400297 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000298 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000299 </ClCompile>
300 <Link>
301 <SubSystem>Windows</SubSystem>
302 <GenerateDebugInformation>true</GenerateDebugInformation>
303 <EnableCOMDATFolding>true</EnableCOMDATFolding>
304 <OptimizeReferences>true</OptimizeReferences>
305 </Link>
306 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000307 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
308 <ClCompile>
309 <WarningLevel>Level3</WarningLevel>
310 <PrecompiledHeader>NotUsing</PrecompiledHeader>
311 <Optimization>MaxSpeed</Optimization>
312 <FunctionLevelLinking>true</FunctionLevelLinking>
313 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400314 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000315 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
316 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
317 </ClCompile>
318 <Link>
319 <SubSystem>Windows</SubSystem>
320 <GenerateDebugInformation>true</GenerateDebugInformation>
321 <EnableCOMDATFolding>true</EnableCOMDATFolding>
322 <OptimizeReferences>true</OptimizeReferences>
323 </Link>
324 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000325 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
326 <ClCompile>
327 <WarningLevel>Level3</WarningLevel>
328 <PrecompiledHeader>NotUsing</PrecompiledHeader>
329 <Optimization>MaxSpeed</Optimization>
330 <FunctionLevelLinking>true</FunctionLevelLinking>
331 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400332 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000333 </ClCompile>
334 <Link>
335 <SubSystem>Windows</SubSystem>
336 <GenerateDebugInformation>true</GenerateDebugInformation>
337 <EnableCOMDATFolding>true</EnableCOMDATFolding>
338 <OptimizeReferences>true</OptimizeReferences>
339 </Link>
340 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000341 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
342 <ClCompile>
343 <WarningLevel>Level3</WarningLevel>
344 <PrecompiledHeader>NotUsing</PrecompiledHeader>
345 <Optimization>MaxSpeed</Optimization>
346 <FunctionLevelLinking>true</FunctionLevelLinking>
347 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400348 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000349 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
350 </ClCompile>
351 <Link>
352 <SubSystem>Windows</SubSystem>
353 <GenerateDebugInformation>true</GenerateDebugInformation>
354 <EnableCOMDATFolding>true</EnableCOMDATFolding>
355 <OptimizeReferences>true</OptimizeReferences>
356 </Link>
357 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000358 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
359 <ImportGroup Label="ExtensionTargets">
360 </ImportGroup>
Roger Meierfaf52db2014-06-09 22:41:06 +0200361</Project>