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

Side by Side Diff: chrome/client/client.vcproj

Issue 10973: Test the feasibility of turning Chrome into a multi-process ActiveX control Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years, 1 month 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 | « chrome/client/client.sln ('k') | chrome/client/clientDlg.h » ('j') | 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="client"
6 ProjectGUID="{02290D48-4093-4D93-8ABF-77AC335BD1E2}"
7 RootNamespace="client"
8 Keyword="MFCProj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="..\Debug"
21 IntermediateDirectory="..\Debug\obj\client"
22 ConfigurationType="1"
23 UseOfMFC="2"
24 CharacterSet="1"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="false"
42 ValidateParameters="false"
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_ CRT_SECURE_NO_WARNINGS"
48 MinimalRebuild="true"
49 BasicRuntimeChecks="3"
50 RuntimeLibrary="3"
51 UsePrecompiledHeader="2"
52 WarningLevel="3"
53 Detect64BitPortabilityProblems="true"
54 DebugInformationFormat="4"
55 />
56 <Tool
57 Name="VCManagedResourceCompilerTool"
58 />
59 <Tool
60 Name="VCResourceCompilerTool"
61 PreprocessorDefinitions="_DEBUG"
62 Culture="1033"
63 AdditionalIncludeDirectories="$(IntDir)"
64 />
65 <Tool
66 Name="VCPreLinkEventTool"
67 />
68 <Tool
69 Name="VCLinkerTool"
70 LinkIncremental="2"
71 GenerateDebugInformation="true"
72 SubSystem="2"
73 TargetMachine="1"
74 />
75 <Tool
76 Name="VCALinkTool"
77 />
78 <Tool
79 Name="VCManifestTool"
80 />
81 <Tool
82 Name="VCXDCMakeTool"
83 />
84 <Tool
85 Name="VCBscMakeTool"
86 />
87 <Tool
88 Name="VCFxCopTool"
89 />
90 <Tool
91 Name="VCAppVerifierTool"
92 />
93 <Tool
94 Name="VCWebDeploymentTool"
95 />
96 <Tool
97 Name="VCPostBuildEventTool"
98 />
99 </Configuration>
100 <Configuration
101 Name="Release|Win32"
102 OutputDirectory="..\Release"
103 IntermediateDirectory="..\Release\obj\client"
104 ConfigurationType="1"
105 UseOfMFC="2"
106 CharacterSet="1"
107 WholeProgramOptimization="1"
108 >
109 <Tool
110 Name="VCPreBuildEventTool"
111 />
112 <Tool
113 Name="VCCustomBuildTool"
114 />
115 <Tool
116 Name="VCXMLDataGeneratorTool"
117 />
118 <Tool
119 Name="VCWebServiceProxyGeneratorTool"
120 />
121 <Tool
122 Name="VCMIDLTool"
123 PreprocessorDefinitions="NDEBUG"
124 MkTypLibCompatible="false"
125 ValidateParameters="false"
126 />
127 <Tool
128 Name="VCCLCompilerTool"
129 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_ CRT_SECURE_NO_WARNINGS"
130 MinimalRebuild="false"
131 RuntimeLibrary="2"
132 UsePrecompiledHeader="2"
133 WarningLevel="3"
134 Detect64BitPortabilityProblems="true"
135 DebugInformationFormat="3"
136 />
137 <Tool
138 Name="VCManagedResourceCompilerTool"
139 />
140 <Tool
141 Name="VCResourceCompilerTool"
142 PreprocessorDefinitions="NDEBUG"
143 Culture="1033"
144 AdditionalIncludeDirectories="$(IntDir)"
145 />
146 <Tool
147 Name="VCPreLinkEventTool"
148 />
149 <Tool
150 Name="VCLinkerTool"
151 LinkIncremental="1"
152 GenerateDebugInformation="true"
153 SubSystem="2"
154 OptimizeReferences="2"
155 EnableCOMDATFolding="2"
156 TargetMachine="1"
157 />
158 <Tool
159 Name="VCALinkTool"
160 />
161 <Tool
162 Name="VCManifestTool"
163 />
164 <Tool
165 Name="VCXDCMakeTool"
166 />
167 <Tool
168 Name="VCBscMakeTool"
169 />
170 <Tool
171 Name="VCFxCopTool"
172 />
173 <Tool
174 Name="VCAppVerifierTool"
175 />
176 <Tool
177 Name="VCWebDeploymentTool"
178 />
179 <Tool
180 Name="VCPostBuildEventTool"
181 />
182 </Configuration>
183 </Configurations>
184 <References>
185 </References>
186 <Files>
187 <Filter
188 Name="Source Files"
189 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
190 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
191 >
192 <File
193 RelativePath=".\client.cpp"
194 >
195 </File>
196 <File
197 RelativePath=".\clientDlg.cpp"
198 >
199 </File>
200 <File
201 RelativePath=".\stdafx.cpp"
202 >
203 <FileConfiguration
204 Name="Debug|Win32"
205 >
206 <Tool
207 Name="VCCLCompilerTool"
208 UsePrecompiledHeader="1"
209 />
210 </FileConfiguration>
211 <FileConfiguration
212 Name="Release|Win32"
213 >
214 <Tool
215 Name="VCCLCompilerTool"
216 UsePrecompiledHeader="1"
217 />
218 </FileConfiguration>
219 </File>
220 </Filter>
221 <Filter
222 Name="Header Files"
223 Filter="h;hpp;hxx;hm;inl;inc;xsd"
224 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
225 >
226 <File
227 RelativePath=".\client.h"
228 >
229 </File>
230 <File
231 RelativePath=".\clientDlg.h"
232 >
233 </File>
234 <File
235 RelativePath=".\Resource.h"
236 >
237 </File>
238 <File
239 RelativePath=".\stdafx.h"
240 >
241 </File>
242 </Filter>
243 <Filter
244 Name="Resource Files"
245 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
246 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
247 >
248 <File
249 RelativePath=".\res\client.ico"
250 >
251 </File>
252 <File
253 RelativePath=".\client.rc"
254 >
255 </File>
256 <File
257 RelativePath=".\res\client.rc2"
258 >
259 </File>
260 </Filter>
261 <File
262 RelativePath=".\ReadMe.txt"
263 >
264 </File>
265 </Files>
266 <Globals>
267 <Global
268 Name="RESOURCE_FILE"
269 Value="client.rc"
270 />
271 </Globals>
272 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/client/client.sln ('k') | chrome/client/clientDlg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698