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

Side by Side Diff: experimental/visual_studio_plugin/src/NaClVsx.DebugHelpers/NaClVsx.DebugHelpers.vcproj

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="NaClVsx.DebugHelpers"
6 ProjectGUID="{6C53643B-14F7-40F9-9511-CE33F447F475}"
7 RootNamespace="NaClVsxDebugHelpers"
8 Keyword="ManagedCProj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="2"
24 CharacterSet="1"
25 ManagedExtensions="1"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 Optimization="0"
45 AdditionalIncludeDirectories="&quot;$(SolutionDi r)\..\&quot;;&quot;$(SolutionDir)\..\src\&quot;;&quot;$(SolutionDir)\..\third_pa rty\breakpad&quot;;&quot;$(SolutionDir)\..\third_party\gdb-utils\src&quot;;&quot ;$(SolutionDir)\..\third_party&quot;"
46 PreprocessorDefinitions="NACL_WINDOWS"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 GenerateXMLDocumentationFiles="true"
50 WarningLevel="4"
51 WarnAsError="false"
52 DebugInformationFormat="3"
53 ForcedIncludeFiles="stdafx.h"
54 />
55 <Tool
56 Name="VCManagedResourceCompilerTool"
57 />
58 <Tool
59 Name="VCResourceCompilerTool"
60 />
61 <Tool
62 Name="VCPreLinkEventTool"
63 />
64 <Tool
65 Name="VCLinkerTool"
66 AdditionalDependencies="$(NoInherit) wsock32.lib "
67 LinkIncremental="2"
68 GenerateDebugInformation="true"
69 AssemblyDebug="1"
70 TargetMachine="1"
71 />
72 <Tool
73 Name="VCALinkTool"
74 />
75 <Tool
76 Name="VCManifestTool"
77 />
78 <Tool
79 Name="VCXDCMakeTool"
80 />
81 <Tool
82 Name="VCBscMakeTool"
83 />
84 <Tool
85 Name="VCFxCopTool"
86 />
87 <Tool
88 Name="VCAppVerifierTool"
89 />
90 <Tool
91 Name="VCPostBuildEventTool"
92 />
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="2"
99 CharacterSet="1"
100 ManagedExtensions="1"
101 WholeProgramOptimization="1"
102 >
103 <Tool
104 Name="VCPreBuildEventTool"
105 />
106 <Tool
107 Name="VCCustomBuildTool"
108 />
109 <Tool
110 Name="VCXMLDataGeneratorTool"
111 />
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"
114 />
115 <Tool
116 Name="VCMIDLTool"
117 />
118 <Tool
119 Name="VCCLCompilerTool"
120 AdditionalIncludeDirectories="&quot;$(SolutionDi r)\..\&quot;;&quot;$(SolutionDir)\..\third_party\nacl&quot;;&quot;$(SolutionDir) \..\third_party\breakpad&quot;;&quot;$(SolutionDir)\..\third_party\gdb-utils\src &quot;"
121 PreprocessorDefinitions="NACL_WINDOWS"
122 RuntimeLibrary="2"
123 UsePrecompiledHeader="0"
124 WarningLevel="3"
125 DebugInformationFormat="3"
126 />
127 <Tool
128 Name="VCManagedResourceCompilerTool"
129 />
130 <Tool
131 Name="VCResourceCompilerTool"
132 />
133 <Tool
134 Name="VCPreLinkEventTool"
135 />
136 <Tool
137 Name="VCLinkerTool"
138 AdditionalDependencies="$(NoInherit) wsock32.lib "
139 LinkIncremental="1"
140 GenerateDebugInformation="true"
141 TargetMachine="1"
142 />
143 <Tool
144 Name="VCALinkTool"
145 />
146 <Tool
147 Name="VCManifestTool"
148 />
149 <Tool
150 Name="VCXDCMakeTool"
151 />
152 <Tool
153 Name="VCBscMakeTool"
154 />
155 <Tool
156 Name="VCFxCopTool"
157 />
158 <Tool
159 Name="VCAppVerifierTool"
160 />
161 <Tool
162 Name="VCPostBuildEventTool"
163 />
164 </Configuration>
165 </Configurations>
166 <References>
167 <AssemblyReference
168 RelativePath="System.dll"
169 AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b7 7a5c561934e089, processorArchitecture=MSIL"
170 MinFrameworkVersion="131072"
171 />
172 <AssemblyReference
173 RelativePath="System.Data.dll"
174 AssemblyName="System.Data, Version=2.0.0.0, PublicKeyTok en=b77a5c561934e089, processorArchitecture=x86"
175 MinFrameworkVersion="131072"
176 />
177 <AssemblyReference
178 RelativePath="System.XML.dll"
179 AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToke n=b77a5c561934e089, processorArchitecture=MSIL"
180 MinFrameworkVersion="131072"
181 />
182 <AssemblyReference
183 RelativePath="System.Drawing.dll"
184 AssemblyName="System.Drawing, Version=2.0.0.0, PublicKey Token=b03f5f7f11d50a3a, processorArchitecture=MSIL"
185 MinFrameworkVersion="131072"
186 />
187 <AssemblyReference
188 RelativePath="System.Windows.Forms.dll"
189 AssemblyName="System.Windows.Forms, Version=2.0.0.0, Pub licKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
190 MinFrameworkVersion="131072"
191 />
192 </References>
193 <Files>
194 <Filter
195 Name="Source Files"
196 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
197 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
198 >
199 <File
200 RelativePath=".\AssemblyInfo.cpp"
201 >
202 </File>
203 <File
204 RelativePath=".\DwarfParser.cpp"
205 >
206 </File>
207 <File
208 RelativePath=".\GdbProxy.cpp"
209 >
210 </File>
211 <File
212 RelativePath=".\Stdafx.cpp"
213 >
214 <FileConfiguration
215 Name="Debug|Win32"
216 >
217 <Tool
218 Name="VCCLCompilerTool"
219 UsePrecompiledHeader="1"
220 />
221 </FileConfiguration>
222 <FileConfiguration
223 Name="Release|Win32"
224 >
225 <Tool
226 Name="VCCLCompilerTool"
227 UsePrecompiledHeader="1"
228 />
229 </FileConfiguration>
230 </File>
231 </Filter>
232 <Filter
233 Name="Header Files"
234 Filter="h;hpp;hxx;hm;inl;inc;xsd"
235 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
236 >
237 <File
238 RelativePath=".\DwarfParser.h"
239 >
240 </File>
241 <File
242 RelativePath=".\GdbProxy.h"
243 >
244 </File>
245 <File
246 RelativePath=".\Registers.h"
247 >
248 </File>
249 <File
250 RelativePath=".\resource.h"
251 >
252 </File>
253 <File
254 RelativePath=".\Stdafx.h"
255 >
256 </File>
257 </Filter>
258 <Filter
259 Name="Resource Files"
260 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
261 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
262 >
263 <File
264 RelativePath=".\app.ico"
265 >
266 </File>
267 <File
268 RelativePath=".\app.rc"
269 >
270 </File>
271 </Filter>
272 <File
273 RelativePath=".\ReadMe.txt"
274 >
275 </File>
276 </Files>
277 <Globals>
278 </Globals>
279 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698