blob: 2137381efd66fc457186e23312f6245e1b9f83d2 [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="metaflac"
6 ProjectGUID="{4cefbc87-c215-11db-8314-0800200c9a66}"
7 RootNamespace="metaflac"
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\bin"
21 IntermediateDirectory="Debug"
22 ConfigurationType="1"
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"
43 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;FLAC__HAS_OGG;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="VCLinkerTool"
64 AdditionalDependencies="..\..\obj\release\lib\ogg_static.lib"
65 LinkIncremental="2"
66 IgnoreDefaultLibraryNames="uuid.lib"
67 GenerateDebugInformation="true"
68 SubSystem="1"
69 TargetMachine="1"
70 />
71 <Tool
72 Name="VCALinkTool"
73 />
74 <Tool
75 Name="VCManifestTool"
76 />
77 <Tool
78 Name="VCXDCMakeTool"
79 />
80 <Tool
81 Name="VCBscMakeTool"
82 />
83 <Tool
84 Name="VCFxCopTool"
85 />
86 <Tool
87 Name="VCAppVerifierTool"
88 />
89 <Tool
90 Name="VCWebDeploymentTool"
91 />
92 <Tool
93 Name="VCPostBuildEventTool"
94 />
95 </Configuration>
96 <Configuration
97 Name="Release|Win32"
98 OutputDirectory="..\..\obj\release\bin"
99 IntermediateDirectory="Release"
100 ConfigurationType="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
119 AdditionalIncludeDirectories=".;..\..\include"
120 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__HAS_OGG;FLAC__NO_DLL"
121 RuntimeLibrary="2"
122 UsePrecompiledHeader="0"
123 WarningLevel="3"
124 Detect64BitPortabilityProblems="true"
125 DebugInformationFormat="3"
126 DisableSpecificWarnings="4267;4996"
127 />
128 <Tool
129 Name="VCManagedResourceCompilerTool"
130 />
131 <Tool
132 Name="VCResourceCompilerTool"
133 />
134 <Tool
135 Name="VCPreLinkEventTool"
136 />
137 <Tool
138 Name="VCLinkerTool"
139 AdditionalDependencies="..\..\obj\release\lib\ogg_static.lib"
140 LinkIncremental="2"
141 IgnoreDefaultLibraryNames="uuid.lib"
142 GenerateDebugInformation="true"
143 SubSystem="1"
144 OptimizeReferences="2"
145 EnableCOMDATFolding="2"
146 TargetMachine="1"
147 />
148 <Tool
149 Name="VCALinkTool"
150 />
151 <Tool
152 Name="VCManifestTool"
153 />
154 <Tool
155 Name="VCXDCMakeTool"
156 />
157 <Tool
158 Name="VCBscMakeTool"
159 />
160 <Tool
161 Name="VCFxCopTool"
162 />
163 <Tool
164 Name="VCAppVerifierTool"
165 />
166 <Tool
167 Name="VCWebDeploymentTool"
168 />
169 <Tool
170 Name="VCPostBuildEventTool"
171 />
172 </Configuration>
173 </Configurations>
174 <References>
175 </References>
176 <Files>
177 <Filter
178 Name="Header Files"
179 Filter="h;hpp;hxx;hm;inl;inc;xsd"
180 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
181 >
182 <File
183 RelativePath=".\operations.h"
184 >
185 </File>
186 <File
187 RelativePath=".\options.h"
188 >
189 </File>
190 <File
191 RelativePath=".\usage.h"
192 >
193 </File>
194 <File
195 RelativePath=".\utils.h"
196 >
197 </File>
198 </Filter>
199 <Filter
200 Name="Source Files"
201 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
202 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
203 >
204 <File
205 RelativePath=".\main.c"
206 >
207 </File>
208 <File
209 RelativePath=".\operations.c"
210 >
211 </File>
212 <File
213 RelativePath=".\operations_shorthand_cuesheet.c"
214 >
215 </File>
216 <File
217 RelativePath=".\operations_shorthand_picture.c"
218 >
219 </File>
220 <File
221 RelativePath=".\operations_shorthand_seektable.c"
222 >
223 </File>
224 <File
225 RelativePath=".\operations_shorthand_streaminfo.c"
226 >
227 </File>
228 <File
229 RelativePath=".\operations_shorthand_vorbiscomment.c"
230 >
231 </File>
232 <File
233 RelativePath=".\options.c"
234 >
235 </File>
236 <File
237 RelativePath=".\usage.c"
238 >
239 </File>
240 <File
241 RelativePath=".\utils.c"
242 >
243 </File>
244 </Filter>
245 </Files>
246 <Globals>
247 </Globals>
248</VisualStudioProject>