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