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

Unified Diff: tools/win/IdleWakeups/IdleWakeups.sln

Issue 2356753004: IdleWakeups tool (Closed)
Patch Set: Removed TODO from stdafx.cpp and added myself to OWNERS file. Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/win/IdleWakeups/.gitignore ('k') | tools/win/IdleWakeups/IdleWakeups.vcxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/win/IdleWakeups/IdleWakeups.sln
diff --git a/tools/win/IdleWakeups/IdleWakeups.sln b/tools/win/IdleWakeups/IdleWakeups.sln
new file mode 100644
index 0000000000000000000000000000000000000000..16348d2072fc2499ce2cc30d9ace417d4b7d72b1
--- /dev/null
+++ b/tools/win/IdleWakeups/IdleWakeups.sln
@@ -0,0 +1,28 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+VisualStudioVersion = 14.0.25123.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IdleWakeups", "IdleWakeups.vcxproj", "{CE6B94A5-2753-4DF1-9C4E-5A210D355CA2}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {CE6B94A5-2753-4DF1-9C4E-5A210D355CA2}.Debug|x64.ActiveCfg = Debug|x64
+ {CE6B94A5-2753-4DF1-9C4E-5A210D355CA2}.Debug|x64.Build.0 = Debug|x64
+ {CE6B94A5-2753-4DF1-9C4E-5A210D355CA2}.Debug|x86.ActiveCfg = Debug|Win32
+ {CE6B94A5-2753-4DF1-9C4E-5A210D355CA2}.Debug|x86.Build.0 = Debug|Win32
+ {CE6B94A5-2753-4DF1-9C4E-5A210D355CA2}.Release|x64.ActiveCfg = Release|x64
+ {CE6B94A5-2753-4DF1-9C4E-5A210D355CA2}.Release|x64.Build.0 = Release|x64
+ {CE6B94A5-2753-4DF1-9C4E-5A210D355CA2}.Release|x86.ActiveCfg = Release|Win32
+ {CE6B94A5-2753-4DF1-9C4E-5A210D355CA2}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
« no previous file with comments | « tools/win/IdleWakeups/.gitignore ('k') | tools/win/IdleWakeups/IdleWakeups.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698