Silence VC++ warnings about using 'this' in base member initializations.
[oota-llvm.git] / win32 / llvm-ar / llvm-ar.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="llvm-ar"
6         ProjectGUID="{0FF2B75C-49C1-4B49-A44A-531C93000296}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="$(SolutionDir)$(IntDir)"
16                         IntermediateDirectory="Debug"
17                         ConfigurationType="1"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="..\..\include;.."
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="3"
27                                 ForceConformanceInForLoopScope="TRUE"
28                                 RuntimeTypeInfo="TRUE"
29                                 UsePrecompiledHeader="0"
30                                 BrowseInformation="1"
31                                 WarningLevel="3"
32                                 Detect64BitPortabilityProblems="FALSE"
33                                 DebugInformationFormat="4"
34                                 DisableSpecificWarnings="4355,4146,4800"/>
35                         <Tool
36                                 Name="VCCustomBuildTool"/>
37                         <Tool
38                                 Name="VCLinkerTool"
39                                 OutputFile="$(OutDir)/llvm-ar.exe"
40                                 LinkIncremental="2"
41                                 GenerateDebugInformation="TRUE"
42                                 ProgramDatabaseFile="$(OutDir)/llvm-ar.pdb"
43                                 SubSystem="1"
44                                 TargetMachine="1"/>
45                         <Tool
46                                 Name="VCMIDLTool"/>
47                         <Tool
48                                 Name="VCPostBuildEventTool"/>
49                         <Tool
50                                 Name="VCPreBuildEventTool"/>
51                         <Tool
52                                 Name="VCPreLinkEventTool"/>
53                         <Tool
54                                 Name="VCResourceCompilerTool"/>
55                         <Tool
56                                 Name="VCWebServiceProxyGeneratorTool"/>
57                         <Tool
58                                 Name="VCXMLDataGeneratorTool"/>
59                         <Tool
60                                 Name="VCWebDeploymentTool"/>
61                         <Tool
62                                 Name="VCManagedWrapperGeneratorTool"/>
63                         <Tool
64                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65                 </Configuration>
66                 <Configuration
67                         Name="Release|Win32"
68                         OutputDirectory="$(SolutionDir)$(IntDir)"
69                         IntermediateDirectory="Release"
70                         ConfigurationType="1"
71                         CharacterSet="2">
72                         <Tool
73                                 Name="VCCLCompilerTool"
74                                 AdditionalIncludeDirectories="..\..\include;.."
75                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
76                                 RuntimeLibrary="2"
77                                 ForceConformanceInForLoopScope="TRUE"
78                                 RuntimeTypeInfo="TRUE"
79                                 UsePrecompiledHeader="0"
80                                 BrowseInformation="0"
81                                 WarningLevel="3"
82                                 Detect64BitPortabilityProblems="FALSE"
83                                 DebugInformationFormat="3"
84                                 DisableSpecificWarnings="4355,4146,4800"/>
85                         <Tool
86                                 Name="VCCustomBuildTool"/>
87                         <Tool
88                                 Name="VCLinkerTool"
89                                 OutputFile="$(OutDir)/llvm-ar.exe"
90                                 LinkIncremental="1"
91                                 GenerateDebugInformation="TRUE"
92                                 SubSystem="1"
93                                 OptimizeReferences="2"
94                                 EnableCOMDATFolding="2"
95                                 TargetMachine="1"/>
96                         <Tool
97                                 Name="VCMIDLTool"/>
98                         <Tool
99                                 Name="VCPostBuildEventTool"/>
100                         <Tool
101                                 Name="VCPreBuildEventTool"/>
102                         <Tool
103                                 Name="VCPreLinkEventTool"/>
104                         <Tool
105                                 Name="VCResourceCompilerTool"/>
106                         <Tool
107                                 Name="VCWebServiceProxyGeneratorTool"/>
108                         <Tool
109                                 Name="VCXMLDataGeneratorTool"/>
110                         <Tool
111                                 Name="VCWebDeploymentTool"/>
112                         <Tool
113                                 Name="VCManagedWrapperGeneratorTool"/>
114                         <Tool
115                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
116                 </Configuration>
117         </Configurations>
118         <References>
119         </References>
120         <Files>
121                 <Filter
122                         Name="Source Files"
123                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
124                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
125                         <File
126                                 RelativePath="..\..\tools\llvm-ar\llvm-ar.cpp">
127                         </File>
128                 </Filter>
129                 <Filter
130                         Name="Header Files"
131                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
132                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
133                 </Filter>
134         </Files>
135         <Globals>
136         </Globals>
137 </VisualStudioProject>