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

视频捕捉/采集

开发平台:

MultiPlatform

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="DllTester"
  6. ProjectGUID="{2314F4F9-90B1-431B-9A94-2F00900B99E6}"
  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. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="5"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. OutputFile="DllTester.exe"
  35. LinkIncremental="2"
  36. GenerateDebugInformation="TRUE"
  37. ProgramDatabaseFile="$(OutDir)/DllTester.pdb"
  38. SubSystem="1"
  39. TargetMachine="1"/>
  40. <Tool
  41. Name="VCMIDLTool"/>
  42. <Tool
  43. Name="VCPostBuildEventTool"/>
  44. <Tool
  45. Name="VCPreBuildEventTool"/>
  46. <Tool
  47. Name="VCPreLinkEventTool"/>
  48. <Tool
  49. Name="VCResourceCompilerTool"/>
  50. <Tool
  51. Name="VCWebServiceProxyGeneratorTool"/>
  52. <Tool
  53. Name="VCXMLDataGeneratorTool"/>
  54. <Tool
  55. Name="VCWebDeploymentTool"/>
  56. <Tool
  57. Name="VCManagedWrapperGeneratorTool"/>
  58. <Tool
  59. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  60. </Configuration>
  61. </Configurations>
  62. <References>
  63. </References>
  64. <Files>
  65. <Filter
  66. Name="Source Files"
  67. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  68. <File
  69. RelativePath="DllTester.cpp">
  70. <FileConfiguration
  71. Name="Debug|Win32">
  72. <Tool
  73. Name="VCCLCompilerTool"
  74. UsePrecompiledHeader="0"/>
  75. </FileConfiguration>
  76. </File>
  77. </Filter>
  78. <Filter
  79. Name="Header Files"
  80. Filter="h;hpp;hxx;hm;inl;inc">
  81. </Filter>
  82. <Filter
  83. Name="Resource Files"
  84. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  85. </Filter>
  86. </Files>
  87. <Globals>
  88. </Globals>
  89. </VisualStudioProject>