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

Side by Side Diff: AdblockPlusEngine.vcxproj

Issue 10800092: Use libadblockplus update checker (Closed)
Patch Set: Addressed review comments Created June 7, 2013, 5:27 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 | AdblockPlusPlugin.vcxproj » ('j') | src/engine/Updater.cpp » ('J')
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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 <EnableCOMDATFolding>true</EnableCOMDATFolding> 306 <EnableCOMDATFolding>true</EnableCOMDATFolding>
307 <OptimizeReferences>true</OptimizeReferences> 307 <OptimizeReferences>true</OptimizeReferences>
308 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies> 308 <AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base. lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</ AdditionalDependencies>
309 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile> 309 <OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe< /OutputFile>
310 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs> 310 <DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
311 </Link> 311 </Link>
312 </ItemDefinitionGroup> 312 </ItemDefinitionGroup>
313 <ItemGroup> 313 <ItemGroup>
314 <ClCompile Include="src\engine\main.cpp" /> 314 <ClCompile Include="src\engine\main.cpp" />
315 <ClCompile Include="src\engine\Debug.cpp" /> 315 <ClCompile Include="src\engine\Debug.cpp" />
316 <ClCompile Include="src\engine\Updater.cpp" />
316 <ClCompile Include="src\shared\Communication.cpp"> 317 <ClCompile Include="src\shared\Communication.cpp">
317 <PrecompiledHeader>NotUsing</PrecompiledHeader> 318 <PrecompiledHeader>NotUsing</PrecompiledHeader>
318 </ClCompile> 319 </ClCompile>
319 <ClCompile Include="src\shared\AutoHandle.cpp"> 320 <ClCompile Include="src\shared\AutoHandle.cpp">
320 <PrecompiledHeader>NotUsing</PrecompiledHeader> 321 <PrecompiledHeader>NotUsing</PrecompiledHeader>
321 </ClCompile> 322 </ClCompile>
322 <ClCompile Include="src\shared\Utils.cpp"> 323 <ClCompile Include="src\shared\Utils.cpp">
323 <PrecompiledHeader>NotUsing</PrecompiledHeader> 324 <PrecompiledHeader>NotUsing</PrecompiledHeader>
324 </ClCompile> 325 </ClCompile>
325 </ItemGroup> 326 </ItemGroup>
326 <ItemGroup> 327 <ItemGroup>
327 <ClInclude Include="src\engine\Debug.h" /> 328 <ClInclude Include="src\engine\Debug.h" />
329 <ClInclude Include="src\engine\Resource.h" />
330 <ClInclude Include="src\engine\Updater.h" />
328 <ClInclude Include="src\shared\AutoHandle.h" /> 331 <ClInclude Include="src\shared\AutoHandle.h" />
329 <ClInclude Include="src\shared\Communication.h" /> 332 <ClInclude Include="src\shared\Communication.h" />
330 <ClInclude Include="src\shared\Utils.h" /> 333 <ClInclude Include="src\shared\Utils.h" />
331 <ClInclude Include="src\shared\Version.h" /> 334 <ClInclude Include="src\shared\Version.h" />
332 </ItemGroup> 335 </ItemGroup>
336 <ItemGroup>
337 <ResourceCompile Include="src\engine\engine.rc" />
338 </ItemGroup>
333 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 339 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
334 <ImportGroup Label="ExtensionTargets"> 340 <ImportGroup Label="ExtensionTargets">
335 </ImportGroup> 341 </ImportGroup>
336 </Project> 342 </Project>
OLDNEW
« no previous file with comments | « no previous file | AdblockPlusPlugin.vcxproj » ('j') | src/engine/Updater.cpp » ('J')

Powered by Google App Engine
This is Rietveld