blob: 8177c8309d3d711c1f37ad27a1f717500e63e046 [file] [log] [blame]
mmentovaieeca9922008-04-07 21:50:57 +00001<?xml version="1.0" encoding="UTF-8"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
vitalybuka@chromium.org04023b12011-04-26 20:52:48 +00004 Version="9.00"
mmentovaieeca9922008-04-07 21:50:57 +00005 Name="symupload"
6 ProjectGUID="{E156ED87-9DE9-47C8-94EC-A5A9CDD65E18}"
vitalybuka@chromium.org04023b12011-04-26 20:52:48 +00007 RootNamespace="symupload"
mmentovaieeca9922008-04-07 21:50:57 +00008 Keyword="Win32Proj"
vitalybuka@chromium.org04023b12011-04-26 20:52:48 +00009 TargetFrameworkVersion="131072"
mmentovaieeca9922008-04-07 21:50:57 +000010 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="Debug"
22 IntermediateDirectory="Debug"
23 ConfigurationType="1"
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 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
erikwright@chromium.org7fde9a82010-09-15 17:38:03 +000044 AdditionalIncludeDirectories="&quot;$(VSInstallDir)\DIA SDK\include&quot;;..\..\.."
mmentovaieeca9922008-04-07 21:50:57 +000045 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="true"
52 DebugInformationFormat="4"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
vitalybuka@chromium.org04023b12011-04-26 20:52:48 +000065 AdditionalDependencies="&quot;$(VSInstallDir)\DIA SDK\lib\diaguids.lib&quot; wininet.lib version.lib imagehlp.lib"
mmentovaieeca9922008-04-07 21:50:57 +000066 LinkIncremental="2"
67 GenerateDebugInformation="true"
68 SubSystem="1"
vitalybuka@chromium.org04023b12011-04-26 20:52:48 +000069 RandomizedBaseAddress="1"
70 DataExecutionPrevention="0"
mmentovaieeca9922008-04-07 21:50:57 +000071 TargetMachine="1"
72 />
73 <Tool
74 Name="VCALinkTool"
75 />
76 <Tool
77 Name="VCManifestTool"
78 />
79 <Tool
80 Name="VCXDCMakeTool"
81 />
82 <Tool
83 Name="VCBscMakeTool"
84 />
85 <Tool
86 Name="VCFxCopTool"
87 />
88 <Tool
89 Name="VCAppVerifierTool"
90 />
91 <Tool
mmentovaieeca9922008-04-07 21:50:57 +000092 Name="VCPostBuildEventTool"
93 />
94 </Configuration>
95 <Configuration
96 Name="Release|Win32"
97 OutputDirectory="Release"
98 IntermediateDirectory="Release"
99 ConfigurationType="1"
100 CharacterSet="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
erikwright@chromium.org7fde9a82010-09-15 17:38:03 +0000119 AdditionalIncludeDirectories="&quot;$(VSInstallDir)\DIA SDK\include&quot;;..\..\.."
mmentovaieeca9922008-04-07 21:50:57 +0000120 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN"
121 RuntimeLibrary="2"
122 UsePrecompiledHeader="0"
123 WarningLevel="3"
124 Detect64BitPortabilityProblems="true"
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"
vitalybuka@chromium.org04023b12011-04-26 20:52:48 +0000138 AdditionalDependencies="&quot;$(VSInstallDir)\DIA SDK\lib\diaguids.lib&quot; wininet.lib version.lib imagehlp.lib"
mmentovaieeca9922008-04-07 21:50:57 +0000139 LinkIncremental="2"
140 GenerateDebugInformation="true"
141 SubSystem="1"
142 OptimizeReferences="2"
143 EnableCOMDATFolding="2"
vitalybuka@chromium.org04023b12011-04-26 20:52:48 +0000144 RandomizedBaseAddress="1"
145 DataExecutionPrevention="0"
mmentovaieeca9922008-04-07 21:50:57 +0000146 TargetMachine="1"
147 />
148 <Tool
149 Name="VCALinkTool"
150 />
151 <Tool
152 Name="VCManifestTool"
153 />
154 <Tool
155 Name="VCXDCMakeTool"
156 />
157 <Tool
158 Name="VCBscMakeTool"
159 />
160 <Tool
161 Name="VCFxCopTool"
162 />
163 <Tool
164 Name="VCAppVerifierTool"
165 />
166 <Tool
mmentovaieeca9922008-04-07 21:50:57 +0000167 Name="VCPostBuildEventTool"
168 />
169 </Configuration>
170 </Configurations>
171 <References>
172 </References>
173 <Files>
174 <Filter
175 Name="Header Files"
176 Filter="h;hpp;hxx;hm;inl;inc;xsd"
177 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
178 >
179 <File
180 RelativePath="..\..\..\common\windows\guid_string.h"
181 >
182 </File>
183 <File
184 RelativePath="..\..\..\common\windows\http_upload.h"
185 >
186 </File>
187 <File
188 RelativePath="..\..\..\common\windows\pdb_source_line_writer.h"
189 >
190 </File>
191 <File
192 RelativePath="..\..\..\common\windows\string_utils-inl.h"
193 >
194 </File>
195 </Filter>
196 <Filter
197 Name="Resource Files"
198 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
199 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
200 >
201 </Filter>
202 <Filter
203 Name="Source Files"
204 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
205 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
206 >
207 <File
208 RelativePath="..\..\..\common\windows\guid_string.cc"
209 >
210 </File>
211 <File
212 RelativePath="..\..\..\common\windows\http_upload.cc"
213 >
214 </File>
215 <File
216 RelativePath="..\..\..\common\windows\pdb_source_line_writer.cc"
217 >
218 </File>
219 <File
nealsid@gmail.come167e9e2010-08-19 21:53:35 +0000220 RelativePath="..\..\..\common\windows\string_utils.cc"
221 >
nealsid@gmail.come167e9e2010-08-19 21:53:35 +0000222 </File>
223 <File
mmentovaieeca9922008-04-07 21:50:57 +0000224 RelativePath=".\symupload.cc"
225 >
226 </File>
227 </Filter>
228 </Files>
229 <Globals>
230 </Globals>
231</VisualStudioProject>