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" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 107 | <Import Project="3rdparty.props" /> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 108 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 109 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="PropertySheets"> |
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 111 | <Import Project="3rdparty.props" /> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 112 | </ImportGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 113 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 114 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 115 | <Import Project="3rdparty.props" /> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 116 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 117 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="PropertySheets"> |
| 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 119 | <Import Project="3rdparty.props" /> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 120 | </ImportGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 121 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 122 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 123 | <Import Project="3rdparty.props" /> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 124 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 125 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'" Label="PropertySheets"> |
| 126 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 127 | <Import Project="3rdparty.props" /> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 128 | </ImportGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 129 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 130 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 131 | <Import Project="3rdparty.props" /> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 132 | </ImportGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 133 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'" Label="PropertySheets"> |
| 134 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 135 | <Import Project="3rdparty.props" /> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 136 | </ImportGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 137 | <PropertyGroup Label="UserMacros" /> |
| 138 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 139 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 140 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 141 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 142 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 143 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 144 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 145 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 146 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 147 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 148 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 149 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 150 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 151 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 152 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 153 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 154 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 155 | </PropertyGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 156 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 157 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 158 | </PropertyGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 159 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'"> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 160 | <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 161 | </PropertyGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 162 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 163 | <ClCompile> |
| 164 | <PrecompiledHeader> |
| 165 | </PrecompiledHeader> |
| 166 | <WarningLevel>Level3</WarningLevel> |
| 167 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 168 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 1b533e9 | 2011-11-16 19:11:34 +0000 | [diff] [blame] | 169 | <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 170 | </ClCompile> |
| 171 | <Link> |
| 172 | <SubSystem>Windows</SubSystem> |
| 173 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 174 | </Link> |
| 175 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 176 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'"> |
| 177 | <ClCompile> |
| 178 | <PrecompiledHeader> |
| 179 | </PrecompiledHeader> |
| 180 | <WarningLevel>Level3</WarningLevel> |
| 181 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 182 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 183 | <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName> |
| 184 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 185 | </ClCompile> |
| 186 | <Link> |
| 187 | <SubSystem>Windows</SubSystem> |
| 188 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 189 | </Link> |
| 190 | </ItemDefinitionGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 192 | <ClCompile> |
| 193 | <PrecompiledHeader> |
| 194 | </PrecompiledHeader> |
| 195 | <WarningLevel>Level3</WarningLevel> |
| 196 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 197 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 198 | </ClCompile> |
| 199 | <Link> |
| 200 | <SubSystem>Windows</SubSystem> |
| 201 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 202 | </Link> |
| 203 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 204 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'"> |
| 205 | <ClCompile> |
| 206 | <PrecompiledHeader> |
| 207 | </PrecompiledHeader> |
| 208 | <WarningLevel>Level3</WarningLevel> |
| 209 | <Optimization>Disabled</Optimization> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 210 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 211 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 212 | </ClCompile> |
| 213 | <Link> |
| 214 | <SubSystem>Windows</SubSystem> |
| 215 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 216 | </Link> |
| 217 | </ItemDefinitionGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 218 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 219 | <ClCompile> |
| 220 | <WarningLevel>Level3</WarningLevel> |
| 221 | <PrecompiledHeader> |
| 222 | </PrecompiledHeader> |
| 223 | <Optimization>MaxSpeed</Optimization> |
| 224 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 225 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 226 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 1b533e9 | 2011-11-16 19:11:34 +0000 | [diff] [blame] | 227 | <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 228 | </ClCompile> |
| 229 | <Link> |
| 230 | <SubSystem>Windows</SubSystem> |
| 231 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 232 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 233 | <OptimizeReferences>true</OptimizeReferences> |
| 234 | </Link> |
| 235 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 236 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'"> |
| 237 | <ClCompile> |
| 238 | <WarningLevel>Level3</WarningLevel> |
| 239 | <PrecompiledHeader> |
| 240 | </PrecompiledHeader> |
| 241 | <Optimization>MaxSpeed</Optimization> |
| 242 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 243 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 244 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 245 | <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName> |
| 246 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 247 | </ClCompile> |
| 248 | <Link> |
| 249 | <SubSystem>Windows</SubSystem> |
| 250 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 251 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 252 | <OptimizeReferences>true</OptimizeReferences> |
| 253 | </Link> |
| 254 | </ItemDefinitionGroup> |
Roger Meier | 878a948 | 2011-10-11 19:02:37 +0000 | [diff] [blame] | 255 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 256 | <ClCompile> |
| 257 | <WarningLevel>Level3</WarningLevel> |
| 258 | <PrecompiledHeader> |
| 259 | </PrecompiledHeader> |
| 260 | <Optimization>MaxSpeed</Optimization> |
| 261 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 262 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 263 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 264 | </ClCompile> |
| 265 | <Link> |
| 266 | <SubSystem>Windows</SubSystem> |
| 267 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 268 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 269 | <OptimizeReferences>true</OptimizeReferences> |
| 270 | </Link> |
| 271 | </ItemDefinitionGroup> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 272 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'"> |
| 273 | <ClCompile> |
| 274 | <WarningLevel>Level3</WarningLevel> |
| 275 | <PrecompiledHeader> |
| 276 | </PrecompiledHeader> |
| 277 | <Optimization>MaxSpeed</Optimization> |
| 278 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 279 | <IntrinsicFunctions>true</IntrinsicFunctions> |
Carl Yeksigian | 7cb7fc8 | 2013-06-07 07:33:01 -0400 | [diff] [blame] | 280 | <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Roger Meier | bd057f6 | 2012-06-24 19:18:00 +0000 | [diff] [blame] | 281 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 282 | </ClCompile> |
| 283 | <Link> |
| 284 | <SubSystem>Windows</SubSystem> |
| 285 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 286 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 287 | <OptimizeReferences>true</OptimizeReferences> |
| 288 | </Link> |
| 289 | </ItemDefinitionGroup> |
Roger Meier | 84e4a3c | 2011-09-16 20:58:44 +0000 | [diff] [blame] | 290 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 291 | <ImportGroup Label="ExtensionTargets"> |
| 292 | </ImportGroup> |
Roger Meier | faf52db | 2014-06-09 22:41:06 +0200 | [diff] [blame^] | 293 | </Project> |