Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / win32 / opt / opt.vcproj
blobe4b2d31779093187ff7701504a2a849d93608e0a
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="opt"
6 ProjectGUID="{006D8B41-C3C7-4448-85E1-AF8907E591E5}"
7 Keyword="Win32Proj"
9 <Platforms>
10 <Platform
11 Name="Win32"
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"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\include;.."
44 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;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"
58 <Tool
59 Name="VCManagedResourceCompilerTool"
61 <Tool
62 Name="VCResourceCompilerTool"
64 <Tool
65 Name="VCPreLinkEventTool"
67 <Tool
68 Name="VCLinkerTool"
69 OutputFile="$(OutDir)/opt.exe"
70 LinkIncremental="2"
71 GenerateDebugInformation="true"
72 ProgramDatabaseFile="$(OutDir)/opt.pdb"
73 SubSystem="1"
74 TargetMachine="1"
76 <Tool
77 Name="VCALinkTool"
79 <Tool
80 Name="VCManifestTool"
82 <Tool
83 Name="VCXDCMakeTool"
85 <Tool
86 Name="VCBscMakeTool"
88 <Tool
89 Name="VCFxCopTool"
91 <Tool
92 Name="VCAppVerifierTool"
94 <Tool
95 Name="VCWebDeploymentTool"
97 <Tool
98 Name="VCPostBuildEventTool"
100 </Configuration>
101 <Configuration
102 Name="Release|Win32"
103 OutputDirectory="$(SolutionDir)$(IntDir)"
104 IntermediateDirectory="Release"
105 ConfigurationType="1"
106 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
107 CharacterSet="2"
109 <Tool
110 Name="VCPreBuildEventTool"
112 <Tool
113 Name="VCCustomBuildTool"
115 <Tool
116 Name="VCXMLDataGeneratorTool"
118 <Tool
119 Name="VCWebServiceProxyGeneratorTool"
121 <Tool
122 Name="VCMIDLTool"
124 <Tool
125 Name="VCCLCompilerTool"
126 AdditionalIncludeDirectories="..\..\include;.."
127 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
128 StringPooling="true"
129 RuntimeLibrary="2"
130 ForceConformanceInForLoopScope="true"
131 RuntimeTypeInfo="true"
132 UsePrecompiledHeader="0"
133 BrowseInformation="0"
134 WarningLevel="3"
135 Detect64BitPortabilityProblems="false"
136 DebugInformationFormat="3"
137 DisableSpecificWarnings="4355,4146,4800"
139 <Tool
140 Name="VCManagedResourceCompilerTool"
142 <Tool
143 Name="VCResourceCompilerTool"
145 <Tool
146 Name="VCPreLinkEventTool"
148 <Tool
149 Name="VCLinkerTool"
150 OutputFile="$(OutDir)/opt.exe"
151 LinkIncremental="1"
152 GenerateDebugInformation="true"
153 SubSystem="1"
154 OptimizeReferences="2"
155 EnableCOMDATFolding="2"
156 TargetMachine="1"
158 <Tool
159 Name="VCALinkTool"
161 <Tool
162 Name="VCManifestTool"
164 <Tool
165 Name="VCXDCMakeTool"
167 <Tool
168 Name="VCBscMakeTool"
170 <Tool
171 Name="VCFxCopTool"
173 <Tool
174 Name="VCAppVerifierTool"
176 <Tool
177 Name="VCWebDeploymentTool"
179 <Tool
180 Name="VCPostBuildEventTool"
182 </Configuration>
183 </Configurations>
184 <References>
185 </References>
186 <Files>
187 <Filter
188 Name="Source Files"
189 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
190 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
192 <File
193 RelativePath="..\..\tools\opt\AnalysisWrappers.cpp"
195 </File>
196 <File
197 RelativePath="..\..\tools\opt\GraphPrinters.cpp"
199 </File>
200 <File
201 RelativePath="..\..\tools\opt\opt.cpp"
203 </File>
204 <File
205 RelativePath="..\..\tools\opt\PrintSCC.cpp"
207 </File>
208 </Filter>
209 <Filter
210 Name="Header Files"
211 Filter="h;hpp;hxx;hm;inl;inc;xsd"
212 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
214 </Filter>
215 </Files>
216 <Globals>
217 </Globals>
218 </VisualStudioProject>