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