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

Unified Diff: AdblockPlusEngine.vcxproj

Issue 10836037: Share code for data path retrieval in engine and plugin (Closed)
Patch Set: Fixed nit Created June 4, 2013, 10:38 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AdblockPlusEngine.vcxproj
===================================================================
--- a/AdblockPlusEngine.vcxproj
+++ b/AdblockPlusEngine.vcxproj
@@ -87,23 +87,25 @@
<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\ia32\$(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\Utils.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\stdafx.h" />
<ClInclude Include="src\shared\Communication.h" />
<ClInclude Include="src\shared\AutoHandle.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
« no previous file with comments | « no previous file | AdblockPlusPlugin.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld