blob: a94dc3b078c1e8d3d3a72133ebcc1e88d6b87a67 [file] [log] [blame]
Roger Meier84e4a3c2011-09-16 20:58:44 +00001<?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 Meier878a9482011-10-11 19:02:37 +00008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
Roger Meier84e4a3c2011-09-16 20:58:44 +000012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
Roger Meier878a9482011-10-11 19:02:37 +000016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
Roger Meier84e4a3c2011-09-16 20:58:44 +000020 </ItemGroup>
21 <ItemGroup>
22 <ClCompile Include="src\async\TAsyncChannel.cpp">
23 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000024 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000025 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000026 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000027 </ClCompile>
Roger Meier878a9482011-10-11 19:02:37 +000028 <ClCompile Include="src\concurrency\BoostMonitor.cpp" />
29 <ClCompile Include="src\concurrency\BoostMutex.cpp" />
30 <ClCompile Include="src\concurrency\BoostThreadFactory.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000031 <ClCompile Include="src\concurrency\ThreadManager.cpp">
32 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000033 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000034 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000035 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000036 </ClCompile>
37 <ClCompile Include="src\concurrency\TimerManager.cpp">
38 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000039 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000040 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000041 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000042 </ClCompile>
43 <ClCompile Include="src\concurrency\Util.cpp">
Roger Meier8cd3b1a2011-09-23 14:25:22 +000044 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000045 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier8cd3b1a2011-09-23 14:25:22 +000046 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000047 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000048 </ClCompile>
49 <ClCompile Include="src\processor\PeekProcessor.cpp">
50 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000051 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000052 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000053 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000054 </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 Meier878a9482011-10-11 19:02:37 +000058 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000059 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000060 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000061 </ClCompile>
62 <ClCompile Include="src\protocol\TDenseProtocol.cpp">
63 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000064 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000065 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000066 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000067 </ClCompile>
68 <ClCompile Include="src\protocol\TJSONProtocol.cpp">
69 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000070 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000071 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000072 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000073 </ClCompile>
74 <ClCompile Include="src\server\TSimpleServer.cpp">
75 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000076 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000077 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000078 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000079 </ClCompile>
80 <ClCompile Include="src\server\TThreadPoolServer.cpp">
81 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000082 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000083 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000084 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000085 </ClCompile>
86 <ClCompile Include="src\TApplicationException.cpp">
87 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000088 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000089 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000090 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000091 </ClCompile>
92 <ClCompile Include="src\Thrift.cpp">
93 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000094 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000095 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000096 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000097 </ClCompile>
98 <ClCompile Include="src\transport\TBufferTransports.cpp">
99 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000100 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000101 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000102 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000103 </ClCompile>
Roger Meier878a9482011-10-11 19:02:37 +0000104 <ClCompile Include="src\transport\TFDTransport.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000105 <ClCompile Include="src\transport\TFileTransport.cpp">
Roger Meier84e4a3c2011-09-16 20:58:44 +0000106 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
Roger Meier878a9482011-10-11 19:02:37 +0000107 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000108 </ClCompile>
Roger Meier878a9482011-10-11 19:02:37 +0000109 <ClCompile Include="src\transport\THttpClient.cpp" />
110 <ClCompile Include="src\transport\THttpServer.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000111 <ClCompile Include="src\transport\THttpTransport.cpp">
112 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000113 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000114 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000115 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000116 </ClCompile>
117 <ClCompile Include="src\transport\TServerSocket.cpp">
118 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000119 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000120 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000121 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000122 </ClCompile>
Roger Meier878a9482011-10-11 19:02:37 +0000123 <ClCompile Include="src\transport\TSimpleFileTransport.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000124 <ClCompile Include="src\transport\TSocket.cpp">
125 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000126 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000127 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000128 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000129 </ClCompile>
130 <ClCompile Include="src\transport\TSSLSocket.cpp">
131 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
Roger Meier878a9482011-10-11 19:02:37 +0000132 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000133 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
Roger Meier878a9482011-10-11 19:02:37 +0000134 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000135 </ClCompile>
136 <ClCompile Include="src\transport\TTransportException.cpp">
137 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000138 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000139 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000140 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000141 </ClCompile>
142 <ClCompile Include="src\transport\TTransportUtils.cpp">
143 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000144 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000145 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +0000146 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000147 </ClCompile>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000148 <ClCompile Include="src\windows\GetTimeOfDay.cpp" />
149 <ClCompile Include="src\windows\SocketPair.cpp" />
150 <ClCompile Include="src\windows\StdAfx.cpp">
151 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
Roger Meier878a9482011-10-11 19:02:37 +0000152 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000153 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
Roger Meier878a9482011-10-11 19:02:37 +0000154 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000155 </ClCompile>
156 <ClCompile Include="src\windows\TWinsockSingleton.cpp" />
Roger Meier878a9482011-10-11 19:02:37 +0000157 <ClCompile Include="src\windows\WinFcntl.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000158 </ItemGroup>
159 <ItemGroup>
160 <ClInclude Include="src\async\TAsyncChannel.h" />
Roger Meier878a9482011-10-11 19:02:37 +0000161 <ClInclude Include="src\concurrency\BoostThreadFactory.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000162 <ClInclude Include="src\concurrency\Exception.h" />
Roger Meier878a9482011-10-11 19:02:37 +0000163 <ClInclude Include="src\concurrency\PlatformThreadFactory.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000164 <ClInclude Include="src\processor\PeekProcessor.h" />
165 <ClInclude Include="src\protocol\TBinaryProtocol.h" />
166 <ClInclude Include="src\protocol\TDebugProtocol.h" />
167 <ClInclude Include="src\protocol\TDenseProtocol.h" />
168 <ClInclude Include="src\protocol\TJSONProtocol.h" />
169 <ClInclude Include="src\protocol\TProtocol.h" />
170 <ClInclude Include="src\protocol\TVirtualProtocol.h" />
171 <ClInclude Include="src\server\TServer.h" />
172 <ClInclude Include="src\server\TSimpleServer.h" />
173 <ClInclude Include="src\server\TThreadPoolServer.h" />
174 <ClInclude Include="src\TApplicationException.h" />
175 <ClInclude Include="src\Thrift.h" />
176 <ClInclude Include="src\TProcessor.h" />
177 <ClInclude Include="src\transport\TBufferTransports.h" />
178 <ClInclude Include="src\transport\TFDTransport.h" />
179 <ClInclude Include="src\transport\TFileTransport.h" />
180 <ClInclude Include="src\transport\THttpClient.h" />
181 <ClInclude Include="src\transport\THttpServer.h" />
182 <ClInclude Include="src\transport\TServerSocket.h" />
183 <ClInclude Include="src\transport\TServerTransport.h" />
184 <ClInclude Include="src\transport\TSimpleFileTransport.h" />
185 <ClInclude Include="src\transport\TSocket.h" />
186 <ClInclude Include="src\transport\TSSLSocket.h" />
187 <ClInclude Include="src\transport\TTransport.h" />
188 <ClInclude Include="src\transport\TTransportException.h" />
189 <ClInclude Include="src\transport\TTransportUtils.h" />
190 <ClInclude Include="src\transport\TVirtualTransport.h" />
191 <ClInclude Include="src\windows\config.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000192 <ClInclude Include="src\windows\force_inc.h" />
193 <ClInclude Include="src\windows\GetTimeOfDay.h" />
194 <ClInclude Include="src\windows\Operators.h" />
195 <ClInclude Include="src\windows\SocketPair.h" />
196 <ClInclude Include="src\windows\StdAfx.h" />
197 <ClInclude Include="src\windows\TargetVersion.h" />
198 <ClInclude Include="src\windows\TWinsockSingleton.h" />
Roger Meier878a9482011-10-11 19:02:37 +0000199 <ClInclude Include="src\windows\WinFcntl.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000200 </ItemGroup>
201 <ItemGroup>
202 <None Include="src\protocol\TBinaryProtocol.tcc" />
203 <None Include="src\windows\tr1\functional" />
204 </ItemGroup>
205 <PropertyGroup Label="Globals">
206 <ProjectGuid>{DD26F57E-60F2-4F37-A616-D219A9BF338F}</ProjectGuid>
207 <Keyword>Win32Proj</Keyword>
208 <RootNamespace>thrift</RootNamespace>
209 <ProjectName>libthrift</ProjectName>
210 </PropertyGroup>
211 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
212 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
213 <ConfigurationType>StaticLibrary</ConfigurationType>
214 <UseDebugLibraries>true</UseDebugLibraries>
215 <CharacterSet>MultiByte</CharacterSet>
216 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000217 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
218 <ConfigurationType>StaticLibrary</ConfigurationType>
219 <UseDebugLibraries>true</UseDebugLibraries>
220 <CharacterSet>MultiByte</CharacterSet>
221 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000222 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
223 <ConfigurationType>StaticLibrary</ConfigurationType>
224 <UseDebugLibraries>false</UseDebugLibraries>
225 <WholeProgramOptimization>true</WholeProgramOptimization>
226 <CharacterSet>MultiByte</CharacterSet>
227 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000228 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
229 <ConfigurationType>StaticLibrary</ConfigurationType>
230 <UseDebugLibraries>false</UseDebugLibraries>
231 <WholeProgramOptimization>true</WholeProgramOptimization>
232 <CharacterSet>MultiByte</CharacterSet>
233 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000234 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
235 <ImportGroup Label="ExtensionSettings">
236 </ImportGroup>
237 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
238 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
239 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000240 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
241 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
242 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000243 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
244 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
245 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000246 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
247 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
248 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000249 <PropertyGroup Label="UserMacros" />
250 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Roger Meier0dab3832011-10-18 22:19:30 +0000251 <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 Meier84e4a3c2011-09-16 20:58:44 +0000252 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000253 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Roger Meier0dab3832011-10-18 22:19:30 +0000254 <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 Meier878a9482011-10-11 19:02:37 +0000255 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000256 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Roger Meier0dab3832011-10-18 22:19:30 +0000257 <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 Meier84e4a3c2011-09-16 20:58:44 +0000258 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000259 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Roger Meier0dab3832011-10-18 22:19:30 +0000260 <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 Meier878a9482011-10-11 19:02:37 +0000261 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000262 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
263 <ClCompile>
264 <PrecompiledHeader>NotUsing</PrecompiledHeader>
265 <WarningLevel>Level3</WarningLevel>
266 <Optimization>Disabled</Optimization>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000267 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
268 <ForcedIncludeFiles>force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000269 </ClCompile>
270 <Link>
271 <SubSystem>Windows</SubSystem>
272 <GenerateDebugInformation>true</GenerateDebugInformation>
273 </Link>
274 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000275 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
276 <ClCompile>
277 <PrecompiledHeader>NotUsing</PrecompiledHeader>
278 <WarningLevel>Level3</WarningLevel>
279 <Optimization>Disabled</Optimization>
280 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
281 <ForcedIncludeFiles>force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
282 </ClCompile>
283 <Link>
284 <SubSystem>Windows</SubSystem>
285 <GenerateDebugInformation>true</GenerateDebugInformation>
286 </Link>
287 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000288 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
289 <ClCompile>
290 <WarningLevel>Level3</WarningLevel>
291 <PrecompiledHeader>NotUsing</PrecompiledHeader>
292 <Optimization>MaxSpeed</Optimization>
293 <FunctionLevelLinking>true</FunctionLevelLinking>
294 <IntrinsicFunctions>true</IntrinsicFunctions>
Roger Meier8cd3b1a2011-09-23 14:25:22 +0000295 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
296 <ForcedIncludeFiles>force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000297 </ClCompile>
298 <Link>
299 <SubSystem>Windows</SubSystem>
300 <GenerateDebugInformation>true</GenerateDebugInformation>
301 <EnableCOMDATFolding>true</EnableCOMDATFolding>
302 <OptimizeReferences>true</OptimizeReferences>
303 </Link>
304 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000305 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
306 <ClCompile>
307 <WarningLevel>Level3</WarningLevel>
308 <PrecompiledHeader>NotUsing</PrecompiledHeader>
309 <Optimization>MaxSpeed</Optimization>
310 <FunctionLevelLinking>true</FunctionLevelLinking>
311 <IntrinsicFunctions>true</IntrinsicFunctions>
312 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
313 <ForcedIncludeFiles>force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
314 </ClCompile>
315 <Link>
316 <SubSystem>Windows</SubSystem>
317 <GenerateDebugInformation>true</GenerateDebugInformation>
318 <EnableCOMDATFolding>true</EnableCOMDATFolding>
319 <OptimizeReferences>true</OptimizeReferences>
320 </Link>
321 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000322 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
323 <ImportGroup Label="ExtensionTargets">
324 </ImportGroup>
325</Project>