some samples updated according to new CommandLineParser class
[profile/ivi/opencv.git] / samples / c / cvsample.vs2005.vcproj
1 <?xml version="1.0" encoding="windows-1251"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8,00"
5         Name="cvsample"
6         ProjectGUID="{2820F96A-13D2-4EFE-BC9F-A9AF482026AE}"
7         RootNamespace="cvsample"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13                 <Platform
14                         Name="x64"
15                 />
16         </Platforms>
17         <ToolFiles>
18         </ToolFiles>
19         <Configurations>
20                 <Configuration
21                         Name="Debug|Win32"
22                         OutputDirectory="$(TEMP)\opencv.build\$(ProjectName)_$(ConfigurationName).$(PlatformName)"
23                         IntermediateDirectory="$(OutDir)"
24                         ConfigurationType="1"
25                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
26                         UseOfMFC="0"
27                         ATLMinimizesCRunTimeLibraryUsage="false"
28                         CharacterSet="2"
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                                 TypeLibraryName=".\..\..\_temp\cvsample_Dbg/cvsample.tlb"
45                                 HeaderFileName=""
46                         />
47                         <Tool
48                                 Name="VCCLCompilerTool"
49                                 Optimization="0"
50                                 AdditionalIncludeDirectories="../../cxcore/include,../../cv/include,../../otherlibs/highgui"
51                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
52                                 MinimalRebuild="true"
53                                 BasicRuntimeChecks="3"
54                                 RuntimeLibrary="3"
55                                 PrecompiledHeaderFile=".\..\..\_temp\cvsample_Dbg/cvsample.pch"
56                                 AssemblerListingLocation="$(IntDir)\"
57                                 ObjectFile="$(IntDir)\"
58                                 ProgramDataBaseFileName="$(IntDir)\"
59                                 WarningLevel="4"
60                                 SuppressStartupBanner="true"
61                                 DebugInformationFormat="3"
62                         />
63                         <Tool
64                                 Name="VCManagedResourceCompilerTool"
65                         />
66                         <Tool
67                                 Name="VCResourceCompilerTool"
68                                 PreprocessorDefinitions="_DEBUG"
69                                 Culture="1033"
70                         />
71                         <Tool
72                                 Name="VCPreLinkEventTool"
73                         />
74                         <Tool
75                                 Name="VCLinkerTool"
76                                 AdditionalDependencies="odbc32.lib odbccp32.lib cxcored.lib cvd.lib highguid.lib"
77                                 OutputFile=".\cvsampled.exe"
78                                 LinkIncremental="2"
79                                 SuppressStartupBanner="true"
80                                 AdditionalLibraryDirectories="../../lib"
81                                 IgnoreDefaultLibraryNames="libmmdd.lib"
82                                 GenerateDebugInformation="true"
83                                 ProgramDatabaseFile="$(IntDir)/$(ProjectName)d.pdb"
84                                 SubSystem="1"
85                                 TargetMachine="1"
86                         />
87                         <Tool
88                                 Name="VCALinkTool"
89                         />
90                         <Tool
91                                 Name="VCManifestTool"
92                         />
93                         <Tool
94                                 Name="VCXDCMakeTool"
95                         />
96                         <Tool
97                                 Name="VCBscMakeTool"
98                                 SuppressStartupBanner="true"
99                                 OutputFile="$(IntDir)\$(ProjectName).bsc"
100                         />
101                         <Tool
102                                 Name="VCFxCopTool"
103                         />
104                         <Tool
105                                 Name="VCAppVerifierTool"
106                         />
107                         <Tool
108                                 Name="VCWebDeploymentTool"
109                         />
110                         <Tool
111                                 Name="VCPostBuildEventTool"
112                         />
113                 </Configuration>
114                 <Configuration
115                         Name="Debug|x64"
116                         OutputDirectory="$(TEMP)\opencv.build\$(ProjectName)_$(ConfigurationName).$(PlatformName)"
117                         IntermediateDirectory="$(OutDir)"
118                         ConfigurationType="1"
119                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
120                         UseOfMFC="0"
121                         ATLMinimizesCRunTimeLibraryUsage="false"
122                         CharacterSet="2"
123                         >
124                         <Tool
125                                 Name="VCPreBuildEventTool"
126                         />
127                         <Tool
128                                 Name="VCCustomBuildTool"
129                         />
130                         <Tool
131                                 Name="VCXMLDataGeneratorTool"
132                         />
133                         <Tool
134                                 Name="VCWebServiceProxyGeneratorTool"
135                         />
136                         <Tool
137                                 Name="VCMIDLTool"
138                                 TargetEnvironment="3"
139                                 TypeLibraryName=".\..\..\_temp\cvsample_Dbg64/cvsample.tlb"
140                                 HeaderFileName=""
141                         />
142                         <Tool
143                                 Name="VCCLCompilerTool"
144                                 Optimization="0"
145                                 AdditionalIncludeDirectories="../../cxcore/include,../../cv/include,../../otherlibs/highgui"
146                                 PreprocessorDefinitions="WIN32;WIN64;EM64T;_DEBUG;_CONSOLE"
147                                 MinimalRebuild="true"
148                                 BasicRuntimeChecks="3"
149                                 RuntimeLibrary="3"
150                                 PrecompiledHeaderFile=".\..\..\_temp\cvsample_Dbg64/cvsample.pch"
151                                 AssemblerListingLocation="$(IntDir)\"
152                                 ObjectFile="$(IntDir)\"
153                                 ProgramDataBaseFileName="$(IntDir)\"
154                                 WarningLevel="4"
155                                 SuppressStartupBanner="true"
156                                 DebugInformationFormat="3"
157                         />
158                         <Tool
159                                 Name="VCManagedResourceCompilerTool"
160                         />
161                         <Tool
162                                 Name="VCResourceCompilerTool"
163                                 PreprocessorDefinitions="_DEBUG"
164                                 Culture="1033"
165                         />
166                         <Tool
167                                 Name="VCPreLinkEventTool"
168                         />
169                         <Tool
170                                 Name="VCLinkerTool"
171                                 AdditionalDependencies="odbc32.lib odbccp32.lib cxcored_64.lib cvd_64.lib highguid_64.lib"
172                                 OutputFile=".\cvsampled_64.exe"
173                                 LinkIncremental="2"
174                                 SuppressStartupBanner="true"
175                                 AdditionalLibraryDirectories="../../lib"
176                                 IgnoreDefaultLibraryNames="libmmdd.lib"
177                                 GenerateDebugInformation="true"
178                                 ProgramDatabaseFile="$(IntDir)/$(ProjectName)d_64.pdb"
179                                 SubSystem="1"
180                                 TargetMachine="17"
181                         />
182                         <Tool
183                                 Name="VCALinkTool"
184                         />
185                         <Tool
186                                 Name="VCManifestTool"
187                         />
188                         <Tool
189                                 Name="VCXDCMakeTool"
190                         />
191                         <Tool
192                                 Name="VCBscMakeTool"
193                                 SuppressStartupBanner="true"
194                                 OutputFile="$(IntDir)\$(ProjectName).bsc"
195                         />
196                         <Tool
197                                 Name="VCFxCopTool"
198                         />
199                         <Tool
200                                 Name="VCAppVerifierTool"
201                         />
202                         <Tool
203                                 Name="VCWebDeploymentTool"
204                         />
205                         <Tool
206                                 Name="VCPostBuildEventTool"
207                         />
208                 </Configuration>
209                 <Configuration
210                         Name="Release|Win32"
211                         OutputDirectory="$(TEMP)\opencv.build\$(ProjectName)_$(ConfigurationName).$(PlatformName)"
212                         IntermediateDirectory="$(OutDir)"
213                         ConfigurationType="1"
214                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
215                         UseOfMFC="0"
216                         ATLMinimizesCRunTimeLibraryUsage="false"
217                         CharacterSet="2"
218                         >
219                         <Tool
220                                 Name="VCPreBuildEventTool"
221                         />
222                         <Tool
223                                 Name="VCCustomBuildTool"
224                         />
225                         <Tool
226                                 Name="VCXMLDataGeneratorTool"
227                         />
228                         <Tool
229                                 Name="VCWebServiceProxyGeneratorTool"
230                         />
231                         <Tool
232                                 Name="VCMIDLTool"
233                                 TypeLibraryName=".\..\..\_temp\cvsample_Rls/cvsample.tlb"
234                                 HeaderFileName=""
235                         />
236                         <Tool
237                                 Name="VCCLCompilerTool"
238                                 Optimization="2"
239                                 InlineFunctionExpansion="1"
240                                 AdditionalIncludeDirectories="../../cxcore/include,../../cv/include,../../otherlibs/highgui"
241                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
242                                 StringPooling="true"
243                                 MinimalRebuild="true"
244                                 RuntimeLibrary="2"
245                                 EnableFunctionLevelLinking="true"
246                                 PrecompiledHeaderFile=".\..\..\_temp\cvsample_Rls/cvsample.pch"
247                                 AssemblerListingLocation="$(IntDir)\"
248                                 ObjectFile="$(IntDir)\"
249                                 ProgramDataBaseFileName="$(IntDir)\"
250                                 WarningLevel="4"
251                                 SuppressStartupBanner="true"
252                                 DebugInformationFormat="3"
253                         />
254                         <Tool
255                                 Name="VCManagedResourceCompilerTool"
256                         />
257                         <Tool
258                                 Name="VCResourceCompilerTool"
259                                 PreprocessorDefinitions="NDEBUG"
260                                 Culture="1033"
261                         />
262                         <Tool
263                                 Name="VCPreLinkEventTool"
264                         />
265                         <Tool
266                                 Name="VCLinkerTool"
267                                 AdditionalDependencies="odbc32.lib odbccp32.lib cxcore.lib cv.lib highgui.lib"
268                                 OutputFile=".\cvsample.exe"
269                                 LinkIncremental="1"
270                                 SuppressStartupBanner="true"
271                                 AdditionalLibraryDirectories="../../lib"
272                                 IgnoreDefaultLibraryNames="libmmd.lib"
273                                 GenerateDebugInformation="true"
274                                 ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
275                                 SubSystem="1"
276                                 TargetMachine="1"
277                         />
278                         <Tool
279                                 Name="VCALinkTool"
280                         />
281                         <Tool
282                                 Name="VCManifestTool"
283                         />
284                         <Tool
285                                 Name="VCXDCMakeTool"
286                         />
287                         <Tool
288                                 Name="VCBscMakeTool"
289                                 SuppressStartupBanner="true"
290                                 OutputFile="$(IntDir)\$(ProjectName).bsc"
291                         />
292                         <Tool
293                                 Name="VCFxCopTool"
294                         />
295                         <Tool
296                                 Name="VCAppVerifierTool"
297                         />
298                         <Tool
299                                 Name="VCWebDeploymentTool"
300                         />
301                         <Tool
302                                 Name="VCPostBuildEventTool"
303                         />
304                 </Configuration>
305                 <Configuration
306                         Name="Release|x64"
307                         OutputDirectory="$(TEMP)\opencv.build\$(ProjectName)_$(ConfigurationName).$(PlatformName)"
308                         IntermediateDirectory="$(OutDir)"
309                         ConfigurationType="1"
310                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
311                         UseOfMFC="0"
312                         ATLMinimizesCRunTimeLibraryUsage="false"
313                         CharacterSet="2"
314                         >
315                         <Tool
316                                 Name="VCPreBuildEventTool"
317                         />
318                         <Tool
319                                 Name="VCCustomBuildTool"
320                         />
321                         <Tool
322                                 Name="VCXMLDataGeneratorTool"
323                         />
324                         <Tool
325                                 Name="VCWebServiceProxyGeneratorTool"
326                         />
327                         <Tool
328                                 Name="VCMIDLTool"
329                                 TargetEnvironment="3"
330                                 TypeLibraryName=".\..\..\_temp\cvsample_Rls64/cvsample.tlb"
331                                 HeaderFileName=""
332                         />
333                         <Tool
334                                 Name="VCCLCompilerTool"
335                                 Optimization="2"
336                                 InlineFunctionExpansion="1"
337                                 AdditionalIncludeDirectories="../../cxcore/include,../../cv/include,../../otherlibs/highgui"
338                                 PreprocessorDefinitions="WIN32;WIN64;EM64T;NDEBUG;_CONSOLE"
339                                 StringPooling="true"
340                                 MinimalRebuild="true"
341                                 RuntimeLibrary="2"
342                                 EnableFunctionLevelLinking="true"
343                                 PrecompiledHeaderFile=".\..\..\_temp\cvsample_Rls64/cvsample.pch"
344                                 AssemblerListingLocation="$(IntDir)\"
345                                 ObjectFile="$(IntDir)\"
346                                 ProgramDataBaseFileName="$(IntDir)\"
347                                 WarningLevel="4"
348                                 SuppressStartupBanner="true"
349                                 DebugInformationFormat="3"
350                         />
351                         <Tool
352                                 Name="VCManagedResourceCompilerTool"
353                         />
354                         <Tool
355                                 Name="VCResourceCompilerTool"
356                                 PreprocessorDefinitions="NDEBUG"
357                                 Culture="1033"
358                         />
359                         <Tool
360                                 Name="VCPreLinkEventTool"
361                         />
362                         <Tool
363                                 Name="VCLinkerTool"
364                                 AdditionalDependencies="odbc32.lib odbccp32.lib cxcore_64.lib cv_64.lib highgui_64.lib"
365                                 OutputFile=".\cvsample_64.exe"
366                                 LinkIncremental="1"
367                                 SuppressStartupBanner="true"
368                                 AdditionalLibraryDirectories="../../lib"
369                                 IgnoreDefaultLibraryNames="libmmd.lib"
370                                 GenerateDebugInformation="true"
371                                 ProgramDatabaseFile="$(IntDir)/$(ProjectName)_64.pdb"
372                                 SubSystem="1"
373                                 TargetMachine="17"
374                         />
375                         <Tool
376                                 Name="VCALinkTool"
377                         />
378                         <Tool
379                                 Name="VCManifestTool"
380                         />
381                         <Tool
382                                 Name="VCXDCMakeTool"
383                         />
384                         <Tool
385                                 Name="VCBscMakeTool"
386                                 SuppressStartupBanner="true"
387                                 OutputFile="$(IntDir)\$(ProjectName).bsc"
388                         />
389                         <Tool
390                                 Name="VCFxCopTool"
391                         />
392                         <Tool
393                                 Name="VCAppVerifierTool"
394                         />
395                         <Tool
396                                 Name="VCWebDeploymentTool"
397                         />
398                         <Tool
399                                 Name="VCPostBuildEventTool"
400                         />
401                 </Configuration>
402         </Configurations>
403         <References>
404         </References>
405         <Files>
406                 <File
407                         RelativePath=".\stereo_calib.cpp"
408                         >
409                 </File>
410         </Files>
411         <Globals>
412         </Globals>
413 </VisualStudioProject>