Fix a couple of Windows 2Gig file size issues.
[flac.git] / src / test_libFLAC / test_libFLAC.vcproj
blobd03280fad14c977772fcf211a6709eb301d810fd
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="test_libFLAC"
6 ProjectGUID="{4cefbc8c-c215-11db-8314-0800200c9a66}"
7 RootNamespace="test_libFLAC"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="..\..\objs\debug\bin"
21 IntermediateDirectory="Debug"
22 ConfigurationType="1"
24 <Tool
25 Name="VCPreBuildEventTool"
27 <Tool
28 Name="VCCustomBuildTool"
30 <Tool
31 Name="VCXMLDataGeneratorTool"
33 <Tool
34 Name="VCWebServiceProxyGeneratorTool"
36 <Tool
37 Name="VCMIDLTool"
39 <Tool
40 Name="VCCLCompilerTool"
41 Optimization="0"
42 AdditionalIncludeDirectories=".;..\libFLAC\include;..\..\include"
43 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;FLAC__NO_DLL;DEBUG"
44 MinimalRebuild="true"
45 BasicRuntimeChecks="3"
46 RuntimeLibrary="1"
47 UsePrecompiledHeader="0"
48 WarningLevel="3"
49 Detect64BitPortabilityProblems="true"
50 DebugInformationFormat="4"
51 CompileAs="0"
52 DisableSpecificWarnings="4267;4996"
54 <Tool
55 Name="VCManagedResourceCompilerTool"
57 <Tool
58 Name="VCResourceCompilerTool"
60 <Tool
61 Name="VCPreLinkEventTool"
63 <Tool
64 Name="VCLinkerTool"
65 AdditionalDependencies="..\..\objs\release\lib\ogg_static.lib"
66 LinkIncremental="2"
67 IgnoreDefaultLibraryNames="uuid.lib"
68 GenerateDebugInformation="true"
69 SubSystem="1"
70 TargetMachine="1"
72 <Tool
73 Name="VCALinkTool"
75 <Tool
76 Name="VCManifestTool"
78 <Tool
79 Name="VCXDCMakeTool"
81 <Tool
82 Name="VCBscMakeTool"
84 <Tool
85 Name="VCFxCopTool"
87 <Tool
88 Name="VCAppVerifierTool"
90 <Tool
91 Name="VCPostBuildEventTool"
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="..\..\objs\release\bin"
97 IntermediateDirectory="Release"
98 ConfigurationType="1"
100 <Tool
101 Name="VCPreBuildEventTool"
103 <Tool
104 Name="VCCustomBuildTool"
106 <Tool
107 Name="VCXMLDataGeneratorTool"
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"
112 <Tool
113 Name="VCMIDLTool"
115 <Tool
116 Name="VCCLCompilerTool"
117 EnableIntrinsicFunctions="true"
118 FavorSizeOrSpeed="1"
119 OmitFramePointers="true"
120 WholeProgramOptimization="true"
121 AdditionalIncludeDirectories=".;..\libFLAC\include;..\..\include"
122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL"
123 RuntimeLibrary="0"
124 BufferSecurityCheck="false"
125 UsePrecompiledHeader="0"
126 WarningLevel="3"
127 Detect64BitPortabilityProblems="true"
128 DebugInformationFormat="3"
129 CompileAs="0"
130 DisableSpecificWarnings="4267;4996"
132 <Tool
133 Name="VCManagedResourceCompilerTool"
135 <Tool
136 Name="VCResourceCompilerTool"
138 <Tool
139 Name="VCPreLinkEventTool"
141 <Tool
142 Name="VCLinkerTool"
143 AdditionalDependencies="..\..\objs\release\lib\ogg_static.lib"
144 LinkIncremental="1"
145 IgnoreDefaultLibraryNames="uuid.lib"
146 GenerateDebugInformation="true"
147 SubSystem="1"
148 OptimizeReferences="2"
149 EnableCOMDATFolding="2"
150 LinkTimeCodeGeneration="1"
151 TargetMachine="1"
153 <Tool
154 Name="VCALinkTool"
156 <Tool
157 Name="VCManifestTool"
159 <Tool
160 Name="VCXDCMakeTool"
162 <Tool
163 Name="VCBscMakeTool"
165 <Tool
166 Name="VCFxCopTool"
168 <Tool
169 Name="VCAppVerifierTool"
171 <Tool
172 Name="VCPostBuildEventTool"
174 </Configuration>
175 </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}"
184 <File
185 RelativePath=".\bitwriter.h"
187 </File>
188 <File
189 RelativePath=".\decoders.h"
191 </File>
192 <File
193 RelativePath=".\encoders.h"
195 </File>
196 <File
197 RelativePath=".\format.h"
199 </File>
200 <File
201 RelativePath=".\metadata.h"
203 </File>
204 </Filter>
205 <Filter
206 Name="Source Files"
207 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
208 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
210 <File
211 RelativePath=".\bitwriter.c"
213 </File>
214 <File
215 RelativePath=".\decoders.c"
217 </File>
218 <File
219 RelativePath=".\encoders.c"
221 </File>
222 <File
223 RelativePath=".\format.c"
225 </File>
226 <File
227 RelativePath=".\main.c"
229 </File>
230 <File
231 RelativePath=".\metadata.c"
233 </File>
234 <File
235 RelativePath=".\metadata_manip.c"
237 </File>
238 <File
239 RelativePath=".\metadata_object.c"
241 </File>
242 </Filter>
243 </Files>
244 <Globals>
245 </Globals>
246 </VisualStudioProject>