Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(504)

Side by Side Diff: source/samples/cal/cal.vcxproj.filters

Issue 2443653002: Delete Visual Studio build files (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/samples/cal/cal.vcxproj ('k') | source/samples/case/case.sln » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003">
3 <ItemGroup>
4 <Filter Include="Source Files">
5 <UniqueIdentifier>{3e036a59-b898-49e5-9d06-4878387b4a02}</UniqueIdentifier >
6 <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>
7 </Filter>
8 <Filter Include="Header Files">
9 <UniqueIdentifier>{ace55cd2-56c0-4c6d-965b-8866c5396b04}</UniqueIdentifier >
10 <Extensions>h;hpp;hxx;hm;inl</Extensions>
11 </Filter>
12 <Filter Include="Resource Files">
13 <UniqueIdentifier>{823558d3-c303-4670-9e92-d8f5c02e39e2}</UniqueIdentifier >
14 <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
15 </Filter>
16 </ItemGroup>
17 <ItemGroup>
18 <ClCompile Include="cal.c">
19 <Filter>Source Files</Filter>
20 </ClCompile>
21 <ClCompile Include="uprint.c">
22 <Filter>Source Files</Filter>
23 </ClCompile>
24 </ItemGroup>
25 <ItemGroup>
26 <ClInclude Include="uprint.h">
27 <Filter>Header Files</Filter>
28 </ClInclude>
29 </ItemGroup>
30 </Project>
OLDNEW
« no previous file with comments | « source/samples/cal/cal.vcxproj ('k') | source/samples/case/case.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698