To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / portaudio_20161030_catalina_patch / bindings / cpp / build / vc7_1 / sine_example.vcproj @ 162:d43aab368df9

History | View | Annotate | Download (8.93 KB)

1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="7.10"
5
	Name="sine_example"
6
	ProjectGUID="{1B9A038D-80A3-4DBD-9F0D-AF10B49B863A}"
7
	Keyword="Win32Proj">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
15
			OutputDirectory="Debug"
16
			IntermediateDirectory="Debug"
17
			ConfigurationType="1"
18
			CharacterSet="2">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				Optimization="0"
22
				AdditionalIncludeDirectories="../../include/;../../../../include/;../../../../src/common/;../../../../../asiosdk2/common/,../../../../../asiosdk2/host/,../../../../../asiosdk2/host/pc/"
23
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24
				MinimalRebuild="TRUE"
25
				BasicRuntimeChecks="3"
26
				RuntimeLibrary="3"
27
				UsePrecompiledHeader="0"
28
				ProgramDataBaseFileName="$(IntDir)/vc71.pdb"
29
				WarningLevel="3"
30
				Detect64BitPortabilityProblems="TRUE"
31
				DebugInformationFormat="3"/>
32
			<Tool
33
				Name="VCCustomBuildTool"/>
34
			<Tool
35
				Name="VCLinkerTool"
36
				AdditionalDependencies="../../lib/portaudiocpp-vc7_1-d.lib"
37
				OutputFile="../../bin/sine_example.exe"
38
				LinkIncremental="2"
39
				GenerateDebugInformation="TRUE"
40
				ProgramDatabaseFile="$(OutDir)/sine_example.pdb"
41
				SubSystem="1"
42
				TargetMachine="1"/>
43
			<Tool
44
				Name="VCMIDLTool"/>
45
			<Tool
46
				Name="VCPostBuildEventTool"/>
47
			<Tool
48
				Name="VCPreBuildEventTool"/>
49
			<Tool
50
				Name="VCPreLinkEventTool"/>
51
			<Tool
52
				Name="VCResourceCompilerTool"/>
53
			<Tool
54
				Name="VCWebServiceProxyGeneratorTool"/>
55
			<Tool
56
				Name="VCXMLDataGeneratorTool"/>
57
			<Tool
58
				Name="VCWebDeploymentTool"/>
59
			<Tool
60
				Name="VCManagedWrapperGeneratorTool"/>
61
			<Tool
62
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63
		</Configuration>
64
		<Configuration
65
			Name="Release|Win32"
66
			OutputDirectory="Release"
67
			IntermediateDirectory="Release"
68
			ConfigurationType="1"
69
			CharacterSet="2">
70
			<Tool
71
				Name="VCCLCompilerTool"
72
				AdditionalIncludeDirectories="../../include/;../../../../include/;../../../../src/common/;../../../../../asiosdk2/common/,../../../../../asiosdk2/host/,../../../../../asiosdk2/host/pc/"
73
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
74
				RuntimeLibrary="2"
75
				UsePrecompiledHeader="0"
76
				ProgramDataBaseFileName="$(IntDir)/vc71.pdb"
77
				WarningLevel="3"
78
				Detect64BitPortabilityProblems="TRUE"
79
				DebugInformationFormat="3"/>
80
			<Tool
81
				Name="VCCustomBuildTool"/>
82
			<Tool
83
				Name="VCLinkerTool"
84
				AdditionalDependencies="../../lib/portaudiocpp-vc7_1-r.lib"
85
				OutputFile="../../bin/sine_example.exe"
86
				LinkIncremental="1"
87
				GenerateDebugInformation="TRUE"
88
				SubSystem="1"
89
				OptimizeReferences="2"
90
				EnableCOMDATFolding="2"
91
				TargetMachine="1"/>
92
			<Tool
93
				Name="VCMIDLTool"/>
94
			<Tool
95
				Name="VCPostBuildEventTool"/>
96
			<Tool
97
				Name="VCPreBuildEventTool"/>
98
			<Tool
99
				Name="VCPreLinkEventTool"/>
100
			<Tool
101
				Name="VCResourceCompilerTool"/>
102
			<Tool
103
				Name="VCWebServiceProxyGeneratorTool"/>
104
			<Tool
105
				Name="VCXMLDataGeneratorTool"/>
106
			<Tool
107
				Name="VCWebDeploymentTool"/>
108
			<Tool
109
				Name="VCManagedWrapperGeneratorTool"/>
110
			<Tool
111
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
112
		</Configuration>
113
	</Configurations>
114
	<References>
115
	</References>
116
	<Files>
117
		<Filter
118
			Name="Files"
119
			Filter="">
120
			<File
121
				RelativePath="..\..\example\sine.cxx">
122
			</File>
123
		</Filter>
124
		<Filter
125
			Name="PortAudio v19 Files"
126
			Filter="">
127
			<File
128
				RelativePath="..\..\..\..\src\common\pa_allocation.c">
129
				<FileConfiguration
130
					Name="Debug|Win32">
131
					<Tool
132
						Name="VCCLCompilerTool"
133
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
134
				</FileConfiguration>
135
				<FileConfiguration
136
					Name="Release|Win32">
137
					<Tool
138
						Name="VCCLCompilerTool"
139
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
140
				</FileConfiguration>
141
			</File>
142
			<File
143
				RelativePath="..\..\..\..\src\hostapi\asio\pa_asio.cpp">
144
			</File>
145
			<File
146
				RelativePath="..\..\..\..\src\common\pa_converters.c">
147
				<FileConfiguration
148
					Name="Debug|Win32">
149
					<Tool
150
						Name="VCCLCompilerTool"
