blob: 8a5c862f94b7d3096494c9b93f0777cdd6fdcc57 [file] [log] [blame]
Josh Coalsoncb6dc722007-02-22 01:57:21 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="grabbag_static"
6 ProjectGUID="{4cefbc81-c215-11db-8314-0800200c9a66}"
7 RootNamespace="grabbag_static"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="..\..\..\obj\debug\lib"
21 IntermediateDirectory="Debug_static"
22 ConfigurationType="4"
23 >
24 <Tool
25 Name="VCPreBuildEventTool"
26 />
27 <Tool
28 Name="VCCustomBuildTool"
29 />
30 <Tool
31 Name="VCXMLDataGeneratorTool"
32 />
33 <Tool
34 Name="VCWebServiceProxyGeneratorTool"
35 />
36 <Tool
37 Name="VCMIDLTool"
38 />
39 <Tool
40 Name="VCCLCompilerTool"
41 Optimization="0"
42 AdditionalIncludeDirectories=".\include;..\..\..\include"
43 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLAC__NO_DLL;DEBUG"
44 MinimalRebuild="true"
45 BasicRuntimeChecks="3"
46 RuntimeLibrary="3"
47 UsePrecompiledHeader="0"
48 WarningLevel="3"
49 Detect64BitPortabilityProblems="true"
50 DebugInformationFormat="4"
51 DisableSpecificWarnings="4267;4996"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLibrarianTool"
64 OutputFile="..\..\..\obj\debug\lib\$(ProjectName).lib"
65 />
66 <Tool
67 Name="VCALinkTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCPostBuildEventTool"
80 />
81 </Configuration>
82 <Configuration
83 Name="Release|Win32"
84 OutputDirectory="..\..\..\obj\release\lib"
85 IntermediateDirectory="Release_static"
86 ConfigurationType="4"
87 >
88 <Tool
89 Name="VCPreBuildEventTool"
90 />
91 <Tool
92 Name="VCCustomBuildTool"
93 />
94 <Tool
95 Name="VCXMLDataGeneratorTool"
96 />
97 <Tool
98 Name="VCWebServiceProxyGeneratorTool"
99 />
100 <Tool
101 Name="VCMIDLTool"
102 />
103 <Tool
104 Name="VCCLCompilerTool"
105 AdditionalIncludeDirectories=".\include;..\..\..\include"
106 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;FLAC__NO_DLL"
107 RuntimeLibrary="2"
108 UsePrecompiledHeader="0"
109 WarningLevel="3"
110 Detect64BitPortabilityProblems="true"
111 DebugInformationFormat="3"
112 DisableSpecificWarnings="4267;4996"
113 />
114 <Tool
115 Name="VCManagedResourceCompilerTool"
116 />
117 <Tool
118 Name="VCResourceCompilerTool"
119 />
120 <Tool
121 Name="VCPreLinkEventTool"
122 />
123 <Tool
124 Name="VCLibrarianTool"
125 OutputFile="..\..\..\obj\release\lib\$(ProjectName).lib"
126 />
127 <Tool
128 Name="VCALinkTool"
129 />
130 <Tool
131 Name="VCXDCMakeTool"
132 />
133 <Tool
134 Name="VCBscMakeTool"
135 />
136 <Tool
137 Name="VCFxCopTool"
138 />
139 <Tool
140 Name="VCPostBuildEventTool"
141 />
142 </Configuration>
143 </Configurations>
144 <References>
145 </References>
146 <Files>
147 <Filter
148 Name="Header Files"
149 Filter="h;hpp;hxx;hm;inl;inc;xsd"
150 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
151 >
152 </Filter>
153 <Filter
154 Name="Source Files"
155 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
156 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
157 >
158 <File
159 RelativePath=".\cuesheet.c"
160 >
161 </File>
162 <File
163 RelativePath=".\file.c"
164 >
165 </File>
166 <File
167 RelativePath=".\picture.c"
168 >
169 </File>
170 <File
171 RelativePath=".\replaygain.c"
172 >
173 </File>
174 <File
175 RelativePath=".\seektable.c"
176 >
177 </File>
178 </Filter>
179 <Filter
180 Name="Public Header Files"
181 >
182 <File
183 RelativePath="..\..\..\include\share\grabbag.h"
184 >
185 </File>
186 <Filter
187 Name="grabbag"
188 >
189 <File
190 RelativePath="..\..\..\include\share\grabbag\cuesheet.h"
191 >
192 </File>
193 <File
194 RelativePath="..\..\..\include\share\grabbag\file.h"
195 >
196 </File>
197 <File
198 RelativePath="..\..\..\include\share\grabbag\picture.h"
199 >
200 </File>
201 <File
202 RelativePath="..\..\..\include\share\grabbag\replaygain.h"
203 >
204 </File>
205 <File
206 RelativePath="..\..\..\include\share\grabbag\seektable.h"
207 >
208 </File>
209 </Filter>
210 </Filter>
211 </Files>
212 <Globals>
213 </Globals>
214</VisualStudioProject>