Subversion Repositories Kolibri OS

Rev

Rev 576 | Rev 701 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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