| 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> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 38 |     <ClCompile Include="src\thrift\async\TAsyncChannel.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 39 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 40 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 41 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 42 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 43 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 44 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 45 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 46 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 47 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 48 |     <ClCompile Include="src\thrift\concurrency\BoostMonitor.cpp" /> | 
 | 49 |     <ClCompile Include="src\thrift\concurrency\BoostMutex.cpp" /> | 
 | 50 |     <ClCompile Include="src\thrift\concurrency\BoostThreadFactory.cpp" /> | 
 | 51 |     <ClCompile Include="src\thrift\concurrency\ThreadManager.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 52 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 53 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 54 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 55 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 56 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 57 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 58 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 59 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 60 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 61 |     <ClCompile Include="src\thrift\concurrency\TimerManager.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 62 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 63 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|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 | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 65 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 66 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 67 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 68 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 69 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 70 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 71 |     <ClCompile Include="src\thrift\concurrency\Util.cpp"> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 72 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 73 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 74 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 75 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 76 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 77 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 78 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 79 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 80 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 81 |     <ClCompile Include="src\thrift\processor\PeekProcessor.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 82 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 83 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 84 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 85 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 86 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 87 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 88 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 89 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 90 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 91 |     <ClCompile Include="src\thrift\protocol\TBase64Utils.cpp" /> | 
 | 92 |     <ClCompile Include="src\thrift\protocol\TDebugProtocol.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 93 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 94 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 95 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 96 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 97 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 98 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 99 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 100 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 101 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 102 |     <ClCompile Include="src\thrift\protocol\TDenseProtocol.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 103 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 104 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 105 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 106 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 107 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 108 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 109 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 110 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 111 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 112 |     <ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 113 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 114 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 115 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 116 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 117 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 118 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 119 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 120 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 121 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 122 |     <ClCompile Include="src\thrift\server\TSimpleServer.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 123 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 124 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 125 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 126 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 127 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 128 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 129 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 130 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 131 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 132 |     <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 133 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 134 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 135 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 136 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 137 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 138 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 139 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 140 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 141 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 142 |     <ClCompile Include="src\thrift\TApplicationException.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 143 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 144 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 145 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 146 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|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 | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 148 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 149 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 150 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 151 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 152 |     <ClCompile Include="src\thrift\Thrift.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 153 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 154 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 155 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 156 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 157 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 158 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 159 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 160 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 161 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 162 |     <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 163 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 164 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 165 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 166 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 167 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 168 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 169 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 170 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 171 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 172 |     <ClCompile Include="src\thrift\transport\TFDTransport.cpp" /> | 
 | 173 |     <ClCompile Include="src\thrift\transport\TFileTransport.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 174 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 175 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">true</ExcludedFromBuild> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 176 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 177 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">true</ExcludedFromBuild> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 178 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 179 |     <ClCompile Include="src\thrift\transport\THttpClient.cpp" /> | 
 | 180 |     <ClCompile Include="src\thrift\transport\THttpServer.cpp" /> | 
 | 181 |     <ClCompile Include="src\thrift\transport\THttpTransport.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 182 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 183 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 184 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 185 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 186 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 187 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 188 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 189 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 190 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 191 |     <ClCompile Include="src\thrift\transport\TPipe.cpp" /> | 
 | 192 |     <ClCompile Include="src\thrift\transport\TPipeServer.cpp" /> | 
 | 193 |     <ClCompile Include="src\thrift\transport\TServerSocket.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 194 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 195 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 196 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 197 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 198 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 199 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 200 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 201 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 202 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 203 |     <ClCompile Include="src\thrift\transport\TSimpleFileTransport.cpp" /> | 
 | 204 |     <ClCompile Include="src\thrift\transport\TSocket.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 205 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 206 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 207 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 208 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 209 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 210 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 211 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 212 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 213 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 214 |     <ClCompile Include="src\thrift\transport\TSSLSocket.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 215 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 216 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">true</ExcludedFromBuild> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 217 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 218 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">true</ExcludedFromBuild> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 219 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 220 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">true</ExcludedFromBuild> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 221 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 222 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">true</ExcludedFromBuild> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 223 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 224 |     <ClCompile Include="src\thrift\transport\TTransportException.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 225 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 226 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 227 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 228 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 229 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 230 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 231 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 232 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 233 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 234 |     <ClCompile Include="src\thrift\transport\TTransportUtils.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 235 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 236 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 237 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 238 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 239 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 240 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 241 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 242 |       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 243 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 244 |     <ClCompile Include="src\thrift\windows\GetTimeOfDay.cpp" /> | 
 | 245 |     <ClCompile Include="src\thrift\windows\SocketPair.cpp" /> | 
 | 246 |     <ClCompile Include="src\thrift\windows\StdAfx.cpp"> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 247 |       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 248 |       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">NotUsing</PrecompiledHeader> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 249 |       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 250 |       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">NotUsing</PrecompiledHeader> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 251 |       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 252 |       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">NotUsing</PrecompiledHeader> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 253 |       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 254 |       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">NotUsing</PrecompiledHeader> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 255 |     </ClCompile> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 256 |     <ClCompile Include="src\thrift\windows\TWinsockSingleton.cpp" /> | 
 | 257 |     <ClCompile Include="src\thrift\windows\WinFcntl.cpp" /> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 258 |   </ItemGroup> | 
 | 259 |   <ItemGroup> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 260 |     <ClInclude Include="src\thrift\async\TAsyncChannel.h" /> | 
 | 261 |     <ClInclude Include="src\thrift\concurrency\BoostThreadFactory.h" /> | 
 | 262 |     <ClInclude Include="src\thrift\concurrency\Exception.h" /> | 
 | 263 |     <ClInclude Include="src\thrift\concurrency\PlatformThreadFactory.h" /> | 
 | 264 |     <ClInclude Include="src\thrift\processor\PeekProcessor.h" /> | 
 | 265 |     <ClInclude Include="src\thrift\protocol\TBinaryProtocol.h" /> | 
 | 266 |     <ClInclude Include="src\thrift\protocol\TDebugProtocol.h" /> | 
 | 267 |     <ClInclude Include="src\thrift\protocol\TDenseProtocol.h" /> | 
 | 268 |     <ClInclude Include="src\thrift\protocol\TJSONProtocol.h" /> | 
 | 269 |     <ClInclude Include="src\thrift\protocol\TProtocol.h" /> | 
 | 270 |     <ClInclude Include="src\thrift\protocol\TVirtualProtocol.h" /> | 
 | 271 |     <ClInclude Include="src\thrift\server\TServer.h" /> | 
 | 272 |     <ClInclude Include="src\thrift\server\TSimpleServer.h" /> | 
 | 273 |     <ClInclude Include="src\thrift\server\TThreadPoolServer.h" /> | 
 | 274 |     <ClInclude Include="src\thrift\TApplicationException.h" /> | 
 | 275 |     <ClInclude Include="src\thrift\Thrift.h" /> | 
 | 276 |     <ClInclude Include="src\thrift\TProcessor.h" /> | 
 | 277 |     <ClInclude Include="src\thrift\transport\TBufferTransports.h" /> | 
 | 278 |     <ClInclude Include="src\thrift\transport\TFDTransport.h" /> | 
 | 279 |     <ClInclude Include="src\thrift\transport\TFileTransport.h" /> | 
 | 280 |     <ClInclude Include="src\thrift\transport\THttpClient.h" /> | 
 | 281 |     <ClInclude Include="src\thrift\transport\THttpServer.h" /> | 
 | 282 |     <ClInclude Include="src\thrift\transport\TPipe.h" /> | 
 | 283 |     <ClInclude Include="src\thrift\transport\TPipeServer.h" /> | 
 | 284 |     <ClInclude Include="src\thrift\transport\TServerSocket.h" /> | 
 | 285 |     <ClInclude Include="src\thrift\transport\TServerTransport.h" /> | 
 | 286 |     <ClInclude Include="src\thrift\transport\TSimpleFileTransport.h" /> | 
 | 287 |     <ClInclude Include="src\thrift\transport\TSocket.h" /> | 
 | 288 |     <ClInclude Include="src\thrift\transport\TSSLSocket.h" /> | 
 | 289 |     <ClInclude Include="src\thrift\transport\TTransport.h" /> | 
 | 290 |     <ClInclude Include="src\thrift\transport\TTransportException.h" /> | 
 | 291 |     <ClInclude Include="src\thrift\transport\TTransportUtils.h" /> | 
 | 292 |     <ClInclude Include="src\thrift\transport\TVirtualTransport.h" /> | 
 | 293 |     <ClInclude Include="src\thrift\windows\config.h" /> | 
 | 294 |     <ClInclude Include="src\thrift\windows\force_inc.h" /> | 
 | 295 |     <ClInclude Include="src\thrift\windows\GetTimeOfDay.h" /> | 
 | 296 |     <ClInclude Include="src\thrift\windows\Operators.h" /> | 
 | 297 |     <ClInclude Include="src\thrift\windows\SocketPair.h" /> | 
 | 298 |     <ClInclude Include="src\thrift\windows\StdAfx.h" /> | 
 | 299 |     <ClInclude Include="src\thrift\windows\TargetVersion.h" /> | 
 | 300 |     <ClInclude Include="src\thrift\windows\TWinsockSingleton.h" /> | 
 | 301 |     <ClInclude Include="src\thrift\windows\WinFcntl.h" /> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 302 |   </ItemGroup> | 
 | 303 |   <ItemGroup> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 304 |     <None Include="src\thrift\protocol\TBinaryProtocol.tcc" /> | 
 | 305 |     <None Include="src\thrift\windows\tr1\functional" /> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 306 |   </ItemGroup> | 
 | 307 |   <PropertyGroup Label="Globals"> | 
 | 308 |     <ProjectGuid>{DD26F57E-60F2-4F37-A616-D219A9BF338F}</ProjectGuid> | 
 | 309 |     <Keyword>Win32Proj</Keyword> | 
 | 310 |     <RootNamespace>thrift</RootNamespace> | 
 | 311 |     <ProjectName>libthrift</ProjectName> | 
 | 312 |   </PropertyGroup> | 
 | 313 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
 | 314 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
 | 315 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 | 316 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 | 317 |     <CharacterSet>MultiByte</CharacterSet> | 
 | 318 |   </PropertyGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 319 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration"> | 
 | 320 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 | 321 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 | 322 |     <CharacterSet>MultiByte</CharacterSet> | 
 | 323 |   </PropertyGroup> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 324 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
 | 325 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 | 326 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 | 327 |     <CharacterSet>MultiByte</CharacterSet> | 
 | 328 |   </PropertyGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 329 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration"> | 
 | 330 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 | 331 |     <UseDebugLibraries>true</UseDebugLibraries> | 
 | 332 |     <CharacterSet>MultiByte</CharacterSet> | 
 | 333 |   </PropertyGroup> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 334 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
 | 335 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 | 336 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 | 337 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 338 |     <CharacterSet>MultiByte</CharacterSet> | 
 | 339 |   </PropertyGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 340 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration"> | 
 | 341 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 | 342 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 | 343 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 344 |     <CharacterSet>MultiByte</CharacterSet> | 
 | 345 |   </PropertyGroup> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 346 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
 | 347 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 | 348 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 | 349 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 350 |     <CharacterSet>MultiByte</CharacterSet> | 
 | 351 |   </PropertyGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 352 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration"> | 
 | 353 |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
 | 354 |     <UseDebugLibraries>false</UseDebugLibraries> | 
 | 355 |     <WholeProgramOptimization>true</WholeProgramOptimization> | 
 | 356 |     <CharacterSet>MultiByte</CharacterSet> | 
 | 357 |   </PropertyGroup> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 358 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
 | 359 |   <ImportGroup Label="ExtensionSettings"> | 
 | 360 |   </ImportGroup> | 
 | 361 |   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 | 362 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 363 |   </ImportGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 364 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets"> | 
 | 365 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 366 |   </ImportGroup> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 367 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | 
 | 368 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 369 |   </ImportGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 370 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets"> | 
 | 371 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 372 |   </ImportGroup> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 373 |   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 | 374 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 375 |   </ImportGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 376 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="PropertySheets"> | 
 | 377 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 378 |   </ImportGroup> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 379 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 
 | 380 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 381 |   </ImportGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 382 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets"> | 
 | 383 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
 | 384 |   </ImportGroup> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 385 |   <PropertyGroup Label="UserMacros" /> | 
 | 386 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
