blob: b4f1c501c07875450769020d4b5c5ac41286ef93 [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"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040049 <ClCompile Include="src\thrift\protocol\TJSONProtocol.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"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040054 <ClCompile Include="src\thrift\TApplicationException.cpp"/>
55 <ClCompile Include="src\thrift\Thrift.cpp"/>
56 <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000057 <ClCompile Include="src\thrift\transport\TFDTransport.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000058 <ClCompile Include="src\thrift\transport\THttpClient.cpp" />
59 <ClCompile Include="src\thrift\transport\THttpServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040060 <ClCompile Include="src\thrift\transport\THttpTransport.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000061 <ClCompile Include="src\thrift\transport\TPipe.cpp" />
62 <ClCompile Include="src\thrift\transport\TPipeServer.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040063 <ClCompile Include="src\thrift\transport\TServerSocket.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000064 <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" />
Jens Geyer656a2fb2014-10-01 21:53:02 +020065 <ClCompile Include="src\thrift\transport\TFileTransport.cpp" />
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040066 <ClCompile Include="src\thrift\transport\TSocket.cpp"/>
Jens Geyer656a2fb2014-10-01 21:53:02 +020067 <ClCompile Include="src\thrift\transport\TSSLSocket.cpp"/>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040068 <ClCompile Include="src\thrift\transport\TTransportException.cpp"/>
69 <ClCompile Include="src\thrift\transport\TTransportUtils.cpp"/>
Roger Meier1516be02012-04-14 11:03:21 +000070 <ClCompile Include="src\thrift\windows\GetTimeOfDay.cpp" />
Roger Meierfaf52db2014-06-09 22:41:06 +020071 <ClCompile Include="src\thrift\windows\OverlappedSubmissionThread.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000072 <ClCompile Include="src\thrift\windows\SocketPair.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000073 <ClCompile Include="src\thrift\windows\TWinsockSingleton.cpp" />
74 <ClCompile Include="src\thrift\windows\WinFcntl.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000075 </ItemGroup>
76 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000077 <ClInclude Include="src\thrift\async\TAsyncChannel.h" />
78 <ClInclude Include="src\thrift\concurrency\BoostThreadFactory.h" />
Ben Craigaea8bfe2013-09-27 10:44:54 -050079 <ClInclude Include="src\thrift\concurrency\StdThreadFactory.h" />
Roger Meier1516be02012-04-14 11:03:21 +000080 <ClInclude Include="src\thrift\concurrency\Exception.h" />
81 <ClInclude Include="src\thrift\concurrency\PlatformThreadFactory.h" />
82 <ClInclude Include="src\thrift\processor\PeekProcessor.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +020083 <ClInclude Include="src\thrift\processor\TMultiplexedProcessor.h" />
Roger Meier1516be02012-04-14 11:03:21 +000084 <ClInclude Include="src\thrift\protocol\TBinaryProtocol.h" />
85 <ClInclude Include="src\thrift\protocol\TDebugProtocol.h" />
Roger Meier1516be02012-04-14 11:03:21 +000086 <ClInclude Include="src\thrift\protocol\TJSONProtocol.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +020087 <ClInclude Include="src\thrift\protocol\TMultiplexedProtocol.h" />
Roger Meier1516be02012-04-14 11:03:21 +000088 <ClInclude Include="src\thrift\protocol\TProtocol.h" />
89 <ClInclude Include="src\thrift\protocol\TVirtualProtocol.h" />
90 <ClInclude Include="src\thrift\server\TServer.h" />
91 <ClInclude Include="src\thrift\server\TSimpleServer.h" />
92 <ClInclude Include="src\thrift\server\TThreadPoolServer.h" />
Jens Geyer81b3a422014-07-04 22:30:14 +020093 <ClInclude Include="src\thrift\server\TThreadedServer.h" />
Roger Meier1516be02012-04-14 11:03:21 +000094 <ClInclude Include="src\thrift\TApplicationException.h" />
95 <ClInclude Include="src\thrift\Thrift.h" />
96 <ClInclude Include="src\thrift\TProcessor.h" />
97 <ClInclude Include="src\thrift\transport\TBufferTransports.h" />
98 <ClInclude Include="src\thrift\transport\TFDTransport.h" />
99 <ClInclude Include="src\thrift\transport\TFileTransport.h" />
100 <ClInclude Include="src\thrift\transport\THttpClient.h" />
101 <ClInclude Include="src\thrift\transport\THttpServer.h" />
102 <ClInclude Include="src\thrift\transport\TPipe.h" />
103 <ClInclude Include="src\thrift\transport\TPipeServer.h" />
104 <ClInclude Include="src\thrift\transport\TServerSocket.h" />
105 <ClInclude Include="src\thrift\transport\TServerTransport.h" />
106 <ClInclude Include="src\thrift\transport\TSimpleFileTransport.h" />
107 <ClInclude Include="src\thrift\transport\TSocket.h" />
108 <ClInclude Include="src\thrift\transport\TSSLSocket.h" />
109 <ClInclude Include="src\thrift\transport\TTransport.h" />
110 <ClInclude Include="src\thrift\transport\TTransportException.h" />
111 <ClInclude Include="src\thrift\transport\TTransportUtils.h" />
112 <ClInclude Include="src\thrift\transport\TVirtualTransport.h" />
113 <ClInclude Include="src\thrift\windows\config.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000114 <ClInclude Include="src\thrift\windows\GetTimeOfDay.h" />
115 <ClInclude Include="src\thrift\windows\Operators.h" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200116 <ClInclude Include="src\thrift\windows\OverlappedSubmissionThread.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000117 <ClInclude Include="src\thrift\windows\SocketPair.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000118 <ClInclude Include="src\thrift\windows\TWinsockSingleton.h" />
119 <ClInclude Include="src\thrift\windows\WinFcntl.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000120 </ItemGroup>
121 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +0000122 <None Include="src\thrift\protocol\TBinaryProtocol.tcc" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000123 </ItemGroup>
124 <PropertyGroup Label="Globals">
125 <ProjectGuid>{DD26F57E-60F2-4F37-A616-D219A9BF338F}</ProjectGuid>
126 <Keyword>Win32Proj</Keyword>
127 <RootNamespace>thrift</RootNamespace>
128 <ProjectName>libthrift</ProjectName>
129 </PropertyGroup>
130 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
132 <ConfigurationType>StaticLibrary</ConfigurationType>
133 <UseDebugLibraries>true</UseDebugLibraries>
134 <CharacterSet>MultiByte</CharacterSet>
135 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000136 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration">
137 <ConfigurationType>StaticLibrary</ConfigurationType>
138 <UseDebugLibraries>true</UseDebugLibraries>
139 <CharacterSet>MultiByte</CharacterSet>
140 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
142 <ConfigurationType>StaticLibrary</ConfigurationType>
143 <UseDebugLibraries>true</UseDebugLibraries>
144 <CharacterSet>MultiByte</CharacterSet>
145 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000146 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration">
147 <ConfigurationType>StaticLibrary</ConfigurationType>
148 <UseDebugLibraries>true</UseDebugLibraries>
149 <CharacterSet>MultiByte</CharacterSet>
150 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
152 <ConfigurationType>StaticLibrary</ConfigurationType>
153 <UseDebugLibraries>false</UseDebugLibraries>
154 <WholeProgramOptimization>true</WholeProgramOptimization>
155 <CharacterSet>MultiByte</CharacterSet>
156 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration">
158 <ConfigurationType>StaticLibrary</ConfigurationType>
159 <UseDebugLibraries>false</UseDebugLibraries>
160 <WholeProgramOptimization>true</WholeProgramOptimization>
161 <CharacterSet>MultiByte</CharacterSet>
162 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000163 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
164 <ConfigurationType>StaticLibrary</ConfigurationType>
165 <UseDebugLibraries>false</UseDebugLibraries>
166 <WholeProgramOptimization>true</WholeProgramOptimization>
167 <CharacterSet>MultiByte</CharacterSet>
168 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000169 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration">
170 <ConfigurationType>StaticLibrary</ConfigurationType>
171 <UseDebugLibraries>false</UseDebugLibraries>
172 <WholeProgramOptimization>true</WholeProgramOptimization>
173 <CharacterSet>MultiByte</CharacterSet>
174 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000175 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
176 <ImportGroup Label="ExtensionSettings">
177 </ImportGroup>
178 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
179 <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 +0200180 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000181 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000182 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets">
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 Meierbd057f62012-06-24 19:18:00 +0000185 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000186 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 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 Meier878a9482011-10-11 19:02:37 +0000189 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000190 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|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 Meierbd057f62012-06-24 19:18:00 +0000193 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000194 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Release-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)'=='Release|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)'=='Release-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 <PropertyGroup Label="UserMacros" />
211 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200212 <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 +0000213 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000214 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200215 <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 +0000216 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000217 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200218 <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 +0000219 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000220 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200221 <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 +0000222 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000223 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200224 <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 +0000225 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000226 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200227 <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 +0000228 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000229 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200230 <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 +0000231 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000232 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200233 <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 +0000234 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000235 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
236 <ClCompile>
237 <PrecompiledHeader>NotUsing</PrecompiledHeader>
238 <WarningLevel>Level3</WarningLevel>
239 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400240 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000241 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Roger Meierbd057f62012-06-24 19:18:00 +0000242 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
243 </ClCompile>
244 <Link>
245 <SubSystem>Windows</SubSystem>
246 <GenerateDebugInformation>true</GenerateDebugInformation>
247 </Link>
248 </ItemDefinitionGroup>
249 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
250 <ClCompile>
251 <PrecompiledHeader>NotUsing</PrecompiledHeader>
252 <WarningLevel>Level3</WarningLevel>
253 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400254 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000255 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
256 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000257 </ClCompile>
258 <Link>
259 <SubSystem>Windows</SubSystem>
260 <GenerateDebugInformation>true</GenerateDebugInformation>
261 </Link>
262 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000263 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
264 <ClCompile>
265 <PrecompiledHeader>NotUsing</PrecompiledHeader>
266 <WarningLevel>Level3</WarningLevel>
267 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400268 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000269 </ClCompile>
270 <Link>
271 <SubSystem>Windows</SubSystem>
272 <GenerateDebugInformation>true</GenerateDebugInformation>
273 </Link>
274 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000275 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
276 <ClCompile>
277 <PrecompiledHeader>NotUsing</PrecompiledHeader>
278 <WarningLevel>Level3</WarningLevel>
279 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400280 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000281 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
282 </ClCompile>
283 <Link>
284 <SubSystem>Windows</SubSystem>
285 <GenerateDebugInformation>true</GenerateDebugInformation>
286 </Link>
287 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000288 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
289 <ClCompile>
290 <WarningLevel>Level3</WarningLevel>
291 <PrecompiledHeader>NotUsing</PrecompiledHeader>
292 <Optimization>MaxSpeed</Optimization>
293 <FunctionLevelLinking>true</FunctionLevelLinking>
294 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400295 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000296 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000297 </ClCompile>
298 <Link>
299 <SubSystem>Windows</SubSystem>
300 <GenerateDebugInformation>true</GenerateDebugInformation>
301 <EnableCOMDATFolding>true</EnableCOMDATFolding>
302 <OptimizeReferences>true</OptimizeReferences>
303 </Link>
304 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000305 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
306 <ClCompile>
307 <WarningLevel>Level3</WarningLevel>
308 <PrecompiledHeader>NotUsing</PrecompiledHeader>
309 <Optimization>MaxSpeed</Optimization>
310 <FunctionLevelLinking>true</FunctionLevelLinking>
311 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400312 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000313 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
314 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
315 </ClCompile>
316 <Link>
317 <SubSystem>Windows</SubSystem>
318 <GenerateDebugInformation>true</GenerateDebugInformation>
319 <EnableCOMDATFolding>true</EnableCOMDATFolding>
320 <OptimizeReferences>true</OptimizeReferences>
321 </Link>
322 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000323 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
324 <ClCompile>
325 <WarningLevel>Level3</WarningLevel>
326 <PrecompiledHeader>NotUsing</PrecompiledHeader>
327 <Optimization>MaxSpeed</Optimization>
328 <FunctionLevelLinking>true</FunctionLevelLinking>
329 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400330 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000331 </ClCompile>
332 <Link>
333 <SubSystem>Windows</SubSystem>
334 <GenerateDebugInformation>true</GenerateDebugInformation>
335 <EnableCOMDATFolding>true</EnableCOMDATFolding>
336 <OptimizeReferences>true</OptimizeReferences>
337 </Link>
338 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000339 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|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 Meierbd057f62012-06-24 19:18:00 +0000347 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
348 </ClCompile>
349 <Link>
350 <SubSystem>Windows</SubSystem>
351 <GenerateDebugInformation>true</GenerateDebugInformation>
352 <EnableCOMDATFolding>true</EnableCOMDATFolding>
353 <OptimizeReferences>true</OptimizeReferences>
354 </Link>
355 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000356 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
357 <ImportGroup Label="ExtensionTargets">
358 </ImportGroup>
Roger Meierfaf52db2014-06-09 22:41:06 +0200359</Project>