Subversion Repositories Kolibri OS

Rev

Rev 646 | Go to most recent revision | Details | 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
		
17
			RelativePath="../fasm.rules"
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"
144
				EnableIntrinsicFunctions="true"
145
				FavorSizeOrSpeed="1"
146
				OmitFramePointers="true"
147
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
148
				ExceptionHandling="0"
149
				RuntimeLibrary="0"
150
				StructMemberAlignment="1"
151
				BufferSecurityCheck="false"
152
				FloatingPointModel="2"
153
				UsePrecompiledHeader="0"
154
				WarningLevel="3"
155
				Detect64BitPortabilityProblems="false"
156
				DebugInformationFormat="0"
157
			/>
158
			
159
				Name="VCManagedResourceCompilerTool"
160
			/>
161
			
162
				Name="VCResourceCompilerTool"
163
			/>
164
			
165
				Name="VCPreLinkEventTool"
166
			/>
167
			
168
				Name="VCLinkerTool"
169
				AdditionalDependencies="$(OutDir)\sound.lib $(OutDir)\mpg.lib"
170
				LinkIncremental="1"
171
				GenerateManifest="false"
172
				IgnoreAllDefaultLibraries="true"
173
				GenerateDebugInformation="false"
174
				SubSystem="1"
175
				LargeAddressAware="1"
176
				TerminalServerAware="1"
177
				Driver="0"
178
				OptimizeReferences="2"
179
				EnableCOMDATFolding="2"
180
				EntryPointSymbol="crtStartUp"
181
				BaseAddress="0x00000000"
182
				MergeSections=".rdata=.text "
183
				TargetMachine="1"
184
				FixedBaseAddress="2"
185
				Profile="false"
186
			/>
187
			
188
				Name="VCALinkTool"
189
			/>
190
			
191
				Name="VCManifestTool"
192
			/>
193
			
194
				Name="VCXDCMakeTool"
195
			/>
196
			
197
				Name="VCBscMakeTool"
198
			/>
199
			
200
				Name="VCFxCopTool"
201
			/>
202
			
203
				Name="VCAppVerifierTool"
204
			/>
205
			
206
				Name="VCWebDeploymentTool"
207
			/>
208
			
209
				Name="VCPostBuildEventTool"
210
			/>
211
		
212
	
213
	
214
	
215
	
216
		
217
			Name="Source Files"
218
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
219
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
220
			>
221
			
222
				RelativePath=".\ac97wav.c"
223
				>
224
			
225
			
226
				RelativePath=".\crt.c"
227
				>
228
			
229
			
230
				RelativePath=".\k_lib.asm"
231
				>
232
			
233
		
234
		
235
			Name="Header Files"
236
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
237
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
238
			>
239
			
240
				RelativePath=".\ac97wav.h"
241
				>
242
			
243
			
244
				RelativePath=".\crt.h"
245
				>
246
			
247
			
248
				RelativePath="..\kolibri.h"
249
				>
250
			
251
			
252
				RelativePath="..\sound.h"
253
				>
254
			
255
		
256
		
257
			Name="Resource Files"
258
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
259
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
260
			>
261
		
262
	
263
	
264
	
265