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

Side by Side Diff: tools/win/ShowThreadNames/ShowThreadNames.sln

Issue 2713773002: ShowThreadNames tool to get thread ID/name pairs in a Chrome process (Closed)
Patch Set: Fix nits. Created 3 years, 10 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
OLDNEW
(Empty)
1 
2 Microsoft Visual Studio Solution File, Format Version 12.00
3 # Visual Studio 14
4 VisualStudioVersion = 14.0.25420.1
5 MinimumVisualStudioVersion = 10.0.40219.1
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShowThreadNames", "ShowThre adNames.vcxproj", "{49B5C5D6-4C69-4C38-B559-DF27E2A48302}"
7 EndProject
8 Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 Debug|x64 = Debug|x64
11 Debug|x86 = Debug|x86
12 Release|x64 = Release|x64
13 Release|x86 = Release|x86
14 EndGlobalSection
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
16 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Debug|x64.ActiveCfg = Deb ug|x64
17 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Debug|x64.Build.0 = Debug |x64
18 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Debug|x86.ActiveCfg = Deb ug|Win32
19 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Debug|x86.Build.0 = Debug |Win32
20 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Release|x64.ActiveCfg = R elease|x64
21 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Release|x64.Build.0 = Rel ease|x64
22 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Release|x86.ActiveCfg = R elease|Win32
23 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Release|x86.Build.0 = Rel ease|Win32
24 EndGlobalSection
25 GlobalSection(SolutionProperties) = preSolution
26 HideSolutionNode = FALSE
27 EndGlobalSection
28 EndGlobal
OLDNEW
« no previous file with comments | « tools/win/ShowThreadNames/ShowThreadNames.cc ('k') | tools/win/ShowThreadNames/ShowThreadNames.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698