Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 4 | <ProjectConfiguration Include="Debug-mt|Win32"> |
| 5 | <Configuration>Debug-mt</Configuration> |
| 6 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Debug-mt|x64"> |
| 9 | <Configuration>Debug-mt</Configuration> |
| 10 | <Platform>x64</Platform> |
| 11 | </ProjectConfiguration> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 12 | <ProjectConfiguration Include="Debug|Win32"> |
| 13 | <Configuration>Debug</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 16 | <ProjectConfiguration Include="Debug|x64"> |
| 17 | <Configuration>Debug</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 20 | <ProjectConfiguration Include="Release-mt|Win32"> |
| 21 | <Configuration>Release-mt</Configuration> |
| 22 | <Platform>Win32</Platform> |
| 23 | </ProjectConfiguration> |
| 24 | <ProjectConfiguration Include="Release-mt|x64"> |
| 25 | <Configuration>Release-mt</Configuration> |
| 26 | <Platform>x64</Platform> |
| 27 | </ProjectConfiguration> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 28 | <ProjectConfiguration Include="Release|Win32"> |
| 29 | <Configuration>Release</Configuration> |
| 30 | <Platform>Win32</Platform> |
| 31 | </ProjectConfiguration> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 32 | <ProjectConfiguration Include="Release|x64"> |
| 33 | <Configuration>Release</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 36 | </ItemGroup> |
| 37 | <ItemGroup> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 38 | <ClCompile Include="src\thrift\async\TAsyncProtocolProcessor.cpp"/> |
| 39 | <ClCompile Include="src\thrift\async\TEvhttpClientChannel.cpp"/> |
| 40 | <ClCompile Include="src\thrift\async\TEvhttpServer.cpp"/> |
| 41 | <ClCompile Include="src\thrift\server\TNonblockingServer.cpp"/> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 42 | </ItemGroup> |
| 43 | <ItemGroup> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 44 | <ClInclude Include="src\thrift\async\TAsyncProtocolProcessor.h" /> |
| 45 | <ClInclude Include="src\thrift\async\TEvhttpClientChannel.h" /> |
| 46 | <ClInclude Include="src\thrift\async\TEvhttpServer.h" /> |
| 47 | <ClInclude Include="src\thrift\server\TNonblockingServer.h" /> |
| 48 | <ClInclude Include="src\thrift\windows\config.h" /> |
| 49 | <ClInclude Include="src\thrift\windows\force_inc.h" /> |
Roger Meier | 1516be0 | 2012-04-14 11:03:21 +0000 | [diff] [blame] | 50 | <ClInclude Include="src\thrift\windows\TargetVersion.h" /> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 51 | </ItemGroup> |
| 52 | <PropertyGroup Label="Globals"> |
| 53 | <ProjectGuid>{D8696CCE-7D46-4659-B432-91754A41DEB0}</ProjectGuid> |
| 54 | <Keyword>Win32Proj</Keyword> |
| 55 | <RootNamespace>libthriftnb</RootNamespace> |
| 56 | </PropertyGroup> |
| 57 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 59 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 60 | <UseDebugLibraries>true</UseDebugLibraries> |
| 61 | <CharacterSet>MultiByte</CharacterSet> |
| 62 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration"> |
| 64 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 65 | <UseDebugLibraries>true</UseDebugLibraries> |
| 66 | <CharacterSet>MultiByte</CharacterSet> |
| 67 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 69 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 70 | <UseDebugLibraries>true</UseDebugLibraries> |
| 71 | <CharacterSet>MultiByte</CharacterSet> |
| 72 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration"> |
| 74 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 75 | <UseDebugLibraries>true</UseDebugLibraries> |
| 76 | <CharacterSet>MultiByte</CharacterSet> |
| 77 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 79 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 80 | <UseDebugLibraries>false</UseDebugLibraries> |
| 81 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 82 | <CharacterSet>MultiByte</CharacterSet> |
| 83 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="Configuration"> |
| 85 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 86 | <UseDebugLibraries>false</UseDebugLibraries> |
| 87 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 88 | <CharacterSet>MultiByte</CharacterSet> |
| 89 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 91 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 92 | <UseDebugLibraries>false</UseDebugLibraries> |
| 93 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 94 | <CharacterSet>MultiByte</CharacterSet> |
| 95 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="Configuration"> |
| 97 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 98 | <UseDebugLibraries>false</UseDebugLibraries> |
| 99 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 100 | <CharacterSet>MultiByte</CharacterSet> |
| 101 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 102 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 103 | <ImportGroup Label="ExtensionSettings"> |
| 104 | </ImportGroup> |
| 105 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 107 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 108 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets"> |
| 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 110 | </ImportGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 113 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 114 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets"> |
| 115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 116 | </ImportGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 117 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 119 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 120 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="PropertySheets"> |
| 121 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 122 | </ImportGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 123 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 124 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 125 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 126 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets"> |
| 127 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 128 | </ImportGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 129 | <PropertyGroup Label="UserMacros" /> |
| 130 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Roger Meier | 2badac7 | 2012-04-14 11:03:43 +0000 | [diff] [blame] | 131 | <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 Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 132 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 133 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> |
| 134 | <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> |
| 135 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 136 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
Roger Meier | 2badac7 | 2012-04-14 11:03:43 +0000 | [diff] [blame] | 137 | <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 Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 138 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> |
| 140 | <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> |
| 141 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 142 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Roger Meier | 2badac7 | 2012-04-14 11:03:43 +0000 | [diff] [blame] | 143 | <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 Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 144 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 145 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'"> |
| 146 | <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> |
| 147 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 148 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
Roger Meier | 2badac7 | 2012-04-14 11:03:43 +0000 | [diff] [blame] | 149 | <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 Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 150 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'"> |
| 152 | <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> |
| 153 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 154 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 155 | <ClCompile> |
| 156 | <PrecompiledHeader> |
| 157 | </PrecompiledHeader> |
| 158 | <WarningLevel>Level3</WarningLevel> |
| 159 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 160 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 1b533e9 | 2011-11-16 19:11:34 +0000 | [diff] [blame] | 161 | <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 162 | </ClCompile> |
| 163 | <Link> |
| 164 | <SubSystem>Windows</SubSystem> |
| 165 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 166 | </Link> |
| 167 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 168 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> |
| 169 | <ClCompile> |
| 170 | <PrecompiledHeader> |
| 171 | </PrecompiledHeader> |
| 172 | <WarningLevel>Level3</WarningLevel> |
| 173 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 174 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 175 | <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName> |
| 176 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 177 | </ClCompile> |
| 178 | <Link> |
| 179 | <SubSystem>Windows</SubSystem> |
| 180 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 181 | </Link> |
| 182 | </ItemDefinitionGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 183 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 184 | <ClCompile> |
| 185 | <PrecompiledHeader> |
| 186 | </PrecompiledHeader> |
| 187 | <WarningLevel>Level3</WarningLevel> |
| 188 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 189 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 190 | </ClCompile> |
| 191 | <Link> |
| 192 | <SubSystem>Windows</SubSystem> |
| 193 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 194 | </Link> |
| 195 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 196 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> |
| 197 | <ClCompile> |
| 198 | <PrecompiledHeader> |
| 199 | </PrecompiledHeader> |
| 200 | <WarningLevel>Level3</WarningLevel> |
| 201 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 202 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 203 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 204 | </ClCompile> |
| 205 | <Link> |
| 206 | <SubSystem>Windows</SubSystem> |
| 207 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 208 | </Link> |
| 209 | </ItemDefinitionGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 210 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 211 | <ClCompile> |
| 212 | <WarningLevel>Level3</WarningLevel> |
| 213 | <PrecompiledHeader> |
| 214 | </PrecompiledHeader> |
| 215 | <Optimization>MaxSpeed</Optimization> |
| 216 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 217 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 218 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 1b533e9 | 2011-11-16 19:11:34 +0000 | [diff] [blame] | 219 | <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 220 | </ClCompile> |
| 221 | <Link> |
| 222 | <SubSystem>Windows</SubSystem> |
| 223 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 224 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 225 | <OptimizeReferences>true</OptimizeReferences> |
| 226 | </Link> |
| 227 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 228 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'"> |
| 229 | <ClCompile> |
| 230 | <WarningLevel>Level3</WarningLevel> |
| 231 | <PrecompiledHeader> |
| 232 | </PrecompiledHeader> |
| 233 | <Optimization>MaxSpeed</Optimization> |
| 234 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 235 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 236 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 237 | <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName> |
| 238 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 239 | </ClCompile> |
| 240 | <Link> |
| 241 | <SubSystem>Windows</SubSystem> |
| 242 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 243 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 244 | <OptimizeReferences>true</OptimizeReferences> |
| 245 | </Link> |
| 246 | </ItemDefinitionGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 247 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 248 | <ClCompile> |
| 249 | <WarningLevel>Level3</WarningLevel> |
| 250 | <PrecompiledHeader> |
| 251 | </PrecompiledHeader> |
| 252 | <Optimization>MaxSpeed</Optimization> |
| 253 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 254 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 255 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 256 | </ClCompile> |
| 257 | <Link> |
| 258 | <SubSystem>Windows</SubSystem> |
| 259 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 260 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 261 | <OptimizeReferences>true</OptimizeReferences> |
| 262 | </Link> |
| 263 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 264 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'"> |
| 265 | <ClCompile> |
| 266 | <WarningLevel>Level3</WarningLevel> |
| 267 | <PrecompiledHeader> |
| 268 | </PrecompiledHeader> |
| 269 | <Optimization>MaxSpeed</Optimization> |
| 270 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 271 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 272 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 273 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 274 | </ClCompile> |
| 275 | <Link> |
| 276 | <SubSystem>Windows</SubSystem> |
| 277 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 278 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 279 | <OptimizeReferences>true</OptimizeReferences> |
| 280 | </Link> |
| 281 | </ItemDefinitionGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 282 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 283 | <ImportGroup Label="ExtensionTargets"> |
| 284 | </ImportGroup> |
| 285 | </Project> |