Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
165 serge 1
2
3
	ProjectType="Visual C++"
4
	Version="8,00"
5
	Name="mp3dec"
6
	ProjectGUID="{97BF69A3-826A-47D6-94E4-05FDD8CFF1FC}"
7
	RootNamespace="mp3dec"
8
	Keyword="Win32Proj"
9
	>
10
	
11
		
12
			Name="Win32"
13
		/>
14
	
15
	
16
	
17
	
18
		
19
			Name="Debug|Win32"
20
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21
			IntermediateDirectory="$(ConfigurationName)"
22
			ConfigurationType="4"
23
			CharacterSet="1"
24
			>
25
			
26
				Name="VCPreBuildEventTool"
27
			/>
28
			
29
				Name="VCCustomBuildTool"
30
			/>
31
			
32
				Name="VCXMLDataGeneratorTool"
33
			/>
34
			
35
				Name="VCWebServiceProxyGeneratorTool"
36
			/>
37
			
38
				Name="VCMIDLTool"
39
			/>
40
			
41
				Name="VCCLCompilerTool"
42
				Optimization="0"
43
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
44
				MinimalRebuild="true"
45
				BasicRuntimeChecks="3"
46
				RuntimeLibrary="3"
47
				UsePrecompiledHeader="0"
48
				WarningLevel="3"
49
				Detect64BitPortabilityProblems="true"
50
				DebugInformationFormat="4"
51
			/>
52
			
53
				Name="VCManagedResourceCompilerTool"
54
			/>
55
			
56
				Name="VCResourceCompilerTool"
57
			/>
58
			
59
				Name="VCPreLinkEventTool"
60
			/>
61
			
62
				Name="VCLibrarianTool"
63
			/>
64
			
65
				Name="VCALinkTool"
66
			/>
67
			
68
				Name="VCXDCMakeTool"
69
			/>
70
			
71
				Name="VCBscMakeTool"
72
			/>
73
			
74
				Name="VCFxCopTool"
75
			/>
76
			
77
				Name="VCPostBuildEventTool"
78
			/>
79
		
80
		
81
			Name="Release|Win32"
82
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
83
			IntermediateDirectory="$(ConfigurationName)"
84
			ConfigurationType="4"
85
			CharacterSet="1"
86
			WholeProgramOptimization="1"
87
			>
88
			
89
				Name="VCPreBuildEventTool"
90
			/>
91
			
92
				Name="VCCustomBuildTool"
93
			/>
94
			
95
				Name="VCXMLDataGeneratorTool"
96
			/>
97
			
98
				Name="VCWebServiceProxyGeneratorTool"
99
			/>
100
			
101
				Name="VCMIDLTool"
102
			/>
103
			
104
				Name="VCCLCompilerTool"
105
				Optimization="2"
106
				InlineFunctionExpansion="2"
107
				EnableIntrinsicFunctions="true"
108
				FavorSizeOrSpeed="1"
109
				OmitFramePointers="true"
110
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
111
				ExceptionHandling="0"
112
				RuntimeLibrary="0"
113
				StructMemberAlignment="1"
114
				BufferSecurityCheck="false"
115
				FloatingPointModel="2"
116
				UsePrecompiledHeader="0"
117
				WarningLevel="3"
118
				Detect64BitPortabilityProblems="true"
119
				DebugInformationFormat="3"
120
				CompileAs="1"
121
			/>
122
			
123
				Name="VCManagedResourceCompilerTool"
124
			/>
125
			
126
				Name="VCResourceCompilerTool"
127
			/>
128
			
129
				Name="VCPreLinkEventTool"
130
			/>
131
			
132
				Name="VCLibrarianTool"
133
			/>
134
			
135
				Name="VCALinkTool"
136
			/>
137
			
138
				Name="VCXDCMakeTool"
139
			/>
140
			
141
				Name="VCBscMakeTool"
142
			/>
143
			
144
				Name="VCFxCopTool"
145
			/>
146
			
147
				Name="VCPostBuildEventTool"
148
			/>
149
		
150
	
151
	
152
	
153
	
154
		
155
			Name="Source Files"
156
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
157
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
158
			>
159
			
160
				RelativePath=".\bstream.c"
161
				>
162
			
163
			
164
				RelativePath=".\e_pow.c"
165
				>
166
			
167
			
168
				RelativePath=".\fdct.c"
169
				>
170
			
171
			
172
				RelativePath=".\imdct.c"
173
				>
174
			
175
			
176
				RelativePath=".\l1dec.c"
177
				>
178
			
179
			
180
				RelativePath=".\l1init.c"
181
				>
182
			
183
			
184
				RelativePath=".\l2dec.c"
185
				>
186
			
187
			
188
				RelativePath=".\l2init.c"
189
				>
190
			
191
			
192
				RelativePath=".\l3alias.c"
193
				>
194
			
195
			
196
				RelativePath=".\l3dec.c"
197
				>
198
			
199
			
200
				RelativePath=".\l3huff.c"
201
				>
202
			
203
			
204
				RelativePath=".\l3hybrid.c"
205
				>
206
			
207
			
208
				RelativePath=".\l3init.c"
209
				>
210
			
211
			
212
				RelativePath=".\l3msis.c"
213
				>
214
			
215
			
216
				RelativePath=".\l3quant.c"
217
				>
218
			
219
			
220
				RelativePath=".\l3sf.c"
221
				>
222
			
223
			
224
				RelativePath=".\l3side.c"
225
				>
226
			
227
			
228
				RelativePath=".\mp3dec.c"
229
				>
230
			
231
			
232
				RelativePath=".\pow.asm"
233
				>
234
				
235
					Name="Release|Win32"
236
					>
237
					
238
						Name="VCCustomBuildTool"
239
						CommandLine="e:\fasm\fasm.exe $(InputPath) $(TargetDir)\$(InputName).obj
"
240
						Outputs="$(OutDir)\$(InputName).obj"
241
					/>
242
				
243
			
244
			
245
				RelativePath=".\sbt.c"
246
				>
247
			
248
			
249
				RelativePath=".\sbtb.c"
250
				>
251
			
252
			
253
				RelativePath=".\window.c"
254
				>
255
			
256
			
257
				RelativePath=".\windowb.c"
258
				>
259
			
260
		
261
		
262
			Name="Header Files"
263
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
264
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
265
			>
266
		
267
		
268
			Name="Resource Files"
269
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
270
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
271
			>
272
		
273
		
274
			RelativePath=".\ReadMe.txt"
275
			>
276
		
277
	
278
	
279
	
280