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

Side by Side Diff: tools/win/IdleWakeups/IdleWakeups.vcxproj.filters

Issue 2356753004: IdleWakeups tool (Closed)
Patch Set: Removed TODO from stdafx.cpp and added myself to OWNERS file. 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 | « tools/win/IdleWakeups/IdleWakeups.vcxproj ('k') | tools/win/IdleWakeups/ReadMe.txt » ('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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier >
6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7 </Filter>
8 <Filter Include="Header Files">
9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier >
10 <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
11 </Filter>
12 <Filter Include="Resource Files">
13 <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier >
14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff; tif;png;wav;mfcribbon-ms</Extensions>
15 </Filter>
16 </ItemGroup>
17 <ItemGroup>
18 <ClInclude Include="stdafx.h">
19 <Filter>Header Files</Filter>
20 </ClInclude>
21 <ClInclude Include="power_sampler.h">
22 <Filter>Header Files</Filter>
23 </ClInclude>
24 <ClInclude Include="system_information_sampler.h">
25 <Filter>Header Files</Filter>
26 </ClInclude>
27 </ItemGroup>
28 <ItemGroup>
29 <ClCompile Include="stdafx.cpp">
30 <Filter>Source Files</Filter>
31 </ClCompile>
32 <ClCompile Include="power_sampler.cpp">
33 <Filter>Source Files</Filter>
34 </ClCompile>
35 <ClCompile Include="idle_wakeups.cpp">
36 <Filter>Source Files</Filter>
37 </ClCompile>
38 <ClCompile Include="system_information_sampler.cpp">
39 <Filter>Source Files</Filter>
40 </ClCompile>
41 </ItemGroup>
42 </Project>
OLDNEW
« no previous file with comments | « tools/win/IdleWakeups/IdleWakeups.vcxproj ('k') | tools/win/IdleWakeups/ReadMe.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698