Remove some unnecessary C-style statics.
[oota-llvm.git] / win32 / Archive / Archive.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="Archive"
6         ProjectGUID="{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}"
7         Keyword="Win32Proj"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13         </Platforms>
14         <ToolFiles>
15         </ToolFiles>
16         <Configurations>
17                 <Configuration
18                         Name="Debug|Win32"
19                         OutputDirectory="..\Debug"
20                         IntermediateDirectory="Debug"
21                         ConfigurationType="4"
22                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                         CharacterSet="2"
24                         >
25                         <Tool
26                                 Name="VCPreBuildEventTool"
27                         />
28                         <Tool
29                                 Name="VCCustomBuildTool"
30                         />
31                         <Tool
32                                 Name="VCXMLDataGeneratorTool"
33                         />
34                         <Tool
35                                 Name="VCWebServiceProxyGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCMIDLTool"
39                         />
40                         <Tool
41                                 Name="VCCLCompilerTool"
42                                 Optimization="0"
43                                 AdditionalIncludeDirectories="..\..\include;.."
44                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__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                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
53                                 BrowseInformation="1"
54                                 WarningLevel="3"
55                                 Detect64BitPortabilityProblems="false"
56                                 DebugInformationFormat="3"
57                                 DisableSpecificWarnings="4355,4146,4800"
58                         />
59                         <Tool
60                                 Name="VCManagedResourceCompilerTool"
61                         />
62                         <Tool
63                                 Name="VCResourceCompilerTool"
64                         />
65                         <Tool
66                                 Name="VCPreLinkEventTool"
67                         />
68                         <Tool
69                                 Name="VCLibrarianTool"
70                                 OutputFile="$(OutDir)/Archive.lib"
71                         />
72                         <Tool
73                                 Name="VCALinkTool"
74                         />
75                         <Tool
76                                 Name="VCXDCMakeTool"
77                         />
78                         <Tool
79                                 Name="VCBscMakeTool"
80                         />
81                         <Tool
82                                 Name="VCFxCopTool"
83                         />
84                         <Tool
85                                 Name="VCPostBuildEventTool"
86                         />
87                 </Configuration>
88                 <Configuration
89                         Name="Release|Win32"
90                         OutputDirectory="..\Release"
91                         IntermediateDirectory="Release"
92                         ConfigurationType="4"
93                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
94                         CharacterSet="2"
95                         >
96                         <Tool
97                                 Name="VCPreBuildEventTool"
98                         />
99                         <Tool
100                                 Name="VCCustomBuildTool"
101                         />
102                         <Tool
103                                 Name="VCXMLDataGeneratorTool"
104                         />
105                         <Tool
106                                 Name="VCWebServiceProxyGeneratorTool"
107                         />
108                         <Tool
109                                 Name="VCMIDLTool"
110                         />
111                         <Tool
112                                 Name="VCCLCompilerTool"
113                                 AdditionalIncludeDirectories="..\..\include;.."
114                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
115                                 StringPooling="true"
116                                 RuntimeLibrary="2"
117                                 ForceConformanceInForLoopScope="true"
118                                 RuntimeTypeInfo="true"
119                                 UsePrecompiledHeader="0"
120                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
121                                 WarningLevel="3"
122                                 Detect64BitPortabilityProblems="false"
123                                 DebugInformationFormat="3"
124                                 DisableSpecificWarnings="4355,4146,4800"
125                         />
126                         <Tool
127                                 Name="VCManagedResourceCompilerTool"
128                         />
129                         <Tool
130                                 Name="VCResourceCompilerTool"
131                         />
132                         <Tool
133                                 Name="VCPreLinkEventTool"
134                         />
135                         <Tool
136                                 Name="VCLibrarianTool"
137                                 OutputFile="$(OutDir)/Archive.lib"
138                         />
139                         <Tool
140                                 Name="VCALinkTool"
141                         />
142                         <Tool
143                                 Name="VCXDCMakeTool"
144                         />
145                         <Tool
146                                 Name="VCBscMakeTool"
147                         />
148                         <Tool
149                                 Name="VCFxCopTool"
150                         />
151                         <Tool
152                                 Name="VCPostBuildEventTool"
153                         />
154                 </Configuration>
155         </Configurations>
156         <References>
157         </References>
158         <Files>
159                 <Filter
160                         Name="Source Files"
161                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
162                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
163                         >
164                         <File
165                                 RelativePath="..\..\lib\Archive\Archive.cpp"
166                                 >
167                         </File>
168                         <File
169                                 RelativePath="..\..\lib\Archive\ArchiveInternals.h"
170                                 >
171                         </File>
172                         <File
173                                 RelativePath="..\..\lib\Archive\ArchiveReader.cpp"
174                                 >
175                         </File>
176                         <File
177                                 RelativePath="..\..\lib\Archive\ArchiveWriter.cpp"
178                                 >
179                         </File>
180                 </Filter>
181                 <Filter
182                         Name="Header Files"
183                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
184                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
185                         >
186                         <File
187                                 RelativePath="..\..\include\llvm\Bytecode\Archive.h"
188                                 >
189                         </File>
190                 </Filter>
191         </Files>
192         <Globals>
193         </Globals>
194 </VisualStudioProject>