Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / win32 / System / System.vcproj
blob10f483bff46a43544dca212caad6628d1637f8b3
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="System"
6 ProjectGUID="{0F8407F3-FA23-4CF1-83A9-DCBE0B361489}"
7 RootNamespace="System"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="..\Debug"
21 IntermediateDirectory="Debug"
22 ConfigurationType="4"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24 CharacterSet="2"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="..\..\include;.."
45 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
46 StringPooling="true"
47 MinimalRebuild="true"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 ForceConformanceInForLoopScope="true"
51 RuntimeTypeInfo="true"
52 UsePrecompiledHeader="0"
53 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
54 BrowseInformation="1"
55 WarningLevel="3"
56 Detect64BitPortabilityProblems="false"
57 DebugInformationFormat="3"
58 DisableSpecificWarnings="4355,4146,4800"
60 <Tool
61 Name="VCManagedResourceCompilerTool"
63 <Tool
64 Name="VCResourceCompilerTool"
66 <Tool
67 Name="VCPreLinkEventTool"
69 <Tool
70 Name="VCLibrarianTool"
71 OutputFile="$(OutDir)/System.lib"
73 <Tool
74 Name="VCALinkTool"
76 <Tool
77 Name="VCXDCMakeTool"
79 <Tool
80 Name="VCBscMakeTool"
82 <Tool
83 Name="VCFxCopTool"
85 <Tool
86 Name="VCPostBuildEventTool"
88 </Configuration>
89 <Configuration
90 Name="Release|Win32"
91 OutputDirectory="..\Release"
92 IntermediateDirectory="Release"
93 ConfigurationType="4"
94 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
95 CharacterSet="2"
97 <Tool
98 Name="VCPreBuildEventTool"
100 <Tool
101 Name="VCCustomBuildTool"
103 <Tool
104 Name="VCXMLDataGeneratorTool"
106 <Tool
107 Name="VCWebServiceProxyGeneratorTool"
109 <Tool
110 Name="VCMIDLTool"
112 <Tool
113 Name="VCCLCompilerTool"
114 AdditionalIncludeDirectories="..\..\include;.."
115 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
116 StringPooling="true"
117 RuntimeLibrary="2"
118 ForceConformanceInForLoopScope="true"
119 RuntimeTypeInfo="true"
120 UsePrecompiledHeader="0"
121 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
122 WarningLevel="3"
123 Detect64BitPortabilityProblems="false"
124 DebugInformationFormat="3"
125 DisableSpecificWarnings="4355,4146,4800"
127 <Tool
128 Name="VCManagedResourceCompilerTool"
130 <Tool
131 Name="VCResourceCompilerTool"
133 <Tool
134 Name="VCPreLinkEventTool"
136 <Tool
137 Name="VCLibrarianTool"
138 OutputFile="$(OutDir)/System.lib"
140 <Tool
141 Name="VCALinkTool"
143 <Tool
144 Name="VCXDCMakeTool"
146 <Tool
147 Name="VCBscMakeTool"
149 <Tool
150 Name="VCFxCopTool"
152 <Tool
153 Name="VCPostBuildEventTool"
155 </Configuration>
156 </Configurations>
157 <References>
158 </References>
159 <Files>
160 <Filter
161 Name="Source Files"
162 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
163 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
165 <File
166 RelativePath="..\..\lib\System\Alarm.cpp"
168 </File>
169 <File
170 RelativePath="..\..\lib\System\Disassembler.cpp"
172 </File>
173 <File
174 RelativePath="..\..\lib\System\DynamicLibrary.cpp"
176 </File>
177 <File
178 RelativePath="..\..\lib\System\IncludeFile.cpp"
180 </File>
181 <File
182 RelativePath="..\..\lib\System\MappedFile.cpp"
184 </File>
185 <File
186 RelativePath="..\..\lib\System\Memory.cpp"
188 </File>
189 <File
190 RelativePath="..\..\lib\System\Mutex.cpp"
192 </File>
193 <File
194 RelativePath="..\..\lib\System\Path.cpp"
196 </File>
197 <File
198 RelativePath="..\..\lib\System\Process.cpp"
200 </File>
201 <File
202 RelativePath="..\..\lib\System\Program.cpp"
204 </File>
205 <File
206 RelativePath="..\..\lib\System\Signals.cpp"
208 </File>
209 <File
210 RelativePath="..\..\lib\System\TimeValue.cpp"
212 </File>
213 </Filter>
214 <Filter
215 Name="Header Files"
216 Filter="h;hpp;hxx;hm;inl;inc;xsd"
217 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
219 <File
220 RelativePath="..\..\include\llvm\System\Alarm.h"
222 </File>
223 <File
224 RelativePath="..\..\include\llvm\System\Disassembler.h"
226 </File>
227 <File
228 RelativePath="..\..\include\llvm\System\DynamicLibrary.h"
230 </File>
231 <File
232 RelativePath="..\..\include\llvm\System\IncludeFile.h"
234 </File>
235 <File
236 RelativePath="..\..\include\llvm\System\MappedFile.h"
238 </File>
239 <File
240 RelativePath="..\..\include\llvm\System\Memory.h"
242 </File>
243 <File
244 RelativePath="..\..\include\llvm\System\Mutex.h"
246 </File>
247 <File
248 RelativePath="..\..\include\llvm\System\Path.h"
250 </File>
251 <File
252 RelativePath="..\..\include\llvm\System\Process.h"
254 </File>
255 <File
256 RelativePath="..\..\include\llvm\System\Program.h"
258 </File>
259 <File
260 RelativePath="..\..\include\llvm\System\Signals.h"
262 </File>
263 <File
264 RelativePath="..\..\include\llvm\System\TimeValue.h"
266 </File>
267 </Filter>
268 <Filter
269 Name="Win32"
271 <File
272 RelativePath="..\..\lib\System\Win32\Alarm.inc"
274 </File>
275 <File
276 RelativePath="..\..\lib\System\Win32\DynamicLibrary.inc"
278 </File>
279 <File
280 RelativePath="..\..\lib\System\Win32\MappedFile.inc"
282 </File>
283 <File
284 RelativePath="..\..\lib\System\Win32\Memory.inc"
286 </File>
287 <File
288 RelativePath="..\..\lib\System\Win32\Mutex.inc"
290 </File>
291 <File
292 RelativePath="..\..\lib\System\Win32\Path.inc"
294 </File>
295 <File
296 RelativePath="..\..\lib\System\Win32\Process.inc"
298 </File>
299 <File
300 RelativePath="..\..\lib\System\Win32\Program.inc"
302 </File>
303 <File
304 RelativePath="..\..\lib\System\Win32\Signals.inc"
306 </File>
307 <File
308 RelativePath="..\..\lib\System\Win32\TimeValue.inc"
310 </File>
311 <File
312 RelativePath="..\..\lib\System\Win32\Win32.h"
314 </File>
315 </Filter>
316 </Files>
317 <Globals>
318 </Globals>
319 </VisualStudioProject>