Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2485 - 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="9.00"
5
	Name="WebCamLib"
6
	ProjectGUID="{FD48314A-9615-4BA6-913A-03787FB2DD30}"
7
	RootNamespace="WebCamLib"
8
	Keyword="ManagedCProj"
9
	TargetFrameworkVersion="131072"
10
	>
11
	<Platforms>
12
		<Platform
13
			Name="Win32"
14
		/>
15
		<Platform
16
			Name="x64"
17
		/>
18
	</Platforms>
19
	<ToolFiles>
20
	</ToolFiles>
21
	<Configurations>
22
		<Configuration
23
			Name="Debug|Win32"
24
			OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
25
			IntermediateDirectory="bin\$(ConfigurationName)"
26
			ConfigurationType="2"
27
			CharacterSet="1"
28
			ManagedExtensions="1"
29
			>
30
			<Tool
31
				Name="VCPreBuildEventTool"
32
			/>
33
			<Tool
34
				Name="VCCustomBuildTool"
35
			/>
36
			<Tool
37
				Name="VCXMLDataGeneratorTool"
38
			/>
39
			<Tool
40
				Name="VCWebServiceProxyGeneratorTool"
41
			/>
42
			<Tool
43
				Name="VCMIDLTool"
44
			/>
45
			<Tool
46
				Name="VCCLCompilerTool"
47
				Optimization="0"
48
				PreprocessorDefinitions="WIN32;_DEBUG"
49
				RuntimeLibrary="3"
50
				UsePrecompiledHeader="0"
51
				WarningLevel="3"
52
				DebugInformationFormat="3"
53
			/>
54
			<Tool
55
				Name="VCManagedResourceCompilerTool"
56
			/>
57
			<Tool
58
				Name="VCResourceCompilerTool"
59
			/>
60
			<Tool
61
				Name="VCPreLinkEventTool"
62
			/>
63
			<Tool
64
				Name="VCLinkerTool"
65
				AdditionalDependencies="Strmiids.lib"
66
				OutputFile="bin\$(ConfigurationName)\$(ProjectName).dll"
67
				LinkIncremental="2"
68
				GenerateDebugInformation="true"
69
				AssemblyDebug="1"
70
				RandomizedBaseAddress="1"
71
				DataExecutionPrevention="0"
72
				TargetMachine="1"
73
			/>
74
			<Tool
75
				Name="VCALinkTool"
76
			/>
77
			<Tool
78
				Name="VCManifestTool"
79
			/>
80
			<Tool
81
				Name="VCXDCMakeTool"
82
			/>
83
			<Tool
84
				Name="VCBscMakeTool"
85
			/>
86
			<Tool
87
				Name="VCFxCopTool"
88
			/>
89
			<Tool
90
				Name="VCAppVerifierTool"
91
			/>
92
			<Tool
93
				Name="VCPostBuildEventTool"
94
				CommandLine=""
95
			/>
96
		</Configuration>
97
		<Configuration
98
			Name="Release|Win32"
99
			OutputDirectory="$(ProjectDir)bin\$(ConfigurationName)"
100
			IntermediateDirectory="$(ProjectDir)bin\$(ConfigurationName)"
101
			ConfigurationType="2"
102
			CharacterSet="1"
103
			ManagedExtensions="1"
104
			WholeProgramOptimization="1"
105
			>
106
			<Tool
107
				Name="VCPreBuildEventTool"
108
			/>
109
			<Tool
110
				Name="VCCustomBuildTool"
111
			/>
112
			<Tool
113
				Name="VCXMLDataGeneratorTool"
114
			/>
115
			<Tool
116
				Name="VCWebServiceProxyGeneratorTool"
117
			/>
118
			<Tool
119
				Name="VCMIDLTool"
120
			/>
121
			<Tool
122
				Name="VCCLCompilerTool"
123
				PreprocessorDefinitions="WIN32;NDEBUG"
124
				RuntimeLibrary="2"
125
				UsePrecompiledHeader="0"
126
				WarningLevel="4"
127
				DebugInformationFormat="3"
128
			/>
129
			<Tool
130
				Name="VCManagedResourceCompilerTool"
131
			/>
132
			<Tool
133
				Name="VCResourceCompilerTool"
134
			/>
135
			<Tool
136
				Name="VCPreLinkEventTool"
137
			/>
138
			<Tool
139
				Name="VCLinkerTool"
140
				AdditionalDependencies="Strmiids.lib"
141
				LinkIncremental="1"
142
				GenerateDebugInformation="true"
143
				RandomizedBaseAddress="1"
144
				DataExecutionPrevention="0"
145
				TargetMachine="1"
146
			/>
147
			<Tool
148
				Name="VCALinkTool"
149
			/>
150
			<Tool
151
				Name="VCManifestTool"
152
			/>
153
			<Tool
154
				Name="VCXDCMakeTool"
155
			/>
156
			<Tool
157
				Name="VCBscMakeTool"
158
			/>
159
			<Tool
160
				Name="VCFxCopTool"
161
			/>
162
			<Tool
163
				Name="VCAppVerifierTool"
164
			/>
165
			<Tool
166
				Name="VCPostBuildEventTool"
167
			/>
168
		</Configuration>
169
		<Configuration
170
			Name="Debug|x64"
171
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
172
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
173
			ConfigurationType="2"
174
			CharacterSet="1"
175
			ManagedExtensions="1"
176
			>
177
			<Tool
178
				Name="VCPreBuildEventTool"
