Update the win32 project files, contributed by Morton Ofstad!
[oota-llvm.git] / win32 / System / System.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="System"
6         ProjectGUID="{0F8407F3-FA23-4CF1-83A9-DCBE0B361489}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="..\Debug"
16                         IntermediateDirectory="Debug"
17                         ConfigurationType="4"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="..\..\include;.."
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="3"
27                                 ForceConformanceInForLoopScope="TRUE"
28                                 RuntimeTypeInfo="TRUE"
29                                 UsePrecompiledHeader="0"
30                                 WarningLevel="3"
31                                 Detect64BitPortabilityProblems="TRUE"
32                                 DebugInformationFormat="4"
33                                 DisableSpecificWarnings="4800;4244;4267"/>
34                         <Tool
35                                 Name="VCCustomBuildTool"/>
36                         <Tool
37                                 Name="VCLibrarianTool"
38                                 OutputFile="$(OutDir)/System.lib"/>
39                         <Tool
40                                 Name="VCMIDLTool"/>
41                         <Tool
42                                 Name="VCPostBuildEventTool"/>
43                         <Tool
44                                 Name="VCPreBuildEventTool"
45                                 CommandLine="xcopy /I /Y ..\..\lib\System\Win32 ..\..\lib\System\platform"/>
46                         <Tool
47                                 Name="VCPreLinkEventTool"/>
48                         <Tool
49                                 Name="VCResourceCompilerTool"/>
50                         <Tool
51                                 Name="VCWebServiceProxyGeneratorTool"/>
52                         <Tool
53                                 Name="VCXMLDataGeneratorTool"/>
54                         <Tool
55                                 Name="VCManagedWrapperGeneratorTool"/>
56                         <Tool
57                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
58                 </Configuration>
59                 <Configuration
60                         Name="Release|Win32"
61                         OutputDirectory="..\Release"
62                         IntermediateDirectory="Release"
63                         ConfigurationType="4"
64                         CharacterSet="2">
65                         <Tool
66                                 Name="VCCLCompilerTool"
67                                 AdditionalIncludeDirectories="..\..\include;.."
68                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
69                                 RuntimeLibrary="2"
70                                 ForceConformanceInForLoopScope="TRUE"
71                                 RuntimeTypeInfo="TRUE"
72                                 UsePrecompiledHeader="0"
73                                 WarningLevel="3"
74                                 Detect64BitPortabilityProblems="TRUE"
75                                 DebugInformationFormat="3"
76                                 DisableSpecificWarnings="4099;4800;4244;4267"/>
77                         <Tool
78                                 Name="VCCustomBuildTool"/>
79                         <Tool
80                                 Name="VCLibrarianTool"
81                                 OutputFile="$(OutDir)/System.lib"/>
82                         <Tool
83                                 Name="VCMIDLTool"/>
84                         <Tool
85                                 Name="VCPostBuildEventTool"/>
86                         <Tool
87                                 Name="VCPreBuildEventTool"/>
88                         <Tool
89                                 Name="VCPreLinkEventTool"/>
90                         <Tool
91                                 Name="VCResourceCompilerTool"/>
92                         <Tool
93                                 Name="VCWebServiceProxyGeneratorTool"/>
94                         <Tool
95                                 Name="VCXMLDataGeneratorTool"/>
96                         <Tool
97                                 Name="VCManagedWrapperGeneratorTool"/>
98                         <Tool
99                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
100                 </Configuration>
101         </Configurations>
102         <References>
103         </References>
104         <Files>
105                 <Filter
106                         Name="Source Files"
107                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
108                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
109                         <File
110                                 RelativePath="..\..\lib\System\DynamicLibrary.cpp">
111                         </File>
112                         <File
113                                 RelativePath="..\..\lib\System\ltdl.c">
114                                 <FileConfiguration
115                                         Name="Debug|Win32">
116                                         <Tool
117                                                 Name="VCCLCompilerTool"
118                                                 PreprocessorDefinitions="__WINDOWS__"/>
119                                 </FileConfiguration>
120                                 <FileConfiguration
121                                         Name="Release|Win32">
122                                         <Tool
123                                                 Name="VCCLCompilerTool"
124                                                 PreprocessorDefinitions="__WINDOWS__"/>
125                                 </FileConfiguration>
126                         </File>
127                         <File
128                                 RelativePath="..\..\lib\System\MappedFile.cpp">
129                         </File>
130                         <File
131                                 RelativePath="..\..\lib\System\Memory.cpp">
132                         </File>
133                         <File
134                                 RelativePath="..\..\lib\System\Path.cpp">
135                         </File>
136                         <File
137                                 RelativePath="..\..\lib\System\Process.cpp">
138                         </File>
139                         <File
140                                 RelativePath="..\..\lib\System\Program.cpp">
141                         </File>
142                         <File
143                                 RelativePath="..\..\lib\System\Signals.cpp">
144                         </File>
145                         <File
146                                 RelativePath="..\..\lib\System\SysConfig.cpp">
147                         </File>
148                         <File
149                                 RelativePath="..\..\lib\System\TimeValue.cpp">
150                         </File>
151                 </Filter>
152                 <Filter
153                         Name="Header Files"
154                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
155                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
156                         <File
157                                 RelativePath="..\..\include\llvm\System\DynamicLibrary.h">
158                         </File>
159                         <File
160                                 RelativePath="..\..\lib\System\ltdl.h">
161                         </File>
162                         <File
163                                 RelativePath="..\..\include\llvm\System\MappedFile.h">
164                         </File>
165                         <File
166                                 RelativePath="..\..\include\llvm\System\Memory.h">
167                         </File>
168                         <File
169                                 RelativePath="..\..\include\llvm\System\Path.h">
170                         </File>
171                         <File
172                                 RelativePath="..\..\include\llvm\System\Process.h">
173                         </File>
174                         <File
175                                 RelativePath="..\..\include\llvm\System\Program.h">
176                         </File>
177                         <File
178                                 RelativePath="..\..\include\llvm\System\Signals.h">
179                         </File>
180                         <File
181                                 RelativePath="..\..\include\llvm\System\SysConfig.h">
182                         </File>
183                         <File
184                                 RelativePath="..\..\include\llvm\System\TimeValue.h">
185                         </File>
186                 </Filter>
187                 <Filter
188                         Name="Win32"
189                         Filter="">
190                         <File
191                                 RelativePath="..\..\lib\System\Win32\DynamicLibrary.cpp">
192                                 <FileConfiguration
193                                         Name="Debug|Win32"
194                                         ExcludedFromBuild="TRUE">
195                                         <Tool
196                                                 Name="VCCLCompilerTool"
197                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
198                                 </FileConfiguration>
199                                 <FileConfiguration
200                                         Name="Release|Win32"
201                                         ExcludedFromBuild="TRUE">
202                                         <Tool
203                                                 Name="VCCLCompilerTool"
204                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
205                                 </FileConfiguration>
206                         </File>
207                         <File
208                                 RelativePath="..\..\lib\System\Win32\MappedFile.cpp">
209                                 <FileConfiguration
210                                         Name="Debug|Win32"
211                                         ExcludedFromBuild="TRUE">
212                                         <Tool
213                                                 Name="VCCLCompilerTool"
214                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
215                                 </FileConfiguration>
216                                 <FileConfiguration
217                                         Name="Release|Win32"
218                                         ExcludedFromBuild="TRUE">
219                                         <Tool
220                                                 Name="VCCLCompilerTool"
221                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
222                                 </FileConfiguration>
223                         </File>
224                         <File
225                                 RelativePath="..\..\lib\System\Win32\Memory.cpp">
226                                 <FileConfiguration
227                                         Name="Debug|Win32"
228                                         ExcludedFromBuild="TRUE">
229                                         <Tool
230                                                 Name="VCCLCompilerTool"
231                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
232                                 </FileConfiguration>
233                                 <FileConfiguration
234                                         Name="Release|Win32"
235                                         ExcludedFromBuild="TRUE">
236                                         <Tool
237                                                 Name="VCCLCompilerTool"
238                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
239                                 </FileConfiguration>
240                         </File>
241                         <File
242                                 RelativePath="..\..\lib\System\Win32\Path.cpp">
243                                 <FileConfiguration
244                                         Name="Debug|Win32"
245                                         ExcludedFromBuild="TRUE">
246                                         <Tool
247                                                 Name="VCCLCompilerTool"
248                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
249                                 </FileConfiguration>
250                                 <FileConfiguration
251                                         Name="Release|Win32"
252                                         ExcludedFromBuild="TRUE">
253                                         <Tool
254                                                 Name="VCCLCompilerTool"
255                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
256                                 </FileConfiguration>
257                         </File>
258                         <File
259                                 RelativePath="..\..\lib\System\Win32\Process.cpp">
260                                 <FileConfiguration
261                                         Name="Debug|Win32"
262                                         ExcludedFromBuild="TRUE">
263                                         <Tool
264                                                 Name="VCCLCompilerTool"
265                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
266                                 </FileConfiguration>
267                                 <FileConfiguration
268                                         Name="Release|Win32"
269                                         ExcludedFromBuild="TRUE">
270                                         <Tool
271                                                 Name="VCCLCompilerTool"
272                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
273                                 </FileConfiguration>
274                         </File>
275                         <File
276                                 RelativePath="..\..\lib\System\Win32\Program.cpp">
277                                 <FileConfiguration
278                                         Name="Debug|Win32"
279                                         ExcludedFromBuild="TRUE">
280                                         <Tool
281                                                 Name="VCCLCompilerTool"
282                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
283                                 </FileConfiguration>
284                                 <FileConfiguration
285                                         Name="Release|Win32"
286                                         ExcludedFromBuild="TRUE">
287                                         <Tool
288                                                 Name="VCCLCompilerTool"
289                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
290                                 </FileConfiguration>
291                         </File>
292                         <File
293                                 RelativePath="..\..\lib\System\Win32\Signals.cpp">
294                                 <FileConfiguration
295                                         Name="Debug|Win32"
296                                         ExcludedFromBuild="TRUE">
297                                         <Tool
298                                                 Name="VCCLCompilerTool"
299                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
300                                 </FileConfiguration>
301                                 <FileConfiguration
302                                         Name="Release|Win32"
303                                         ExcludedFromBuild="TRUE">
304                                         <Tool
305                                                 Name="VCCLCompilerTool"
306                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
307                                 </FileConfiguration>
308                         </File>
309                         <File
310                                 RelativePath="..\..\lib\System\Win32\SysConfig.cpp">
311                                 <FileConfiguration
312                                         Name="Debug|Win32"
313                                         ExcludedFromBuild="TRUE">
314                                         <Tool
315                                                 Name="VCCLCompilerTool"
316                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
317                                 </FileConfiguration>
318                                 <FileConfiguration
319                                         Name="Release|Win32"
320                                         ExcludedFromBuild="TRUE">
321                                         <Tool
322                                                 Name="VCCLCompilerTool"
323                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
324                                 </FileConfiguration>
325                         </File>
326                         <File
327                                 RelativePath="..\..\lib\System\Win32\TimeValue.cpp">
328                                 <FileConfiguration
329                                         Name="Debug|Win32"
330                                         ExcludedFromBuild="TRUE">
331                                         <Tool
332                                                 Name="VCCLCompilerTool"
333                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
334                                 </FileConfiguration>
335                                 <FileConfiguration
336                                         Name="Release|Win32"
337                                         ExcludedFromBuild="TRUE">
338                                         <Tool
339                                                 Name="VCCLCompilerTool"
340                                                 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
341                                 </FileConfiguration>
342                         </File>
343                         <File
344                                 RelativePath="..\..\lib\System\Win32\Win32.h">
345                         </File>
346                 </Filter>
347         </Files>
348         <Globals>
349         </Globals>
350 </VisualStudioProject>