| Roger Meier | 2badac7 | 2012-04-14 11:03:43 +0000 | [diff] [blame] | 387 |     <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] | 388 |   </PropertyGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 389 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> | 
 | 390 |     <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> | 
 | 391 |   </PropertyGroup> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 392 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
| Roger Meier | 2badac7 | 2012-04-14 11:03:43 +0000 | [diff] [blame] | 393 |     <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] | 394 |   </PropertyGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 395 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> | 
 | 396 |     <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> | 
 | 397 |   </PropertyGroup> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 398 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| Roger Meier | 2badac7 | 2012-04-14 11:03:43 +0000 | [diff] [blame] | 399 |     <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] | 400 |   </PropertyGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 401 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'"> | 
 | 402 |     <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> | 
 | 403 |   </PropertyGroup> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 404 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
| Roger Meier | 2badac7 | 2012-04-14 11:03:43 +0000 | [diff] [blame] | 405 |     <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] | 406 |   </PropertyGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 407 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'"> | 
 | 408 |     <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> | 
 | 409 |   </PropertyGroup> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 410 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
 | 411 |     <ClCompile> | 
 | 412 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 | 413 |       <WarningLevel>Level3</WarningLevel> | 
 | 414 |       <Optimization>Disabled</Optimization> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 415 |       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 416 |       <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | 
