blob: 1b413f8ae8e2a011cda57527d551f04a5317cbe1 [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" />
CJCombrink1d886ca2024-03-23 21:32:28 +010052 <ClCompile Include="src\thrift\protocol\TUuidUtils.cpp" />
Zlikad96b1772023-02-21 14:44:21 +010053 <ClCompile Include="src\thrift\server\TConnectedClient.cpp" />
54 <ClCompile Include="src\thrift\server\TServer.cpp" />
55 <ClCompile Include="src\thrift\server\TServerFramework.cpp" />
56 <ClCompile Include="src\thrift\server\TSimpleServer.cpp" />
57 <ClCompile Include="src\thrift\server\TThreadedServer.cpp" />
58 <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp" />
59 <ClCompile Include="src\thrift\TApplicationException.cpp" />
60 <ClCompile Include="src\thrift\TOutput.cpp" />
61 <ClCompile Include="src\thrift\transport\SocketCommon.cpp" />
62 <ClCompile Include="src\thrift\transport\TBufferTransports.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000063 <ClCompile Include="src\thrift\transport\TFDTransport.cpp" />
Zlikad96b1772023-02-21 14:44:21 +010064 <ClCompile Include="src\thrift\transport\TFileTransport.cpp" />
65 <ClCompile Include="src\thrift\transport\THttpTransport.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000066 <ClCompile Include="src\thrift\transport\TPipe.cpp" />
67 <ClCompile Include="src\thrift\transport\TPipeServer.cpp" />
Zlikad96b1772023-02-21 14:44:21 +010068 <ClCompile Include="src\thrift\transport\TServerSocket.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000069 <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" />
Zlikad96b1772023-02-21 14:44:21 +010070 <ClCompile Include="src\thrift\transport\TSocket.cpp" />
71 <ClCompile Include="src\thrift\transport\TSocketPool.cpp" />
72 <ClCompile Include="src\thrift\transport\TTransportException.cpp" />
73 <ClCompile Include="src\thrift\transport\TTransportUtils.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000074 <ClCompile Include="src\thrift\windows\GetTimeOfDay.cpp" />
Roger Meierfaf52db2014-06-09 22:41:06 +020075 <ClCompile Include="src\thrift\windows\OverlappedSubmissionThread.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000076 <ClCompile Include="src\thrift\windows\SocketPair.cpp" />
Roger Meier1516be02012-04-14 11:03:21 +000077 <ClCompile Include="src\thrift\windows\TWinsockSingleton.cpp" />
78 <ClCompile Include="src\thrift\windows\WinFcntl.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000079 </ItemGroup>
80 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000081 <ClInclude Include="src\thrift\async\TAsyncChannel.h" />
jfarrella3dc3f82016-01-05 21:10:01 -050082 <ClInclude Include="src\thrift\async\TConcurrentClientSyncInfo.h" />
Roger Meier1516be02012-04-14 11:03:21 +000083 <ClInclude Include="src\thrift\concurrency\Exception.h" />
Roger Meier1516be02012-04-14 11:03:21 +000084 <ClInclude Include="src\thrift\processor\PeekProcessor.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +020085 <ClInclude Include="src\thrift\processor\TMultiplexedProcessor.h" />
Roger Meier1516be02012-04-14 11:03:21 +000086 <ClInclude Include="src\thrift\protocol\TBinaryProtocol.h" />
87 <ClInclude Include="src\thrift\protocol\TDebugProtocol.h" />
Roger Meier1516be02012-04-14 11:03:21 +000088 <ClInclude Include="src\thrift\protocol\TJSONProtocol.h" />
Jens Geyer9a4f40d2014-07-04 22:02:21 +020089 <ClInclude Include="src\thrift\protocol\TMultiplexedProtocol.h" />
Roger Meier1516be02012-04-14 11:03:21 +000090 <ClInclude Include="src\thrift\protocol\TProtocol.h" />
91 <ClInclude Include="src\thrift\protocol\TVirtualProtocol.h" />
92 <ClInclude Include="src\thrift\server\TServer.h" />
93 <ClInclude Include="src\thrift\server\TSimpleServer.h" />
94 <ClInclude Include="src\thrift\server\TThreadPoolServer.h" />
Jens Geyer81b3a422014-07-04 22:30:14 +020095 <ClInclude Include="src\thrift\server\TThreadedServer.h" />
Roger Meier1516be02012-04-14 11:03:21 +000096 <ClInclude Include="src\thrift\TApplicationException.h" />
97 <ClInclude Include="src\thrift\Thrift.h" />
KCris176bf0c2015-12-16 17:02:56 +020098 <ClInclude Include="src\thrift\TOutput.h" />
Roger Meier1516be02012-04-14 11:03:21 +000099 <ClInclude Include="src\thrift\TProcessor.h" />
100 <ClInclude Include="src\thrift\transport\TBufferTransports.h" />
101 <ClInclude Include="src\thrift\transport\TFDTransport.h" />
102 <ClInclude Include="src\thrift\transport\TFileTransport.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000103 <ClInclude Include="src\thrift\transport\TPipe.h" />
104 <ClInclude Include="src\thrift\transport\TPipeServer.h" />
105 <ClInclude Include="src\thrift\transport\TServerSocket.h" />
106 <ClInclude Include="src\thrift\transport\TServerTransport.h" />
107 <ClInclude Include="src\thrift\transport\TSimpleFileTransport.h" />
108 <ClInclude Include="src\thrift\transport\TSocket.h" />
Roger Meier1516be02012-04-14 11:03:21 +0000109 <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>
Zlikad96b1772023-02-21 14:44:21 +0100135 <PlatformToolset>v140</PlatformToolset>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000136 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration">
138 <ConfigurationType>StaticLibrary</ConfigurationType>
139 <UseDebugLibraries>true</UseDebugLibraries>
140 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100141 <PlatformToolset>v140</PlatformToolset>
Roger Meierbd057f62012-06-24 19:18:00 +0000142 </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>
Zlikad96b1772023-02-21 14:44:21 +0100147 <PlatformToolset>v140</PlatformToolset>
Roger Meier878a9482011-10-11 19:02:37 +0000148 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration">
150 <ConfigurationType>StaticLibrary</ConfigurationType>
151 <UseDebugLibraries>true</UseDebugLibraries>
152 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100153 <PlatformToolset>v140</PlatformToolset>
Roger Meierbd057f62012-06-24 19:18:00 +0000154 </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>
Zlikad96b1772023-02-21 14:44:21 +0100160 <PlatformToolset>v140</PlatformToolset>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000161 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000162 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration">
163 <ConfigurationType>StaticLibrary</ConfigurationType>
164 <UseDebugLibraries>false</UseDebugLibraries>
165 <WholeProgramOptimization>true</WholeProgramOptimization>
166 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100167 <PlatformToolset>v140</PlatformToolset>
Roger Meierbd057f62012-06-24 19:18:00 +0000168 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000169 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
170 <ConfigurationType>StaticLibrary</ConfigurationType>
171 <UseDebugLibraries>false</UseDebugLibraries>
172 <WholeProgramOptimization>true</WholeProgramOptimization>
173 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100174 <PlatformToolset>v140</PlatformToolset>
Roger Meier878a9482011-10-11 19:02:37 +0000175 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000176 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration">
177 <ConfigurationType>StaticLibrary</ConfigurationType>
178 <UseDebugLibraries>false</UseDebugLibraries>
179 <WholeProgramOptimization>true</WholeProgramOptimization>
180 <CharacterSet>MultiByte</CharacterSet>
Zlikad96b1772023-02-21 14:44:21 +0100181 <PlatformToolset>v140</PlatformToolset>
Roger Meierbd057f62012-06-24 19:18:00 +0000182 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000183 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
184 <ImportGroup Label="ExtensionSettings">
185 </ImportGroup>
186 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
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 Meier84e4a3c2011-09-16 20:58:44 +0000189 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000190 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" 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 Meier878a9482011-10-11 19:02:37 +0000194 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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 Meier878a9482011-10-11 19:02:37 +0000197 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000198 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" 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 Meier84e4a3c2011-09-16 20:58:44 +0000202 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
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 Meier84e4a3c2011-09-16 20:58:44 +0000205 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000206 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" 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 Meier878a9482011-10-11 19:02:37 +0000210 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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 Meier878a9482011-10-11 19:02:37 +0000213 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000214 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets">
215 <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 +0200216 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000217 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000218 <PropertyGroup Label="UserMacros" />
219 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
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 Meier84e4a3c2011-09-16 20:58:44 +0000221 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000222 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
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 Meier878a9482011-10-11 19:02:37 +0000225 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
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 Meier878a9482011-10-11 19:02:37 +0000227 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000228 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
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 Meier84e4a3c2011-09-16 20:58:44 +0000231 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
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 Meier84e4a3c2011-09-16 20:58:44 +0000233 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000234 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
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 Meier878a9482011-10-11 19:02:37 +0000237 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200238 <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 +0000239 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000240 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200241 <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 +0000242 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000243 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
244 <ClCompile>
245 <PrecompiledHeader>NotUsing</PrecompiledHeader>
246 <WarningLevel>Level3</WarningLevel>
247 <Optimization>Disabled</Optimization>
Zlikad96b1772023-02-21 14:44:21 +0100248 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;thrift_EXPORTS;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000249 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Roger Meierbd057f62012-06-24 19:18:00 +0000250 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
251 </ClCompile>
252 <Link>
253 <SubSystem>Windows</SubSystem>
254 <GenerateDebugInformation>true</GenerateDebugInformation>
255 </Link>
256 </ItemDefinitionGroup>
257 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
258 <ClCompile>
259 <PrecompiledHeader>NotUsing</PrecompiledHeader>
260 <WarningLevel>Level3</WarningLevel>
261 <Optimization>Disabled</Optimization>
Zlikad96b1772023-02-21 14:44:21 +0100262 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;thrift_EXPORTS;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000263 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Jens Geyer6d570262020-10-01 21:48:07 +0200264 <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000265 </ClCompile>
266 <Link>
267 <SubSystem>Windows</SubSystem>
268 <GenerateDebugInformation>true</GenerateDebugInformation>
269 </Link>
270 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000271 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
272 <ClCompile>
273 <PrecompiledHeader>NotUsing</PrecompiledHeader>
274 <WarningLevel>Level3</WarningLevel>
275 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400276 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200277 <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
Roger Meier878a9482011-10-11 19:02:37 +0000278 </ClCompile>
279 <Link>
280 <SubSystem>Windows</SubSystem>
281 <GenerateDebugInformation>true</GenerateDebugInformation>
282 </Link>
283 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000284 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
285 <ClCompile>
286 <PrecompiledHeader>NotUsing</PrecompiledHeader>
287 <WarningLevel>Level3</WarningLevel>
288 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400289 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200290 <RuntimeLibrary>MultiThreadedDebugDll</RuntimeLibrary>
Roger Meierbd057f62012-06-24 19:18:00 +0000291 </ClCompile>
292 <Link>
293 <SubSystem>Windows</SubSystem>
294 <GenerateDebugInformation>true</GenerateDebugInformation>
295 </Link>
296 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000297 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
298 <ClCompile>
299 <WarningLevel>Level3</WarningLevel>
300 <PrecompiledHeader>NotUsing</PrecompiledHeader>
301 <Optimization>MaxSpeed</Optimization>
302 <FunctionLevelLinking>true</FunctionLevelLinking>
303 <IntrinsicFunctions>true</IntrinsicFunctions>
Zlikad96b1772023-02-21 14:44:21 +0100304 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;thrift_EXPORTS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000305 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Jens Geyer6d570262020-10-01 21:48:07 +0200306 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000307 </ClCompile>
308 <Link>
309 <SubSystem>Windows</SubSystem>
310 <GenerateDebugInformation>true</GenerateDebugInformation>
311 <EnableCOMDATFolding>true</EnableCOMDATFolding>
312 <OptimizeReferences>true</OptimizeReferences>
313 </Link>
314 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000315 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
316 <ClCompile>
317 <WarningLevel>Level3</WarningLevel>
318 <PrecompiledHeader>NotUsing</PrecompiledHeader>
319 <Optimization>MaxSpeed</Optimization>
320 <FunctionLevelLinking>true</FunctionLevelLinking>
321 <IntrinsicFunctions>true</IntrinsicFunctions>
Zlikad96b1772023-02-21 14:44:21 +0100322 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;thrift_EXPORTS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000323 <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName>
Jens Geyer6d570262020-10-01 21:48:07 +0200324 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meierbd057f62012-06-24 19:18:00 +0000325 </ClCompile>
326 <Link>
327 <SubSystem>Windows</SubSystem>
328 <GenerateDebugInformation>true</GenerateDebugInformation>
329 <EnableCOMDATFolding>true</EnableCOMDATFolding>
330 <OptimizeReferences>true</OptimizeReferences>
331 </Link>
332 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000333 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
334 <ClCompile>
335 <WarningLevel>Level3</WarningLevel>
336 <PrecompiledHeader>NotUsing</PrecompiledHeader>
337 <Optimization>MaxSpeed</Optimization>
338 <FunctionLevelLinking>true</FunctionLevelLinking>
339 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400340 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200341 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meier878a9482011-10-11 19:02:37 +0000342 </ClCompile>
343 <Link>
344 <SubSystem>Windows</SubSystem>
345 <GenerateDebugInformation>true</GenerateDebugInformation>
346 <EnableCOMDATFolding>true</EnableCOMDATFolding>
347 <OptimizeReferences>true</OptimizeReferences>
348 </Link>
349 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000350 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
351 <ClCompile>
352 <WarningLevel>Level3</WarningLevel>
353 <PrecompiledHeader>NotUsing</PrecompiledHeader>
354 <Optimization>MaxSpeed</Optimization>
355 <FunctionLevelLinking>true</FunctionLevelLinking>
356 <IntrinsicFunctions>true</IntrinsicFunctions>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400357 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Jens Geyer6d570262020-10-01 21:48:07 +0200358 <RuntimeLibrary>MultiThreadedDll</RuntimeLibrary>
Roger Meierbd057f62012-06-24 19:18:00 +0000359 </ClCompile>
360 <Link>
361 <SubSystem>Windows</SubSystem>
362 <GenerateDebugInformation>true</GenerateDebugInformation>
363 <EnableCOMDATFolding>true</EnableCOMDATFolding>
364 <OptimizeReferences>true</OptimizeReferences>
365 </Link>
366 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000367 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
368 <ImportGroup Label="ExtensionTargets">
369 </ImportGroup>
Zlikad96b1772023-02-21 14:44:21 +0100370</Project>