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

Side by Side Diff: MSVS/libadblockplus.vcxproj.filters

Issue 10178013: update for MSVS libadblockplus project (Closed)
Patch Set: Created April 12, 2013, 2:02 p.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 | « MSVS/libadblockplus.vcxproj ('k') | no next file » | 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 ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003"> 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003">
3 <ItemGroup> 3 <ItemGroup>
4 <Filter Include="$(IntDir)"> 4 <Filter Include="$(IntDir)">
5 <UniqueIdentifier>{2385D4EB-CAEB-D33E-59EB-C687F571392E}</UniqueIdentifier > 5 <UniqueIdentifier>{2385D4EB-CAEB-D33E-59EB-C687F571392E}</UniqueIdentifier >
6 </Filter> 6 </Filter>
7 <Filter Include=".."> 7 <Filter Include="..">
8 <UniqueIdentifier>{739DB09A-CC57-A953-A6CF-F64FA08E4FA7}</UniqueIdentifier > 8 <UniqueIdentifier>{739DB09A-CC57-A953-A6CF-F64FA08E4FA7}</UniqueIdentifier >
9 </Filter> 9 </Filter>
10 <Filter Include="..\_excluded_files"> 10 <Filter Include="..\_excluded_files">
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 </None> 92 </None>
93 <None Include="..\adblockplus\lib\matcher.js"> 93 <None Include="..\adblockplus\lib\matcher.js">
94 <Filter>..\adblockplus\lib\_excluded_files</Filter> 94 <Filter>..\adblockplus\lib\_excluded_files</Filter>
95 </None> 95 </None>
96 <None Include="..\adblockplus\lib\filterClasses.js"> 96 <None Include="..\adblockplus\lib\filterClasses.js">
97 <Filter>..\adblockplus\lib\_excluded_files</Filter> 97 <Filter>..\adblockplus\lib\_excluded_files</Filter>
98 </None> 98 </None>
99 <ClCompile Include="..\src\GlobalJsObject.cpp"> 99 <ClCompile Include="..\src\GlobalJsObject.cpp">
100 <Filter>..\src</Filter> 100 <Filter>..\src</Filter>
101 </ClCompile> 101 </ClCompile>
102 <ClCompile Include="..\src\WebRequest.cpp">
103 <Filter>..\src</Filter>
104 </ClCompile>
105 <ClCompile Include="..\src\WebRequestJsObject.cpp">
106 <Filter>..\src</Filter>
107 </ClCompile>
108 </ItemGroup>
109 <ItemGroup>
110 <CustomBuild Include="..\convert_js.py" />
111 </ItemGroup>
112 <ItemGroup>
113 <ClInclude Include="..\src\WebRequestJsObject.h">
114 <Filter>..\src</Filter>
115 </ClInclude>
116 <ClInclude Include="..\src\ConsoleJsObject.h">
117 <Filter>..\src</Filter>
118 </ClInclude>
119 <ClInclude Include="..\src\GlobalJsObject.h">
120 <Filter>..\src</Filter>
121 </ClInclude>
122 <ClInclude Include="..\src\Thread.h">
123 <Filter>..\src</Filter>
124 </ClInclude>
102 </ItemGroup> 125 </ItemGroup>
103 </Project> 126 </Project>
OLDNEW
« 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