Updated VC++ build system
[oota-llvm.git] / win32 / lli / lli.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="lli"
6         ProjectGUID="{FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}"
7         Keyword="Win32Proj"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13         </Platforms>
14         <ToolFiles>
15         </ToolFiles>
16         <Configurations>
17                 <Configuration
18                         Name="Debug|Win32"
19                         OutputDirectory="$(SolutionDir)$(IntDir)"
20                         IntermediateDirectory="Debug"
21                         ConfigurationType="1"
22                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                         CharacterSet="2"
24                         >
25                         <Tool
26                                 Name="VCPreBuildEventTool"
27                         />
28                         <Tool
29                                 Name="VCCustomBuildTool"
30                         />
31                         <Tool
32                                 Name="VCXMLDataGeneratorTool"
33                         />
34                         <Tool
35                                 Name="VCWebServiceProxyGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCMIDLTool"
39                         />
40                         <Tool
41                                 Name="VCCLCompilerTool"
42                                 Optimization="0"
43                                 AdditionalIncludeDirectories="..\..\include;.."
44                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
45                                 StringPooling="true"
46                                 MinimalRebuild="true"
47                                 BasicRuntimeChecks="3"
48                                 RuntimeLibrary="3"
49                                 ForceConformanceInForLoopScope="true"
50                                 RuntimeTypeInfo="true"
51                                 UsePrecompiledHeader="0"
52                                 BrowseInformation="1"
53                                 WarningLevel="3"
54                                 Detect64BitPortabilityProblems="false"
55                                 DebugInformationFormat="4"
56                                 DisableSpecificWarnings="4355,4146,4800"
57                         />
58                         <Tool
59                                 Name="VCManagedResourceCompilerTool"
60                         />
61                         <Tool
62                                 Name="VCResourceCompilerTool"
63                         />
64                         <Tool
65                                 Name="VCPreLinkEventTool"
66                         />
67                         <Tool
68                                 Name="VCLinkerTool"
69                                 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
70                                 OutputFile="$(OutDir)/lli.exe"
71                                 LinkIncremental="2"
72                                 GenerateDebugInformation="true"
73                                 ProgramDatabaseFile="$(OutDir)/lli.pdb"
74                                 SubSystem="1"
75                                 TargetMachine="1"
76                         />
77                         <Tool
78                                 Name="VCALinkTool"
79                         />
80                         <Tool
81                                 Name="VCManifestTool"
82                         />
83                         <Tool
84                                 Name="VCXDCMakeTool"
85                         />
86                         <Tool
87                                 Name="VCBscMakeTool"
88                         />
89                         <Tool
90                                 Name="VCFxCopTool"
91                         />
92                         <Tool
93                                 Name="VCAppVerifierTool"
94                         />
95                         <Tool
96                                 Name="VCWebDeploymentTool"
97                         />
98                         <Tool
99                                 Name="VCPostBuildEventTool"
100                         />
101                 </Configuration>
102                 <Configuration
103                         Name="Release|Win32"
104                         OutputDirectory="$(SolutionDir)$(IntDir)"
105                         IntermediateDirectory="Release"
106                         ConfigurationType="1"
107                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
108                         CharacterSet="2"
109                         >
110                         <Tool
111                                 Name="VCPreBuildEventTool"
112                         />
113                         <Tool
114                                 Name="VCCustomBuildTool"
115                         />
116                         <Tool
117                                 Name="VCXMLDataGeneratorTool"
118                         />
119                         <Tool
120                                 Name="VCWebServiceProxyGeneratorTool"
121                         />
122                         <Tool
123                                 Name="VCMIDLTool"
124                         />
125                         <Tool
126                                 Name="VCCLCompilerTool"
127                                 AdditionalIncludeDirectories="..\..\include;.."
128                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
129                                 StringPooling="true"
130                                 RuntimeLibrary="2"
131                                 ForceConformanceInForLoopScope="true"
132                                 RuntimeTypeInfo="true"
133                                 UsePrecompiledHeader="0"
134                                 BrowseInformation="0"
135                                 WarningLevel="3"
136                                 Detect64BitPortabilityProblems="false"
137                                 DebugInformationFormat="3"
138                                 DisableSpecificWarnings="4355,4146,4800"
139                         />
140                         <Tool
141                                 Name="VCManagedResourceCompilerTool"
142                         />
143                         <Tool
144                                 Name="VCResourceCompilerTool"
145                         />
146                         <Tool
147                                 Name="VCPreLinkEventTool"
148                         />
149                         <Tool
150                                 Name="VCLinkerTool"
151                                 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
152                                 OutputFile="$(OutDir)/lli.exe"
153                                 LinkIncremental="1"
154                                 GenerateDebugInformation="true"
155                                 SubSystem="1"
156                                 OptimizeReferences="2"
157                                 EnableCOMDATFolding="2"
158                                 TargetMachine="1"
159                         />
160                         <Tool
161                                 Name="VCALinkTool"
162                         />
163                         <Tool
164                                 Name="VCManifestTool"
165                         />
166                         <Tool
167                                 Name="VCXDCMakeTool"
168                         />
169                         <Tool
170                                 Name="VCBscMakeTool"
171                         />
172                         <Tool
173                                 Name="VCFxCopTool"
174                         />
175                         <Tool
176                                 Name="VCAppVerifierTool"
177                         />
178                         <Tool
179                                 Name="VCWebDeploymentTool"
180                         />
181                         <Tool
182                                 Name="VCPostBuildEventTool"
183                         />
184                 </Configuration>
185         </Configurations>
186         <References>
187         </References>
188         <Files>
189                 <Filter
190                         Name="Source Files"
191                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
192                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
193                         >
194                         <File
195                                 RelativePath="..\..\tools\lli\lli.cpp"
196                                 >
197                         </File>
198                 </Filter>
199                 <Filter
200                         Name="Header Files"
201                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
202                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
203                         >
204                 </Filter>
205         </Files>
206         <Globals>
207         </Globals>
208 </VisualStudioProject>