151
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
152
				</FileConfiguration>
153
				<FileConfiguration
154
					Name="Release|Win32">
155
					<Tool
156
						Name="VCCLCompilerTool"
157
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
158
				</FileConfiguration>
159
			</File>
160
			<File
161
				RelativePath="..\..\..\..\src\common\pa_cpuload.c">
162
				<FileConfiguration
163
					Name="Debug|Win32">
164
					<Tool
165
						Name="VCCLCompilerTool"
166
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
167
				</FileConfiguration>
168
				<FileConfiguration
169
					Name="Release|Win32">
170
					<Tool
171
						Name="VCCLCompilerTool"
172
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
173
				</FileConfiguration>
174
			</File>
175
			<File
176
				RelativePath="..\..\..\..\src\common\pa_dither.c">
177
				<FileConfiguration
178
					Name="Debug|Win32">
179
					<Tool
180
						Name="VCCLCompilerTool"
181
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
182
				</FileConfiguration>
183
				<FileConfiguration
184
					Name="Release|Win32">
185
					<Tool
186
						Name="VCCLCompilerTool"
187
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
188
				</FileConfiguration>
189
			</File>
190
			<File
191
				RelativePath="..\..\..\..\src\common\pa_front.c">
192
				<FileConfiguration
193
					Name="Debug|Win32">
194
					<Tool
195
						Name="VCCLCompilerTool"
196
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
197
				</FileConfiguration>
198
				<FileConfiguration
199
					Name="Release|Win32">
200
					<Tool
201
						Name="VCCLCompilerTool"
202
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
203
				</FileConfiguration>
204
			</File>
205
			<File
206
				RelativePath="..\..\..\..\src\common\pa_process.c">
207
				<FileConfiguration
208
					Name="Debug|Win32">
209
					<Tool
210
						Name="VCCLCompilerTool"
211
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
212
				</FileConfiguration>
213
				<FileConfiguration
214
					Name="Release|Win32">
215
					<Tool
216
						Name="VCCLCompilerTool"
217
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
218
				</FileConfiguration>
219
			</File>
220
			<File
221
				RelativePath="..\..\..\..\src\hostapi\skeleton\pa_hostapi_skeleton.c">
222
				<FileConfiguration
223
					Name="Debug|Win32">
224
					<Tool
225
						Name="VCCLCompilerTool"
226
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
227
				</FileConfiguration>
228
				<FileConfiguration
229
					Name="Release|Win32">
230
					<Tool
231
						Name="VCCLCompilerTool"
232
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
233
				</FileConfiguration>
234
			</File>
235
			<File
236
				RelativePath="..\..\..\..\src\common\pa_stream.c">
237
				<FileConfiguration
238
					Name="Debug|Win32">
239
					<Tool
240
						Name="VCCLCompilerTool"
241
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
242
				</FileConfiguration>
243
				<FileConfiguration
244
					Name="Release|Win32">
245
					<Tool
246
						Name="VCCLCompilerTool"
247
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
248
				</FileConfiguration>
249
			</File>
250
			<File
251
				RelativePath="..\..\..\..\src\common\pa_trace.c">
252
				<FileConfiguration
253
					Name="Debug|Win32">
254
					<Tool
255
						Name="VCCLCompilerTool"
256
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
257
				</FileConfiguration>
258
				<FileConfiguration
259
					Name="Release|Win32">
260
					<Tool
261
						Name="VCCLCompilerTool"
262
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
263
				</FileConfiguration>
264
			</File>
265
			<File
266
				RelativePath="..\..\..\..\src\hostapi\dsound\pa_win_ds.c">
267
				<FileConfiguration
268
					Name="Debug|Win32">
269
					<Tool
270
						Name="VCCLCompilerTool"
271
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
272
				</FileConfiguration>
273
				<FileConfiguration
274
					Name="Release|Win32">
275
					<Tool
276
						Name="VCCLCompilerTool"
277
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
278
				</FileConfiguration>
279
			</File>
280
			<File
281
				RelativePath="..\..\..\..\src\hostapi\dsound\pa_win_ds_dynlink.c">
282
			</File>
283
			<File
284
				RelativePath="..\..\..\..\src\os\win\pa_win_hostapis.c">
285
			</File>
286
			<File
287
				RelativePath="..\..\..\..\src\os\win\pa_win_util.c">
288
			</File>
289
			<File
290
				RelativePath="..\..\..\..\src\hostapi\wasapi\pa_win_wasapi.cpp">
291
			</File>
292
			<File
293
				RelativePath="..\..\..\..\src\hostapi\wmme\pa_win_wmme.c">
294
				<FileConfiguration
295
					Name="Debug|Win32">
296
					<Tool
297
						Name="VCCLCompilerTool"
298
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
299
				</FileConfiguration>
300
				<FileConfiguration
301
					Name="Release|Win32">
302
					<Tool
303
						Name="VCCLCompilerTool"
304
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
305
				</FileConfiguration>
306
			</File>
307
			<File
308
				RelativePath="..\..\..\..\src\os\win\pa_x86_plain_converters.c">
309
			</File>
310
		</Filter>
311
		<Filter
312
			Name="ASIO 2 SDK Files"
313
			Filter="">
314
			<File
315
				RelativePath="..\..\..\..\..\asiosdk2\common\asio.cpp">
316
			</File>
317
			<File
318
				RelativePath="..\..\..\..\..\asiosdk2\host\asiodrivers.cpp">
319
			</File>
320
			<File
321
				RelativePath="..\..\..\..\..\asiosdk2\host\pc\asiolist.cpp">
322
			</File>
323
		</Filter>
324
	</Files>
325
	<Globals>
326
	</Globals>
327
</VisualStudioProject>