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

Side by Side Diff: AdBlocker/AdBlocker.vcxproj

Issue 9451102: Filterlists downloads changes (Closed)
Patch Set: Created Feb. 28, 2013, 10:32 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 | AdBlocker/SimpleAdblockClient.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 Avast|Win32"> 4 <ProjectConfiguration Include="Debug Avast|Win32">
5 <Configuration>Debug Avast</Configuration> 5 <Configuration>Debug Avast</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug Avast|x64"> 8 <ProjectConfiguration Include="Debug Avast|x64">
9 <Configuration>Debug Avast</Configuration> 9 <Configuration>Debug Avast</Configuration>
10 <Platform>x64</Platform> 10 <Platform>x64</Platform>
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 </AdditionalOptions> 632 </AdditionalOptions>
633 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 633 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
634 <PrecompiledHeader>Use</PrecompiledHeader> 634 <PrecompiledHeader>Use</PrecompiledHeader>
635 <PrecompiledHeaderFile>PluginStdAfx.h</PrecompiledHeaderFile> 635 <PrecompiledHeaderFile>PluginStdAfx.h</PrecompiledHeaderFile>
636 <PrecompiledHeaderOutputFile>$(IntDir)Plugin.pch</PrecompiledHeaderOutputF ile> 636 <PrecompiledHeaderOutputFile>$(IntDir)Plugin.pch</PrecompiledHeaderOutputF ile>
637 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 637 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
638 <ObjectFileName>$(IntDir)</ObjectFileName> 638 <ObjectFileName>$(IntDir)</ObjectFileName>
639 <WarningLevel>Level3</WarningLevel> 639 <WarningLevel>Level3</WarningLevel>
640 <SuppressStartupBanner>true</SuppressStartupBanner> 640 <SuppressStartupBanner>true</SuppressStartupBanner>
641 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 641 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
642 <UndefinePreprocessorDefinitions>_DEBUG</UndefinePreprocessorDefinitions> 642 <UndefinePreprocessorDefinitions>
643 </UndefinePreprocessorDefinitions>
643 </ClCompile> 644 </ClCompile>
644 <ResourceCompile> 645 <ResourceCompile>
645 <PreprocessorDefinitions>NDEBUG;AVAST_ABP;%(PreprocessorDefinitions)</Prep rocessorDefinitions> 646 <PreprocessorDefinitions>NDEBUG;AVAST_ABP;%(PreprocessorDefinitions)</Prep rocessorDefinitions>
646 </ResourceCompile> 647 </ResourceCompile>
647 <Link> 648 <Link>
648 <RegisterOutput>true</RegisterOutput> 649 <RegisterOutput>true</RegisterOutput>
649 <AdditionalDependencies>odbc32.lib;odbccp32.lib;winhttp.lib;comsuppwd.lib; comDlg32.lib;shlwapi.lib;Msi.lib;%(AdditionalDependencies);atlthunk.lib;</Additi onalDependencies> 650 <AdditionalDependencies>odbc32.lib;odbccp32.lib;winhttp.lib;comsuppwd.lib; comDlg32.lib;shlwapi.lib;Msi.lib;%(AdditionalDependencies);atlthunk.lib;</Additi onalDependencies>
650 <OutputFile>$(OutDir)Adblock.dll</OutputFile> 651 <OutputFile>$(OutDir)Adblock.dll</OutputFile>
651 <SuppressStartupBanner>true</SuppressStartupBanner> 652 <SuppressStartupBanner>true</SuppressStartupBanner>
652 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 653 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 </ItemGroup> 1131 </ItemGroup>
1131 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1132 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
1132 <ImportGroup Label="ExtensionTargets"> 1133 <ImportGroup Label="ExtensionTargets">
1133 </ImportGroup> 1134 </ImportGroup>
1134 <ProjectExtensions> 1135 <ProjectExtensions>
1135 <VisualStudio> 1136 <VisualStudio>
1136 <UserProperties RESOURCE_FILE="AdBlocker.rc" /> 1137 <UserProperties RESOURCE_FILE="AdBlocker.rc" />
1137 </VisualStudio> 1138 </VisualStudio>
1138 </ProjectExtensions> 1139 </ProjectExtensions>
1139 </Project> 1140 </Project>
OLDNEW
« no previous file with comments | « no previous file | AdBlocker/SimpleAdblockClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld