Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: AdblockPlusEngine.vcxproj

Issue 10920006: Expect MSI installers (Closed)
Patch Set: Separate function to run updater, using msiexec now Created June 13, 2013, 2:32 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/engine/Updater.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug Production|Win32"> 4 <ProjectConfiguration Include="Debug Production|Win32">
5 <Configuration>Debug Production</Configuration> 5 <Configuration>Debug Production</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug Production|x64"> 8 <ProjectConfiguration Include="Debug Production|x64">
9 <Configuration>Debug Production</Configuration> 9 <Configuration>Debug Production</Configuration>
10 <Platform>x64</Platform> 10 <Platform>x64</Platform>
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 <Optimization>Disabled</Optimization> 183 <Optimization>Disabled</Optimization>
184 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions> 184 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
185 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 185 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
186 </ClCompile> 186 </ClCompile>
187 <ResourceCompile> 187 <ResourceCompile>
188 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions> 188 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
189 </ResourceCompile> 189 </ResourceCompile>
190 <Link> 190 <Link>
191 <SubSystem>Windows</SubSystem> 191 <SubSystem>Windows</SubSystem>
192 <GenerateDebugInformation>true</GenerateDebugInformation> 192 <GenerateDebugInformation>true</GenerateDebugInformation>
193 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 193 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
194 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 194 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
195 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 195 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
196 </Link> 196 </Link>
197 </ItemDefinitionGroup> 197 </ItemDefinitionGroup>
198 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Wi n32'"> 198 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|Wi n32'">
199 <ClCompile> 199 <ClCompile>
200 <PrecompiledHeader>NotUsing</PrecompiledHeader> 200 <PrecompiledHeader>NotUsing</PrecompiledHeader>
201 <WarningLevel>Level3</WarningLevel> 201 <WarningLevel>Level3</WarningLevel>
202 <Optimization>Disabled</Optimization> 202 <Optimization>Disabled</Optimization>
203 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns> 203 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
204 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 204 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
205 </ClCompile> 205 </ClCompile>
206 <ResourceCompile> 206 <ResourceCompile>
207 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions> 207 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
208 </ResourceCompile> 208 </ResourceCompile>
209 <Link> 209 <Link>
210 <SubSystem>Windows</SubSystem> 210 <SubSystem>Windows</SubSystem>
211 <GenerateDebugInformation>true</GenerateDebugInformation> 211 <GenerateDebugInformation>true</GenerateDebugInformation>
212 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 212 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
213 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 213 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
214 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 214 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
215 </Link> 215 </Link>
216 </ItemDefinitionGroup> 216 </ItemDefinitionGroup>
217 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| Win32'"> 217 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| Win32'">
218 <ClCompile> 218 <ClCompile>
219 <WarningLevel>Level3</WarningLevel> 219 <WarningLevel>Level3</WarningLevel>
220 <PrecompiledHeader>NotUsing</PrecompiledHeader> 220 <PrecompiledHeader>NotUsing</PrecompiledHeader>
221 <Optimization>MaxSpeed</Optimization> 221 <Optimization>MaxSpeed</Optimization>
222 <FunctionLevelLinking>true</FunctionLevelLinking> 222 <FunctionLevelLinking>true</FunctionLevelLinking>
223 <IntrinsicFunctions>true</IntrinsicFunctions> 223 <IntrinsicFunctions>true</IntrinsicFunctions>
224 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns> 224 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
225 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 225 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
226 </ClCompile> 226 </ClCompile>
227 <ResourceCompile> 227 <ResourceCompile>
228 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions> 228 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
229 </ResourceCompile> 229 </ResourceCompile>
230 <Link> 230 <Link>
231 <SubSystem>Windows</SubSystem> 231 <SubSystem>Windows</SubSystem>
232 <GenerateDebugInformation>true</GenerateDebugInformation> 232 <GenerateDebugInformation>true</GenerateDebugInformation>
233 <EnableCOMDATFolding>true</EnableCOMDATFolding> 233 <EnableCOMDATFolding>true</EnableCOMDATFolding>
234 <OptimizeReferences>true</OptimizeReferences> 234 <OptimizeReferences>true</OptimizeReferences>
235 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 235 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
236 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 236 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
237 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 237 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
238 </Link> 238 </Link>
239 </ItemDefinitionGroup> 239 </ItemDefinitionGroup>
240 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|x64'"> 240 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Product ion|x64'">
241 <ClCompile> 241 <ClCompile>
242 <PrecompiledHeader>NotUsing</PrecompiledHeader> 242 <PrecompiledHeader>NotUsing</PrecompiledHeader>
243 <WarningLevel>Level3</WarningLevel> 243 <WarningLevel>Level3</WarningLevel>
244 <Optimization>Disabled</Optimization> 244 <Optimization>Disabled</Optimization>
245 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions> 245 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
246 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 246 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
247 </ClCompile> 247 </ClCompile>
248 <ResourceCompile> 248 <ResourceCompile>
249 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions> 249 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
250 </ResourceCompile> 250 </ResourceCompile>
251 <Link> 251 <Link>
252 <SubSystem>Windows</SubSystem> 252 <SubSystem>Windows</SubSystem>
253 <GenerateDebugInformation>true</GenerateDebugInformation> 253 <GenerateDebugInformation>true</GenerateDebugInformation>
254 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 254 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
255 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 255 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
256 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 256 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
257 </Link> 257 </Link>
258 </ItemDefinitionGroup> 258 </ItemDefinitionGroup>
259 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x6 4'"> 259 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Test|x6 4'">
260 <ClCompile> 260 <ClCompile>
261 <PrecompiledHeader>NotUsing</PrecompiledHeader> 261 <PrecompiledHeader>NotUsing</PrecompiledHeader>
262 <WarningLevel>Level3</WarningLevel> 262 <WarningLevel>Level3</WarningLevel>
263 <Optimization>Disabled</Optimization> 263 <Optimization>Disabled</Optimization>
264 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns> 264 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
265 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 265 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
266 </ClCompile> 266 </ClCompile>
267 <ResourceCompile> 267 <ResourceCompile>
268 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions> 268 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
269 </ResourceCompile> 269 </ResourceCompile>
270 <Link> 270 <Link>
271 <SubSystem>Windows</SubSystem> 271 <SubSystem>Windows</SubSystem>
272 <GenerateDebugInformation>true</GenerateDebugInformation> 272 <GenerateDebugInformation>true</GenerateDebugInformation>
273 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 273 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
274 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 274 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
275 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 275 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
276 </Link> 276 </Link>
277 </ItemDefinitionGroup> 277 </ItemDefinitionGroup>
278 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| x64'"> 278 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Test| x64'">
279 <ClCompile> 279 <ClCompile>
280 <WarningLevel>Level3</WarningLevel> 280 <WarningLevel>Level3</WarningLevel>
281 <PrecompiledHeader>NotUsing</PrecompiledHeader> 281 <PrecompiledHeader>NotUsing</PrecompiledHeader>
282 <Optimization>MaxSpeed</Optimization> 282 <Optimization>MaxSpeed</Optimization>
283 <FunctionLevelLinking>true</FunctionLevelLinking> 283 <FunctionLevelLinking>true</FunctionLevelLinking>
284 <IntrinsicFunctions>true</IntrinsicFunctions> 284 <IntrinsicFunctions>true</IntrinsicFunctions>
285 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns> 285 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_TEST_MODE;$(Ex ternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitio ns>
286 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 286 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
287 </ClCompile> 287 </ClCompile>
288 <ResourceCompile> 288 <ResourceCompile>
289 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions> 289 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
290 </ResourceCompile> 290 </ResourceCompile>
291 <Link> 291 <Link>
292 <SubSystem>Windows</SubSystem> 292 <SubSystem>Windows</SubSystem>
293 <GenerateDebugInformation>true</GenerateDebugInformation> 293 <GenerateDebugInformation>true</GenerateDebugInformation>
294 <EnableCOMDATFolding>true</EnableCOMDATFolding> 294 <EnableCOMDATFolding>true</EnableCOMDATFolding>
295 <OptimizeReferences>true</OptimizeReferences> 295 <OptimizeReferences>true</OptimizeReferences>
296 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 296 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
297 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 297 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
298 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 298 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
299 </Link> 299 </Link>
300 </ItemDefinitionGroup> 300 </ItemDefinitionGroup>
301 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'"> 301 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|Win32'">
302 <ClCompile> 302 <ClCompile>
303 <WarningLevel>Level3</WarningLevel> 303 <WarningLevel>Level3</WarningLevel>
304 <PrecompiledHeader>NotUsing</PrecompiledHeader> 304 <PrecompiledHeader>NotUsing</PrecompiledHeader>
305 <Optimization>MaxSpeed</Optimization> 305 <Optimization>MaxSpeed</Optimization>
306 <FunctionLevelLinking>true</FunctionLevelLinking> 306 <FunctionLevelLinking>true</FunctionLevelLinking>
307 <IntrinsicFunctions>true</IntrinsicFunctions> 307 <IntrinsicFunctions>true</IntrinsicFunctions>
308 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions> 308 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
309 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 309 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
310 </ClCompile> 310 </ClCompile>
311 <ResourceCompile> 311 <ResourceCompile>
312 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions> 312 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
313 </ResourceCompile> 313 </ResourceCompile>
314 <Link> 314 <Link>
315 <SubSystem>Windows</SubSystem> 315 <SubSystem>Windows</SubSystem>
316 <GenerateDebugInformation>true</GenerateDebugInformation> 316 <GenerateDebugInformation>true</GenerateDebugInformation>
317 <EnableCOMDATFolding>true</EnableCOMDATFolding> 317 <EnableCOMDATFolding>true</EnableCOMDATFolding>
318 <OptimizeReferences>true</OptimizeReferences> 318 <OptimizeReferences>true</OptimizeReferences>
319 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 319 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
320 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile> 320 <OutputFile>$(ProjectDir)build\ia32\$(Configuration)\AdblockPlusEngine.exe </OutputFile>
321 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 321 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
322 </Link> 322 </Link>
323 </ItemDefinitionGroup> 323 </ItemDefinitionGroup>
324 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|x64'"> 324 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Produ ction|x64'">
325 <ClCompile> 325 <ClCompile>
326 <WarningLevel>Level3</WarningLevel> 326 <WarningLevel>Level3</WarningLevel>
327 <PrecompiledHeader>NotUsing</PrecompiledHeader> 327 <PrecompiledHeader>NotUsing</PrecompiledHeader>
328 <Optimization>MaxSpeed</Optimization> 328 <Optimization>MaxSpeed</Optimization>
329 <FunctionLevelLinking>true</FunctionLevelLinking> 329 <FunctionLevelLinking>true</FunctionLevelLinking>
330 <IntrinsicFunctions>true</IntrinsicFunctions> 330 <IntrinsicFunctions>true</IntrinsicFunctions>
331 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions> 331 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;ADBLOCK_PLUS_PRODUCTION_MOD E;$(ExternalPreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDef initions>
332 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 332 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
333 </ClCompile> 333 </ClCompile>
334 <ResourceCompile> 334 <ResourceCompile>
335 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions> 335 <PreprocessorDefinitions>$(ExternalPreprocessorDefinitions);%(Preprocessor Definitions)</PreprocessorDefinitions>
336 </ResourceCompile> 336 </ResourceCompile>
337 <Link> 337 <Link>
338 <SubSystem>Windows</SubSystem> 338 <SubSystem>Windows</SubSystem>
339 <GenerateDebugInformation>true</GenerateDebugInformation> 339 <GenerateDebugInformation>true</GenerateDebugInformation>
340 <EnableCOMDATFolding>true</EnableCOMDATFolding> 340 <EnableCOMDATFolding>true</EnableCOMDATFolding>
341 <OptimizeReferences>true</OptimizeReferences> 341 <OptimizeReferences>true</OptimizeReferences>
342 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;msi.lib;%(AdditionalDepende ncies)</AdditionalDependencies> 342 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
343 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 343 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
344 <DelayLoadDLLs>Shell32.dll;Msi.dll</DelayLoadDLLs> 344 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
345 </Link> 345 </Link>
346 </ItemDefinitionGroup> 346 </ItemDefinitionGroup>
347 <ItemGroup> 347 <ItemGroup>
348 <ClCompile Include="src\engine\main.cpp" /> 348 <ClCompile Include="src\engine\main.cpp" />
349 <ClCompile Include="src\engine\Debug.cpp" /> 349 <ClCompile Include="src\engine\Debug.cpp" />
350 <ClCompile Include="src\engine\Updater.cpp" /> 350 <ClCompile Include="src\engine\Updater.cpp" />
351 <ClCompile Include="src\shared\Communication.cpp" /> 351 <ClCompile Include="src\shared\Communication.cpp" />
352 <ClCompile Include="src\shared\AutoHandle.cpp" /> 352 <ClCompile Include="src\shared\AutoHandle.cpp" />
353 <ClCompile Include="src\shared\Dictionary.cpp" /> 353 <ClCompile Include="src\shared\Dictionary.cpp" />
354 <ClCompile Include="src\shared\Utils.cpp" /> 354 <ClCompile Include="src\shared\Utils.cpp" />
355 </ItemGroup> 355 </ItemGroup>
356 <ItemGroup> 356 <ItemGroup>
357 <ClInclude Include="src\engine\Debug.h" /> 357 <ClInclude Include="src\engine\Debug.h" />
358 <ClInclude Include="src\engine\Resource.h" /> 358 <ClInclude Include="src\engine\Resource.h" />
359 <ClInclude Include="src\engine\Updater.h" /> 359 <ClInclude Include="src\engine\Updater.h" />
360 <ClInclude Include="src\shared\AutoHandle.h" /> 360 <ClInclude Include="src\shared\AutoHandle.h" />
361 <ClInclude Include="src\shared\Communication.h" /> 361 <ClInclude Include="src\shared\Communication.h" />
362 <ClInclude Include="src\shared\Dictionary.h" /> 362 <ClInclude Include="src\shared\Dictionary.h" />
363 <ClInclude Include="src\shared\Utils.h" /> 363 <ClInclude Include="src\shared\Utils.h" />
364 <ClInclude Include="src\shared\Version.h" /> 364 <ClInclude Include="src\shared\Version.h" />
365 </ItemGroup> 365 </ItemGroup>
366 <ItemGroup> 366 <ItemGroup>
367 <ResourceCompile Include="src\engine\engine.rc" /> 367 <ResourceCompile Include="src\engine\engine.rc" />
368 </ItemGroup> 368 </ItemGroup>
369 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 369 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
370 <ImportGroup Label="ExtensionTargets"> 370 <ImportGroup Label="ExtensionTargets">
371 </ImportGroup> 371 </ImportGroup>
372 </Project> 372 </Project>
OLDNEW
« no previous file with comments | « no previous file | src/engine/Updater.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld