KCris | 176bf0c | 2015-12-16 17:02:56 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 4 | <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 Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 12 | <ProjectConfiguration Include="Debug|Win32"> |
| 13 | <Configuration>Debug</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 16 | <ProjectConfiguration Include="Debug|x64"> |
| 17 | <Configuration>Debug</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 20 | <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 Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 28 | <ProjectConfiguration Include="Release|Win32"> |
| 29 | <Configuration>Release</Configuration> |
| 30 | <Platform>Win32</Platform> |
| 31 | </ProjectConfiguration> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 32 | <ProjectConfiguration Include="Release|x64"> |
| 33 | <Configuration>Release</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 36 | </ItemGroup> |
| 37 | <ItemGroup> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 38 | <ClCompile Include="src\thrift\async\TAsyncChannel.cpp"/> |
jfarrell | a3dc3f8 | 2016-01-05 21:10:01 -0500 | [diff] [blame] | 39 | <ClCompile Include="src\thrift\async\TConcurrentClientSyncInfo.cpp"/> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 40 | <ClCompile Include="src\thrift\concurrency\BoostMonitor.cpp" /> |
| 41 | <ClCompile Include="src\thrift\concurrency\BoostMutex.cpp" /> |
| 42 | <ClCompile Include="src\thrift\concurrency\BoostThreadFactory.cpp" /> |
Ben Craig | aea8bfe | 2013-09-27 10:44:54 -0500 | [diff] [blame] | 43 | <ClCompile Include="src\thrift\concurrency\StdThreadFactory.cpp" /> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 44 | <ClCompile Include="src\thrift\concurrency\ThreadManager.cpp"/> |
| 45 | <ClCompile Include="src\thrift\concurrency\TimerManager.cpp"/> |
| 46 | <ClCompile Include="src\thrift\concurrency\Util.cpp"/> |
| 47 | <ClCompile Include="src\thrift\processor\PeekProcessor.cpp"/> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 48 | <ClCompile Include="src\thrift\protocol\TBase64Utils.cpp" /> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 49 | <ClCompile Include="src\thrift\protocol\TDebugProtocol.cpp"/> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 50 | <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp"/> |
KCris | 176bf0c | 2015-12-16 17:02:56 +0200 | [diff] [blame] | 51 | <ClCompile Include="src\thrift\protocol\TProtocol.cpp"/> |
Jens Geyer | 9a4f40d | 2014-07-04 22:02:21 +0200 | [diff] [blame] | 52 | <ClCompile Include="src\thrift\protocol\TMultiplexedProtocol.cpp"/> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 53 | <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/> |
| 54 | <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/> |
Jens Geyer | 81b3a42 | 2014-07-04 22:30:14 +0200 | [diff] [blame] | 55 | <ClCompile Include="src\thrift\server\TThreadedServer.cpp"/> |
771545803@qq.com | 2d65c23 | 2017-04-10 17:09:32 +0800 | [diff] [blame] | 56 | <ClCompile Include="src\thrift\server\TConnectedClient.cpp"/> |
| 57 | <ClCompile Include="src\thrift\server\TNonblockingServer.cpp"/> |
| 58 | <ClCompile Include="src\thrift\server\TServerFramework.cpp"/> |
| 59 | <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/> |
| 60 | <ClCompile Include="src\thrift\server\TThreadedServer.cpp"/> |
| 61 | <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 62 | <ClCompile Include="src\thrift\TApplicationException.cpp"/> |
KCris | 176bf0c | 2015-12-16 17:02:56 +0200 | [diff] [blame] | 63 | <ClCompile Include="src\thrift\TOutput.cpp"/> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 64 | <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 65 | <ClCompile Include="src\thrift\transport\TFDTransport.cpp" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 66 | <ClCompile Include="src\thrift\transport\THttpClient.cpp" /> |
| 67 | <ClCompile Include="src\thrift\transport\THttpServer.cpp" /> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 68 | <ClCompile Include="src\thrift\transport\THttpTransport.cpp"/> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 69 | <ClCompile Include="src\thrift\transport\TPipe.cpp" /> |
| 70 | <ClCompile Include="src\thrift\transport\TPipeServer.cpp" /> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 71 | <ClCompile Include="src\thrift\transport\TServerSocket.cpp"/> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 72 | <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" /> |
Jens Geyer | 656a2fb | 2014-10-01 21:53:02 +0200 | [diff] [blame] | 73 | <ClCompile Include="src\thrift\transport\TFileTransport.cpp" /> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 74 | <ClCompile Include="src\thrift\transport\TSocket.cpp"/> |
Jens Geyer | 656a2fb | 2014-10-01 21:53:02 +0200 | [diff] [blame] | 75 | <ClCompile Include="src\thrift\transport\TSSLSocket.cpp"/> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 76 | <ClCompile Include="src\thrift\transport\TTransportException.cpp"/> |
| 77 | <ClCompile Include="src\thrift\transport\TTransportUtils.cpp"/> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 78 | <ClCompile Include="src\thrift\windows\GetTimeOfDay.cpp" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 79 | <ClCompile Include="src\thrift\windows\OverlappedSubmissionThread.cpp" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 80 | <ClCompile Include="src\thrift\windows\SocketPair.cpp" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 81 | <ClCompile Include="src\thrift\windows\TWinsockSingleton.cpp" /> |
| 82 | <ClCompile Include="src\thrift\windows\WinFcntl.cpp" /> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 83 | </ItemGroup> |
| 84 | <ItemGroup> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 85 | <ClInclude Include="src\thrift\async\TAsyncChannel.h" /> |
jfarrell | a3dc3f8 | 2016-01-05 21:10:01 -0500 | [diff] [blame] | 86 | <ClInclude Include="src\thrift\async\TConcurrentClientSyncInfo.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 87 | <ClInclude Include="src\thrift\concurrency\BoostThreadFactory.h" /> |
Ben Craig | aea8bfe | 2013-09-27 10:44:54 -0500 | [diff] [blame] | 88 | <ClInclude Include="src\thrift\concurrency\StdThreadFactory.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 89 | <ClInclude Include="src\thrift\concurrency\Exception.h" /> |
| 90 | <ClInclude Include="src\thrift\concurrency\PlatformThreadFactory.h" /> |
| 91 | <ClInclude Include="src\thrift\processor\PeekProcessor.h" /> |
Jens Geyer | 9a4f40d | 2014-07-04 22:02:21 +0200 | [diff] [blame] | 92 | <ClInclude Include="src\thrift\processor\TMultiplexedProcessor.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 93 | <ClInclude Include="src\thrift\protocol\TBinaryProtocol.h" /> |
| 94 | <ClInclude Include="src\thrift\protocol\TDebugProtocol.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 95 | <ClInclude Include="src\thrift\protocol\TJSONProtocol.h" /> |
Jens Geyer | 9a4f40d | 2014-07-04 22:02:21 +0200 | [diff] [blame] | 96 | <ClInclude Include="src\thrift\protocol\TMultiplexedProtocol.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 97 | <ClInclude Include="src\thrift\protocol\TProtocol.h" /> |
| 98 | <ClInclude Include="src\thrift\protocol\TVirtualProtocol.h" /> |
| 99 | <ClInclude Include="src\thrift\server\TServer.h" /> |
| 100 | <ClInclude Include="src\thrift\server\TSimpleServer.h" /> |
| 101 | <ClInclude Include="src\thrift\server\TThreadPoolServer.h" /> |
Jens Geyer | 81b3a42 | 2014-07-04 22:30:14 +0200 | [diff] [blame] | 102 | <ClInclude Include="src\thrift\server\TThreadedServer.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 103 | <ClInclude Include="src\thrift\TApplicationException.h" /> |
| 104 | <ClInclude Include="src\thrift\Thrift.h" /> |
KCris | 176bf0c | 2015-12-16 17:02:56 +0200 | [diff] [blame] | 105 | <ClInclude Include="src\thrift\TOutput.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 106 | <ClInclude Include="src\thrift\TProcessor.h" /> |
| 107 | <ClInclude Include="src\thrift\transport\TBufferTransports.h" /> |
| 108 | <ClInclude Include="src\thrift\transport\TFDTransport.h" /> |
| 109 | <ClInclude Include="src\thrift\transport\TFileTransport.h" /> |
| 110 | <ClInclude Include="src\thrift\transport\THttpClient.h" /> |
| 111 | <ClInclude Include="src\thrift\transport\THttpServer.h" /> |
| 112 | <ClInclude Include="src\thrift\transport\TPipe.h" /> |
| 113 | <ClInclude Include="src\thrift\transport\TPipeServer.h" /> |
| 114 | <ClInclude Include="src\thrift\transport\TServerSocket.h" /> |
| 115 | <ClInclude Include="src\thrift\transport\TServerTransport.h" /> |
| 116 | <ClInclude Include="src\thrift\transport\TSimpleFileTransport.h" /> |
| 117 | <ClInclude Include="src\thrift\transport\TSocket.h" /> |
| 118 | <ClInclude Include="src\thrift\transport\TSSLSocket.h" /> |
| 119 | <ClInclude Include="src\thrift\transport\TTransport.h" /> |
| 120 | <ClInclude Include="src\thrift\transport\TTransportException.h" /> |
| 121 | <ClInclude Include="src\thrift\transport\TTransportUtils.h" /> |
| 122 | <ClInclude Include="src\thrift\transport\TVirtualTransport.h" /> |
| 123 | <ClInclude Include="src\thrift\windows\config.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 124 | <ClInclude Include="src\thrift\windows\GetTimeOfDay.h" /> |
| 125 | <ClInclude Include="src\thrift\windows\Operators.h" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 126 | <ClInclude Include="src\thrift\windows\OverlappedSubmissionThread.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 127 | <ClInclude Include="src\thrift\windows\SocketPair.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 128 | <ClInclude Include="src\thrift\windows\TWinsockSingleton.h" /> |
| 129 | <ClInclude Include="src\thrift\windows\WinFcntl.h" /> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 130 | </ItemGroup> |
| 131 | <ItemGroup> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 132 | <None Include="src\thrift\protocol\TBinaryProtocol.tcc" /> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 133 | </ItemGroup> |
| 134 | <PropertyGroup Label="Globals"> |
| 135 | <ProjectGuid>{DD26F57E-60F2-4F37-A616-D219A9BF338F}</ProjectGuid> |
| 136 | <Keyword>Win32Proj</Keyword> |
| 137 | <RootNamespace>thrift</RootNamespace> |
| 138 | <ProjectName>libthrift</ProjectName> |
| 139 | </PropertyGroup> |
| 140 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 141 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 142 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 143 | <UseDebugLibraries>true</UseDebugLibraries> |
| 144 | <CharacterSet>MultiByte</CharacterSet> |
| 145 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 146 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration"> |
| 147 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 148 | <UseDebugLibraries>true</UseDebugLibraries> |
| 149 | <CharacterSet>MultiByte</CharacterSet> |
| 150 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 152 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 153 | <UseDebugLibraries>true</UseDebugLibraries> |
| 154 | <CharacterSet>MultiByte</CharacterSet> |
| 155 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 156 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration"> |
| 157 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 158 | <UseDebugLibraries>true</UseDebugLibraries> |
| 159 | <CharacterSet>MultiByte</CharacterSet> |
| 160 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 161 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 162 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 163 | <UseDebugLibraries>false</UseDebugLibraries> |
| 164 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 165 | <CharacterSet>MultiByte</CharacterSet> |
| 166 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 167 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration"> |
| 168 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 169 | <UseDebugLibraries>false</UseDebugLibraries> |
| 170 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 171 | <CharacterSet>MultiByte</CharacterSet> |
| 172 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 173 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 174 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 175 | <UseDebugLibraries>false</UseDebugLibraries> |
| 176 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 177 | <CharacterSet>MultiByte</CharacterSet> |
| 178 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 179 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration"> |
| 180 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 181 | <UseDebugLibraries>false</UseDebugLibraries> |
| 182 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 183 | <CharacterSet>MultiByte</CharacterSet> |
| 184 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 185 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 186 | <ImportGroup Label="ExtensionSettings"> |
| 187 | </ImportGroup> |
| 188 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 189 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 190 | <Import Project="3rdparty.props" /> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 191 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 192 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets"> |
| 193 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 194 | <Import Project="3rdparty.props" /> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 195 | </ImportGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 196 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 197 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 198 | <Import Project="3rdparty.props" /> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 199 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 200 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets"> |
| 201 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 202 | <Import Project="3rdparty.props" /> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 203 | </ImportGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 204 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 205 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 206 | <Import Project="3rdparty.props" /> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 207 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 208 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="PropertySheets"> |
| 209 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 210 | <Import Project="3rdparty.props" /> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 211 | </ImportGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 212 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 213 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 214 | <Import Project="3rdparty.props" /> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 215 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 216 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets"> |
| 217 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 218 | <Import Project="3rdparty.props" /> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 219 | </ImportGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 220 | <PropertyGroup Label="UserMacros" /> |
| 221 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 222 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 223 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 224 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 225 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 226 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 227 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 228 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 229 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 230 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 231 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 232 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 233 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 234 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 235 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 236 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 237 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 238 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 239 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 240 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 241 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 242 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 243 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(OPENSSL_ROOT_DIR)\include\;$(IncludePath)</IncludePath> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 244 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 245 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 246 | <ClCompile> |
| 247 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 248 | <WarningLevel>Level3</WarningLevel> |
| 249 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 250 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 1b533e9 | 2011-11-16 19:11:34 +0000 | [diff] [blame] | 251 | <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 252 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 253 | </ClCompile> |
| 254 | <Link> |
| 255 | <SubSystem>Windows</SubSystem> |
| 256 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 257 | </Link> |
| 258 | </ItemDefinitionGroup> |
| 259 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> |
| 260 | <ClCompile> |
| 261 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 262 | <WarningLevel>Level3</WarningLevel> |
| 263 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 264 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 265 | <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> |
| 266 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 267 | </ClCompile> |
| 268 | <Link> |
| 269 | <SubSystem>Windows</SubSystem> |
| 270 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 271 | </Link> |
| 272 | </ItemDefinitionGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 273 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 274 | <ClCompile> |
| 275 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 276 | <WarningLevel>Level3</WarningLevel> |
| 277 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 278 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 279 | </ClCompile> |
| 280 | <Link> |
| 281 | <SubSystem>Windows</SubSystem> |
| 282 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 283 | </Link> |
| 284 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 285 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> |
| 286 | <ClCompile> |
| 287 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 288 | <WarningLevel>Level3</WarningLevel> |
| 289 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 290 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 291 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 292 | </ClCompile> |
| 293 | <Link> |
| 294 | <SubSystem>Windows</SubSystem> |
| 295 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 296 | </Link> |
| 297 | </ItemDefinitionGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 298 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 299 | <ClCompile> |
| 300 | <WarningLevel>Level3</WarningLevel> |
| 301 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 302 | <Optimization>MaxSpeed</Optimization> |
| 303 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 304 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 305 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 1b533e9 | 2011-11-16 19:11:34 +0000 | [diff] [blame] | 306 | <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 307 | </ClCompile> |
| 308 | <Link> |
| 309 | <SubSystem>Windows</SubSystem> |
| 310 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 311 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 312 | <OptimizeReferences>true</OptimizeReferences> |
| 313 | </Link> |
| 314 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 315 | <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> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 322 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 323 | <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> |
| 324 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 325 | </ClCompile> |
| 326 | <Link> |
| 327 | <SubSystem>Windows</SubSystem> |
| 328 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 329 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 330 | <OptimizeReferences>true</OptimizeReferences> |
| 331 | </Link> |
| 332 | </ItemDefinitionGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 333 | <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 Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 340 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 341 | </ClCompile> |
| 342 | <Link> |
| 343 | <SubSystem>Windows</SubSystem> |
| 344 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 345 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 346 | <OptimizeReferences>true</OptimizeReferences> |
| 347 | </Link> |
| 348 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 349 | <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 Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 356 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 357 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 358 | </ClCompile> |
| 359 | <Link> |
| 360 | <SubSystem>Windows</SubSystem> |
| 361 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 362 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 363 | <OptimizeReferences>true</OptimizeReferences> |
| 364 | </Link> |
| 365 | </ItemDefinitionGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 366 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 367 | <ImportGroup Label="ExtensionTargets"> |
| 368 | </ImportGroup> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame] | 369 | </Project> |