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