blob: 0b5e16de7c474bd2c997d4484ac97c7594f90d8d [file] [log] [blame]
Zlikad96b1772023-02-21 14:44:21 +01001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Roger Meier84e4a3c2011-09-16 20:58:44 +00003 <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>
Zlikad96b1772023-02-21 14:44:21 +010038 <ClCompile Include="src\thrift\async\TAsyncChannel.cpp" />
39 <ClCompile Include="src\thrift\async\TConcurrentClientSyncInfo.cpp" />
40 <ClCompile Include="src\thrift\concurrency\Monitor.cpp" />
41 <ClCompile Include="src\thrift\concurrency\Mutex.cpp" />
42 <ClCompile Include="src\thrift\concurrency\Thread.cpp" />
43 <ClCompile Include="src\thrift\concurrency\ThreadFactory.cpp" />
44 <ClCompile Include="src\thrift\concurrency\ThreadManager.cpp" />
45 <ClCompile Include="src\thrift\concurrency\TimerManager.cpp" />
46 <ClCompile Include="src\thrift\processor\PeekProcessor.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000047 <ClCompile Include="src\thrift\protocol\TBase64Utils.cpp" />
Zlikad96b1772023-02-21 14:44:21 +010048 <ClCompile Include="src\thrift\protocol\TDebugProtocol.cpp" />
49 <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp" />
50 <ClCompile Include="src\thrift\protocol\TMultiplexedProtocol.cpp" />
51 <ClCompile Include="src\thrift\protocol\TProtocol.cpp" />
52 <ClCompile Include="src\thrift\server\TConnectedClient.cpp" />
53 <ClCompile Include="src\thrift\server\TServer.cpp" />
54 <ClCompile Include="src\thrift\server\TServerFramework.cpp" />
55 <ClCompile Include="src\thrift\server\TSimpleServer.cpp" />
56 <ClCompile Include="src\thrift\server\TThreadedServer.cpp" />
57 <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp" />
58 <ClCompile Include="src\thrift\TApplicationException.cpp" />
59 <ClCompile Include="src\thrift\TOutput.cpp" />
60 <ClCompile Include="src\thrift\transport\SocketCommon.cpp" />
61 <ClCompile Include="src\thrift\transport\TBufferTransports.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000062 <ClCompile Include="src\thrift\transport\TFDTransport.cpp" />
Zlikad96b1772023-02-21 14:44:21 +010063 <ClCompile Include="src\thrift\transport\TFileTransport.cpp" />
64 <ClCompile Include="src\thrift\transport\THttpTransport.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000065 <ClCompile Include="src\thrift\transport\TPipe.cpp" />
66 <ClCompile Include="src\thrift\transport\TPipeServer.cpp" />
Zlikad96b1772023-02-21 14:44:21 +010067 <ClCompile Include="src\thrift\transport\TServerSocket.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000068 <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" />
Zlikad96b1772023-02-21 14:44:21 +010069 <ClCompile Include="src\thrift\transport\TSocket.cpp" />
70 <ClCompile Include="src\thrift\transport\TSocketPool.cpp" />
71 <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" />
Roger Meier1516be02012-04-14 11:03:21 +0000102 <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" />
Roger Meier1516be02012-04-14 11:03:21 +0000108 <ClInclude Include="src\thrift\transport\TTransport.h" />
109 <ClInclude Include="src\thrift\transport\TTransportException.h" />
110 <ClInclude Include="src\thrift\transport\TTransportUtils.h" />
111 <ClInclude Include="src\thrift\transport\TVirtualTransport.h" />
112 <ClInclude Include="src\thrift\windows\config.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000113 <ClInclude Include="src\thrift\windows\GetTimeOfDay.h" />
114 <ClInclude Include="src\thrift\windows\Operators.h" />
Roger Meierfaf52db2014-06-09 22:41:06 +0200115 <ClInclude Include="src\thrift\windows\OverlappedSubmissionThread.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000116 <ClInclude Include="src\thrift\windows\SocketPair.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000117 <ClInclude Include="src\thrift\windows\TWinsockSingleton.h" />
118 <ClInclude Include="src\thrift\windows\WinFcntl.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000119 </ItemGroup>
120 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +0000121 <None Include="src\thrift\protocol\TBinaryProtocol.tcc" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000122 </ItemGroup>
123 <PropertyGroup Label="Globals">
124 <ProjectGuid>{DD26F57E-60F2-4F37-A616-D219A9BF338F}</ProjectGuid>
125 <Keyword>Win32Proj</Keyword>
126 <RootNamespace>thrift</RootNamespace>
127 <ProjectName>libthrift</ProjectName>
128 </PropertyGroup>
129 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
130 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
131 <ConfigurationType>StaticLibrary</ConfigurationType>
132 <UseDebugLibraries>true</UseDebugLibraries>
133 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100134 <PlatformToolset>v140</PlatformToolset>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000135 </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>
Zlikad96b1772023-02-21 14:44:21 +0100140 <PlatformToolset>v140</PlatformToolset>
Roger Meierbd057f62012-06-24 19:18:00 +0000141 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
143 <ConfigurationType>StaticLibrary</ConfigurationType>
144 <UseDebugLibraries>true</UseDebugLibraries>
145 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100146 <PlatformToolset>v140</PlatformToolset>
Roger Meier878a9482011-10-11 19:02:37 +0000147 </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>
Zlikad96b1772023-02-21 14:44:21 +0100152 <PlatformToolset>v140</PlatformToolset>
Roger Meierbd057f62012-06-24 19:18:00 +0000153 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000154 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
155 <ConfigurationType>StaticLibrary</ConfigurationType>
156 <UseDebugLibraries>false</UseDebugLibraries>
157 <WholeProgramOptimization>true</WholeProgramOptimization>
158 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100159 <PlatformToolset>v140</PlatformToolset>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000160 </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>
Zlikad96b1772023-02-21 14:44:21 +0100166 <PlatformToolset>v140</PlatformToolset>
Roger Meierbd057f62012-06-24 19:18:00 +0000167 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000168 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
169 <ConfigurationType>StaticLibrary</ConfigurationType>
170 <UseDebugLibraries>false</UseDebugLibraries>
171 <WholeProgramOptimization>true</WholeProgramOptimization>
172 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100173 <PlatformToolset>v140</PlatformToolset>
Roger Meier878a9482011-10-11 19:02:37 +0000174 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000175 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration">
176 <ConfigurationType>StaticLibrary</ConfigurationType>
177 <UseDebugLibraries>false</UseDebugLibraries>
178 <WholeProgramOptimization>true</WholeProgramOptimization>
179 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100180 <PlatformToolset>v140</PlatformToolset>
Roger Meierbd057f62012-06-24 19:18:00 +0000181 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000182 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
183 <ImportGroup Label="ExtensionSettings">
184 </ImportGroup>
185 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
186 <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 +0200187 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000188 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000189 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets">
190 <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 +0200191 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000192 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000193 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
194 <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 +0200195 <Import Project="3rdparty.props" />
Roger Meier878a9482011-10-11 19:02:37 +0000196 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000197 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets">
198 <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 +0200199 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000200 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000201 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
202 <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 +0200203 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000204 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000205 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="PropertySheets">
206 <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 +0200207 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000208 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000209 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
210 <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 +0200211 <Import Project="3rdparty.props" />
Roger Meier878a9482011-10-11 19:02:37 +0000212 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000213 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets">
214 <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 +0200215 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000216 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000217 <PropertyGroup Label="UserMacros" />
218 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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 Meier84e4a3c2011-09-16 20:58:44 +0000220 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000221 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
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 Meierbd057f62012-06-24 19:18:00 +0000223 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000224 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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 Meier878a9482011-10-11 19:02:37 +0000226 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000227 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
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 Meierbd057f62012-06-24 19:18:00 +0000229 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000230 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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 Meier84e4a3c2011-09-16 20:58:44 +0000232 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000233 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
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 Meierbd057f62012-06-24 19:18:00 +0000235 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000236 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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 Meier878a9482011-10-11 19:02:37 +0000238 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000239 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200240 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath>
Roger Meierbd057f62012-06-24 19:18:00 +0000241 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000242 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
243 <ClCompile>
244 <PrecompiledHeader>NotUsing</PrecompiledHeader>
245 <WarningLevel>Level3</WarningLevel>
246 <Optimization>Disabled</Optimization>
Zlikad96b1772023-02-21 14:44:21 +0100247 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;thrift_EXPORTS;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000248 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Roger Meierbd057f62012-06-24 19:18:00 +0000249 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
250 </ClCompile>
251 <Link>
252 <SubSystem>Windows</SubSystem>
253 <GenerateDebugInformation>true</GenerateDebugInformation>
254 </Link>
255 </ItemDefinitionGroup>
256 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
257 <ClCompile>
258 <PrecompiledHeader>NotUsing</PrecompiledHeader>
259 <WarningLevel>Level3</WarningLevel>
260 <Optimization>Disabled</Optimization>
Zlikad96b1772023-02-21 14:44:21 +0100261 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;thrift_EXPORTS;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000262 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Jens Geyer6d570262020-10-01 21:48:07 +0200263 <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000264 </ClCompile>
265 <Link>
266 <SubSystem>Windows</SubSystem>
267 <GenerateDebugInformation>true</GenerateDebugInformation>
268 </Link>
269 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000270 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
271 <ClCompile>
272 <PrecompiledHeader>NotUsing</PrecompiledHeader>
273 <WarningLevel>Level3</WarningLevel>
274 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400275 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200276 <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
Roger Meier878a9482011-10-11 19:02:37 +0000277 </ClCompile>
278 <Link>
279 <SubSystem>Windows</SubSystem>
280 <GenerateDebugInformation>true</GenerateDebugInformation>
281 </Link>
282 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000283 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
284 <ClCompile>
285 <PrecompiledHeader>NotUsing</PrecompiledHeader>
286 <WarningLevel>Level3</WarningLevel>
287 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400288 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200289 <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
Roger Meierbd057f62012-06-24 19:18:00 +0000290 </ClCompile>
291 <Link>
292 <SubSystem>Windows</SubSystem>
293 <GenerateDebugInformation>true</GenerateDebugInformation>
294 </Link>
295 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000296 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
297 <ClCompile>
298 <WarningLevel>Level3</WarningLevel>
299 <PrecompiledHeader>NotUsing</PrecompiledHeader>
300 <Optimization>MaxSpeed</Optimization>
301 <FunctionLevelLinking>true</FunctionLevelLinking>
302 <IntrinsicFunctions>true</IntrinsicFunctions>
Zlikad96b1772023-02-21 14:44:21 +0100303 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;thrift_EXPORTS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000304 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Jens Geyer6d570262020-10-01 21:48:07 +0200305 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000306 </ClCompile>
307 <Link>
308 <SubSystem>Windows</SubSystem>
309 <GenerateDebugInformation>true</GenerateDebugInformation>
310 <EnableCOMDATFolding>true</EnableCOMDATFolding>
311 <OptimizeReferences>true</OptimizeReferences>
312 </Link>
313 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000314 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
315 <ClCompile>
316 <WarningLevel>Level3</WarningLevel>
317 <PrecompiledHeader>NotUsing</PrecompiledHeader>
318 <Optimization>MaxSpeed</Optimization>
319 <FunctionLevelLinking>true</FunctionLevelLinking>
320 <IntrinsicFunctions>true</IntrinsicFunctions>
Zlikad96b1772023-02-21 14:44:21 +0100321 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;thrift_EXPORTS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000322 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Jens Geyer6d570262020-10-01 21:48:07 +0200323 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meierbd057f62012-06-24 19:18:00 +0000324 </ClCompile>
325 <Link>
326 <SubSystem>Windows</SubSystem>
327 <GenerateDebugInformation>true</GenerateDebugInformation>
328 <EnableCOMDATFolding>true</EnableCOMDATFolding>
329 <OptimizeReferences>true</OptimizeReferences>
330 </Link>
331 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000332 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
333 <ClCompile>
334 <WarningLevel>Level3</WarningLevel>
335 <PrecompiledHeader>NotUsing</PrecompiledHeader>
336 <Optimization>MaxSpeed</Optimization>
337 <FunctionLevelLinking>true</FunctionLevelLinking>
338 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400339 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200340 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meier878a9482011-10-11 19:02:37 +0000341 </ClCompile>
342 <Link>
343 <SubSystem>Windows</SubSystem>
344 <GenerateDebugInformation>true</GenerateDebugInformation>
345 <EnableCOMDATFolding>true</EnableCOMDATFolding>
346 <OptimizeReferences>true</OptimizeReferences>
347 </Link>
348 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000349 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
350 <ClCompile>
351 <WarningLevel>Level3</WarningLevel>
352 <PrecompiledHeader>NotUsing</PrecompiledHeader>
353 <Optimization>MaxSpeed</Optimization>
354 <FunctionLevelLinking>true</FunctionLevelLinking>
355 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400356 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200357 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meierbd057f62012-06-24 19:18:00 +0000358 </ClCompile>
359 <Link>
360 <SubSystem>Windows</SubSystem>
361 <GenerateDebugInformation>true</GenerateDebugInformation>
362 <EnableCOMDATFolding>true</EnableCOMDATFolding>
363 <OptimizeReferences>true</OptimizeReferences>
364 </Link>
365 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000366 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
367 <ImportGroup Label="ExtensionTargets">
368 </ImportGroup>
Zlikad96b1772023-02-21 14:44:21 +0100369</Project>