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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/win/RetrieveSymbols/RetrieveSymbols.cpp ('k') | tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/win/RetrieveSymbols/RetrieveSymbols.sln
diff --git a/tools/win/RetrieveSymbols/RetrieveSymbols.sln b/tools/win/RetrieveSymbols/RetrieveSymbols.sln
new file mode 100644
index 0000000000000000000000000000000000000000..309c5f5d13d2862fd74c0005123ea3a02446b3ce
--- /dev/null
+++ b/tools/win/RetrieveSymbols/RetrieveSymbols.sln
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2013
+VisualStudioVersion = 12.0.30723.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RetrieveSymbols", "RetrieveSymbols.vcxproj", "{A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}.Debug|Win32.ActiveCfg = Debug|Win32
+ {A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}.Debug|Win32.Build.0 = Debug|Win32
+ {A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}.Release|Win32.ActiveCfg = Release|Win32
+ {A7E25ADF-5FEA-4506-BF39-B88EC8CBACA5}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
« 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