MyClass.vcproj
上传用户:sz0451
上传日期:2022-07-29
资源大小:256k
文件大小:3k
源码类别:

.net编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="MyClass"
  6. ProjectGUID="{B243044F-93D8-4CD0-925C-EB96DA5763F4}"
  7. Keyword="ManagedCProj">
  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="2"
  18. CharacterSet="2"
  19. ManagedExtensions="TRUE">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_DEBUG"
  24. MinimalRebuild="FALSE"
  25. BasicRuntimeChecks="0"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="3"
  28. WarningLevel="3"
  29. DebugInformationFormat="3"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. OutputFile="$(OutDir)/MyClass.dll"
  35. LinkIncremental="2"
  36. GenerateDebugInformation="TRUE"/>
  37. <Tool
  38. Name="VCMIDLTool"/>
  39. <Tool
  40. Name="VCPostBuildEventTool"/>
  41. <Tool
  42. Name="VCPreBuildEventTool"/>
  43. <Tool
  44. Name="VCPreLinkEventTool"/>
  45. <Tool
  46. Name="VCResourceCompilerTool"/>
  47. <Tool
  48. Name="VCWebServiceProxyGeneratorTool"/>
  49. <Tool
  50. Name="VCWebDeploymentTool"/>
  51. </Configuration>
  52. <Configuration
  53. Name="Release|Win32"
  54. OutputDirectory="Release"
  55. IntermediateDirectory="Release"
  56. ConfigurationType="2"
  57. CharacterSet="2"
  58. ManagedExtensions="TRUE">
  59. <Tool
  60. Name="VCCLCompilerTool"
  61. Optimization="2"
  62. InlineFunctionExpansion="1"
  63. PreprocessorDefinitions="WIN32;NDEBUG"
  64. MinimalRebuild="FALSE"
  65. UsePrecompiledHeader="3"
  66. WarningLevel="3"/>
  67. <Tool
  68. Name="VCCustomBuildTool"/>
  69. <Tool
  70. Name="VCLinkerTool"
  71. OutputFile="$(OutDir)/MyClass.dll"
  72. LinkIncremental="1"
  73. GenerateDebugInformation="TRUE"/>
  74. <Tool
  75. Name="VCMIDLTool"/>
  76. <Tool
  77. Name="VCPostBuildEventTool"/>
  78. <Tool
  79. Name="VCPreBuildEventTool"/>
  80. <Tool
  81. Name="VCPreLinkEventTool"/>
  82. <Tool
  83. Name="VCResourceCompilerTool"/>
  84. <Tool
  85. Name="VCWebServiceProxyGeneratorTool"/>
  86. <Tool
  87. Name="VCWebDeploymentTool"/>
  88. </Configuration>
  89. </Configurations>
  90. <Files>
  91. <Filter
  92. Name="Source Files"
  93. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  94. <File
  95. RelativePath="AssemblyInfo.cpp">
  96. </File>
  97. <File
  98. RelativePath="MyClass.cpp">
  99. </File>
  100. <File
  101. RelativePath="Stdafx.cpp">
  102. <FileConfiguration
  103. Name="Debug|Win32">
  104. <Tool
  105. Name="VCCLCompilerTool"
  106. UsePrecompiledHeader="1"/>
  107. </FileConfiguration>
  108. <FileConfiguration
  109. Name="Release|Win32">
  110. <Tool
  111. Name="VCCLCompilerTool"
  112. UsePrecompiledHeader="1"/>
  113. </FileConfiguration>
  114. </File>
  115. </Filter>
  116. <Filter
  117. Name="Header Files"
  118. Filter="h;hpp;hxx;hm;inl;inc">
  119. <File
  120. RelativePath="MyClass.h">
  121. </File>
  122. <File
  123. RelativePath="Stdafx.h">
  124. </File>
  125. </Filter>
  126. <Filter
  127. Name="Resource Files"
  128. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
  129. </Filter>
  130. <File
  131. RelativePath="ReadMe.txt">
  132. </File>
  133. </Files>
  134. <Globals>
  135. </Globals>
  136. </VisualStudioProject>