Put executables into a single directory
[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="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="4146,4800"/>
35                         <Tool
36                                 Name="VCCustomBuildTool"/>
37                         <Tool
38                                 Name="VCLinkerTool"
39                                 OutputFile="$(OutDir)/llc.exe"
40                                 LinkIncremental="2"
41                                 ForceSymbolReferences="_X86TargetMachineModule"
42                                 GenerateDebugInformation="TRUE"
43                                 ProgramDatabaseFile="$(OutDir)/llc.pdb"
44                                 SubSystem="1"
45                                 TargetMachine="1"/>
46                         <Tool
47                                 Name="VCMIDLTool"/>
48                         <Tool
49                                 Name="VCPostBuildEventTool"/>
50                         <Tool
51                                 Name="VCPreBuildEventTool"/>
52                         <Tool
53                                 Name="VCPreLinkEventTool"/>
54                         <Tool
55                                 Name="VCResourceCompilerTool"/>
56                         <Tool
57                                 Name="VCWebServiceProxyGeneratorTool"/>
58                         <Tool
59                                 Name="VCXMLDataGeneratorTool"/>
60                         <Tool
61                                 Name="VCWebDeploymentTool"/>
62                         <Tool
63                                 Name="VCManagedWrapperGeneratorTool"/>
64                         <Tool
65                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66                 </Configuration>
67                 <Configuration
68                         Name="Release|Win32"
69                         OutputDirectory="$(SolutionDir)$(IntDir)"
70                         IntermediateDirectory="Release"
71                         ConfigurationType="1"
72                         CharacterSet="2">
73                         <Tool
74                                 Name="VCCLCompilerTool"
75                                 AdditionalIncludeDirectories="..\..\include;.."
76                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
77                                 RuntimeLibrary="2"
78                                 ForceConformanceInForLoopScope="TRUE"
79                                 RuntimeTypeInfo="TRUE"
80                                 UsePrecompiledHeader="0"
81                                 BrowseInformation="0"
82                                 WarningLevel="3"
83                                 Detect64BitPortabilityProblems="FALSE"
84                                 DebugInformationFormat="3"
85                                 DisableSpecificWarnings="4146,4800"/>
86                         <Tool
87                                 Name="VCCustomBuildTool"/>
88                         <Tool
89                                 Name="VCLinkerTool"
90                                 OutputFile="$(OutDir)/llc.exe"
91                                 LinkIncremental="1"
92                                 ForceSymbolReferences="_X86TargetMachineModule"
93                                 GenerateDebugInformation="TRUE"
94                                 SubSystem="1"
95                                 OptimizeReferences="2"
96                                 EnableCOMDATFolding="2"
97                                 TargetMachine="1"/>
98                         <Tool
99                                 Name="VCMIDLTool"/>
100                         <Tool
101                                 Name="VCPostBuildEventTool"/>
102                         <Tool
103                                 Name="VCPreBuildEventTool"/>
104                         <Tool
105                                 Name="VCPreLinkEventTool"/>
106                         <Tool
107                                 Name="VCResourceCompilerTool"/>
108                         <Tool
109                                 Name="VCWebServiceProxyGeneratorTool"/>
110                         <Tool
111                                 Name="VCXMLDataGeneratorTool"/>
112                         <Tool
113                                 Name="VCWebDeploymentTool"/>
114                         <Tool
115                                 Name="VCManagedWrapperGeneratorTool"/>
116                         <Tool
117                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
118                 </Configuration>
119         </Configurations>
120         <References>
121         </References>
122         <Files>
123                 <Filter
124                         Name="Source Files"
125                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
126                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
127                         <File
128                                 RelativePath="..\..\tools\llc\llc.cpp">
129                         </File>
130                 </Filter>
131                 <Filter
132                         Name="Header Files"
133                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
134                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
135                 </Filter>
136                 <Filter
137                         Name="Resource Files"
138                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
139                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
140                 </Filter>
141         </Files>
142         <Globals>
143         </Globals>
144 </VisualStudioProject>