blob: d6637fe15869adf3552d593c5b52b9146aa530a5 [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"
Erik de Castro Lopof67928d2013-01-02 22:48:59 +110020 OutputDirectory="..\..\objs\debug\bin"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000021 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"
Josh Coalson76653962007-07-16 06:03:32 +000046 RuntimeLibrary="1"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000047 UsePrecompiledHeader="0"
48 WarningLevel="3"
49 Detect64BitPortabilityProblems="true"
50 DebugInformationFormat="4"
Josh Coalson76653962007-07-16 06:03:32 +000051 CompileAs="0"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000052 DisableSpecificWarnings="4267;4996"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +110065 AdditionalDependencies="..\..\objs\release\lib\libogg_static.lib"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000066 LinkIncremental="2"
67 IgnoreDefaultLibraryNames="uuid.lib"
68 GenerateDebugInformation="true"
69 SubSystem="1"
70 TargetMachine="1"
71 />
72 <Tool
73 Name="VCALinkTool"
74 />
75 <Tool
76 Name="VCManifestTool"
77 />
78 <Tool
79 Name="VCXDCMakeTool"
80 />
81 <Tool
82 Name="VCBscMakeTool"
83 />
84 <Tool
85 Name="VCFxCopTool"
86 />
87 <Tool
88 Name="VCAppVerifierTool"
89 />
90 <Tool
Josh Coalsoncb6dc722007-02-22 01:57:21 +000091 Name="VCPostBuildEventTool"
92 />
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
Erik de Castro Lopof67928d2013-01-02 22:48:59 +110096 OutputDirectory="..\..\objs\release\bin"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000097 IntermediateDirectory="Release"
98 ConfigurationType="1"
99 >
100 <Tool
101 Name="VCPreBuildEventTool"
102 />
103 <Tool
104 Name="VCCustomBuildTool"
105 />
106 <Tool
107 Name="VCXMLDataGeneratorTool"
108 />
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"
111 />
112 <Tool
113 Name="VCMIDLTool"
114 />
115 <Tool
116 Name="VCCLCompilerTool"
Josh Coalson76653962007-07-16 06:03:32 +0000117 EnableIntrinsicFunctions="true"
118 FavorSizeOrSpeed="1"
119 OmitFramePointers="true"
120 WholeProgramOptimization="true"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000121 AdditionalIncludeDirectories=".;..\..\include"
122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__HAS_OGG;FLAC__NO_DLL"
Josh Coalson76653962007-07-16 06:03:32 +0000123 RuntimeLibrary="0"
124 BufferSecurityCheck="false"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000125 UsePrecompiledHeader="0"
126 WarningLevel="3"
127 Detect64BitPortabilityProblems="true"
128 DebugInformationFormat="3"
Josh Coalson76653962007-07-16 06:03:32 +0000129 CompileAs="0"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000130 DisableSpecificWarnings="4267;4996"
131 />
132 <Tool
133 Name="VCManagedResourceCompilerTool"
134 />
135 <Tool
136 Name="VCResourceCompilerTool"
137 />
138 <Tool
139 Name="VCPreLinkEventTool"
140 />
141 <Tool
142 Name="VCLinkerTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100143 AdditionalDependencies="..\..\objs\release\lib\libogg_static.lib"
Josh Coalson76653962007-07-16 06:03:32 +0000144 LinkIncremental="1"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000145 IgnoreDefaultLibraryNames="uuid.lib"
146 GenerateDebugInformation="true"
147 SubSystem="1"
148 OptimizeReferences="2"
149 EnableCOMDATFolding="2"
Josh Coalson76653962007-07-16 06:03:32 +0000150 LinkTimeCodeGeneration="1"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000151 TargetMachine="1"
152 />
153 <Tool
154 Name="VCALinkTool"
155 />
156 <Tool
157 Name="VCManifestTool"
158 />
159 <Tool
160 Name="VCXDCMakeTool"
161 />
162 <Tool
163 Name="VCBscMakeTool"
164 />
165 <Tool
166 Name="VCFxCopTool"
167 />
168 <Tool
169 Name="VCAppVerifierTool"
170 />
171 <Tool
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000172 Name="VCPostBuildEventTool"
173 />
174 </Configuration>
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000175 </Configurations>
176 <References>
177 </References>
178 <Files>
179 <Filter
180 Name="Header Files"
181 Filter="h;hpp;hxx;hm;inl;inc;xsd"
182 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
183 >
184 <File
185 RelativePath=".\operations.h"
186 >
187 </File>
188 <File
189 RelativePath=".\options.h"
190 >
191 </File>
192 <File
193 RelativePath=".\usage.h"
194 >
195 </File>
196 <File
197 RelativePath=".\utils.h"
198 >
199 </File>
200 </Filter>
201 <Filter
202 Name="Source Files"
203 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
204 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
205 >
206 <File
207 RelativePath=".\main.c"
208 >
209 </File>
210 <File
211 RelativePath=".\operations.c"
212 >
213 </File>
214 <File
215 RelativePath=".\operations_shorthand_cuesheet.c"
216 >
217 </File>
218 <File
219 RelativePath=".\operations_shorthand_picture.c"
220 >
221 </File>
222 <File
223 RelativePath=".\operations_shorthand_seektable.c"
224 >
225 </File>
226 <File
227 RelativePath=".\operations_shorthand_streaminfo.c"
228 >
229 </File>
230 <File
231 RelativePath=".\operations_shorthand_vorbiscomment.c"
232 >
233 </File>
234 <File
235 RelativePath=".\options.c"
236 >
237 </File>
238 <File
239 RelativePath=".\usage.c"
240 >
241 </File>
242 <File
243 RelativePath=".\utils.c"
244 >
245 </File>
246 </Filter>
247 </Files>
248 <Globals>
249 </Globals>
250</VisualStudioProject>