179
			/>
180
			<Tool
181
				Name="VCCustomBuildTool"
182
			/>
183
			<Tool
184
				Name="VCXMLDataGeneratorTool"
185
			/>
186
			<Tool
187
				Name="VCWebServiceProxyGeneratorTool"
188
			/>
189
			<Tool
190
				Name="VCMIDLTool"
191
				TargetEnvironment="3"
192
			/>
193
			<Tool
194
				Name="VCCLCompilerTool"
195
				Optimization="0"
196
				PreprocessorDefinitions="WIN32;_DEBUG"
197
				RuntimeLibrary="3"
198
				UsePrecompiledHeader="0"
199
				WarningLevel="3"
200
				DebugInformationFormat="3"
201
			/>
202
			<Tool
203
				Name="VCManagedResourceCompilerTool"
204
			/>
205
			<Tool
206
				Name="VCResourceCompilerTool"
207
			/>
208
			<Tool
209
				Name="VCPreLinkEventTool"
210
			/>
211
			<Tool
212
				Name="VCLinkerTool"
213
				AdditionalDependencies="Strmiids.lib"
214
				OutputFile="bin\$(ConfigurationName)\$(ProjectName).dll"
215
				LinkIncremental="2"
216
				GenerateDebugInformation="true"
217
				AssemblyDebug="1"
218
				RandomizedBaseAddress="1"
219
				DataExecutionPrevention="0"
220
				TargetMachine="17"
221
			/>
222
			<Tool
223
				Name="VCALinkTool"
224
			/>
225
			<Tool
226
				Name="VCManifestTool"
227
			/>
228
			<Tool
229
				Name="VCXDCMakeTool"
230
			/>
231
			<Tool
232
				Name="VCBscMakeTool"
233
			/>
234
			<Tool
235
				Name="VCFxCopTool"
236
			/>
237
			<Tool
238
				Name="VCAppVerifierTool"
239
			/>
240
			<Tool
241
				Name="VCPostBuildEventTool"
242
				CommandLine=""
243
			/>
244
		</Configuration>
245
		<Configuration
246
			Name="Release|x64"
247
			OutputDirectory="$(ProjectDir)bin\$(ConfigurationName)"
248
			IntermediateDirectory="$(ProjectDir)bin\$(ConfigurationName)"
249
			ConfigurationType="2"
250
			CharacterSet="1"
251
			ManagedExtensions="1"
252
			WholeProgramOptimization="1"
253
			>
254
			<Tool
255
				Name="VCPreBuildEventTool"
256
			/>
257
			<Tool
258
				Name="VCCustomBuildTool"
259
			/>
260
			<Tool
261
				Name="VCXMLDataGeneratorTool"
262
			/>
263
			<Tool
264
				Name="VCWebServiceProxyGeneratorTool"
265
			/>
266
			<Tool
267
				Name="VCMIDLTool"
268
				TargetEnvironment="3"
269
			/>
270
			<Tool
271
				Name="VCCLCompilerTool"
272
				PreprocessorDefinitions="WIN32;NDEBUG"
273
				RuntimeLibrary="2"
274
				UsePrecompiledHeader="0"
275
				WarningLevel="4"
276
				DebugInformationFormat="3"
277
			/>
278
			<Tool
279
				Name="VCManagedResourceCompilerTool"
280
			/>
281
			<Tool
282
				Name="VCResourceCompilerTool"
283
			/>
284
			<Tool
285
				Name="VCPreLinkEventTool"
286
			/>
287
			<Tool
288
				Name="VCLinkerTool"
289
				AdditionalDependencies="Strmiids.lib"
290
				LinkIncremental="1"
291
				GenerateDebugInformation="true"
292
				RandomizedBaseAddress="1"
293
				DataExecutionPrevention="0"
294
				TargetMachine="17"
295
			/>
296
			<Tool
297
				Name="VCALinkTool"
298
			/>
299
			<Tool
300
				Name="VCManifestTool"
301
			/>
302
			<Tool
303
				Name="VCXDCMakeTool"
304
			/>
305
			<Tool
306
				Name="VCBscMakeTool"
307
			/>
308
			<Tool
309
				Name="VCFxCopTool"
310
			/>
311
			<Tool
312
				Name="VCAppVerifierTool"
313
			/>
314
			<Tool
315
				Name="VCPostBuildEventTool"
316
			/>
317
		</Configuration>
318
	</Configurations>
319
	<References>
320
		<AssemblyReference
321
			RelativePath="System.dll"
322
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
323
			MinFrameworkVersion="131072"
324
		/>
325
		<AssemblyReference
326
			RelativePath="System.Data.dll"
327
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
328
			MinFrameworkVersion="131072"
329
		/>
330
		<AssemblyReference
331
			RelativePath="System.XML.dll"
332
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
333
			MinFrameworkVersion="131072"
334
		/>
335
	</References>
336
	<Files>
337
		<Filter
338
			Name="Source Files"
339
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
340
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
341
			>
342
			<File
343
				RelativePath=".\WebCamLib.cpp"
344
				>
345
			</File>
346
		</Filter>
347
		<Filter
348
			Name="Header Files"
349
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
350
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
351
			>
352
			<File
353
				RelativePath=".\WebCamLib.h"
354
				>
355
			</File>
356
		</Filter>
357
		<Filter
358
			Name="Resource Files"
359
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
360
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
361
			>
362
		</Filter>
363
	</Files>
364
</VisualStudioProject>