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