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

Side by Side Diff: tools/memory_watcher/memory_watcher.vcproj

Issue 118026: Remove checked-in memory_watcher.vcproj.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="memory_watcher"
6 ProjectGUID="{3BD81303-4E14-4559-AA69-B30C3BAB08DD}"
7 RootNamespace="memory_watcher"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="2"
21 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code .vsprops"
22 >
23 <Tool
24 Name="VCPreBuildEventTool"
25 />
26 <Tool
27 Name="VCCustomBuildTool"
28 />
29 <Tool
30 Name="VCXMLDataGeneratorTool"
31 />
32 <Tool
33 Name="VCWebServiceProxyGeneratorTool"
34 />
35 <Tool
36 Name="VCMIDLTool"
37 />
38 <Tool
39 Name="VCCLCompilerTool"
40 PreprocessorDefinitions="BUILD_MEMORY_WATCHER"
41 />
42 <Tool
43 Name="VCManagedResourceCompilerTool"
44 />
45 <Tool
46 Name="VCResourceCompilerTool"
47 />
48 <Tool
49 Name="VCPreLinkEventTool"
50 />
51 <Tool
52 Name="VCLinkerTool"
53 />
54 <Tool
55 Name="VCALinkTool"
56 />
57 <Tool
58 Name="VCManifestTool"
59 />
60 <Tool
61 Name="VCXDCMakeTool"
62 />
63 <Tool
64 Name="VCBscMakeTool"
65 />
66 <Tool
67 Name="VCFxCopTool"
68 />
69 <Tool
70 Name="VCAppVerifierTool"
71 />
72 <Tool
73 Name="VCWebDeploymentTool"
74 />
75 <Tool
76 Name="VCPostBuildEventTool"
77 />
78 </Configuration>
79 <Configuration
80 Name="Release|Win32"
81 ConfigurationType="2"
82 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_co de.vsprops"
83 >
84 <Tool
85 Name="VCPreBuildEventTool"
86 />
87 <Tool
88 Name="VCCustomBuildTool"
89 />
90 <Tool
91 Name="VCXMLDataGeneratorTool"
92 />
93 <Tool
94 Name="VCWebServiceProxyGeneratorTool"
95 />
96 <Tool
97 Name="VCMIDLTool"
98 />
99 <Tool
100 Name="VCCLCompilerTool"
101 PreprocessorDefinitions="BUILD_MEMORY_WATCHER"
102 />
103 <Tool
104 Name="VCManagedResourceCompilerTool"
105 />
106 <Tool
107 Name="VCResourceCompilerTool"
108 />
109 <Tool
110 Name="VCPreLinkEventTool"
111 />
112 <Tool
113 Name="VCLinkerTool"
114 />
115 <Tool
116 Name="VCALinkTool"
117 />
118 <Tool
119 Name="VCManifestTool"
120 />
121 <Tool
122 Name="VCXDCMakeTool"
123 />
124 <Tool
125 Name="VCBscMakeTool"
126 />
127 <Tool
128 Name="VCFxCopTool"
129 />
130 <Tool
131 Name="VCAppVerifierTool"
132 />
133 <Tool
134 Name="VCWebDeploymentTool"
135 />
136 <Tool
137 Name="VCPostBuildEventTool"
138 />
139 </Configuration>
140 </Configurations>
141 <References>
142 </References>
143 <Files>
144 <File
145 RelativePath=".\call_stack.cc"
146 >
147 </File>
148 <File
149 RelativePath=".\call_stack.h"
150 >
151 </File>
152 <File
153 RelativePath=".\dllmain.cc"
154 >
155 </File>
156 <File
157 RelativePath=".\hotkey.h"
158 >
159 </File>
160 <File
161 RelativePath=".\ia32_modrm_map.cc"
162 >
163 </File>
164 <File
165 RelativePath=".\ia32_opcode_map.cc"
166 >
167 </File>
168 <File
169 RelativePath=".\memory_hook.cc"
170 >
171 </File>
172 <File
173 RelativePath=".\memory_hook.h"
174 >
175 </File>
176 <File
177 RelativePath=".\memory_watcher.cc"
178 >
179 </File>
180 <File
181 RelativePath=".\memory_watcher.h"
182 >
183 </File>
184 <File
185 RelativePath=".\mini_disassembler.cc"
186 >
187 </File>
188 <File
189 RelativePath=".\preamble_patcher.cc"
190 >
191 </File>
192 <File
193 RelativePath=".\preamble_patcher.h"
194 >
195 </File>
196 <File
197 RelativePath=".\preamble_patcher_with_stub.cc"
198 >
199 </File>
200 </Files>
201 <Globals>
202 </Globals>
203 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698