blob: 4559181d7a2119808d48dbc2ac0ab438dc97e0ab [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">
Roger Meierbd057f62012-06-24 19:18:00 +00004 <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 Meier84e4a3c2011-09-16 20:58:44 +000012 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
Roger Meier878a9482011-10-11 19:02:37 +000016 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
Roger Meierbd057f62012-06-24 19:18:00 +000020 <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 Meier84e4a3c2011-09-16 20:58:44 +000028 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
Roger Meier878a9482011-10-11 19:02:37 +000032 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
Roger Meier84e4a3c2011-09-16 20:58:44 +000036 </ItemGroup>
37 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000038 <ClCompile Include="src\thrift\async\TAsyncProtocolProcessor.cpp">
Roger Meier84e4a3c2011-09-16 20:58:44 +000039 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000040 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000041 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000042 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000043 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000044 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000045 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000046 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000047 </ClCompile>
Roger Meier1516be02012-04-14 11:03:21 +000048 <ClCompile Include="src\thrift\async\TEvhttpClientChannel.cpp">
Roger Meier84e4a3c2011-09-16 20:58:44 +000049 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000050 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|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 Meierbd057f62012-06-24 19:18:00 +000052 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000053 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000054 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000055 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000056 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000057 </ClCompile>
Roger Meier1516be02012-04-14 11:03:21 +000058 <ClCompile Include="src\thrift\async\TEvhttpServer.cpp">
Roger Meier84e4a3c2011-09-16 20:58:44 +000059 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000060 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000061 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000062 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000063 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000064 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000065 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000066 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000067 </ClCompile>
Roger Meier1516be02012-04-14 11:03:21 +000068 <ClCompile Include="src\thrift\server\TNonblockingServer.cpp">
Roger Meier84e4a3c2011-09-16 20:58:44 +000069 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000070 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000071 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000072 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000073 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000074 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier878a9482011-10-11 19:02:37 +000075 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +000076 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +000077 </ClCompile>
Roger Meier1516be02012-04-14 11:03:21 +000078 <ClCompile Include="src\thrift\windows\StdAfx.cpp" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000079 </ItemGroup>
80 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000081 <ClInclude Include="src\thrift\async\TAsyncProtocolProcessor.h" />
82 <ClInclude Include="src\thrift\async\TEvhttpClientChannel.h" />
83 <ClInclude Include="src\thrift\async\TEvhttpServer.h" />
84 <ClInclude Include="src\thrift\server\TNonblockingServer.h" />
85 <ClInclude Include="src\thrift\windows\config.h" />
86 <ClInclude Include="src\thrift\windows\force_inc.h" />
87 <ClInclude Include="src\thrift\windows\StdAfx.h" />
88 <ClInclude Include="src\thrift\windows\TargetVersion.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000089 </ItemGroup>
90 <PropertyGroup Label="Globals">
91 <ProjectGuid>{D8696CCE-7D46-4659-B432-91754A41DEB0}</ProjectGuid>
92 <Keyword>Win32Proj</Keyword>
93 <RootNamespace>libthriftnb</RootNamespace>
94 </PropertyGroup>
95 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
97 <ConfigurationType>StaticLibrary</ConfigurationType>
98 <UseDebugLibraries>true</UseDebugLibraries>
99 <CharacterSet>MultiByte</CharacterSet>
100 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration">
102 <ConfigurationType>StaticLibrary</ConfigurationType>
103 <UseDebugLibraries>true</UseDebugLibraries>
104 <CharacterSet>MultiByte</CharacterSet>
105 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
107 <ConfigurationType>StaticLibrary</ConfigurationType>
108 <UseDebugLibraries>true</UseDebugLibraries>
109 <CharacterSet>MultiByte</CharacterSet>
110 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000111 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration">
112 <ConfigurationType>StaticLibrary</ConfigurationType>
113 <UseDebugLibraries>true</UseDebugLibraries>
114 <CharacterSet>MultiByte</CharacterSet>
115 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
117 <ConfigurationType>StaticLibrary</ConfigurationType>
118 <UseDebugLibraries>false</UseDebugLibraries>
119 <WholeProgramOptimization>true</WholeProgramOptimization>
120 <CharacterSet>MultiByte</CharacterSet>
121 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000122 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration">
123 <ConfigurationType>StaticLibrary</ConfigurationType>
124 <UseDebugLibraries>false</UseDebugLibraries>
125 <WholeProgramOptimization>true</WholeProgramOptimization>
126 <CharacterSet>MultiByte</CharacterSet>
127 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000128 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
129 <ConfigurationType>StaticLibrary</ConfigurationType>
130 <UseDebugLibraries>false</UseDebugLibraries>
131 <WholeProgramOptimization>true</WholeProgramOptimization>
132 <CharacterSet>MultiByte</CharacterSet>
133 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000134 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration">
135 <ConfigurationType>StaticLibrary</ConfigurationType>
136 <UseDebugLibraries>false</UseDebugLibraries>
137 <WholeProgramOptimization>true</WholeProgramOptimization>
138 <CharacterSet>MultiByte</CharacterSet>
139 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000140 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
141 <ImportGroup Label="ExtensionSettings">
142 </ImportGroup>
143 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
144 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
145 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000146 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets">
147 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
148 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000149 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
150 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
151 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000152 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets">
153 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
154 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000155 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
156 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
157 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000158 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="PropertySheets">
159 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
160 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000161 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
162 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
163 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000164 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets">
165 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
166 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000167 <PropertyGroup Label="UserMacros" />
168 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Roger Meier2badac72012-04-14 11:03:43 +0000169 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\WIN32-Code\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\include;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\;$(IncludePath)</IncludePath>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000170 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000171 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
172 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\WIN32-Code\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\include;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\;$(IncludePath)</IncludePath>
173 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000174 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Roger Meier2badac72012-04-14 11:03:43 +0000175 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\WIN32-Code\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\include;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\;$(IncludePath)</IncludePath>
Roger Meier878a9482011-10-11 19:02:37 +0000176 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000177 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
178 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\WIN32-Code\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\include;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\;$(IncludePath)</IncludePath>
179 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000180 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Roger Meier2badac72012-04-14 11:03:43 +0000181 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\WIN32-Code\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\include;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\;$(IncludePath)</IncludePath>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000182 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000183 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
184 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\WIN32-Code\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\include;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\;$(IncludePath)</IncludePath>
185 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000186 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Roger Meier2badac72012-04-14 11:03:43 +0000187 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\WIN32-Code\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\include;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\;$(IncludePath)</IncludePath>
Roger Meier878a9482011-10-11 19:02:37 +0000188 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000189 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
190 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(THIRD_PARTY)\boost\boost_1_47_0\include;$(THIRD_PARTY)\boost\boost_1_47_0\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\WIN32-Code\;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\include;$(THIRD_PARTY)\libevent\libevent-2.0.13-stable\;$(IncludePath)</IncludePath>
191 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000192 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
193 <ClCompile>
194 <PrecompiledHeader>
195 </PrecompiledHeader>
196 <WarningLevel>Level3</WarningLevel>
197 <Optimization>Disabled</Optimization>
Roger Meier2badac72012-04-14 11:03:43 +0000198 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1516be02012-04-14 11:03:21 +0000199 <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
Roger Meier1b533e92011-11-16 19:11:34 +0000200 <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName>
Roger Meier878a9482011-10-11 19:02:37 +0000201 </ClCompile>
202 <Link>
203 <SubSystem>Windows</SubSystem>
204 <GenerateDebugInformation>true</GenerateDebugInformation>
205 </Link>
206 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
208 <ClCompile>
209 <PrecompiledHeader>
210 </PrecompiledHeader>
211 <WarningLevel>Level3</WarningLevel>
212 <Optimization>Disabled</Optimization>
213 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214 <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
215 <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName>
216 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
217 </ClCompile>
218 <Link>
219 <SubSystem>Windows</SubSystem>
220 <GenerateDebugInformation>true</GenerateDebugInformation>
221 </Link>
222 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000223 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
224 <ClCompile>
225 <PrecompiledHeader>
226 </PrecompiledHeader>
227 <WarningLevel>Level3</WarningLevel>
228 <Optimization>Disabled</Optimization>
Roger Meier2badac72012-04-14 11:03:43 +0000229 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1516be02012-04-14 11:03:21 +0000230 <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000231 </ClCompile>
232 <Link>
233 <SubSystem>Windows</SubSystem>
234 <GenerateDebugInformation>true</GenerateDebugInformation>
235 </Link>
236 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000237 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
238 <ClCompile>
239 <PrecompiledHeader>
240 </PrecompiledHeader>
241 <WarningLevel>Level3</WarningLevel>
242 <Optimization>Disabled</Optimization>
243 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
244 <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
245 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
246 </ClCompile>
247 <Link>
248 <SubSystem>Windows</SubSystem>
249 <GenerateDebugInformation>true</GenerateDebugInformation>
250 </Link>
251 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000252 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
253 <ClCompile>
254 <WarningLevel>Level3</WarningLevel>
255 <PrecompiledHeader>
256 </PrecompiledHeader>
257 <Optimization>MaxSpeed</Optimization>
258 <FunctionLevelLinking>true</FunctionLevelLinking>
259 <IntrinsicFunctions>true</IntrinsicFunctions>
Roger Meier2badac72012-04-14 11:03:43 +0000260 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1516be02012-04-14 11:03:21 +0000261 <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
Roger Meier1b533e92011-11-16 19:11:34 +0000262 <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName>
Roger Meier878a9482011-10-11 19:02:37 +0000263 </ClCompile>
264 <Link>
265 <SubSystem>Windows</SubSystem>
266 <GenerateDebugInformation>true</GenerateDebugInformation>
267 <EnableCOMDATFolding>true</EnableCOMDATFolding>
268 <OptimizeReferences>true</OptimizeReferences>
269 </Link>
270 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000271 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
272 <ClCompile>
273 <WarningLevel>Level3</WarningLevel>
274 <PrecompiledHeader>
275 </PrecompiledHeader>
276 <Optimization>MaxSpeed</Optimization>
277 <FunctionLevelLinking>true</FunctionLevelLinking>
278 <IntrinsicFunctions>true</IntrinsicFunctions>
279 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
280 <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
281 <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName>
282 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
283 </ClCompile>
284 <Link>
285 <SubSystem>Windows</SubSystem>
286 <GenerateDebugInformation>true</GenerateDebugInformation>
287 <EnableCOMDATFolding>true</EnableCOMDATFolding>
288 <OptimizeReferences>true</OptimizeReferences>
289 </Link>
290 </ItemDefinitionGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000291 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
292 <ClCompile>
293 <WarningLevel>Level3</WarningLevel>
294 <PrecompiledHeader>
295 </PrecompiledHeader>
296 <Optimization>MaxSpeed</Optimization>
297 <FunctionLevelLinking>true</FunctionLevelLinking>
298 <IntrinsicFunctions>true</IntrinsicFunctions>
Roger Meier2badac72012-04-14 11:03:43 +0000299 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1516be02012-04-14 11:03:21 +0000300 <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000301 </ClCompile>
302 <Link>
303 <SubSystem>Windows</SubSystem>
304 <GenerateDebugInformation>true</GenerateDebugInformation>
305 <EnableCOMDATFolding>true</EnableCOMDATFolding>
306 <OptimizeReferences>true</OptimizeReferences>
307 </Link>
308 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000309 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
310 <ClCompile>
311 <WarningLevel>Level3</WarningLevel>
312 <PrecompiledHeader>
313 </PrecompiledHeader>
314 <Optimization>MaxSpeed</Optimization>
315 <FunctionLevelLinking>true</FunctionLevelLinking>
316 <IntrinsicFunctions>true</IntrinsicFunctions>
317 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
318 <ForcedIncludeFiles>thrift\windows\force_inc.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
319 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
320 </ClCompile>
321 <Link>
322 <SubSystem>Windows</SubSystem>
323 <GenerateDebugInformation>true</GenerateDebugInformation>
324 <EnableCOMDATFolding>true</EnableCOMDATFolding>
325 <OptimizeReferences>true</OptimizeReferences>
326 </Link>
327 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000328 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
329 <ImportGroup Label="ExtensionTargets">
330 </ImportGroup>
331</Project>