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

Unified Diff: MSVS/libadblockplus.vcxproj.filters

Issue 10178013: update for MSVS libadblockplus project (Closed)
Patch Set: Created April 12, 2013, 2:02 p.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 | « MSVS/libadblockplus.vcxproj ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: MSVS/libadblockplus.vcxproj.filters
===================================================================
--- a/MSVS/libadblockplus.vcxproj.filters
+++ b/MSVS/libadblockplus.vcxproj.filters
@@ -99,5 +99,28 @@
<ClCompile Include="..\src\GlobalJsObject.cpp">
<Filter>..\src</Filter>
</ClCompile>
+ <ClCompile Include="..\src\WebRequest.cpp">
+ <Filter>..\src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\src\WebRequestJsObject.cpp">
+ <Filter>..\src</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <CustomBuild Include="..\convert_js.py" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\src\WebRequestJsObject.h">
+ <Filter>..\src</Filter>
+ </ClInclude>
+ <ClInclude Include="..\src\ConsoleJsObject.h">
+ <Filter>..\src</Filter>
+ </ClInclude>
+ <ClInclude Include="..\src\GlobalJsObject.h">
+ <Filter>..\src</Filter>
+ </ClInclude>
+ <ClInclude Include="..\src\Thread.h">
+ <Filter>..\src</Filter>
+ </ClInclude>
</ItemGroup>
</Project>
« no previous file with comments | « MSVS/libadblockplus.vcxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld