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

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

Issue 959483002: Adding source code to RetrieveSymbols for PE/PDB retrieval. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix an inconsistency and a TESTING build failure. Created 5 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 2013
4 VisualStudioVersion = 12.0.30723.0
5 MinimumVisualStudioVersion = 10.0.40219.1
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RetrieveSymbols", "Retrieve Symbols.vcxproj", "{A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}"
7 EndProject
8 Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 Debug|Win32 = Debug|Win32
11 Release|Win32 = Release|Win32
12 EndGlobalSection
13 GlobalSection(ProjectConfigurationPlatforms) = postSolution
14 {A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}.Debug|Win32.ActiveCfg = D ebug|Win32
15 {A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}.Debug|Win32.Build.0 = Deb ug|Win32
16 {A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}.Release|Win32.ActiveCfg = Release|Win32
17 {A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}.Release|Win32.Build.0 = R elease|Win32
18 EndGlobalSection
19 GlobalSection(SolutionProperties) = preSolution
20 HideSolutionNode = FALSE
21 EndGlobalSection
22 EndGlobal
OLDNEW
« no previous file with comments | « tools/win/RetrieveSymbols/RetrieveSymbols.cpp ('k') | tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698