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 / java / c / build / vs2010 / PortAudioJNI / PortAudioJNI.vcproj @ 162:d43aab368df9

History | View | Annotate | Download (4.11 KB)

1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="9.00"
5
	Name="PortAudioJNI"
6
	ProjectGUID="{4024D885-39B0-4C8A-B3E7-BAB4BA08DFBB}"
7
	RootNamespace="PortAudioJNI"
8
	Keyword="Win32Proj"
9
	TargetFrameworkVersion="196613"
10
	>
11
	<Platforms>
12
		<Platform
13
			Name="Win32"
14
		/>
15
	</Platforms>
16
	<ToolFiles>
17
	</ToolFiles>
18
	<Configurations>
19
		<Configuration
20
			Name="Debug|Win32"
21
			OutputDirectory="..\..\..\..\jportaudio"
22
			IntermediateDirectory="$(ConfigurationName)"
23
			ConfigurationType="2"
24
			CharacterSet="1"
25
			>
26
			<Tool
27
				Name="VCPreBuildEventTool"
28
			/>
29
			<Tool
30
				Name="VCCustomBuildTool"
31
			/>
32
			<Tool
33
				Name="VCXMLDataGeneratorTool"
34
			/>
35
			<Tool
36
				Name="VCWebServiceProxyGeneratorTool"
37
			/>
38
			<Tool
39
				Name="VCMIDLTool"
40
			/>
41
			<Tool
42
				Name="VCCLCompilerTool"
43
				Optimization="0"
44
				AdditionalIncludeDirectories="C:\glassfish3\jdk\include;C:\glassfish3\jdk\include\win32"
45
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PORTAUDIOJNI_EXPORTS"
46
				MinimalRebuild="true"
47
				BasicRuntimeChecks="3"
48
				RuntimeLibrary="3"
49
				UsePrecompiledHeader="0"
50
				WarningLevel="3"
51
				DebugInformationFormat="4"
52
			/>
53
			<Tool
54
				Name="VCManagedResourceCompilerTool"
55
			/>
56
			<Tool
57
				Name="VCResourceCompilerTool"
58
			/>
59
			<Tool
60
				Name="VCPreLinkEventTool"
61
			/>
62
			<Tool
63
				Name="VCLinkerTool"
64
				LinkIncremental="2"
65
				GenerateDebugInformation="true"
66
				SubSystem="2"
67
				TargetMachine="1"
68
			/>
69
			<Tool
70
				Name="VCALinkTool"
71
			/>
72
			<Tool
73
				Name="VCManifestTool"
74
			/>
75
			<Tool
76
				Name="VCXDCMakeTool"
77
			/>
78
			<Tool
79
				Name="VCBscMakeTool"
80
			/>
81
			<Tool
82
				Name="VCFxCopTool"
83
			/>
84
			<Tool
85
				Name="VCAppVerifierTool"
86
			/>
87
			<Tool
88
				Name="VCPostBuildEventTool"
89
			/>
90
		</Configuration>
91
		<Configuration
92
			Name="Release|Win32"
93
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
94
			IntermediateDirectory="$(ConfigurationName)"
95
			ConfigurationType="2"
96
			CharacterSet="1"
97
			WholeProgramOptimization="1"
98
			>
99
			<Tool
100
				Name="VCPreBuildEventTool"
101
			/>
102
			<Tool
103
				Name="VCCustomBuildTool"
104
			/>
105
			<Tool
106
				Name="VCXMLDataGeneratorTool"
107
			/>
108
			<Tool
109
				Name="VCWebServiceProxyGeneratorTool"
110
			/>
111
			<Tool
112
				Name="VCMIDLTool"
113
			/>
114
			<Tool
115
				Name="VCCLCompilerTool"
116
				Optimization="2"
117
				EnableIntrinsicFunctions="true"
118
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PORTAUDIOJNI_EXPORTS"
119
				RuntimeLibrary="2"
120
				EnableFunctionLevelLinking="true"
121
				UsePrecompiledHeader="0"
122
				WarningLevel="3"
123
				DebugInformationFormat="3"
124
			/>
125
			<Tool
126
				Name="VCManagedResourceCompilerTool"
127
			/>
128
			<Tool
129
				Name="VCResourceCompilerTool"
130
			/>
131
			<Tool
132
				Name="VCPreLinkEventTool"
133
			/>
134
			<Tool
135
				Name="VCLinkerTool"
136
				LinkIncremental="1"
137
				GenerateDebugInformation="true"
138
				SubSystem="2"
139
				OptimizeReferences="2"
140
				EnableCOMDATFolding="2"
141
				TargetMachine="1"
142
			/>
143
			<Tool
144
				Name="VCALinkTool"
145
			/>
146
			<Tool
147
				Name="VCManifestTool"
148
			/>
149
			<Tool
150
				Name="VCXDCMakeTool"
151
			/>
152
			<Tool
153
				Name="VCBscMakeTool"
154
			/>
155
			<Tool
156
				Name="VCFxCopTool"
157
			/>
158
			<Tool
159
				Name="VCAppVerifierTool"
160
			/>
161
			<Tool
162
				Name="VCPostBuildEventTool"
163
			/>
164
		</Configuration>
165
	</Configurations>
166
	<References>
167
	</References>
168
	<Files>
169
		<Filter
170
			Name="Source Files"
171
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
172
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
173
			>
174
			<File
175
				RelativePath="..\..\..\src\com_portaudio_PortAudio.c"
176
				>
177
			</File>
178
		</Filter>
179
		<Filter
180
			Name="Header Files"
181
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
182
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
183
			>
184
			<File
185
				RelativePath="..\..\..\src\com_portaudio_PortAudio.h"
186
				>
187
			</File>
188
		</Filter>
189
		<Filter
190
			Name="Resource Files"
191
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
192
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
193
			>
194
		</Filter>
195
	</Files>
196
	<Globals>
197
	</Globals>
198
</VisualStudioProject>