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

Side by Side Diff: AdBlocker/AdBlocker.vcxproj

Issue 9998007: Initial libadblockplus integration (Closed)
Patch Set: More integration, reflecting latest libadblockplus changes Created April 9, 2013, 5:48 a.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 | AdPlugin.sln » ('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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 <Midl> 400 <Midl>
401 <TypeLibraryName>$(TargetName).tlb</TypeLibraryName> 401 <TypeLibraryName>$(TargetName).tlb</TypeLibraryName>
402 <HeaderFileName /> 402 <HeaderFileName />
403 <UndefinePreprocessorDefinitions>AVAST_ABP</UndefinePreprocessorDefinition s> 403 <UndefinePreprocessorDefinitions>AVAST_ABP</UndefinePreprocessorDefinition s>
404 </Midl> 404 </Midl>
405 <ClCompile> 405 <ClCompile>
406 <Optimization>Disabled</Optimization> 406 <Optimization>Disabled</Optimization>
407 <InlineFunctionExpansion>Default</InlineFunctionExpansion> 407 <InlineFunctionExpansion>Default</InlineFunctionExpansion>
408 <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> 408 <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
409 <AdditionalIncludeDirectories>../Shared;$(SolutionDir)..\v8\include;$(Solu tionDir)..\V8\third_party\v8\include;%(AdditionalIncludeDirectories)</Additional IncludeDirectories> 409 <AdditionalIncludeDirectories>../Shared;$(SolutionDir)..\v8\include;$(Solu tionDir)..\V8\third_party\v8\include;%(AdditionalIncludeDirectories)</Additional IncludeDirectories>
410 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ADPLUGIN_PRODUCTION _MODE;PRODUCT_ADBLOCKPLUS;ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_ X64;WIN32;DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;EN ABLE_EXTRA_CHECKS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 410 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ADPLUGIN_PRODUCTION _MODE;PRODUCT_ADBLOCKPLUS;ENABLE_LATIN_1;ENABLE_DEBUGGER_SUPPORT;V8_TARGET_ARCH_ X64;WIN32;DEBUG;ENABLE_DISASSEMBLER;V8_ENABLE_CHECKS;OBJECT_PRINT;VERIFY_HEAP;EN ABLE_EXTRA_CHECKS;FILTER_ENGINE_STUBS;%(PreprocessorDefinitions)</PreprocessorDe finitions>
411 <StringPooling>false</StringPooling> 411 <StringPooling>false</StringPooling>
412 <MinimalRebuild>true</MinimalRebuild> 412 <MinimalRebuild>true</MinimalRebuild>
413 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 413 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
414 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 414 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
415 <FunctionLevelLinking>false</FunctionLevelLinking> 415 <FunctionLevelLinking>false</FunctionLevelLinking>
416 <AdditionalOptions /> 416 <AdditionalOptions />
417 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 417 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
418 <PrecompiledHeader>Use</PrecompiledHeader> 418 <PrecompiledHeader>Use</PrecompiledHeader>
419 <PrecompiledHeaderFile>PluginStdAfx.h</PrecompiledHeaderFile> 419 <PrecompiledHeaderFile>PluginStdAfx.h</PrecompiledHeaderFile>
420 <PrecompiledHeaderOutputFile>$(IntDir)Plugin.pch</PrecompiledHeaderOutputF ile> 420 <PrecompiledHeaderOutputFile>$(IntDir)Plugin.pch</PrecompiledHeaderOutputF ile>
421 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 421 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
422 <ObjectFileName>$(IntDir)</ObjectFileName> 422 <ObjectFileName>$(IntDir)</ObjectFileName>
423 <WarningLevel>Level3</WarningLevel> 423 <WarningLevel>Level3</WarningLevel>
424 <SuppressStartupBanner>true</SuppressStartupBanner> 424 <SuppressStartupBanner>true</SuppressStartupBanner>
425 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 425 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
426 <MultiProcessorCompilation>true</MultiProcessorCompilation>
426 </ClCompile> 427 </ClCompile>
427 <ResourceCompile> 428 <ResourceCompile>
428 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 429 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
429 </ResourceCompile> 430 </ResourceCompile>
430 <Link> 431 <Link>
431 <RegisterOutput>true</RegisterOutput> 432 <RegisterOutput>true</RegisterOutput>
432 <AdditionalDependencies>odbc32.lib;odbccp32.lib;winhttp.lib;atlthunk.lib;c omsuppwd.lib;comDlg32.lib;shlwapi.lib;iepmapi.lib;winmm.lib;ws2_32.lib;%(Additio nalDependencies)</AdditionalDependencies> 433 <AdditionalDependencies>odbc32.lib;odbccp32.lib;winhttp.lib;atlthunk.lib;c omsuppwd.lib;comDlg32.lib;shlwapi.lib;iepmapi.lib;winmm.lib;ws2_32.lib;%(Additio nalDependencies)</AdditionalDependencies>
433 <OutputFile>$(OutDir)Adblock.dll</OutputFile> 434 <OutputFile>$(OutDir)Adblock.dll</OutputFile>
434 <SuppressStartupBanner>true</SuppressStartupBanner> 435 <SuppressStartupBanner>true</SuppressStartupBanner>
435 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 436 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 </ItemGroup> 828 </ItemGroup>
828 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 829 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
829 <ImportGroup Label="ExtensionTargets"> 830 <ImportGroup Label="ExtensionTargets">
830 </ImportGroup> 831 </ImportGroup>
831 <ProjectExtensions> 832 <ProjectExtensions>
832 <VisualStudio> 833 <VisualStudio>
833 <UserProperties RESOURCE_FILE="AdBlocker.rc" /> 834 <UserProperties RESOURCE_FILE="AdBlocker.rc" />
834 </VisualStudio> 835 </VisualStudio>
835 </ProjectExtensions> 836 </ProjectExtensions>
836 </Project> 837 </Project>
OLDNEW
« no previous file with comments | « no previous file | AdPlugin.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld