Silence VC++ warnings about using 'this' in base member initializations.
[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         RootNamespace="System"
8         Keyword="Win32Proj">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Debug|Win32"
16                         OutputDirectory="..\Debug"
17                         IntermediateDirectory="Debug"
18                         ConfigurationType="4"
19                         CharacterSet="2">
20                         <Tool
21                                 Name="VCCLCompilerTool"
22                                 Optimization="0"
23                                 AdditionalIncludeDirectories="..\..\include;.."
24                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
25                                 MinimalRebuild="TRUE"
26                                 BasicRuntimeChecks="3"
27                                 RuntimeLibrary="3"
28                                 ForceConformanceInForLoopScope="TRUE"
29                                 RuntimeTypeInfo="TRUE"
30                                 UsePrecompiledHeader="0"
31                                 BrowseInformation="1"
32                                 WarningLevel="3"
33                                 Detect64BitPortabilityProblems="FALSE"
34                                 DebugInformationFormat="4"
35                                 DisableSpecificWarnings="4355,4146,4800"/>
36                         <Tool
37                                 Name="VCCustomBuildTool"/>
38                         <Tool
39                                 Name="VCLibrarianTool"
40                                 OutputFile="$(OutDir)/System.lib"/>
41                         <Tool
42                                 Name="VCMIDLTool"/>
43                         <Tool
44                                 Name="VCPostBuildEventTool"/>
45                         <Tool
46                                 Name="VCPreBuildEventTool"/>
47                         <Tool
48                                 Name="VCPreLinkEventTool"/>
49                         <Tool
50                                 Name="VCResourceCompilerTool"/>
51                         <Tool
52                                 Name="VCWebServiceProxyGeneratorTool"/>
53                         <Tool
54                                 Name="VCXMLDataGeneratorTool"/>
55                         <Tool
56                                 Name="VCManagedWrapperGeneratorTool"/>
57                         <Tool
58                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59                 </Configuration>
60                 <Configuration
61                         Name="Release|Win32"
62                         OutputDirectory="..\Release"
63                         IntermediateDirectory="Release"
64                         ConfigurationType="4"
65                         CharacterSet="2">
66                         <Tool
67                                 Name="VCCLCompilerTool"
68                                 AdditionalIncludeDirectories="..\..\include;.."
69                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
70                                 RuntimeLibrary="2"
71                                 ForceConformanceInForLoopScope="TRUE"
72                                 RuntimeTypeInfo="TRUE"
73                                 UsePrecompiledHeader="0"
74                                 WarningLevel="3"
75                                 Detect64BitPortabilityProblems="FALSE"
76                                 DebugInformationFormat="3"
77                                 DisableSpecificWarnings="4355,4146,4800"/>
78                         <Tool
79                                 Name="VCCustomBuildTool"/>
80                         <Tool
81                                 Name="VCLibrarianTool"
82                                 OutputFile="$(OutDir)/System.lib"/>
83                         <Tool
84                                 Name="VCMIDLTool"/>
85                         <Tool
86                                 Name="VCPostBuildEventTool"/>
87                         <Tool
88                                 Name="VCPreBuildEventTool"/>
89                         <Tool
90                                 Name="VCPreLinkEventTool"/>
91                         <Tool
92                                 Name="VCResourceCompilerTool"/>
93                         <Tool
94                                 Name="VCWebServiceProxyGeneratorTool"/>
95                         <Tool
96                                 Name="VCXMLDataGeneratorTool"/>
97                         <Tool
98                                 Name="VCManagedWrapperGeneratorTool"/>
99                         <Tool
100                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
101                 </Configuration>
102         </Configurations>
103         <References>
104         </References>
105         <Files>
106                 <Filter
107                         Name="Source Files"
108                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
109                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
110                         <File
111                                 RelativePath="..\..\lib\System\DynamicLibrary.cpp">
112                         </File>
113                         <File
114                                 RelativePath="..\..\lib\System\MappedFile.cpp">
115                         </File>
116                         <File
117                                 RelativePath="..\..\lib\System\Memory.cpp">
118                         </File>
119                         <File
120                                 RelativePath="..\..\lib\System\Path.cpp">
121                         </File>
122                         <File
123                                 RelativePath="..\..\lib\System\Process.cpp">
124                         </File>
125                         <File
126                                 RelativePath="..\..\lib\System\Program.cpp">
127                         </File>
128                         <File
129                                 RelativePath="..\..\lib\System\Signals.cpp">
130                         </File>
131                         <File
132                                 RelativePath="..\..\lib\System\TimeValue.cpp">
133                         </File>
134                 </Filter>
135                 <Filter
136                         Name="Header Files"
137                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
138                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
139                         <File
140                                 RelativePath="..\..\include\llvm\System\DynamicLibrary.h">
141                         </File>
142                         <File
143                                 RelativePath="..\..\include\llvm\System\MappedFile.h">
144                         </File>
145                         <File
146                                 RelativePath="..\..\include\llvm\System\Memory.h">
147                         </File>
148                         <File
149                                 RelativePath="..\..\include\llvm\System\Path.h">
150                         </File>
151                         <File
152                                 RelativePath="..\..\include\llvm\System\Process.h">
153                         </File>
154                         <File
155                                 RelativePath="..\..\include\llvm\System\Program.h">
156                         </File>
157                         <File
158                                 RelativePath="..\..\include\llvm\System\Signals.h">
159                         </File>
160                         <File
161                                 RelativePath="..\..\include\llvm\System\TimeValue.h">
162                         </File>
163                 </Filter>
164                 <Filter
165                         Name="Win32"
166                         Filter="">
167                         <File
168                                 RelativePath="..\..\lib\System\Win32\DynamicLibrary.inc">
169                         </File>
170                         <File
171                                 RelativePath="..\..\lib\System\Win32\MappedFile.inc">
172                         </File>
173                         <File
174                                 RelativePath="..\..\lib\System\Win32\Memory.inc">
175                         </File>
176                         <File
177                                 RelativePath="..\..\lib\System\Win32\Path.inc">
178                         </File>
179                         <File
180                                 RelativePath="..\..\lib\System\Win32\Process.inc">
181                         </File>
182                         <File
183                                 RelativePath="..\..\lib\System\Win32\Program.inc">
184                         </File>
185                         <File
186                                 RelativePath="..\..\lib\System\Win32\Signals.inc">
187                         </File>
188                         <File
189                                 RelativePath="..\..\lib\System\Win32\TimeValue.inc">
190                         </File>
191                         <File
192                                 RelativePath="..\..\lib\System\Win32\Win32.h">
193                         </File>
194                 </Filter>
195         </Files>
196         <Globals>
197         </Globals>
198 </VisualStudioProject>