hv_OpenCV.vcproj
上传用户:lijia5631
上传日期:2008-11-10
资源大小:1214k
文件大小:4k
源码类别:

视频捕捉/采集

开发平台:

MultiPlatform

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="hv_OpenCV"
  6. ProjectGUID="{6B6A091D-7D11-452F-83A9-65CAB6412330}"
  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="../cubicles;../handvu;$(INC_OPENCV);$(INC_OPENCV_HIGHGUI);$(INC_OPENCV_CXCORE);$(INC_OPENCV_AUX)"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="4"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="4"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLinkerTool"
  35. AdditionalDependencies="HandVud.lib CVd.lib cxcored.lib cvauxd.lib cubiclesd.lib highguid.lib"
  36. OutputFile="$(OutDir)/hv_OpenCV.exe"
  37. LinkIncremental="2"
  38. AdditionalLibraryDirectories="../cubicles;../handvu;$(LIB_OPENCV)"
  39. IgnoreDefaultLibraryNames=""
  40. GenerateDebugInformation="TRUE"
  41. ProgramDatabaseFile="$(OutDir)/hv_OpenCV.pdb"
  42. SubSystem="1"
  43. TargetMachine="1"/>
  44. <Tool
  45. Name="VCMIDLTool"/>
  46. <Tool
  47. Name="VCPostBuildEventTool"/>
  48. <Tool
  49. Name="VCPreBuildEventTool"/>
  50. <Tool
  51. Name="VCPreLinkEventTool"/>
  52. <Tool
  53. Name="VCResourceCompilerTool"/>
  54. <Tool
  55. Name="VCWebServiceProxyGeneratorTool"/>
  56. <Tool
  57. Name="VCXMLDataGeneratorTool"/>
  58. <Tool
  59. Name="VCWebDeploymentTool"/>
  60. <Tool
  61. Name="VCManagedWrapperGeneratorTool"/>
  62. <Tool
  63. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  64. </Configuration>
  65. <Configuration
  66. Name="Release|Win32"
  67. OutputDirectory="Release"
  68. IntermediateDirectory="Release"
  69. ConfigurationType="1"
  70. CharacterSet="2">
  71. <Tool
  72. Name="VCCLCompilerTool"
  73. Optimization="2"
  74. InlineFunctionExpansion="1"
  75. OmitFramePointers="TRUE"
  76. AdditionalIncludeDirectories="../cubicles;../handvu;$(INC_OPENCV);$(INC_OPENCV_HIGHGUI);$(INC_OPENCV_CXCORE);$(INC_OPENCV_AUX)"
  77. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  78. StringPooling="TRUE"
  79. RuntimeLibrary="2"
  80. EnableFunctionLevelLinking="TRUE"
  81. UsePrecompiledHeader="0"
  82. WarningLevel="4"
  83. Detect64BitPortabilityProblems="TRUE"
  84. DebugInformationFormat="3"/>
  85. <Tool
  86. Name="VCCustomBuildTool"/>
  87. <Tool
  88. Name="VCLinkerTool"
  89. AdditionalDependencies="cubicles.lib HandVu.lib cv.lib highgui.lib cxcore.lib cvaux.lib"
  90. OutputFile="$(OutDir)/hv_OpenCV.exe"
  91. LinkIncremental="1"
  92. AdditionalLibraryDirectories="../cubicles;../handvu;$(LIB_OPENCV)"
  93. GenerateDebugInformation="TRUE"
  94. SubSystem="1"
  95. OptimizeReferences="2"
  96. EnableCOMDATFolding="2"
  97. TargetMachine="1"/>
  98. <Tool
  99. Name="VCMIDLTool"/>
  100. <Tool
  101. Name="VCPostBuildEventTool"/>
  102. <Tool
  103. Name="VCPreBuildEventTool"/>
  104. <Tool
  105. Name="VCPreLinkEventTool"/>
  106. <Tool
  107. Name="VCResourceCompilerTool"/>
  108. <Tool
  109. Name="VCWebServiceProxyGeneratorTool"/>
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"/>
  112. <Tool
  113. Name="VCWebDeploymentTool"/>
  114. <Tool
  115. Name="VCManagedWrapperGeneratorTool"/>
  116. <Tool
  117. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  118. </Configuration>
  119. </Configurations>
  120. <References>
  121. </References>
  122. <Files>
  123. <Filter
  124. Name="Source Files"
  125. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  126. <File
  127. RelativePath="hv_OpenCV.cpp">
  128. </File>
  129. </Filter>
  130. <Filter
  131. Name="Header Files"
  132. Filter="h;hpp;hxx;hm;inl;inc">
  133. </Filter>
  134. <Filter
  135. Name="Resource Files"
  136. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  137. </Filter>
  138. </Files>
  139. <Globals>
  140. </Globals>
  141. </VisualStudioProject>