Move the sources to trunk
[opencv] / samples / c / cvsample.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\cvsample_Dbg"
23                         IntermediateDirectory=".\..\..\_temp\cvsample_Dbg"
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=".\..\..\_temp\cvsample_Dbg/"
57                                 ObjectFile=".\..\..\_temp\cvsample_Dbg/"
58                                 ProgramDataBaseFileName=".\..\..\_temp\cvsample_Dbg/"
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="..\..\bin\cvsampled.exe"
78                                 LinkIncremental="2"
79                                 SuppressStartupBanner="true"
80                                 AdditionalLibraryDirectories="../../lib"
81                                 IgnoreDefaultLibraryNames="libmmdd.lib"
82                                 GenerateDebugInformation="true"
83                                 ProgramDatabaseFile=".\..\..\_temp\cvsample_Dbg/cvsampled.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=".\..\..\_temp\cvsample_Dbg/cvsample.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="Release|Win32"
116                         OutputDirectory=".\..\..\_temp\cvsample_Rls"
117                         IntermediateDirectory=".\..\..\_temp\cvsample_Rls"
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                                 TypeLibraryName=".\..\..\_temp\cvsample_Rls/cvsample.tlb"
139                                 HeaderFileName=""
140                         />
141                         <Tool
142                                 Name="VCCLCompilerTool"
143                                 Optimization="2"
144                                 InlineFunctionExpansion="1"
145                                 AdditionalIncludeDirectories="../../cxcore/include,../../cv/include,../../otherlibs/highgui"
146                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
147                                 StringPooling="true"
148                                 MinimalRebuild="true"
149                                 RuntimeLibrary="2"
150                                 EnableFunctionLevelLinking="true"
151                                 PrecompiledHeaderFile=".\..\..\_temp\cvsample_Rls/cvsample.pch"
152                                 AssemblerListingLocation=".\..\..\_temp\cvsample_Rls/"
153                                 ObjectFile=".\..\..\_temp\cvsample_Rls/"
154                                 ProgramDataBaseFileName=".\..\..\_temp\cvsample_Rls/"
155                                 WarningLevel="4"
156                                 SuppressStartupBanner="true"
157                                 DebugInformationFormat="3"
158                         />
159                         <Tool
160                                 Name="VCManagedResourceCompilerTool"
161                         />
162                         <Tool
163                                 Name="VCResourceCompilerTool"
164                                 PreprocessorDefinitions="NDEBUG"
165                                 Culture="1033"
166                         />
167                         <Tool
168                                 Name="VCPreLinkEventTool"
169                         />
170                         <Tool
171                                 Name="VCLinkerTool"
172                                 AdditionalDependencies="odbc32.lib odbccp32.lib cxcore.lib cv.lib highgui.lib"
173                                 OutputFile=".\..\..\bin\cvsample.exe"
174                                 LinkIncremental="1"
175                                 SuppressStartupBanner="true"
176                                 AdditionalLibraryDirectories="../../lib"
177                                 IgnoreDefaultLibraryNames="libmmd.lib"
178                                 GenerateDebugInformation="true"
179                                 ProgramDatabaseFile=".\..\..\_temp\cvsample_Rls/cvsample.pdb"
180                                 SubSystem="1"
181                                 TargetMachine="1"
182                         />
183                         <Tool
184                                 Name="VCALinkTool"
185                         />
186                         <Tool
187                                 Name="VCManifestTool"
188                         />
189                         <Tool
190                                 Name="VCXDCMakeTool"
191                         />
192                         <Tool
193                                 Name="VCBscMakeTool"
194                                 SuppressStartupBanner="true"
195                                 OutputFile=".\..\..\_temp\cvsample_Rls/cvsample.bsc"
196                         />
197                         <Tool
198                                 Name="VCFxCopTool"
199                         />
200                         <Tool
201                                 Name="VCAppVerifierTool"
202                         />
203                         <Tool
204                                 Name="VCWebDeploymentTool"
205                         />
206                         <Tool
207                                 Name="VCPostBuildEventTool"
208                         />
209                 </Configuration>
210                 <Configuration
211                         Name="Debug|x64"
212                         OutputDirectory=".\..\..\_temp\cvsample_Dbg64"
213                         IntermediateDirectory=".\..\..\_temp\cvsample_Dbg64"
214                         ConfigurationType="1"
215                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
216                         UseOfMFC="0"
217                         ATLMinimizesCRunTimeLibraryUsage="false"
218                         CharacterSet="2"
219                         >
220                         <Tool
221                                 Name="VCPreBuildEventTool"
222                         />
223                         <Tool
224                                 Name="VCCustomBuildTool"
225                         />
226                         <Tool
227                                 Name="VCXMLDataGeneratorTool"
228                         />
229                         <Tool
230                                 Name="VCWebServiceProxyGeneratorTool"
231                         />
232                         <Tool
233                                 Name="VCMIDLTool"
234                                 TargetEnvironment="3"
235                                 TypeLibraryName=".\..\..\_temp\cvsample_Dbg64/cvsample.tlb"
236                                 HeaderFileName=""
237                         />
238                         <Tool
239                                 Name="VCCLCompilerTool"
240                                 Optimization="0"
241                                 AdditionalIncludeDirectories="../../cxcore/include,../../cv/include,../../otherlibs/highgui"
242                                 PreprocessorDefinitions="WIN32;WIN64;EM64T;_DEBUG;_CONSOLE"
243                                 MinimalRebuild="true"
244                                 BasicRuntimeChecks="3"
245                                 RuntimeLibrary="3"
246                                 PrecompiledHeaderFile=".\..\..\_temp\cvsample_Dbg64/cvsample.pch"
247                                 AssemblerListingLocation=".\..\..\_temp\cvsample_Dbg64/"
248                                 ObjectFile=".\..\..\_temp\cvsample_Dbg64/"
249                                 ProgramDataBaseFileName=".\..\..\_temp\cvsample_Dbg64/"
250                                 WarningLevel="4"
251                                 SuppressStartupBanner="true"
252                                 DebugInformationFormat="3"
253                         />
254                         <Tool
255                                 Name="VCManagedResourceCompilerTool"
256                         />
257                         <Tool
258                                 Name="VCResourceCompilerTool"
259                                 PreprocessorDefinitions="_DEBUG"
260                                 Culture="1033"
261                         />
262                         <Tool
263                                 Name="VCPreLinkEventTool"
264                         />
265                         <Tool
266                                 Name="VCLinkerTool"
267                                 AdditionalDependencies="odbc32.lib odbccp32.lib cxcored_64.lib cvd_64.lib highguid_64.lib"
268                                 OutputFile=".\..\..\bin\cvsampled_64.exe"
269                                 LinkIncremental="2"
270                                 SuppressStartupBanner="true"
271                                 AdditionalLibraryDirectories="../../lib"
272                                 IgnoreDefaultLibraryNames="libmmdd.lib"
273                                 GenerateDebugInformation="true"
274                                 ProgramDatabaseFile=".\..\..\_temp\cvsample_Dbg64/cvsampled_64.pdb"
275                                 SubSystem="1"
276                                 TargetMachine="17"
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=".\..\..\_temp\cvsample_Dbg64/cvsample.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\cvsample_Rls64"
308                         IntermediateDirectory=".\..\..\_temp\cvsample_Rls64"
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=".\..\..\_temp\cvsample_Rls64/"
345                                 ObjectFile=".\..\..\_temp\cvsample_Rls64/"
346                                 ProgramDataBaseFileName=".\..\..\_temp\cvsample_Rls64/"
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=".\..\..\bin\cvsample_64.exe"
366                                 LinkIncremental="1"
367                                 SuppressStartupBanner="true"
368                                 AdditionalLibraryDirectories="../../lib"
369                                 IgnoreDefaultLibraryNames="libmmd.lib"
370                                 GenerateDebugInformation="true"
371                                 ProgramDatabaseFile=".\..\..\_temp\cvsample_Rls64/cvsample_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=".\..\..\_temp\cvsample_Rls64/cvsample.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=".\squares.c"
408                         >
409                 </File>
410         </Files>
411         <Globals>
412         </Globals>
413 </VisualStudioProject>