| Roger Meier | 1b533e9 | 2011-11-16 19:11:34 +0000 | [diff] [blame] | 417 |       <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 418 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 
 | 419 |     </ClCompile> | 
 | 420 |     <Link> | 
 | 421 |       <SubSystem>Windows</SubSystem> | 
 | 422 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 | 423 |     </Link> | 
 | 424 |   </ItemDefinitionGroup> | 
 | 425 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> | 
 | 426 |     <ClCompile> | 
 | 427 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 | 428 |       <WarningLevel>Level3</WarningLevel> | 
 | 429 |       <Optimization>Disabled</Optimization> | 
 | 430 |       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 | 431 |       <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | 
 | 432 |       <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> | 
 | 433 |       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 434 |     </ClCompile> | 
 | 435 |     <Link> | 
 | 436 |       <SubSystem>Windows</SubSystem> | 
 | 437 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 | 438 |     </Link> | 
 | 439 |   </ItemDefinitionGroup> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 440 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
 | 441 |     <ClCompile> | 
 | 442 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 | 443 |       <WarningLevel>Level3</WarningLevel> | 
 | 444 |       <Optimization>Disabled</Optimization> | 
 | 445 |       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 446 |       <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 447 |     </ClCompile> | 
 | 448 |     <Link> | 
 | 449 |       <SubSystem>Windows</SubSystem> | 
 | 450 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 | 451 |     </Link> | 
 | 452 |   </ItemDefinitionGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 453 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> | 
 | 454 |     <ClCompile> | 
 | 455 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 | 456 |       <WarningLevel>Level3</WarningLevel> | 
 | 457 |       <Optimization>Disabled</Optimization> | 
 | 458 |       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 | 459 |       <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | 
 | 460 |       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 
 | 461 |     </ClCompile> | 
 | 462 |     <Link> | 
 | 463 |       <SubSystem>Windows</SubSystem> | 
 | 464 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 | 465 |     </Link> | 
 | 466 |   </ItemDefinitionGroup> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 467 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
 | 468 |     <ClCompile> | 
 | 469 |       <WarningLevel>Level3</WarningLevel> | 
 | 470 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 | 471 |       <Optimization>MaxSpeed</Optimization> | 
 | 472 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 | 473 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
