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

Unified Diff: AdblockPlusEngine.vcxproj

Issue 10800092: Use libadblockplus update checker (Closed)
Patch Set: Addressed review comments Created June 7, 2013, 5:27 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | AdblockPlusPlugin.vcxproj » ('j') | src/engine/Updater.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AdblockPlusEngine.vcxproj
===================================================================
--- a/AdblockPlusEngine.vcxproj
+++ b/AdblockPlusEngine.vcxproj
@@ -308,29 +308,35 @@
<AdditionalDependencies>libadblockplus.lib;shlwapi.lib;user32.lib;v8_base.lib;v8_snapshot.lib;winhttp.lib;winmm.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(ProjectDir)build\x64\$(Configuration)\AdblockPlusEngine.exe</OutputFile>
<DelayLoadDLLs>Shell32.dll</DelayLoadDLLs>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\engine\main.cpp" />
<ClCompile Include="src\engine\Debug.cpp" />
+ <ClCompile Include="src\engine\Updater.cpp" />
<ClCompile Include="src\shared\Communication.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\shared\AutoHandle.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\shared\Utils.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\engine\Debug.h" />
+ <ClInclude Include="src\engine\Resource.h" />
+ <ClInclude Include="src\engine\Updater.h" />
<ClInclude Include="src\shared\AutoHandle.h" />
<ClInclude Include="src\shared\Communication.h" />
<ClInclude Include="src\shared\Utils.h" />
<ClInclude Include="src\shared\Version.h" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="src\engine\engine.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
« no previous file with comments | « no previous file | AdblockPlusPlugin.vcxproj » ('j') | src/engine/Updater.cpp » ('J')

Powered by Google App Engine
This is Rietveld