tutorial1.vcproj
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:4k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="tutorial1"
  6. ProjectGUID="{A40E14CB-F031-4CF5-8A60-8D4F58CADB63}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".Release"
  17. IntermediateDirectory=".Release"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. InlineFunctionExpansion="1"
  24. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  25. StringPooling="TRUE"
  26. RuntimeLibrary="4"
  27. EnableFunctionLevelLinking="TRUE"
  28. UsePrecompiledHeader="2"
  29. PrecompiledHeaderFile=".Release/tutorial1.pch"
  30. AssemblerListingLocation=".Release/"
  31. ObjectFile=".Release/"
  32. ProgramDataBaseFileName=".Release/"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"/>
  35. <Tool
  36. Name="VCCustomBuildTool"/>
  37. <Tool
  38. Name="VCLinkerTool"
  39. AdditionalOptions="/MACHINE:I386 /IGNORE:4089 "
  40. AdditionalDependencies="dxerr9.lib dxguid.lib odbc32.lib odbccp32.lib"
  41. OutputFile=".Release/tutorial1.exe"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. ProgramDatabaseFile=".Release/tutorial1.pdb"
  45. SubSystem="2"
  46. StackReserveSize="2097152"
  47. StackCommitSize="2097152"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. PreprocessorDefinitions="NDEBUG"
  51. MkTypLibCompatible="TRUE"
  52. SuppressStartupBanner="TRUE"
  53. TargetEnvironment="1"
  54. TypeLibraryName=".Release/tutorial1.tlb"/>
  55. <Tool
  56. Name="VCPostBuildEventTool"/>
  57. <Tool
  58. Name="VCPreBuildEventTool"/>
  59. <Tool
  60. Name="VCPreLinkEventTool"/>
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="NDEBUG"
  64. Culture="1033"/>
  65. <Tool
  66. Name="VCWebServiceProxyGeneratorTool"/>
  67. <Tool
  68. Name="VCWebDeploymentTool"/>
  69. </Configuration>
  70. <Configuration
  71. Name="Debug|Win32"
  72. OutputDirectory=".Debug"
  73. IntermediateDirectory=".Debug"
  74. ConfigurationType="1"
  75. UseOfMFC="0"
  76. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  77. <Tool
  78. Name="VCCLCompilerTool"
  79. Optimization="0"
  80. AdditionalIncludeDirectories="....commoninclude"
  81. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  82. RuntimeLibrary="5"
  83. UsePrecompiledHeader="2"
  84. PrecompiledHeaderFile=".Debug/tutorial1.pch"
  85. AssemblerListingLocation=".Debug/"
  86. ObjectFile=".Debug/"
  87. ProgramDataBaseFileName=".Debug/"
  88. WarningLevel="3"
  89. SuppressStartupBanner="TRUE"
  90. DebugInformationFormat="3"
  91. CompileAs="0"/>
  92. <Tool
  93. Name="VCCustomBuildTool"/>
  94. <Tool
  95. Name="VCLinkerTool"
  96. AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  97. AdditionalDependencies="winmm.lib dxerr9.lib dxguid.lib odbc32.lib odbccp32.lib"
  98. OutputFile=".Debug/tutorial1.exe"
  99. LinkIncremental="2"
  100. SuppressStartupBanner="TRUE"
  101. GenerateDebugInformation="TRUE"
  102. ProgramDatabaseFile=".Debug/tutorial1.pdb"
  103. SubSystem="2"
  104. StackReserveSize="2097152"
  105. StackCommitSize="2097152"/>
  106. <Tool
  107. Name="VCMIDLTool"
  108. PreprocessorDefinitions="_DEBUG"
  109. MkTypLibCompatible="TRUE"
  110. SuppressStartupBanner="TRUE"
  111. TargetEnvironment="1"
  112. TypeLibraryName=".Debug/tutorial1.tlb"/>
  113. <Tool
  114. Name="VCPostBuildEventTool"/>
  115. <Tool
  116. Name="VCPreBuildEventTool"/>
  117. <Tool
  118. Name="VCPreLinkEventTool"/>
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. PreprocessorDefinitions="_DEBUG"
  122. Culture="1033"/>
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"/>
  125. <Tool
  126. Name="VCWebDeploymentTool"/>
  127. </Configuration>
  128. </Configurations>
  129. <Files>
  130. <Filter
  131. Name="Source"
  132. Filter="">
  133. <File
  134. RelativePath=".tutorial1.cpp">
  135. </File>
  136. </Filter>
  137. </Files>
  138. <Globals>
  139. </Globals>
  140. </VisualStudioProject>