| Roger Meier | 8cd3b1a | 2011-09-23 14:25:22 +0000 | [diff] [blame] | 474 |       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 475 |       <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | 
| Roger Meier | 1b533e9 | 2011-11-16 19:11:34 +0000 | [diff] [blame] | 476 |       <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 477 |     </ClCompile> | 
 | 478 |     <Link> | 
 | 479 |       <SubSystem>Windows</SubSystem> | 
 | 480 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 | 481 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 | 482 |       <OptimizeReferences>true</OptimizeReferences> | 
 | 483 |     </Link> | 
 | 484 |   </ItemDefinitionGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 485 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'"> | 
 | 486 |     <ClCompile> | 
 | 487 |       <WarningLevel>Level3</WarningLevel> | 
 | 488 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 | 489 |       <Optimization>MaxSpeed</Optimization> | 
 | 490 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 | 491 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 | 492 |       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 | 493 |       <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | 
 | 494 |       <ProgramDataBaseFileName>$(IntDir)libthrift.pdb</ProgramDataBaseFileName> | 
 | 495 |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
 | 496 |     </ClCompile> | 
 | 497 |     <Link> | 
 | 498 |       <SubSystem>Windows</SubSystem> | 
 | 499 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 | 500 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 | 501 |       <OptimizeReferences>true</OptimizeReferences> | 
 | 502 |     </Link> | 
 | 503 |   </ItemDefinitionGroup> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 504 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
 | 505 |     <ClCompile> | 
 | 506 |       <WarningLevel>Level3</WarningLevel> | 
 | 507 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 | 508 |       <Optimization>MaxSpeed</Optimization> | 
 | 509 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 | 510 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 | 511 |       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 512 |       <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | 
| Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 513 |     </ClCompile> | 
 | 514 |     <Link> | 
 | 515 |       <SubSystem>Windows</SubSystem> | 
 | 516 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 | 517 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 | 518 |       <OptimizeReferences>true</OptimizeReferences> | 
 | 519 |     </Link> | 
 | 520 |   </ItemDefinitionGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 521 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'"> | 
 | 522 |     <ClCompile> | 
 | 523 |       <WarningLevel>Level3</WarningLevel> | 
 | 524 |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
 | 525 |       <Optimization>MaxSpeed</Optimization> | 
 | 526 |       <FunctionLevelLinking>true</FunctionLevelLinking> | 
 | 527 |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
 | 528 |       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
 | 529 |       <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | 
 | 530 |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
 | 531 |     </ClCompile> | 
 | 532 |     <Link> | 
 | 533 |       <SubSystem>Windows</SubSystem> | 
 | 534 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
 | 535 |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
 | 536 |       <OptimizeReferences>true</OptimizeReferences> | 
 | 537 |     </Link> | 
 | 538 |   </ItemDefinitionGroup> | 
| Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 539 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
 | 540 |   <ImportGroup Label="ExtensionTargets"> | 
 | 541 |   </ImportGroup> | 
| Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 542 | </Project> |