blob: 259bb20f85b73f07a6eda37bd5b4446c5ebd536c [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>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -040038 <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 Meier84e4a3c2011-09-16 20:58:44 +000042 </ItemGroup>
43 <ItemGroup>
Roger Meier1516be02012-04-14 11:03:21 +000044 <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 Meier1516be02012-04-14 11:03:21 +000050 <ClInclude Include="src\thrift\windows\TargetVersion.h" />
Roger Meier84e4a3c2011-09-16 20:58:44 +000051 </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 Meierbd057f62012-06-24 19:18:00 +000063 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'" Label="Configuration">
64 <ConfigurationType>StaticLibrary</ConfigurationType>
65 <UseDebugLibraries>true</UseDebugLibraries>
66 <CharacterSet>MultiByte</CharacterSet>
67 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +000068 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
69 <ConfigurationType>StaticLibrary</ConfigurationType>
70 <UseDebugLibraries>true</UseDebugLibraries>
71 <CharacterSet>MultiByte</CharacterSet>
72 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +000073 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'" Label="Configuration">
74 <ConfigurationType>StaticLibrary</ConfigurationType>
75 <UseDebugLibraries>true</UseDebugLibraries>
76 <CharacterSet>MultiByte</CharacterSet>
77 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +000078 <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 Meierbd057f62012-06-24 19:18:00 +000084 <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 Meier878a9482011-10-11 19:02:37 +000090 <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 Meierbd057f62012-06-24 19:18:00 +000096 <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 Meier84e4a3c2011-09-16 20:58:44 +0000102 <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 Meierfaf52db2014-06-09 22:41:06 +0200107 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000108 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000109 <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 Meierfaf52db2014-06-09 22:41:06 +0200111 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000112 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000113 <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 Meierfaf52db2014-06-09 22:41:06 +0200115 <Import Project="3rdparty.props" />
Roger Meier878a9482011-10-11 19:02:37 +0000116 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000117 <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 Meierfaf52db2014-06-09 22:41:06 +0200119 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000120 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000121 <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 Meierfaf52db2014-06-09 22:41:06 +0200123 <Import Project="3rdparty.props" />
Roger Meier84e4a3c2011-09-16 20:58:44 +0000124 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000125 <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 Meierfaf52db2014-06-09 22:41:06 +0200127 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000128 </ImportGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000129 <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 Meierfaf52db2014-06-09 22:41:06 +0200131 <Import Project="3rdparty.props" />
Roger Meier878a9482011-10-11 19:02:37 +0000132 </ImportGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000133 <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 Meierfaf52db2014-06-09 22:41:06 +0200135 <Import Project="3rdparty.props" />
Roger Meierbd057f62012-06-24 19:18:00 +0000136 </ImportGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000137 <PropertyGroup Label="UserMacros" />
138 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200139 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000140 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200142 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath>
Roger Meierbd057f62012-06-24 19:18:00 +0000143 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000144 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200145 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath>
Roger Meier878a9482011-10-11 19:02:37 +0000146 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000147 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200148 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath>
Roger Meierbd057f62012-06-24 19:18:00 +0000149 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000150 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200151 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000152 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|Win32'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200154 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath>
Roger Meierbd057f62012-06-24 19:18:00 +0000155 </PropertyGroup>
Roger Meier878a9482011-10-11 19:02:37 +0000156 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200157 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath>
Roger Meier878a9482011-10-11 19:02:37 +0000158 </PropertyGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000159 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-mt|x64'">
Roger Meierfaf52db2014-06-09 22:41:06 +0200160 <IncludePath>$(ProjectDir)\src\;$(ProjectDir)\src\thrift\windows\;$(BOOST_ROOT)\include;$(BOOST_ROOT)\;$(LIBEVENT_ROOT)\WIN32-Code\;$(LIBEVENT_ROOT)\include;$(LIBEVENT_ROOT)\;$(IncludePath)</IncludePath>
Roger Meierbd057f62012-06-24 19:18:00 +0000161 </PropertyGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
163 <ClCompile>
164 <PrecompiledHeader>
165 </PrecompiledHeader>
166 <WarningLevel>Level3</WarningLevel>
167 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400168 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000169 <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName>
Roger Meier878a9482011-10-11 19:02:37 +0000170 </ClCompile>
171 <Link>
172 <SubSystem>Windows</SubSystem>
173 <GenerateDebugInformation>true</GenerateDebugInformation>
174 </Link>
175 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|Win32'">
177 <ClCompile>
178 <PrecompiledHeader>
179 </PrecompiledHeader>
180 <WarningLevel>Level3</WarningLevel>
181 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400182 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000183 <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 Meier878a9482011-10-11 19:02:37 +0000191 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
192 <ClCompile>
193 <PrecompiledHeader>
194 </PrecompiledHeader>
195 <WarningLevel>Level3</WarningLevel>
196 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400197 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000198 </ClCompile>
199 <Link>
200 <SubSystem>Windows</SubSystem>
201 <GenerateDebugInformation>true</GenerateDebugInformation>
202 </Link>
203 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-mt|x64'">
205 <ClCompile>
206 <PrecompiledHeader>
207 </PrecompiledHeader>
208 <WarningLevel>Level3</WarningLevel>
209 <Optimization>Disabled</Optimization>
Carl Yeksigian7cb7fc82013-06-07 07:33:01 -0400210 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000211 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
212 </ClCompile>
213 <Link>
214 <SubSystem>Windows</SubSystem>
215 <GenerateDebugInformation>true</GenerateDebugInformation>
216 </Link>
217 </ItemDefinitionGroup>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000218 <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 Yeksigian7cb7fc82013-06-07 07:33:01 -0400226 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier1b533e92011-11-16 19:11:34 +0000227 <ProgramDataBaseFileName>$(IntDir)libthriftnb.pdb</ProgramDataBaseFileName>
Roger Meier878a9482011-10-11 19:02:37 +0000228 </ClCompile>
229 <Link>
230 <SubSystem>Windows</SubSystem>
231 <GenerateDebugInformation>true</GenerateDebugInformation>
232 <EnableCOMDATFolding>true</EnableCOMDATFolding>
233 <OptimizeReferences>true</OptimizeReferences>
234 </Link>
235 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000236 <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 Yeksigian7cb7fc82013-06-07 07:33:01 -0400244 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000245 <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 Meier878a9482011-10-11 19:02:37 +0000255 <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 Yeksigian7cb7fc82013-06-07 07:33:01 -0400263 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meier84e4a3c2011-09-16 20:58:44 +0000264 </ClCompile>
265 <Link>
266 <SubSystem>Windows</SubSystem>
267 <GenerateDebugInformation>true</GenerateDebugInformation>
268 <EnableCOMDATFolding>true</EnableCOMDATFolding>
269 <OptimizeReferences>true</OptimizeReferences>
270 </Link>
271 </ItemDefinitionGroup>
Roger Meierbd057f62012-06-24 19:18:00 +0000272 <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 Yeksigian7cb7fc82013-06-07 07:33:01 -0400280 <PreprocessorDefinitions>HAVE_CONFIG_H=1;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Roger Meierbd057f62012-06-24 19:18:00 +0000281 <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 Meier84e4a3c2011-09-16 20:58:44 +0000290 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
291 <ImportGroup Label="ExtensionTargets">
292 </ImportGroup>
Roger Meierfaf52db2014-06-09 22:41:06 +0200293</Project>