blob: ab340e8403c4c6852e9e2ea892d296684b97388f [file] [log] [blame]
Jeff Cohen695c9bd2005-01-22 17:35:30 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="bugpoint"
6 ProjectGUID="{57249192-8E29-4D85-8B7A-FEFF1760B1DA}"
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;.."
Jeff Cohen9247d0b2006-01-30 04:07:08 +000023 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
Jeff Cohen6f0e6802005-12-17 00:14:47 +000024 StringPooling="TRUE"
Jeff Cohen695c9bd2005-01-22 17:35:30 +000025 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"
Jeff Cohenb32d7852005-01-30 17:54:12 +000035 DisableSpecificWarnings="4355,4146,4800"/>
Jeff Cohen695c9bd2005-01-22 17:35:30 +000036 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 OutputFile="$(OutDir)/bugpoint.exe"
41 LinkIncremental="2"
42 GenerateDebugInformation="TRUE"
43 ProgramDatabaseFile="$(OutDir)/bugpoint.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;.."
Jeff Cohen9247d0b2006-01-30 04:07:08 +000076 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
Jeff Cohen6f0e6802005-12-17 00:14:47 +000077 StringPooling="TRUE"
Jeff Cohen695c9bd2005-01-22 17:35:30 +000078 RuntimeLibrary="2"
79 ForceConformanceInForLoopScope="TRUE"
80 RuntimeTypeInfo="TRUE"
81 UsePrecompiledHeader="0"
82 BrowseInformation="0"
83 WarningLevel="3"
84 Detect64BitPortabilityProblems="FALSE"
85 DebugInformationFormat="3"
Jeff Cohenb32d7852005-01-30 17:54:12 +000086 DisableSpecificWarnings="4355,4146,4800"/>
Jeff Cohen695c9bd2005-01-22 17:35:30 +000087 <Tool
88 Name="VCCustomBuildTool"/>
89 <Tool
90 Name="VCLinkerTool"
91 OutputFile="$(OutDir)/bugpoint.exe"
92 LinkIncremental="1"
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\bugpoint\BugDriver.cpp">
129 </File>
130 <File
131 RelativePath="..\..\tools\bugpoint\bugpoint.cpp">
132 </File>
133 <File
134 RelativePath="..\..\tools\bugpoint\CrashDebugger.cpp">
135 </File>
136 <File
137 RelativePath="..\..\tools\bugpoint\ExecutionDriver.cpp">
138 </File>
139 <File
140 RelativePath="..\..\tools\bugpoint\ExtractFunction.cpp">
141 </File>
142 <File
Jeff Cohend41b30d2006-11-05 19:31:28 +0000143 RelativePath="..\..\tools\bugpoint\FindBugs.cpp">
144 </File>
145 <File
Jeff Cohen695c9bd2005-01-22 17:35:30 +0000146 RelativePath="..\..\tools\bugpoint\Miscompilation.cpp">
147 </File>
148 <File
149 RelativePath="..\..\tools\bugpoint\OptimizerDriver.cpp">
150 </File>
151 <File
152 RelativePath="..\..\tools\bugpoint\TestPasses.cpp">
153 </File>
Jeff Cohend41b30d2006-11-05 19:31:28 +0000154 <File
155 RelativePath="..\..\tools\bugpoint\ToolRunner.cpp">
156 </File>
Jeff Cohen695c9bd2005-01-22 17:35:30 +0000157 </Filter>
158 <Filter
159 Name="Header Files"
160 Filter="h;hpp;hxx;hm;inl;inc;xsd"
161 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
162 <File
163 RelativePath="..\..\tools\bugpoint\BugDriver.h">
164 </File>
165 <File
166 RelativePath="..\..\tools\bugpoint\ListReducer.h">
167 </File>
Jeff Cohend41b30d2006-11-05 19:31:28 +0000168 <File
169 RelativePath="..\..\tools\bugpoint\ToolRunner.h">
170 </File>
Jeff Cohen695c9bd2005-01-22 17:35:30 +0000171 </Filter>
172 </Files>
173 <Globals>
174 </Globals>
175</VisualStudioProject>