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 / devs_example.vcproj @ 162:d43aab368df9

History | View | Annotate | Download (5.28 KB)

1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="7.10"
5
	Name="devs_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/devs_example.exe"
38
				LinkIncremental="2"
39
				GenerateDebugInformation="TRUE"
40
				ProgramDatabaseFile="$(OutDir)/devs_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/devs_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\devs.cxx">
122
			</File>
123
		</Filter>
124
		<Filter
125
			Name="PortAudio v19 Files"
126
			Filter="">
127
			<File
128
				RelativePath="..\..\..\..\src\common\pa_allocation.c">
129
			</File>
130
			<File
131
				RelativePath="..\..\..\..\src\hostapi\asio\pa_asio.cpp">
132
			</File>
133
			<File
134
				RelativePath="..\..\..\..\src\common\pa_converters.c">
135
			</File>
136
			<File
137
				RelativePath="..\..\..\..\src\common\pa_cpuload.c">
138
			</File>
139
			<File
140
				RelativePath="..\..\..\..\src\common\pa_dither.c">
141
			</File>
142
			<File
143
				RelativePath="..\..\..\..\src\common\pa_front.c">
144
			</File>
145
			<File
146
				RelativePath="..\..\..\..\src\common\pa_process.c">
147
			</File>
148
			<File
149
				RelativePath="..\..\..\..\src\hostapi\skeleton\pa_hostapi_skeleton.c">
150
			</File>
151
			<File
152
				RelativePath="..\..\..\..\src\common\pa_stream.c">
153
			</File>
154
			<File
155
				RelativePath="..\..\..\..\src\common\pa_trace.c">
156
			</File>
157
			<File
158
				RelativePath="..\..\..\..\src\hostapi\dsound\pa_win_ds.c">
159
			</File>
160
			<File
161
				RelativePath="..\..\..\..\src\hostapi\dsound\pa_win_ds_dynlink.c">
162
			</File>
163
			<File
164
				RelativePath="..\..\..\..\src\os\win\pa_win_hostapis.c">
165
			</File>
166
			<File
167
				RelativePath="..\..\..\..\src\os\win\pa_win_util.c">
168
			</File>
169
			<File
170
				RelativePath="..\..\..\..\src\hostapi\wasapi\pa_win_wasapi.cpp">
171
			</File>
172
			<File
173
				RelativePath="..\..\..\..\src\hostapi\wmme\pa_win_wmme.c">
174
			</File>
175
			<File
176
				RelativePath="..\..\..\..\src\os\win\pa_x86_plain_converters.c">
177
			</File>
178
		</Filter>
179
		<Filter
180
			Name="ASIO 2 SDK Files"
181
			Filter="">
182
			<File
183
				RelativePath="..\..\..\..\..\asiosdk2\common\asio.cpp">
184
			</File>
185
			<File
186
				RelativePath="..\..\..\..\..\asiosdk2\host\asiodrivers.cpp">
187
			</File>
188
			<File
189
				RelativePath="..\..\..\..\..\asiosdk2\host\pc\asiolist.cpp">
190
			</File>
191
		</Filter>
192
	</Files>
193
	<Globals>
194
	</Globals>
195
</VisualStudioProject>