Unbreak VC++ build.
[oota-llvm.git] / win32 / llc / llc.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="llc"
6         ProjectGUID="{ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}"
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="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
24                                 StringPooling="TRUE"
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="VCLinkerTool"
40                                 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
41                                 OutputFile="$(OutDir)/llc.exe"
42                                 LinkIncremental="2"
43                                 GenerateDebugInformation="TRUE"
44                                 ProgramDatabaseFile="$(OutDir)/llc.pdb"
45                                 SubSystem="1"
46                                 TargetMachine="1"/>
47                         <Tool
48                                 Name="VCMIDLTool"/>
49                         <Tool
50                                 Name="VCPostBuildEventTool"/>
51                         <Tool
52                                 Name="VCPreBuildEventTool"/>
53                         <Tool
54                                 Name="VCPreLinkEventTool"/>
55                         <Tool
56                                 Name="VCResourceCompilerTool"/>
57                         <Tool
58                                 Name="VCWebServiceProxyGeneratorTool"/>
59                         <Tool
60                                 Name="VCXMLDataGeneratorTool"/>
61                         <Tool
62                                 Name="VCWebDeploymentTool"/>
63                         <Tool
64                                 Name="VCManagedWrapperGeneratorTool"/>
65                         <Tool
66                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67                 </Configuration>
68                 <Configuration
69                         Name="Release|Win32"
70                         OutputDirectory="$(SolutionDir)$(IntDir)"
71                         IntermediateDirectory="Release"
72                         ConfigurationType="1"
73                         CharacterSet="2">
74                         <Tool
75                                 Name="VCCLCompilerTool"
76                                 AdditionalIncludeDirectories="..\..\include;.."
77                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
78                                 StringPooling="TRUE"
79                                 RuntimeLibrary="2"
80                                 ForceConformanceInForLoopScope="TRUE"
81                                 RuntimeTypeInfo="TRUE"
82                                 UsePrecompiledHeader="0"
83                                 BrowseInformation="0"
84                                 WarningLevel="3"
85                                 Detect64BitPortabilityProblems="FALSE"
86                                 DebugInformationFormat="3"
87                                 DisableSpecificWarnings="4355,4146,4800"/>
88                         <Tool
89                                 Name="VCCustomBuildTool"/>
90                         <Tool
91                                 Name="VCLinkerTool"
92                                 AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
93                                 OutputFile="$(OutDir)/llc.exe"
94                                 LinkIncremental="1"
95                                 GenerateDebugInformation="TRUE"
96                                 SubSystem="1"
97                                 OptimizeReferences="2"
98                                 EnableCOMDATFolding="2"
99                                 TargetMachine="1"/>
100                         <Tool
101                                 Name="VCMIDLTool"/>
102                         <Tool
103                                 Name="VCPostBuildEventTool"/>
104                         <Tool
105                                 Name="VCPreBuildEventTool"/>
106                         <Tool
107                                 Name="VCPreLinkEventTool"/>
108                         <Tool
109                                 Name="VCResourceCompilerTool"/>
110                         <Tool
111                                 Name="VCWebServiceProxyGeneratorTool"/>
112                         <Tool
113                                 Name="VCXMLDataGeneratorTool"/>
114                         <Tool
115                                 Name="VCWebDeploymentTool"/>
116                         <Tool
117                                 Name="VCManagedWrapperGeneratorTool"/>
118                         <Tool
119                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
120                 </Configuration>
121         </Configurations>
122         <References>
123         </References>
124         <Files>
125                 <Filter
126                         Name="Source Files"
127                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
128                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
129                         <File
130                                 RelativePath="..\..\tools\llc\llc.cpp">
131                         </File>
132                 </Filter>
133                 <Filter
134                         Name="Header Files"
135                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
136                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
137                 </Filter>
138         </Files>
139         <Globals>
140         </Globals>
141 </VisualStudioProject>