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